diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 07:27:14 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 07:27:14 -0500 |
| commit | e2c55d3f8436cc91290897f9ef9d1a478b9d218d (patch) | |
| tree | aafeffb08566ad99b2ce16cf92fc5d5adabcaeba /test/test_codeunit.py | |
| parent | e657eb27575a5932d1bb5f488fe0643137943a6a (diff) | |
| download | python-coveragepy-e2c55d3f8436cc91290897f9ef9d1a478b9d218d.tar.gz | |
Massive eol whitespace clean-up.
Diffstat (limited to 'test/test_codeunit.py')
| -rw-r--r-- | test/test_codeunit.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_codeunit.py b/test/test_codeunit.py index 96df963..ad07382 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 |
