mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-17 22:08:24 +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:
|
with open('stderr.txt', 'r') as f:
|
||||||
print(f.read())
|
print(f.read())
|
||||||
raise
|
raise
|
||||||
|
finally:
|
||||||
|
os.remove('stdout.txt')
|
||||||
|
os.remove('stderr.txt')
|
||||||
|
|
||||||
|
|
||||||
class TestInit(unittest.TestCase):
|
class TestInit(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Reference in a new issue