From 968fc008e4c0453ef05aa211e85e202e7b1d2342 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 2 Dec 2009 07:27:14 -0500 Subject: Massive eol whitespace clean-up. --- test/test_codeunit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_codeunit.py') 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 -- cgit v1.2.1