Unittests: remove temporary file 'testscour_temp.svg' after running tests

This commit is contained in:
Eduard Braun 2017-02-22 22:13:04 +01:00
parent f7d6406d38
commit ffeb76c894

View file

@ -95,6 +95,8 @@ class EmptyOptions(unittest.TestCase):
fail = True fail = True
sys.stdout = stdout_temp sys.stdout = stdout_temp
os.remove('testscour_temp.svg')
self.assertEqual(fail, False, self.assertEqual(fail, False,
'Exception when calling "start" with empty options object') 'Exception when calling "start" with empty options object')