Commit Graph

197 Commits

Author SHA1 Message Date
httprunner
08f4020813 add loader for debugtalk.py module 2018-08-08 00:29:16 +08:00
httprunner
20a64c06b2 relocate variable and function validator 2018-08-08 00:01:54 +08:00
httprunner
d7418acb5f refactor loading .env file 2018-08-07 15:07:21 +08:00
httprunner
7c5940b9f8 replace SuiteNotFound with TestcaseNotFound 2018-08-05 23:55:50 +08:00
httprunner
4b8537352b relocate substitute_variables_with_mapping to parse_data 2018-08-05 22:38:01 +08:00
httprunner
6890a1fc94 relocate functions 2018-08-05 20:41:44 +08:00
httprunner
c14964042a relocate testcase parser 2018-08-05 11:46:27 +08:00
httprunner
9fc1c7fad3 relocate testcase validator 2018-08-05 11:07:57 +08:00
httprunner
4bed23f38c add testcase loader interface 2018-08-05 10:37:42 +08:00
httprunner
c823777900 refactor load_testcases function name 2018-08-04 23:58:07 +08:00
httprunner
383992c590 Merge branch 'bugfix' into modular 2018-08-03 23:58:45 +08:00
httprunner
abc304957e fix unstability in unittest 2018-08-03 23:42:20 +08:00
httprunner
43c5331415 merge with master 2018-08-02 14:09:15 +08:00
httprunner
9975c3dd7b bugfix: make compatible with Python 2.7 2018-08-02 13:34:12 +08:00
httprunner
fd1a722897 fix #279 #288: do not install httpbin as default, make compatible with Windows 2018-08-02 11:44:49 +08:00
httprunner
61deb3ab9d define httpbin host and port in one place 2018-08-02 11:29:01 +08:00
httprunner
95809c635d add unit test: set response attribute to json data 2018-07-30 15:47:43 +08:00
httprunner
b6886e83a8 relocalte extract_variables 2018-07-30 00:27:01 +08:00
httprunner
8ebb4bc638 relocate test suite loader 2018-07-30 00:11:04 +08:00
httprunner
7450c76a19 relocate file loader 2018-07-29 22:40:00 +08:00
httprunner
46fe256418 refactor: import built_in module 2018-07-29 10:25:23 +08:00
httprunner
35006a313e refactor teardown_hooks set attribute: remove response attributes interlayer 2018-07-27 12:10:45 +08:00
httprunner
bc56a7501b add TeardownHooksFailure exception 2018-07-27 11:41:59 +08:00
httprunner
3a2e07afcb bugfix: set repsonse attribute 2018-07-26 22:33:35 +08:00
httprunner
f3ef2ec821 update test data filename 2018-07-26 15:27:39 +08:00
httprunner
29073d7111 deprecate function_binds 2018-07-26 15:23:03 +08:00
httprunner
adb72e7d75 deprecate requires 2018-07-26 15:17:50 +08:00
httprunner
7ed962e803 deprecate import_module_items 2018-07-26 15:08:04 +08:00
httprunner
58594905ca refactor: extract field 2018-07-25 19:13:56 +08:00
httprunner
85bb37194d refactor: query json content 2018-07-25 17:32:12 +08:00
httprunner
007cfd9d1b remove exception type: ResponseFailure 2018-07-25 16:47:55 +08:00
httprunner
93bb6330d2 refactor: extract encoding/ok/reason/url 2018-07-25 16:22:08 +08:00
httprunner
7f640de79e refactor: extract content/text/json 2018-07-25 16:10:45 +08:00
httprunner
077cae3ca1 refactor: extract headers 2018-07-25 12:18:33 +08:00
httprunner
95a4740525 refactor: extract elapsed 2018-07-25 12:04:07 +08:00
httprunner
aff69944b8 refactor: extract cookie 2018-07-25 11:47:10 +08:00
httprunner
d5616b3a16 refactor: extract status_code 2018-07-25 11:25:12 +08:00
httprunner
3c17aa649c rename excpetion module to exceptions 2018-07-25 10:52:16 +08:00
httprunner
e6a834c6c6 group exceptions to 2 types: failure and error 2018-07-25 10:40:20 +08:00
httprunner
b6e306fd38 validate all validators even if failed 2018-07-24 18:04:10 +08:00
httprunner
705df59ca1 support validate with response time 2018-07-23 21:30:01 +08:00
httprunner
8bdb05faf0 record more info about request and response, and display in report 2018-07-21 11:40:44 +08:00
httprunner
d198174ec0 display validators in report log 2018-07-19 23:56:24 +08:00
httprunner
834154cc4e refactor report: split test suite to separate tables 2018-07-19 15:15:09 +08:00
httprunner
28ae4d0c97 fix #255: validate with custom functions 2018-06-11 21:52:21 +08:00
httprunner
a202fc0866 bugfix: strip environment value 2018-06-11 20:00:37 +08:00
httprunner
230478edfa add tests for loading api with hooks 2018-06-10 23:24:30 +08:00
httprunner
6291c07109 fix #260: auto remove space in function args 2018-06-02 22:32:07 +08:00
httprunner
89cc9a2d1e 1.4.5:
1, refactor ResponseObject;
2, response can be modified in teardown_hooks.
2018-05-31 00:36:10 +08:00
httprunner
c23016f3c1 update test_load_folder_files 2018-05-30 17:10:28 +08:00