Commit Graph
100 Commits
Author SHA1 Message Date
httprunner 383992c590 Merge branch 'bugfix' into modular 2018-08-03 23:58:45 +08:00
httprunner e8cefb5b65 bump to v1.5.9 2018-08-03 23:54:27 +08:00
httprunner abc304957e fix unstability in unittest 2018-08-03 23:42:20 +08:00
httprunner b4efbfcb2a fix #332: display image type 2018-08-03 23:36:05 +08:00
httprunner 8466e4aef4 fix #330: display response headers in report 2018-08-03 22:54:44 +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 fd5c93f907 remove Pipfile.lock 2018-08-02 10:25:11 +08:00
httprunner 1cedb90368 fix #327: handle teardown hooks when exception occured in initilization 2018-08-02 10:22:38 +08:00
httprunner 95809c635d add unit test: set response attribute to json data 2018-07-30 15:47:43 +08:00
httprunner a6478dabe8 add TODO: check hook function if valid 2018-07-30 15:38:39 +08:00
httprunner e7ee18a25d Merge branch 'master' into modular 2018-07-30 15:02:14 +08:00
httprunner 7af1f5bf99 remove extent_report_template 2018-07-30 15:01:43 +08:00
httprunner 8b328691f4 Merge branch 'master' into modular 2018-07-30 14:43:46 +08:00
httprunner f0bd0dd199 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-07-30 14:43:00 +08:00
httprunner 3d5656e7c0 fix #155: escape response text 2018-07-30 14:42:47 +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 c8e26fee21 relocate .env file loader 2018-07-29 22:44:11 +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 d593d1c801 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-07-27 10:32:58 +08:00
httprunner 2b352a434c Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-07-27 10:32:13 +08:00
httprunner e1a867ebe2 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-07-26 22:34:50 +08:00
httprunner 3a2e07afcb bugfix: set repsonse attribute 2018-07-26 22:33:35 +08:00
httprunner ae972b6efc fix #315: display image in report; remove duplicate info 2018-07-26 19:48:55 +08:00
httprunner f3b4837ad7 fix #315: display image in report; remove duplicate info 2018-07-26 19:14:32 +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 027d19ccd2 bugfix: ExtractFailure in Python2.7 2018-07-26 12:17:57 +08:00
httprunner 2941308fd4 update log 2018-07-26 12:00:47 +08:00
httprunner 500305e226 bugfix: UnicodeDecodeError in Python2.7 2018-07-26 11:46:46 +08:00
httprunner 51b2609293 update error message 2018-07-26 00:09:41 +08:00
httprunner 111da0f4cc bugfix: JSONDecodeError in Python3.4 2018-07-25 23:53:25 +08:00
httprunner 13d4c5d5a4 fix #26: distinguish failure and error 2018-07-25 19:46:23 +08:00
httprunner e11f20e70d bugfix: check HTTP method before request 2018-07-25 19:43:54 +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 001eed3216 fix compatibility with python2.7 2018-07-25 16:39:05 +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 505f4d5dbc bugfix: display default test suite name if not specified 2018-07-24 20:22:26 +08:00
httprunner 14f825b164 update extract log 2018-07-24 18:18:42 +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 423f35980e bugfix: stringfy data before generating report 2018-07-21 12:57:55 +08:00
httprunner 19475c0fb4 convert CaseInsensitiveDict to dict 2018-07-21 12:25:23 +08:00
httprunner 8bdb05faf0 record more info about request and response, and display in report 2018-07-21 11:40:44 +08:00
httprunner 47b1fe2cd3 convert datetime object to string in summary data structure 2018-07-20 18:15:22 +08:00
httprunner 1a8706f32e convert OrderedDict to dict 2018-07-20 11:39:15 +08:00
httprunner cacdb93831 display parameters and output in report 2018-07-20 11:09:42 +08:00
httprunner d198174ec0 display validators in report log 2018-07-19 23:56:24 +08:00
httprunner 9a0112521f call print_output after each testset 2018-07-19 15:28:42 +08:00
httprunner 834154cc4e refactor report: split test suite to separate tables 2018-07-19 15:15:09 +08:00
httprunner 0460e1d07e fix compability for stringify_body 2018-07-12 11:12:34 +08:00
httprunner 7eee813542 fix #155: remove safe mark 2018-07-10 13:06:21 +08:00
httprunner 4fa93fa820 fix #269: display the former url when the current testcase failed 2018-07-01 22:52:25 +08:00
httprunner e6e0a5949f bugfix: ensure report generation when test failed 2018-07-01 17:01:46 +08:00
httprunner 4aaedc6caf Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-06-29 12:09:52 +08:00
httprunner ff89336076 add margin-bottom in default report 2018-06-29 12:09:21 +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 2b40399d05 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-06-10 23:24:56 +08:00
httprunner 230478edfa add tests for loading api with hooks 2018-06-10 23:24:30 +08:00
httprunner ff206a8202 Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-06-02 22:32:29 +08:00
httprunner 6291c07109 fix #260: auto remove space in function args 2018-06-02 22:32:07 +08:00
httprunner 2049e8fc1f fix #155: xss prevention 2018-05-31 14:50:22 +08:00
httprunner 55467c2b9f fix compatibility for python 3.4, 3.5 2018-05-31 00:53:32 +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
httprunner d9e6bdc614 fix variable name 2018-05-29 15:06:21 +08:00
httprunner a7f96c8f3c Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-05-29 14:25:45 +08:00
httprunner a6e10a23fa replace (ms) to _ms 2018-05-29 14:25:15 +08:00
httprunner 3134cda648 fix typo error 2018-05-25 15:18:24 +08:00
httprunner a756bce2fd add TODO for comparator uniform 2018-05-22 21:41:28 +08:00
httprunner 4d744544f8 update qrcode link 2018-05-14 17:35:05 +08:00
httprunner 3722a79014 bugfix: make compatible with download api that response in bytes 2018-05-14 17:14:44 +08:00
httprunner 84bc74374c render README of markdown format in pypi 2018-05-14 15:30:48 +08:00
httprunner ec605d0cf2 test setup install 2018-05-14 15:17:32 +08:00
httprunner b2e52d0789 update setup.py 2018-05-14 15:12:48 +08:00
httprunner b9a1c839bd remove setup_hook_httpntlmauth from built-in hooks 2018-05-14 15:09:11 +08:00
httprunner ae0e6e8049 bugfix: modify request with setup_hooks 2018-05-14 14:29:26 +08:00
httprunner d2b0343266 update README 2018-05-13 14:39:41 +08:00
httprunner 91dc30c9ab add wechat QR code 2018-05-12 23:35:12 +08:00
httprunner 08eb59190e remove examples 2018-05-12 21:12:25 +08:00
httprunner 2900f5b955 fix #173: testset hook in config block 2018-05-11 00:44:08 +08:00
httprunner 2bb84b3874 refactor hook mechanism:
1, remove EventHook;
2, setup_hooks: could reference request dict;
3, teardown_hooks: could reference Response object.
2018-05-10 13:40:47 +08:00