mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 21:39:31 +08:00
Add example
This commit is contained in:
11
docs/examples/test_klook/debugtalk.py
Normal file
11
docs/examples/test_klook/debugtalk.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from utils.validators.validators_of_area import *
|
||||
from utils.validators.validators_of_common import *
|
||||
from utils.setup_hooks import *
|
||||
from utils.teardown_hooks import *
|
||||
|
||||
__all__ = [
|
||||
klook_len_eq,
|
||||
check_search_area_result,
|
||||
exists_default_group,
|
||||
teardown_hook_set_encoding
|
||||
]
|
||||
Reference in New Issue
Block a user