Commit Graph

216 Commits

Author SHA1 Message Date
debugtalk
a664684ba4 refactor parse_data 2018-08-13 00:29:49 +08:00
debugtalk
9b0d708367 refactor loader: load testcases 2018-08-12 01:25:28 +08:00
debugtalk
fc473311ed remove unused functions 2018-08-11 17:35:43 +08:00
debugtalk
c94e34e7f5 remove functions from utils 2018-08-11 17:29:48 +08:00
debugtalk
1983f98c62 load tests when initializing HttpRunner 2018-08-10 23:40:04 +08:00
debugtalk
ba7bdc7be3 add load_project_tests 2018-08-10 20:40:04 +08:00
debugtalk
d45fd10772 add load_testsuites_folder 2018-08-09 21:31:27 +08:00
debugtalk
90a6c6c607 add load_testcases_folder 2018-08-09 18:15:22 +08:00
debugtalk
8e67466f01 add load_api_folder 2018-08-09 16:31:44 +08:00
debugtalk
5be33f2152 increase response time to ensure unittest passed 2018-08-09 10:42:39 +08:00
debugtalk
22066da9f0 relocate TestcaseParser 2018-08-09 10:36:39 +08:00
debugtalk
6c218a1c4f split locate_debugtalk_py to locate_file and convert_module_name 2018-08-09 08:28:21 +08:00
debugtalk
3066284ae0 update: get function or variable item 2018-08-09 01:10:03 +08:00
debugtalk
fea4517738 remove get_imported_module_from_file 2018-08-09 00:54:57 +08:00
debugtalk
cc922c8619 remove search_conf_item 2018-08-09 00:50:55 +08:00
debugtalk
db3e1a2ae9 replace filter_module with load_python_module 2018-08-09 00:23:09 +08:00
debugtalk
fb46187cf2 update load_debugtalk_module 2018-08-08 19:15:04 +08:00
debugtalk
a33384bb37 refactor load debugtalk.py module 2018-08-08 18:25:11 +08:00
debugtalk
33120fb183 remove get_imported_module 2018-08-08 14:31:20 +08:00
debugtalk
044fc005e6 add loader for debugtalk.py module 2018-08-08 00:29:16 +08:00
debugtalk
d85f85446e relocate variable and function validator 2018-08-08 00:01:54 +08:00
debugtalk
167fc9cc02 refactor loading .env file 2018-08-07 15:07:21 +08:00
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