Skip to content

Commit 6ab03fe

Browse files
committed
test(ro-crate): 🔧 reconfigure test dataset
1 parent 57f5c54 commit 6ab03fe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/integration/profiles/test_metadata_only.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ def valid_roc_paths():
3434
value
3535
for attr in dir(valid_roc)
3636
if not attr.startswith('_')
37-
and not any(excluded in attr for excluded in ('bagit', 'multi_profile_crate', 'rocrate_with_relative_root'))
37+
and not any(excluded in attr for excluded in (
38+
'bagit',
39+
'multi_profile_crate',
40+
'rocrate_with_relative_root',
41+
'rocrate_with_at_base_set' # Excluded: has dedicated test with skip_checks
42+
))
3843
and not str(value := getattr(valid_roc, attr)).endswith('.zip')
3944
]
4045

0 commit comments

Comments
 (0)