fix #173: testset hook in config block

This commit is contained in:
debugtalk
2018-05-11 00:44:08 +08:00
parent dcc1e70181
commit 41be67b627
4 changed files with 75 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
name: basic test with httpbin
request:
base_url: http://127.0.0.1:3458/
setup_hooks:
- ${hook_print(setup)}
teardown_hooks:
- ${hook_print(teardown)}
- test:
name: headers