mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 11:47:59 +00:00
Add a way to skip tests if they don't match the target
This commit is contained in:
@@ -48,6 +48,7 @@ impl Deref for MetadataFile {
|
||||
|
||||
#[derive(Debug, Default, Deserialize, Clone, Eq, PartialEq)]
|
||||
pub struct Metadata {
|
||||
pub targets: Option<Vec<String>>,
|
||||
pub cases: Vec<Case>,
|
||||
pub contracts: Option<BTreeMap<ContractInstance, ContractPathAndIdentifier>>,
|
||||
// TODO: Convert into wrapper types for clarity.
|
||||
|
||||
Reference in New Issue
Block a user