debugtalk
|
9fb27e5039
|
bump version to v4.1.4
|
2022-06-17 22:53:24 +08:00 |
|
debugtalk
|
ce172d42a5
|
fix #1339: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema
|
2022-06-17 22:39:19 +08:00 |
|
debugtalk
|
53702d0bb9
|
change: update docs
|
2022-06-17 19:52:57 +08:00 |
|
debugtalk
|
02658b376f
|
Merge pull request #1364 from billduan/fix_sql_response_print
fix: support None/dict/list format when printing sql response
|
2022-06-17 12:24:25 +08:00 |
|
duanchao.bill
|
05425452ee
|
fix:修复sql_response_print的问题,sql_response_print有可能是None/dict/list
fix:增加sqlitedemo,修复sqlite3查询数据报错的问题
|
2022-06-16 11:38:25 +08:00 |
|
xucong053
|
94366b0ecc
|
fix: use python instead of python3 if python3 is not available on windows
|
2022-06-15 11:31:18 +08:00 |
|
debugtalk
|
2076ec5100
|
fix: check if debugtalk.go contains main() function
|
2022-06-14 23:17:34 +08:00 |
|
debugtalk
|
39d1d0dc46
|
fix: filter commented out functions when generating plugin file
|
2022-06-14 22:51:23 +08:00 |
|
debugtalk
|
2db8beefcf
|
fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin
|
2022-06-14 14:19:48 +08:00 |
|
debugtalk
|
5a24bc8c27
|
fix #1352: avoid conversion to exponential notation
|
2022-06-14 13:22:07 +08:00 |
|
debugtalk
|
c00dab17b3
|
refactor: EnsurePython3Venv
|
2022-06-14 11:52:18 +08:00 |
|
debugtalk
|
2bb7152643
|
feat: assert python3 package is ready with specified version
|
2022-06-14 00:51:45 +08:00 |
|
debugtalk
|
9de49a1d29
|
refactor: build plugin
|
2022-06-13 23:40:45 +08:00 |
|
debugtalk
|
0a6edf685d
|
change: update for v4.1.2
|
2022-06-09 23:50:04 +08:00 |
|
xucong053
|
1e5281d96f
|
fix: failed to load overall pick_order strategy in parameters_setting
|
2022-06-08 17:21:17 +08:00 |
|
bbx-winner
|
1e73d4e839
|
Merge branch 'master' into fix-escape-html
|
2022-05-31 15:16:18 +08:00 |
|
buyuxiang
|
90ef77bced
|
update: hrp version => v4.1.1
|
2022-05-31 15:11:33 +08:00 |
|
xucong053
|
55e1ddddfd
|
remove project_path info from proj.json in project dir
|
2022-05-31 15:08:45 +08:00 |
|
xucong053
|
f539e2a0df
|
fix: failed to build debugtalk.go without go.mod
|
2022-05-31 13:14:49 +08:00 |
|
debugtalk
|
bc36662f15
|
change: relocate plugin templates
|
2022-05-29 13:28:48 +08:00 |
|
debugtalk
|
57d3b90989
|
refactor: relocate build plugin
|
2022-05-29 12:32:39 +08:00 |
|
debugtalk
|
cc96a3225e
|
refactor: rename debugtalk_gen.py to .debugtalk_gen.py
|
2022-05-29 00:50:20 +08:00 |
|
debugtalk
|
9b1d6cfe95
|
change: build python plugin
|
2022-05-29 00:24:27 +08:00 |
|
debugtalk
|
62512b9601
|
refactor: hrp build
|
2022-05-28 21:44:12 +08:00 |
|
debugtalk
|
953cafd045
|
change: rename demo empty project
|
2022-05-28 12:08:15 +08:00 |
|
debugtalk
|
31bfba51e7
|
change: replace template with config headers
|
2022-05-28 09:52:22 +08:00 |
|
xucong053
|
2bf916deb3
|
fix: unittest
|
2022-05-28 02:06:33 +08:00 |
|
xucong053
|
f984e002dc
|
feat: support v3 format debugtalk.py when executing hrp run/boom
|
2022-05-27 17:23:37 +08:00 |
|
xucong053
|
dc091f5505
|
update templates/testcases
|
2022-05-27 11:36:32 +08:00 |
|
xucong053
|
434decaa78
|
fix: modify logic of generating empty project
|
2022-05-26 22:11:30 +08:00 |
|
xucong053
|
ef73243e04
|
fix: unittest
|
2022-05-26 21:59:30 +08:00 |
|
xucong053
|
692704c4a4
|
feat: create empty project by using hrp startproject #1280
|
2022-05-26 21:59:30 +08:00 |
|
buyuxiang
|
4517260877
|
Merge branch 'master' of github.com:httprunner/httprunner
|
2022-05-25 15:43:19 +08:00 |
|
debugtalk
|
d8383e36d8
|
fix: unittest
|
2022-05-25 11:17:19 +08:00 |
|
debugtalk
|
63dc9696df
|
update docs
|
2022-05-24 22:36:36 +08:00 |
|
debugtalk
|
9f48fd1d60
|
refactor: move base_url to config env
|
2022-05-24 22:23:02 +08:00 |
|
buyuxiang
|
957f49b367
|
fix comment
|
2022-05-24 20:50:53 +08:00 |
|
buyuxiang
|
361aef5da9
|
Merge branch 'master' of github.com:httprunner/httprunner
|
2022-05-24 14:07:03 +08:00 |
|
buyuxiang
|
ff9df1a251
|
refactor: hrp convert
|
2022-05-24 13:36:34 +08:00 |
|
debugtalk
|
4d8914672d
|
fix #1308: load .env file as environment variables
|
2022-05-24 11:10:56 +08:00 |
|
xucong053
|
af78a8b83b
|
fix: modify the format of data-driven parameters setting
|
2022-05-20 14:53:23 +08:00 |
|
debugtalk
|
139f540f2a
|
change: startproject demo
|
2022-05-19 21:02:24 +08:00 |
|
buyuxiang
|
76bf2309ed
|
add unittest; add --patch options
|
2022-05-17 16:03:45 +08:00 |
|
buyuxiang
|
a5dc6c7635
|
feat: postman2case
|
2022-05-12 21:37:30 +08:00 |
|
debugtalk
|
8e27aae337
|
change: upgrade funplugin to v0.4.5
|
2022-05-05 15:56:02 +08:00 |
|
debugtalk
|
8455f739a4
|
bump version to v4.0.0
|
2022-05-03 14:23:12 +08:00 |
|
debugtalk
|
372cac78ab
|
fix: demo function compatibility
|
2022-04-25 13:32:31 +08:00 |
|
debugtalk
|
ce60dba5f9
|
feat: support force to overwrite existing project with --force/-f flag in hrp startproject
|
2022-04-24 21:19:48 +08:00 |
|
debugtalk
|
85476f27f2
|
bump version to v4.0.0-beta
|
2022-04-24 21:00:15 +08:00 |
|
debugtalk
|
418a16fcee
|
refactor: reformat all code with black
|
2022-04-23 15:20:13 +08:00 |
|