mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 14:32:31 +08:00
remove tests/httpbin/debugtalk.py
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
|
|
||||||
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