Skip to content

Commit 9fce550

Browse files
spoorccben-edna
authored andcommitted
Pylint suppress
1 parent 96a932c commit 9fce550

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_fuzzing.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_update(data):
190190
parsed = load(as_document(example, schema).as_yaml(), schema)
191191
print("\nRound-trip parsed .data:\n", parsed.data)
192192

193-
test_data_conforms_to_schema()
194-
test_manifest_can_be_created()
195-
test_check()
196-
test_update()
193+
test_data_conforms_to_schema() # pylint: disable=no-value-for-parameter
194+
test_manifest_can_be_created() # pylint: disable=no-value-for-parameter
195+
test_check() # pylint: disable=no-value-for-parameter
196+
test_update() # pylint: disable=no-value-for-parameter

0 commit comments

Comments
 (0)