Unittests: remove temporary file 'testscour_temp.svg' after running tests
This commit is contained in:
parent
f7d6406d38
commit
ffeb76c894
1 changed files with 2 additions and 0 deletions
|
|
@ -95,6 +95,8 @@ class EmptyOptions(unittest.TestCase):
|
|||
fail = True
|
||||
sys.stdout = stdout_temp
|
||||
|
||||
os.remove('testscour_temp.svg')
|
||||
|
||||
self.assertEqual(fail, False,
|
||||
'Exception when calling "start" with empty options object')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue