We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456a5ed commit b416abaCopy full SHA for b416aba
mars-cli/tests/test_isa_json.py
@@ -288,10 +288,6 @@ def test_update_datafile_comment_with_accession_comment_present():
288
assert next(accession_comment).value == data_file_accession_number
289
290
291
-def test_update_datafile_comment_without_accession_comment_present():
292
- pass
293
-
294
295
def test_filename_validation():
296
# ISA should have a filename that starts with 'x_'
297
with pytest.raises(ValidationError, match="'filename' should start with 'i_'"):
0 commit comments