mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 04:19:28 +08:00
fix #173: testset hook in config block
This commit is contained in:
@@ -81,3 +81,6 @@ def teardown_hook_sleep_N_secs(response, n_secs):
|
||||
time.sleep(0.1)
|
||||
else:
|
||||
time.sleep(n_secs)
|
||||
|
||||
def hook_print(msg):
|
||||
print(msg)
|
||||
|
||||
Reference in New Issue
Block a user