Commit Graph

622 Commits

Author SHA1 Message Date
debugtalk
5d62d0a3c7 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
a7e203610c fix: init sentry_sdk before main 2019-12-21 17:08:46 +08:00
debugtalk
186151ea8e feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk
1358449564 fix: html template path 2019-12-19 13:32:56 +08:00
debugtalk
47d7cb4079 refactor: make report as submodule 2019-12-19 13:27:32 +08:00
debugtalk
e2d669b8db change: relocate report template html 2019-12-19 12:56:29 +08:00
debugtalk
86eadfd8a0 fix: compatibility for Python <3.6 2019-12-18 16:54:20 +08:00
debugtalk
7314c43603 fix: display indented json for request json body 2019-12-18 16:27:25 +08:00
debugtalk
825758bff4 doc: add todo 2019-12-18 16:05:51 +08:00
debugtalk
85e37d5a60 bump version to 2.4.5 2019-12-18 15:03:07 +08:00
debugtalk
8cb17c75c6 fix: catch UnicodeDecodeError when json loads request body
change: detect request/response bytes encoding, instead of assuming utf-8
2019-12-18 15:00:45 +08:00
debugtalk
ea86ddfd02 fix: unittest for python <3.6 2019-12-17 23:04:39 +08:00
debugtalk
0e39517d27 feat: add keyword 'body' to reference response body
change: unify response field(content/json/text) to 'body' in html report
2019-12-17 22:35:25 +08:00
debugtalk
61790db984 fix: unittest 2019-12-17 22:09:36 +08:00
debugtalk
aa253338b6 refactor: dumps request body if it is in json format, display indented json in html report 2019-12-17 21:52:48 +08:00
debugtalk
80cdcd3318 bump version to 2.4.4 2019-12-17 21:00:10 +08:00
debugtalk
2acf8d511b refactor: dumps request and response headers/body, display indented json in report 2019-12-17 18:57:03 +08:00
debugtalk
cc20d8b397 feat: load api content on demand 2019-12-16 18:42:40 +08:00
debugtalk
534f85120c test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk
0a4a8188cd refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk
9b5f150604 refactor: rename plugin to extention, httprunner/plugins -> httprunner/ext 2019-12-13 10:38:30 +08:00
debugtalk
ad7fa34b30 change: upload file 2019-12-12 21:58:07 +08:00
debugtalk
d27a1f131c docs: add upload script example for old way 2019-12-12 21:18:53 +08:00
debugtalk
780ec65636 change: ensure upload file path absolute in parser 2019-12-12 21:14:16 +08:00
debugtalk
f07d9abcbd change: remove test which has compatibility problem in Python 2.7 temporarily 2019-12-12 19:10:03 +08:00
debugtalk
e908367a58 feat: add 'upload' keyword for upload test 2019-12-12 17:23:56 +08:00
debugtalk
8b596b2177 fix: dump json file name is empty when running relative testfile 2019-12-12 15:49:52 +08:00
debugtalk
78acd7dc46 fix: check if locustio installed 2019-12-12 13:20:12 +08:00
debugtalk
ef8247e1d2 fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk
54ffd8b053 Merge branch 'master' into bug-fix_length_equals 2019-12-11 17:17:12 +08:00
Long
b484c24a3e bug fix: 当使用.csv文件内容来做数据驱动测试时, length_xxx函数都会失败 2019-12-11 17:06:40 +08:00
debugtalk
8b01e1f3c0 Merge branch 'master' into dev 2019-12-11 16:41:13 +08:00
debugtalk
9968c96772 Merge pull request #775 from zlinghuvip123/dev
fix: keep setup/teardown hooks original order when merge & override.
2019-12-11 16:38:15 +08:00
debugtalk
e9c38d0608 Merge branch 'master' into master 2019-12-11 16:16:34 +08:00
debugtalk
5a60dd09b5 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk
936adec206 fix: load builtin comparators 2019-12-11 15:54:25 +08:00
debugtalk
dda974ce1b change: make built_in comparators and functions as submodule 2019-12-11 15:38:11 +08:00
debugtalk
cbf006fa4d change: update cli argument help 2019-12-10 22:47:55 +08:00
debugtalk
a8641dea34 refactor: rename module name, loader/cases -> loader/buildup 2019-12-10 16:33:37 +08:00
debugtalk
2bfad80691 refactor: remove unused code 2019-12-09 19:13:13 +08:00
debugtalk
4ce0638e20 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk
f793c65b4f fix: remove unused import 2019-12-06 18:42:44 +08:00
t-bug
6c7f12dd1b fix: several hooks in the test will be rearranged in the alphabetical order when parsing yaml(json) which will cause the test to be failed.
fix: several hooks in the test will be rearranged in the alphabetical order when parsing yaml(json) which may cause the test to be failed.
2019-12-06 10:36:28 +08:00
debugtalk
1ac4bafd39 refactor: change function name to avoid conflict with unittest loader 2019-12-05 23:35:33 +08:00
debugtalk
a04b5e9593 refactor: make loader as submodule, split to check/locate/load/cases 2019-12-05 23:23:38 +08:00
debugtalk
d4b7d8f04f refactor: make loader as submodule 2019-12-05 20:47:51 +08:00
debugtalk
9225848ffb change: format code 2019-12-05 20:07:51 +08:00
debugtalk
cab54c9c9a fix: fix compatibility for Python 2.7, circle import of parser and validator 2019-12-05 19:55:35 +08:00
t-bug
90532f8c0a refactor
refactor: rearrange the report, failed test cases will be displayed  at the head of the report.
2019-12-05 19:39:58 +08:00
debugtalk
67725d5860 refactor: move validate testcase code from validator to loader 2019-12-05 18:44:38 +08:00