summaryrefslogtreecommitdiff
path: root/test/test_codeunit.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-02 07:27:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-02 07:27:14 -0500
commit968fc008e4c0453ef05aa211e85e202e7b1d2342 (patch)
tree91ae38367181a9ee0dda9ed22aa832031ca4c3d7 /test/test_codeunit.py
parent007a4a1ba529e2913357387c1f42b6028860fe98 (diff)
downloadpython-coveragepy-git-968fc008e4c0453ef05aa211e85e202e7b1d2342.tar.gz
Massive eol whitespace clean-up.
Diffstat (limited to 'test/test_codeunit.py')
-rw-r--r--test/test_codeunit.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_codeunit.py b/test/test_codeunit.py
index 96df9633..ad073827 100644
--- a/test/test_codeunit.py
+++ b/test/test_codeunit.py
@@ -21,7 +21,7 @@ class CodeUnitTest(CoverageTest):
# Parent class saves and restores sys.path, we can just modify it.
testmods = self.nice_file(os.path.dirname(__file__), 'modules')
sys.path.append(testmods)
-
+
def test_filenames(self):
acu = code_unit_factory("aa/afile.py", FileLocator())
bcu = code_unit_factory("aa/bb/bfile.py", FileLocator())
@@ -81,4 +81,3 @@ class CodeUnitTest(CoverageTest):
self.assertEqual(cu[1].source_file().read().split("\n")[0],
"# My egg file!"
)
- \ No newline at end of file