mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 09:26:37 -04:00
more cleanup in teardown class
This commit is contained in:
parent
4ae5c9bcd9
commit
7a7d992cb7
@ -63,8 +63,10 @@ class GuiBaseTest(object):
|
||||
os.remove('/tmp/test.txt')
|
||||
os.remove('/tmp/settings.json')
|
||||
os.remove('/tmp/large_file')
|
||||
shutil.rmtree('/tmp/OnionShare')
|
||||
os.remove('/tmp/download.zip')
|
||||
os.remove('/tmp/webpage')
|
||||
shutil.rmtree('/tmp/testdir')
|
||||
shutil.rmtree('/tmp/OnionShare')
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user