A bit more tinkering to get tests passing.

This commit is contained in:
Ryan Petrello
2012-03-02 12:29:20 -05:00
parent 7cdf9d3afd
commit 350ab78033
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class TestTemplateLineFormat(TestCase):
self.f = tempfile.NamedTemporaryFile()
def tearDown(self):
os.remove(self.f.name)
del self.f
def test_format_line_context(self):
for i in range(11):