mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-01 06:27:58 +00:00
Allow for succeeding tests to be ignored (#186)
This commit is contained in:
@@ -16,11 +16,11 @@ use revive_dt_common::{
|
||||
cached_fs::read_to_string,
|
||||
iterators::FilesWithExtensionIterator,
|
||||
macros::define_wrapper_type,
|
||||
types::{Mode, VmIdentifier},
|
||||
types::{Mode, ParsedMode, VmIdentifier},
|
||||
};
|
||||
use tracing::error;
|
||||
|
||||
use crate::{case::Case, mode::ParsedMode};
|
||||
use crate::case::Case;
|
||||
|
||||
pub const METADATA_FILE_EXTENSION: &str = "json";
|
||||
pub const SOLIDITY_CASE_FILE_EXTENSION: &str = "sol";
|
||||
|
||||
Reference in New Issue
Block a user