Commit Graph

194 Commits

Author SHA1 Message Date
debugtalk
68435a8102 replace SuiteNotFound with TestcaseNotFound 2018-08-05 23:55:50 +08:00
debugtalk
acc8657a6f relocate substitute_variables_with_mapping to parse_data 2018-08-05 22:38:01 +08:00
debugtalk
93df1b79ba relocate functions 2018-08-05 20:41:44 +08:00
debugtalk
243515a2ec relocate testcase parser 2018-08-05 11:46:27 +08:00
debugtalk
df75b6df85 relocate testcase validator 2018-08-05 11:07:57 +08:00
debugtalk
bf0fb675bb add testcase loader interface 2018-08-05 10:37:42 +08:00
debugtalk
305f84f3f7 refactor load_testcases function name 2018-08-04 23:58:07 +08:00
debugtalk
1ae7040627 Merge branch 'bugfix' into modular 2018-08-03 23:58:45 +08:00
debugtalk
38a6bb1227 fix unstability in unittest 2018-08-03 23:42:20 +08:00
debugtalk
fd8c1682e4 merge with master 2018-08-02 14:09:15 +08:00
debugtalk
c9fbceb92c bugfix: make compatible with Python 2.7 2018-08-02 13:34:12 +08:00
debugtalk
ee610a26a5 fix #279 #288: do not install httpbin as default, make compatible with Windows 2018-08-02 11:44:49 +08:00
debugtalk
f071c02513 define httpbin host and port in one place 2018-08-02 11:29:01 +08:00
debugtalk
fd0d37c3c9 add unit test: set response attribute to json data 2018-07-30 15:47:43 +08:00
debugtalk
adb00d5558 relocalte extract_variables 2018-07-30 00:27:01 +08:00
debugtalk
e32e89c379 relocate test suite loader 2018-07-30 00:11:04 +08:00
debugtalk
5738c368c8 relocate file loader 2018-07-29 22:40:00 +08:00
debugtalk
4dadef4ad9 refactor: import built_in module 2018-07-29 10:25:23 +08:00
debugtalk
52448357d0 refactor teardown_hooks set attribute: remove response attributes interlayer 2018-07-27 12:10:45 +08:00
debugtalk
4c53150ebb add TeardownHooksFailure exception 2018-07-27 11:41:59 +08:00
debugtalk
4771dd272e bugfix: set repsonse attribute 2018-07-26 22:33:35 +08:00
debugtalk
64656c1ab4 update test data filename 2018-07-26 15:27:39 +08:00
debugtalk
9f7cde2707 deprecate function_binds 2018-07-26 15:23:03 +08:00
debugtalk
54e151e468 deprecate requires 2018-07-26 15:17:50 +08:00
debugtalk
a8d8b26914 deprecate import_module_items 2018-07-26 15:08:04 +08:00
debugtalk
9aeb64c5a0 refactor: extract field 2018-07-25 19:13:56 +08:00
debugtalk
dee51b6682 refactor: query json content 2018-07-25 17:32:12 +08:00
debugtalk
fe9d5c497b remove exception type: ResponseFailure 2018-07-25 16:47:55 +08:00
debugtalk
b88b66b904 refactor: extract encoding/ok/reason/url 2018-07-25 16:22:08 +08:00
debugtalk
6c7e1be517 refactor: extract content/text/json 2018-07-25 16:10:45 +08:00
debugtalk
c33b81a2b7 refactor: extract headers 2018-07-25 12:18:33 +08:00
debugtalk
a2bd9c2574 refactor: extract elapsed 2018-07-25 12:04:07 +08:00
debugtalk
0b92b38143 refactor: extract cookie 2018-07-25 11:47:10 +08:00
debugtalk
22632d7110 refactor: extract status_code 2018-07-25 11:25:12 +08:00
debugtalk
4a87af51e7 rename excpetion module to exceptions 2018-07-25 10:52:16 +08:00
debugtalk
7478331cb5 group exceptions to 2 types: failure and error 2018-07-25 10:40:20 +08:00
debugtalk
6ae173d637 validate all validators even if failed 2018-07-24 18:04:10 +08:00
debugtalk
e2a46501fb support validate with response time 2018-07-23 21:30:01 +08:00
debugtalk
c7af7b3934 record more info about request and response, and display in report 2018-07-21 11:40:44 +08:00
debugtalk
4ab3666b52 display validators in report log 2018-07-19 23:56:24 +08:00
debugtalk
95db6f22dd refactor report: split test suite to separate tables 2018-07-19 15:15:09 +08:00
debugtalk
696a393776 fix #255: validate with custom functions 2018-06-11 21:52:21 +08:00
debugtalk
6539640fc5 bugfix: strip environment value 2018-06-11 20:00:37 +08:00
debugtalk
faa49ad74d add tests for loading api with hooks 2018-06-10 23:24:30 +08:00
debugtalk
50dfd40705 fix #260: auto remove space in function args 2018-06-02 22:32:07 +08:00
debugtalk
0b3c6665c2 1.4.5:
1, refactor ResponseObject;
2, response can be modified in teardown_hooks.
2018-05-31 00:36:10 +08:00
debugtalk
2dd9413674 update test_load_folder_files 2018-05-30 17:10:28 +08:00
debugtalk
c9354b5293 remove setup_hook_httpntlmauth from built-in hooks 2018-05-14 15:09:11 +08:00
debugtalk
d8c1a66971 bugfix: modify request with setup_hooks 2018-05-14 14:29:26 +08:00
debugtalk
41be67b627 fix #173: testset hook in config block 2018-05-11 00:44:08 +08:00