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
commit33022cba9ed2d8efe8245e4a7d9aba66075d6811 (patch)
tree5e494b2122eb3d1c52b5b9d2bf9db05283692156 /test
parent30f035760bd34dc45c0303affa55820540c40c5a (diff)
downloadpython-coveragepy-33022cba9ed2d8efe8245e4a7d9aba66075d6811.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 9126844..8d62f5c 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 4c39caf..2035852 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 d8287ed..6d83492 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 a832c03..aa0e726 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 bf42bf7..4fc658f 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 72f5caa..eb73cc8 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 d6919fa..3da92e4 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 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")
-