Allow for succeeding tests to be ignored (#186)

This commit is contained in:
Omar
2025-10-09 17:35:09 +03:00
committed by GitHub
parent ebc24a588b
commit fde07b7c0d
13 changed files with 398 additions and 316 deletions
+2 -2
View File
@@ -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";