mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-24 21:23:22 +00:00
cleanup after test output
This commit is contained in:
parent
8101ce7f23
commit
ecf95d398a
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ def output_hidden(show_failing=True):
|
|||
with open('stderr.txt', 'r') as f:
|
||||
print(f.read())
|
||||
raise
|
||||
finally:
|
||||
os.remove('stdout.txt')
|
||||
os.remove('stderr.txt')
|
||||
|
||||
|
||||
class TestInit(unittest.TestCase):
|
||||
|
|
Loading…
Reference in a new issue