Commit Graph

69 Commits

Author SHA1 Message Date
debugtalk
69ade18828 change: remove unittests with flask mock server 2020-05-15 23:15:03 +08:00
debugtalk
212130b91f feat: run testcase with pytest 2020-05-15 18:30:06 +08:00
debugtalk
d602dbf312 feat: add har2case command alias 2020-05-15 16:02:50 +08:00
debugtalk
0c6fff20cb feat: add hmake command alias 2020-05-15 15:58:20 +08:00
debugtalk
0d2488ce10 change: remove jsonpath dependency 2020-05-15 15:29:49 +08:00
debugtalk
d3d434bde0 feat: format generated python testcases with black 2020-05-15 15:23:00 +08:00
debugtalk
a0b1ebd647 change v3: add basic validation 2020-04-23 21:53:03 +08:00
debugtalk
8275407fa1 feat: command alias, hrun = httprunner run 2020-04-23 21:52:14 +08:00
debugtalk
db722c92b9 change: make locusts as hrun sub-command, usage: hrun locusts -h 2020-04-12 23:35:47 +08:00
debugtalk
7a0b1b69e4 change: make har2case as hrun sub-command, usage: hrun har2case -h 2020-04-12 17:41:29 +08:00
debugtalk
fbf2812205 change: replace jsonschema validation with pydantic 2020-04-09 18:50:06 +08:00
debugtalk
a8075ea796 change: remove sentry sdk deps 2020-03-31 15:48:38 +08:00
debugtalk
710eb17944 bump version 3.0.1 2020-03-31 15:04:50 +08:00
debugtalk
2f9e66e6bc bump version 3.0.1 2020-03-24 21:44:40 +08:00
debugtalk
3af671e8b4 pre release 3.0.0 2020-03-18 22:17:29 +08:00
debugtalk
29b7f3bb78 change: remove dependency colorama and colorlog 2020-03-07 16:02:18 +08:00
debugtalk
f22e8f9a70 change: replace logging with loguru 2020-03-07 10:43:53 +08:00
debugtalk
14cb49c771 feat: use pydantic to implement testcase schema 2020-02-29 23:26:54 +08:00
debugtalk
d9370cfc09 feat: add fastapi and uvicorn, remove compatibility with 2.7/3.5 2020-02-21 19:28:27 +08:00
debugtalk
18936ce772 2.5.7: improve validate with python script 2020-02-21 18:52:01 +08:00
debugtalk
63646dc42b fix: version 2020-02-05 00:41:50 +08:00
debugtalk
8957b6c460 fix: HTTP method missed "CONNECT", "TRACE" 2020-01-06 14:27:03 +08:00
debugtalk
4e6c2c4ea8 bump to version 2.5.4 2020-01-03 19:29:57 +08:00
debugtalk
6abea9fa99 fix: jsonschema, variables maybe in string type, e.g. '${get_variables()}' 2020-01-02 23:19:06 +08:00
debugtalk
f30f2de4b0 fix #826: Windows does not support file name include ':' 2020-01-02 21:15:02 +08:00
debugtalk
fb2f071b0b update version 2020-01-02 15:31:23 +08:00
debugtalk
1eba5b80f7 bump to version 2.5.0 2020-01-01 23:37:06 +08:00
debugtalk
f233e126b9 feat: add json schema validation for api 2019-12-31 17:31:33 +08:00
debugtalk
e5bc23e4cf fix: display validators in report when validate raised exception 2019-12-25 23:21:10 +08:00
debugtalk
033f17294f fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk
2d0a0cdae9 fix: add enum34 for Python 2.7 2019-12-24 20:21:46 +08:00
debugtalk
829bce64e1 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk
e39a60c57a fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk
f8b17ad02e feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk
dc6145af31 fix: ensure initializing sentry_sdk on startup 2019-12-21 17:21:00 +08:00
debugtalk
13acc3d795 feat: integrate sentry sdk 2019-12-20 15:50:35 +08:00
debugtalk
067abe2f37 bump version to 2.4.5 2019-12-18 15:03:07 +08:00
debugtalk
4995a312ba bump version to 2.4.4 2019-12-17 21:00:10 +08:00
debugtalk
d67f950b33 test:
1, migrate from travis CI to github actions;
2, migrate from coveralls to codecov.
2019-12-13 23:28:21 +08:00
debugtalk
d0aa900690 change: use poetry>=1.0.0 2019-12-13 18:03:45 +08:00
debugtalk
7ba3c99f76 refactor: replace with open file handler, avoid reading files into memory 2019-12-13 11:18:09 +08:00
debugtalk
29e640f7cf fix: typo testfile_paths 2019-12-11 22:37:32 +08:00
debugtalk
e2c1ff5bb8 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk
da15b6f455 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk
034696afe4 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
debugtalk
eb357b806b 2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
2019-12-04 12:57:50 +08:00
debugtalk
10deade7fe fix: version number, bump to 2.3.2 2019-11-03 11:05:08 +08:00
debugtalk
8e4f99438d change: mv CHANGELOG.md to docs folder 2019-11-02 00:06:24 +08:00
debugtalk
01d9ac023b doc: update PyPi classifiers, add Operating System 2019-10-28 13:17:00 +08:00
debugtalk
f618e36e79 doc: update classifiers 2019-10-28 13:01:58 +08:00