diff options
Diffstat (limited to 'test/test_testing.py')
-rw-r--r-- | test/test_testing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_testing.py b/test/test_testing.py index bcf7d281..316dbc1b 100644 --- a/test/test_testing.py +++ b/test/test_testing.py @@ -129,4 +129,3 @@ class CoverageTestTest(CoverageTest): self.assertRaises(AssertionError, self.assert_doesnt_exist, "whoville.txt") self.assertRaises(AssertionError, self.assert_exists, "shadow.txt") - |