summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-10-30 07:33:38 -0400
commit9d6abb08c303e6a0cc2c08f71067c0b84977e4e6 (patch)
tree05d38d550b84904b6be4876496ff3b416496cbac /test
parent9790c911ffcd9936f399ea830e669f6241a38fd2 (diff)
downloadpython-coveragepy-git-9d6abb08c303e6a0cc2c08f71067c0b84977e4e6.tar.gz
One more way to be picky: no final blank lines.
Diffstat (limited to 'test')
-rw-r--r--test/farm/html/src/partial.py1
-rw-r--r--test/farm/html/src/tabbed.py1
-rw-r--r--test/farm/run/src/chdir.py1
-rw-r--r--test/test_api.py2
-rw-r--r--test/test_config.py1
-rw-r--r--test/test_misc.py1
-rw-r--r--test/test_results.py1
-rw-r--r--test/test_testing.py1
8 files changed, 1 insertions, 8 deletions
diff --git a/test/farm/html/src/partial.py b/test/farm/html/src/partial.py
index 9126844f..8d62f5c5 100644
--- a/test/farm/html/src/partial.py
+++ b/test/farm/html/src/partial.py
@@ -16,4 +16,3 @@ if 0:
if 1:
a = 13
-
diff --git a/test/farm/html/src/tabbed.py b/test/farm/html/src/tabbed.py
index 4c39cafe..2035852f 100644
--- a/test/farm/html/src/tabbed.py
+++ b/test/farm/html/src/tabbed.py
@@ -5,4 +5,3 @@ if x:
if x: # look nice
b = "No spaces" # when they
c = "Done" # line up.
-
diff --git a/test/farm/run/src/chdir.py b/test/farm/run/src/chdir.py
index d8287ed7..6d834924 100644
--- a/test/farm/run/src/chdir.py
+++ b/test/farm/run/src/chdir.py
@@ -2,4 +2,3 @@ import os
print("Line One")
os.chdir("subdir")
print("Line Two")
-
diff --git a/test/test_api.py b/test/test_api.py
index a832c035..aa0e726b 100644
--- a/test/test_api.py
+++ b/test/test_api.py
@@ -468,7 +468,7 @@ class ReportIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
class XmlIncludeOmitTest(OmitIncludeTestsMixin, CoverageTest):
"""Tests of the xml include/omit functionality.
-
+
This also takes care of the HTML and annotate include/omit, by virtue
of the structure of the code.
diff --git a/test/test_config.py b/test/test_config.py
index bf42bf76..4fc658f4 100644
--- a/test/test_config.py
+++ b/test/test_config.py
@@ -184,4 +184,3 @@ class ConfigFileTest(CoverageTest):
'source': ['.', '/home/ned/src/'],
'other': ['other', '/home/ned/other', 'c:\\Ned\\etc']
})
-
diff --git a/test/test_misc.py b/test/test_misc.py
index 72f5caac..eb73cc81 100644
--- a/test/test_misc.py
+++ b/test/test_misc.py
@@ -25,4 +25,3 @@ class HasherTest(CoverageTest):
h2 = Hasher()
h2.update({'b': 23, 'a': 17})
self.assertEqual(h1.digest(), h2.digest())
-
diff --git a/test/test_results.py b/test/test_results.py
index d6919fa2..3da92e4c 100644
--- a/test/test_results.py
+++ b/test/test_results.py
@@ -62,4 +62,3 @@ class NumbersTest(CoverageTest):
self.assertEqual(n9999.pc_covered_str, "0.1")
self.assertEqual(n10000.pc_covered_str, "0.0")
Numbers.set_precision(0)
-
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")
-