mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-21 03:22:38 +08:00
cleanup after test output
This commit is contained in:
parent
8101ce7f23
commit
ecf95d398a
@ -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…
x
Reference in New Issue
Block a user