mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
fix #139: hooks execution order
This commit is contained in:
6
tests/httpbin/debugtalk.py
Normal file
6
tests/httpbin/debugtalk.py
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
def setup_hook_add_kwargs(method, url, kwargs):
|
||||
kwargs["key"] = "value"
|
||||
|
||||
def setup_hook_remove_kwargs(method, url, kwargs):
|
||||
kwargs.pop("key")
|
||||
Reference in New Issue
Block a user