A bit more tinkering to get tests passing.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user