Skip to content

Commit

Permalink
ConfWriterTest: Remove all temporary files
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 3, 2015
1 parent 2267567 commit c4f7a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coalib/tests/output/ConfWriterTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def setUp(self):

def tearDown(self):
os.remove(self.file)
os.remove(self.write_file_name)

def test_exceptions(self):
self.assertRaises(TypeError, self.uut.write_section, 5)
Expand Down

0 comments on commit c4f7a51

Please sign in to comment.