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 | 9d6abb08c303e6a0cc2c08f71067c0b84977e4e6 (patch) | |
tree | 05d38d550b84904b6be4876496ff3b416496cbac /test/test_testing.py | |
parent | 9790c911ffcd9936f399ea830e669f6241a38fd2 (diff) | |
download | python-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.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 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") - |