add hook feature:

1, setup_hook: call function before request
2, teardown_hook: call function after request
This commit is contained in:
httprunner
2018-03-14 11:57:35 +08:00
parent 179301d084
commit 4879330b14
8 changed files with 129 additions and 64 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
__title__ = 'HttpRunner'
__description__ = 'One-stop solution for HTTP(S) testing.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '1.1.0'
__version__ = '1.2.0-beta'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'