Commit Graph
100 Commits
Author SHA1 Message Date
debugtalk 8e4f99438d change: mv CHANGELOG.md to docs folder 2019-11-02 00:06:24 +08:00
debugtalk 472c0532e2 change: remove summary property from HttpRunner 2019-11-02 00:02:15 +08:00
debugtalk 127a161ab3 doc: update course 2019-11-01 23:37:27 +08:00
debugtalk 8d64fede9b doc: add docs to repo 2019-11-01 23:28:50 +08:00
debugtalk d15d811b6f fix: unittests for html report 2019-11-01 22:25:25 +08:00
debugtalk 42bd882c99 change: --report-file, specify report file path, this has higher priority than specifying report dir. 2019-11-01 19:34:34 +08:00
debugtalk 77a66e9fc9 change: make render_html_report separate with HttpRunner().run_tests() 2019-11-01 19:03:22 +08:00
debugtalk 058d28da8f doc: update plan 2019-11-01 15:08:43 +08:00
debugtalk 7cf2561de2 doc: add emoji 2019-10-28 22:17:51 +08:00
debugtalk 401442773a doc: add email 2019-10-28 22:11:04 +08:00
debugtalk ea8a063146 fix: logo path 2019-10-28 22:04:20 +08:00
debugtalk ed77060c4e fix: logo path 2019-10-28 21:46:37 +08:00
debugtalk 35b62c4b7f doc: update sponsor description; add sponsors plan 2019-10-28 21:43:13 +08:00
debugtalk b8577b9287 doc: add sponsor hogwarts 2019-10-28 20:35:28 +08:00
debugtalk 01d9ac023b doc: update PyPi classifiers, add Operating System 2019-10-28 13:17:00 +08:00
debugtalk 02ad14af7f doc: update PyPi classifiers 2019-10-28 13:04:26 +08:00
debugtalk f618e36e79 doc: update classifiers 2019-10-28 13:01:58 +08:00
debugtalk dea49ef5ca fix: locusts entry configuration 2019-10-28 11:50:41 +08:00
debugtalk 49295771f7 Merge pull request #733 from httprunner/dev
2.3.0
2019-10-26 22:35:48 +08:00
debugtalk 4d29d73a23 change: code format 2019-10-26 22:29:30 +08:00
debugtalk d5f6cb42d1 Merge branch 'dev' of https://github.com/httprunner/HttpRunner into dev 2019-10-26 22:27:31 +08:00
debugtalk d13d5439c8 fix #707: duration stat error in multiple testsuites
Thanks @lijuelijue and @plmmilove
2019-10-26 22:27:04 +08:00
debugtalk 42eae3347b Merge branch 'master' into dev 2019-10-26 22:06:03 +08:00
debugtalk 54ca7d0d36 Merge branch 'master' into dev 2019-10-26 22:00:33 +08:00
debugtalk c311d7ec28 Merge pull request #730 from orzcncn/master
修复测试报告duration统计错误
2019-10-26 22:00:12 +08:00
debugtalk 523c3ffa3f bump version to 2.3.0 2019-10-26 21:45:37 +08:00
debugtalk 301648af8f fix: compatibility in Python 2.7
ImportError will be raised in `from httprunner.plugins.locusts.utils import prepare_locust_tests` if httprunner/plugins/__init__.py is missed
2019-10-26 21:41:52 +08:00
debugtalk 32bff3d088 fix: Non-ASCII character when no encoding declared 2019-10-26 21:19:12 +08:00
debugtalk 8aabc2b7b0 fix: compatibility in Python 2.7
ImportError(No module named builtins) will be raised if future is not installed in Python 2.7
2019-10-26 21:14:51 +08:00
debugtalk 6890cf7082 fix: logger initialized mupltiple times 2019-10-26 20:59:03 +08:00
debugtalk 877cf7baa9 fix: sleep 1 sec to wait log handler 2019-10-26 09:57:17 +08:00
debugtalk 7c4d5aec33 fix: file handler 2019-10-26 09:52:29 +08:00
debugtalk c8495ca628 fix: makedirs if log file dir not exists 2019-10-26 00:44:56 +08:00
debugtalk 2aa0ccf3bd fix: missed import OrderedDict 2019-10-26 00:14:02 +08:00
debugtalk bac7e58115 fix: poetry with 0.12.17 2019-10-26 00:09:34 +08:00
debugtalk ccc69a2c8c change: locusts 2019-10-25 23:42:02 +08:00
debugtalk 364f3385ba change: remove unused file 2019-10-25 21:59:44 +08:00
debugtalk 08aa9ce29e fix: remove unused arguments 2019-10-25 20:19:58 +08:00
debugtalk ba217c3d4e feat: ignore .venv 2019-10-25 20:12:11 +08:00
debugtalk bbae7073a5 fix: log_with_color wrapper 2019-10-25 20:11:18 +08:00
debugtalk b6719bb704 fix: logger setup mupltiple times 2019-10-25 19:43:26 +08:00
debugtalk b6bd2eb0a6 change: update poetry.lock 2019-10-25 19:09:18 +08:00
debugtalk ad486e7708 feat: add poetry.lock 2019-10-25 18:25:43 +08:00
debugtalk 6bfcc8b057 fix: add locustio to dev dependencies 2019-10-25 17:46:45 +08:00
debugtalk f2710405d1 feat: add Python 3.8 2019-10-25 17:12:43 +08:00
debugtalk de412a2431 change: rename folder, templates => static 2019-10-25 17:06:05 +08:00
debugtalk 652e059d7d feat: make locusts as httprunner plugin 2019-10-25 16:50:53 +08:00
debugtalk d2d925d5df change: split locust main from httprunner cli 2019-10-25 15:44:49 +08:00
debugtalk 3d2615a27c change: log version before running 2019-10-25 15:01:12 +08:00
debugtalk 3d20f0d33a 2.2.7
change: move debugging cli to __main__.py
2019-10-25 14:21:23 +08:00
debugtalk b2221f2815 change: remove unused imports 2019-10-04 23:12:20 +08:00
debugtalk b3077f1e79 Merge pull request #713 from httprunner/project_info
update Project info
2019-10-01 17:21:08 +08:00
debugtalk a1729f3d25 doc: update README 2019-10-01 16:53:48 +08:00
debugtalk 9020803029 change: link TTF badge to testerhome github_statistics 2019-10-01 16:01:39 +08:00
debugtalk 00abfb81dd doc: add TTF shield 2019-10-01 15:54:57 +08:00
debugtalk fdfc5e84e2 doc: display downloads data on project homepage 2019-10-01 15:46:10 +08:00
debugtalk f4a6ce9cbb Merge pull request #709 from httprunner/debugtalk-patch-doc
doc: update changelog
2019-09-19 10:19:00 +08:00
debugtalk 3570944d97 doc: add jsonpath link 2019-09-19 01:02:56 +08:00
debugtalk 0b23381d9f doc: update changelog 2019-09-19 01:00:51 +08:00
debugtalk 9d63457a69 Merge pull request #704 from terryso/master
feat: generate html report with specified report file
2019-09-19 00:53:52 +08:00
debugtalk 7b14c39b02 Merge branch 'master' into master 2019-09-19 00:42:24 +08:00
debugtalk c90bf1c9de Merge pull request #700 from zdyxry/readme
fix: dev-rules link 404
2019-09-19 00:41:28 +08:00
debugtalk f5a312ade3 Merge branch 'master' into readme 2019-09-19 00:36:51 +08:00
debugtalk b12f698bd1 Merge pull request #679 from chenhuahuan/master
feat: support jsonpath to parse json response
2019-09-19 00:36:30 +08:00
debugtalk 7e29adb5eb Merge branch 'master' into master 2019-09-19 00:29:42 +08:00
debugtalk 28028bb84b Merge pull request #708 from httprunner/bugfix
2.2.6
2019-09-19 00:29:07 +08:00
debugtalk fc9a44ce09 feat: config variables support parsing from function 2019-09-19 00:22:18 +08:00
debugtalk df1453743a change: git ignore reports and logs 2019-09-18 19:01:46 +08:00
debugtalk c4dba32e65 update: adjust format 2019-09-18 18:58:39 +08:00
debugtalk 3115d0fc07 fix: remove unused import 2019-08-07 21:54:53 +08:00
debugtalk de8132e66a Merge pull request #664 from httprunner/fix_exit_code
2.2.5
2019-07-28 17:27:04 +08:00
debugtalk 608477184a bump version to 2.2.5 2019-07-28 17:11:51 +08:00
debugtalk 94069de114 remove setup_logger in main_hrun() 2019-07-28 16:59:47 +08:00
debugtalk 4206851172 feat: log HttpRunner version when initializing 2019-07-28 16:30:54 +08:00
debugtalk 930168a59e fix ModuleNotFoundError in debugging mode if httprunner uninstalled 2019-07-28 14:30:31 +08:00
debugtalk b552f3f2a4 fix #658: sys.exit 1 if any testcase failed 2019-07-28 11:53:18 +08:00
debugtalk 20e376a21c Merge pull request #654 from HttpRunner/use_poetry
2.2.4
2019-07-18 18:36:58 +08:00
debugtalk 4f59587422 docs: update change log 2019-07-18 18:29:57 +08:00
debugtalk 6460030f07 fix: unittests with host debugtalk.com 2019-07-18 18:23:15 +08:00
debugtalk d108209fe7 remove docs, move docs to universal repo
https://github.com/HttpRunner/docs
2019-07-18 18:04:24 +08:00
debugtalk b1babfeda1 improvement: relocate debugging scripts 2019-07-18 17:36:50 +08:00
debugtalk eb1ff83f70 update locked dependencies 2019-07-18 17:27:54 +08:00
debugtalk 70b1c51fe8 fix: get project version and description.
this will be improved after poetry fixed issue https://github.com/sdispater/poetry/issues/144
2019-07-18 16:34:13 +08:00
debugtalk 4946e70f30 fix: 'conflict with the backend dependencies' for requests-belt 2019-07-16 22:31:20 +08:00
debugtalk dc3b437b19 fix: 'conflict with the backend dependencies' error 2019-07-16 22:28:18 +08:00
debugtalk a039b80fa7 improvement: maintain project meta data all in pyproject.toml
1, remove __about__.py
2, project version and description are all configured in pyproject.toml
2019-07-16 18:56:52 +08:00
debugtalk b60abd4321 fix #572: tests_def_mapping["testcases"] typo error 2019-07-15 00:18:46 +08:00
debugtalk 848991c68e fix #551: raise if times is not digit 2019-07-14 23:22:17 +08:00
debugtalk db45480d0f fix #574: delete unnecessary code 2019-07-14 22:41:20 +08:00
debugtalk fe20ccebda update history categories with Added/Fixed/Changed 2019-07-13 15:17:36 +08:00
debugtalk b43f9543a1 drop support for Python 3.4 as it was EOL on 2019-03-16 2019-07-13 01:32:55 +08:00
debugtalk 4def628463 print verbose logs when installing 2019-07-13 00:55:41 +08:00
debugtalk 5e76f639cd feat: replace pipenv & setup.py with poetry 2019-07-12 23:56:49 +08:00
debugtalk 8e01a169b0 Merge pull request #634 from HttpRunner/fix_yaml_warning
fix: yaml FullLoader AttributeError when PyYAML version < 5.1
2019-06-30 21:00:25 +08:00
debugtalk b40cb19cb0 fix: yaml FullLoader AttributeError when PyYAML version < 5.1 2019-06-30 20:53:42 +08:00
debugtalk 3b4587d79a Merge pull request #632 from HttpRunner/rename_output
2.2.2: rename keyword output
2019-06-27 11:46:14 +08:00
debugtalk 2557834a6b feat: 'export' is used to replace 'output' in testcase config 2019-06-26 22:33:52 +08:00
debugtalk f0df345c34 feat: 'extract' is used to replace 'output' when passing former teststep's (as a testcase) export value to next teststep 2019-06-26 22:16:05 +08:00
debugtalk d7ca38056d Merge pull request #630 from HttpRunner/bugfix_testcase_format_v2
2.2.1
2019-06-26 18:53:16 +08:00
debugtalk 46b6336af9 fix: YAMLLoadWarning by specify yaml loader 2019-06-25 20:56:09 +08:00