mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 22:09:35 +08:00
fix: sleep 1 sec to wait log handler
This commit is contained in:
@@ -206,6 +206,7 @@ class TestHttpRunner(ApiServerUnittest):
|
|||||||
log_file_path = os.path.join(os.getcwd(), 'reports', "test_log_file.log")
|
log_file_path = os.path.join(os.getcwd(), 'reports', "test_log_file.log")
|
||||||
runner = HttpRunner(failfast=True, log_file=log_file_path)
|
runner = HttpRunner(failfast=True, log_file=log_file_path)
|
||||||
runner.run(self.testcase_cli_path)
|
runner.run(self.testcase_cli_path)
|
||||||
|
time.sleep(1)
|
||||||
self.assertTrue(os.path.isfile(log_file_path))
|
self.assertTrue(os.path.isfile(log_file_path))
|
||||||
os.remove(log_file_path)
|
os.remove(log_file_path)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user