We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f928217 commit 3d7d07fCopy full SHA for 3d7d07f
1 file changed
tests/test_validation.py
@@ -19,8 +19,7 @@
19
20
21
def test_valid_data():
22
- """assure the supplied metadata is OK"""
23
- invalid_metadata = dict(TEST_METADATA)
+ """ensure the default metadata is OK"""
24
SigMFFile(TEST_METADATA).validate()
25
26
@@ -73,7 +72,7 @@ def test_version(self):
73
72
74
75
class FailingCases(unittest.TestCase):
76
- """Cases where the validator should throw an exception."""
+ """Cases where the validator should raise an exception."""
77
78
def setUp(self):
79
self.metadata = dict(TEST_METADATA)
0 commit comments