mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-29 17:19:53 +02:00
cleanup after test output
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user