diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-30 07:33:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-10-30 07:33:38 -0400 |
commit | 33022cba9ed2d8efe8245e4a7d9aba66075d6811 (patch) | |
tree | 5e494b2122eb3d1c52b5b9d2bf9db05283692156 /test/test_testing.py | |
parent | 30f035760bd34dc45c0303affa55820540c40c5a (diff) | |
download | python-coveragepy-33022cba9ed2d8efe8245e4a7d9aba66075d6811.tar.gz |
One more way to be picky: no final blank lines.
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 bcf7d28..316dbc1 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") - |