Commit Graph
100 Commits
Author SHA1 Message Date
debugtalk 8d2a212584 fix: compatibility for Python 2.7 2019-12-25 22:50:40 +08:00
debugtalk c29d770440 test: Reset redirect in teardown 2019-12-25 22:36:17 +08:00
debugtalk 3850427c68 test: add cli test 2019-12-25 22:33:13 +08:00
debugtalk 9202b892a0 Merge pull request #810 from httprunner/leo_dev
test: update test name
2019-12-25 11:55:56 +08:00
debugtalk 38b0e5a0c5 Merge branch 'master' into leo_dev 2019-12-25 11:47:25 +08:00
debugtalk f99281090c test: update test name 2019-12-25 11:46:26 +08:00
debugtalk cbe1b1a2d3 Merge pull request #809 from httprunner/leo_dev
2.4.8

**Added**

- feat: store parse failed api/testcase/testsuite file path in `logs/xxx.parse_failed.json`
- feat: add exception SummaryEmpty

**Fixed**

- fix: display request & response details in report when extraction failed
- fix: include CHANGELOG in package
2019-12-25 11:42:18 +08:00
debugtalk b7d94dd8d0 fix: unittest for python2.7 2019-12-25 11:37:04 +08:00
debugtalk 13e3675357 fix: unittest 2019-12-24 23:42:55 +08:00
debugtalk 694afdb282 change: use sys.exit(code) in hrun main 2019-12-24 23:29:36 +08:00
debugtalk 9c8f8327ea feat: add exception SummaryEmpty 2019-12-24 23:07:40 +08:00
debugtalk 9bd5f62705 feat: store parse failed api/testcase/testsuite file path in logs/xxx.parse_failed.json 2019-12-24 22:55:20 +08:00
debugtalk b245fcd370 docs: update docstring 2019-12-24 21:35:01 +08:00
debugtalk 51d79871cf change: reformat code 2019-12-24 21:33:00 +08:00
debugtalk 580465c761 fix: include CHANGELOG in package 2019-12-24 20:30:26 +08:00
debugtalk 8bb12ea480 fix: add enum34 for Python 2.7 2019-12-24 20:21:46 +08:00
debugtalk ae780b340b change: add HookTypeEnum 2019-12-24 20:14:59 +08:00
debugtalk cd42d92a76 fix: display request & response details in report when extraction failed 2019-12-24 19:53:46 +08:00
debugtalk e4f8ebd01f change: reformat code 2019-12-24 16:29:39 +08:00
debugtalk a18c727e7a Merge pull request #806 from httprunner/leo_dev
2.4.7

**Added**

- feat: report user id to sentry

**Fixed**

- fix #797: locusts command error
2019-12-24 15:15:42 +08:00
debugtalk f3ce7ce876 test: add integration test for locusts command 2019-12-24 15:07:12 +08:00
debugtalk 38cbd4082e fix #797: locusts command error 2019-12-24 15:04:02 +08:00
debugtalk 138495bac1 feat: report user id to sentry 2019-12-23 23:31:22 +08:00
debugtalk 2fd8beb32b Merge pull request #805 from httprunner/leo_dev
2.4.6

**Added**

- feat: report tests start event and running exception to sentry

**Fixed**

- fix: ensure initializing sentry_sdk on startup
2019-12-23 22:06:24 +08:00
debugtalk db447bad6c change: report release to sentry 2019-12-23 22:02:02 +08:00
debugtalk 74af735e1e feat: add version tag for sentry 2019-12-23 18:44:05 +08:00
debugtalk d41ca23cea feat: report tests start event and running exception to sentry 2019-12-23 17:29:41 +08:00
debugtalk babd2e94a7 change: update email 2019-12-23 17:19:21 +08:00
debugtalk d2edb376fa chang: adjust sentry logo size 2019-12-23 17:08:26 +08:00
debugtalk 2a9457347a docs: add sentry sponsor logo 2019-12-23 17:02:35 +08:00
debugtalk 8de77c6ab8 change: remove default issue title 2019-12-23 16:40:15 +08:00
debugtalk 3fa8126d31 Merge branch 'master' into leo_dev 2019-12-23 16:21:55 +08:00
debugtalk a69665cc9d Merge pull request #802 from httprunner/debugtalk-patch-1
Update issue templates
2019-12-23 11:43:52 +08:00
debugtalk e03d720f59 update issure templates 2019-12-23 11:32:05 +08:00
debugtalk bf42d0cb5b Merge pull request #801 from httprunner/debugtalk-patch-1
Create feature_request_zh.md
2019-12-23 11:10:07 +08:00
debugtalk 7ec401300a Create feature_request_zh.md 2019-12-23 11:01:49 +08:00
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 0ac37baa36 Merge pull request #799 from httprunner/leo_dev
2.4.5 (2019-12-20)

**Added**

- feat: integrate sentry sdk

**Fixed**

- fix: catch UnicodeDecodeError when json loads request body
- fix: display indented json for request json body

**Changed**

- change: detect request/response bytes encoding, instead of assuming utf-8
- refactor: make report as submodule
2019-12-20 15:54:16 +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 56a223188e Merge branch 'master' of https://github.com/httprunner/HttpRunner 2019-12-18 10:40:51 +08:00
debugtalk c1ab3c0082 Merge pull request #796 from httprunner/leo_dev
Merge pull request #795 from httprunner/leo_dev
2019-12-18 10:18:32 +08:00
debugtalk 484bfa90aa Merge branch 'master' into leo_dev 2019-12-17 23:18:30 +08:00
debugtalk d1dd50eb67 Merge pull request #795 from httprunner/leo_dev
2.4.4 (2019-12-17)

**Added**

- feat: add keyword `body` to reference response body

**Changed**

- refactor: dumps request/response headers, display indented json in html report
- refactor: dumps request/response body if it is in json format, display indented json in html report
- change: unify response field(content/json/text) to `body` in html report
2019-12-17 23:15:49 +08:00
debugtalk a0ebae874e Merge pull request #795 from httprunner/leo_dev
2.4.3 (2019-12-16)

**Added**

- feat: load api content on demand

**Changed**

- refactor: use poetry>=1.0.0
- test: migrate from travis CI to github actions
- test: migrate from coveralls to codecov
- test: run matrix tests on linux/macos/~~windows~~ and Python 2.7/3.5/3.6/3.7/3.8
2019-12-17 23:15:15 +08:00
debugtalk 9b9477f709 Merge pull request #795 from httprunner/leo_dev
2.4.3 (2019-12-16)

**Added**

- feat: load api content on demand

**Changed**

- refactor: use poetry>=1.0.0
- test: migrate from travis CI to github actions
- test: migrate from coveralls to codecov
- test: run matrix tests on linux/macos/~~windows~~ and Python 2.7/3.5/3.6/3.7/3.8
2019-12-17 23:13:59 +08:00
debugtalk a27847a43c Merge branch 'master' into leo_dev 2019-12-17 23:09:02 +08:00
debugtalk ea86ddfd02 fix: unittest for python <3.6 2019-12-17 23:04:39 +08:00
debugtalk dfee152e26 fix: unittest 2019-12-17 22:39:48 +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 d9c2801fdc Merge pull request #794 from httprunner/leo_dev
2.4.4 (2019-12-17)

**Changed**

- refactor: dumps request and response headers/body, display indented json in report
2019-12-17 20:49:43 +08:00
debugtalk 05cd609376 fix: unittest 2019-12-17 20:42:35 +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 a57788f6ad Merge pull request #789 from httprunner/leo_dev
2.4.3 (2019-12-16)

**Added**

- feat: load api content on demand

**Changed**

- refactor: use poetry>=1.0.0
- test: migrate from travis CI to github actions
- test: migrate from coveralls to codecov
- test: run matrix tests on linux/macos/~~windows~~ and Python 2.7/3.5/3.6/3.7/3.8
2019-12-16 23:01:32 +08:00
debugtalk 48bfb9cd92 change: remove Python 3.8 temporarily 2019-12-16 19:48:03 +08:00
debugtalk cc20d8b397 feat: load api content on demand 2019-12-16 18:42:40 +08:00
debugtalk d0b52aad18 change: adjust parallel number to 12 for unittest 2019-12-14 16:14:22 +08:00
debugtalk 68e7d93447 change: add poetry.lock 2019-12-14 15:42:58 +08:00
debugtalk a62403e158 fix: make sure flask server is up 2019-12-14 15:26:58 +08:00
debugtalk d48386de7a change: remove windows runner temporarily 2019-12-14 01:00:57 +08:00
debugtalk aa96e891f1 change: adjust github action yml 2019-12-14 00:26:04 +08:00
debugtalk 54578b98e7 fix: github action yml 2019-12-14 00:13:25 +08:00
debugtalk ad8503301a fix: github actions 2019-12-14 00:07:45 +08:00
debugtalk 97d7d595ca test: run matrix tests on linux/macos/windows and Python 2.7/3.5/3.6/3.7/3.8 2019-12-13 23:59:47 +08:00
debugtalk 6cbd85a26b test: run tests on linux, macos, windows 2019-12-13 23:47:08 +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 b51187c9a6 fix: module not found 2019-12-13 22:48:26 +08:00
debugtalk a32ee1c5da test: add integration test as a workflow 2019-12-13 22:42:33 +08:00
debugtalk 83e203da2c Merge branch 'debugtalk-patch-1' into leo_dev 2019-12-13 19:23:49 +08:00
debugtalk 9bcd940960 Update unittest.yml
replace coveralls with codecov
2019-12-13 19:16:19 +08:00
debugtalk 00660dce6d Update unittest.yml
fix coveralls
2019-12-13 19:01:26 +08:00
debugtalk 8b6ec5696a Update unittest.yml
add coveralls
2019-12-13 18:56:00 +08:00
debugtalk 6a7ded3194 Update unittest.yml
remove coveralls
2019-12-13 18:43:08 +08:00
debugtalk 0f9ed450e1 Create unittest.yml
add github action for unittest.
2019-12-13 18:32:54 +08:00
debugtalk 287affa7a9 fix: remove superfluous build 2019-12-13 18:31:16 +08:00
debugtalk c5ccc48700 docs: update changelog 2019-12-13 18:13:23 +08:00
debugtalk c7a3380ba7 change: use poetry>=1.0.0 2019-12-13 18:03:45 +08:00
debugtalk eada124258 docs: view project dependencies tree 2019-12-13 17:37:17 +08:00
debugtalk fb7d91ab80 fix: doc typo 2019-12-13 15:52:11 +08:00
debugtalk c64df55dfa Merge pull request #787 from httprunner/leo_dev
## 2.4.2 (2019-12-13)

**Changed**

- refactor: replace with open file handler, avoid reading files into memory
- refactor: rename plugin to extension, httprunner/plugins -> httprunner/ext
- docs: update installation doc for developers
2019-12-13 12:12:01 +08:00
debugtalk def6da3980 Merge branch 'leo_dev' of https://github.com/httprunner/HttpRunner into leo_dev 2019-12-13 12:07:07 +08:00
debugtalk c53493c2a1 docs: update changelog 2019-12-13 12:06:46 +08:00
debugtalk 53f60bf77c Merge branch 'master' into leo_dev 2019-12-13 12:02:25 +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 c47442b67a docs: update installation for developers 2019-12-12 22:51:40 +08:00
debugtalk 565419275c Merge pull request #786 from httprunner/leo_dev
2.4.1

- feat: add `upload` keyword for upload test, see [doc](https://docs.httprunner.org/prepare/upload-case/)
- test: pip install package 
- test: hrun command

**Fixed**

- fix: typo testfile_paths
- fix: check if locustio installed
- fix: dump json file name is empty when running relative testfile
2019-12-12 22:37:25 +08:00
debugtalk 18111923d4 docs: update 2019-12-12 22:25:00 +08:00
debugtalk 3e7377b2df docs: add doc for upload file 2019-12-12 22:15:57 +08:00