Commit Graph

51 Commits

Author SHA1 Message Date
debugtalk
418a16fcee refactor: reformat all code with black 2022-04-23 15:20:13 +08:00
debugtalk
be0b0cc263 change: update docs 2022-04-22 20:34:04 +08:00
debugtalk
e48ac54d04 change: sync changes from v3.1.9 2022-04-17 15:17:16 +08:00
debugtalk
fec3641536 change: rename StepData to StepResult 2022-04-02 23:46:06 +08:00
debugtalk
35c385303d fix: keep negative index in jmespath unchanged when converting pytest files 2022-03-22 17:00:09 +08:00
山海
c478f5380d fix: session_fixture的summary_path包含转义字符 2021-09-06 21:51:36 +08:00
debugtalk
ee67e2b72c fix: raise TestCaseFormatError if teststep validate invalid 2020-07-06 10:50:49 +08:00
debugtalk
bc03b54bfd fix: missing export when ensuring api testcase 2020-06-23 12:52:04 +08:00
debugtalk
a2637fd4ee change: use private method 2020-06-21 11:47:07 +08:00
debugtalk
4ff9770c64 change: make converted referenced pytest files always relative to project RootDir 2020-06-21 10:58:42 +08:00
debugtalk
6a6bb49c66 change: code location 2020-06-20 00:33:42 +08:00
debugtalk
e5fdff03c1 fix: handle teststeps format error in ensure_testcase_v3 2020-06-19 19:21:48 +08:00
debugtalk
a26bcb1aed change: keep project root dir 2020-06-19 18:32:45 +08:00
debugtalk
0e0bc4a760 change: rename ensure_file_abs_path_valid 2020-06-19 15:46:38 +08:00
debugtalk
9ef795b5fb fix: check if jmespath extractor valid 2020-06-14 22:47:48 +08:00
debugtalk
fb81622fca fix: check extractor type 2020-06-14 22:37:38 +08:00
debugtalk
5f17296042 fix: compatibility with different path separators of Linux and Windows 2020-06-14 22:01:09 +08:00
debugtalk
fbf5f245c7 fix: add ExtendJSONEncoder to safely dump json data with python object, such as MultipartEncoder 2020-06-07 22:32:49 +08:00
debugtalk
b4ca2699fb fix: ensure variables 2020-06-07 14:50:07 +08:00
debugtalk
9a185e67e3 fix: summary path 2020-06-06 22:37:44 +08:00
debugtalk
b400060aca fix: ensure generated conftest.py located in generated pytest folder 2020-06-06 22:13:59 +08:00
debugtalk
6de4de8b2f change: rename PWD to project RootDir 2020-06-06 21:17:00 +08:00
debugtalk
ee63677204 docs: add comment 2020-06-05 16:44:42 +08:00
debugtalk
d2d85e795b fix: raise TestCaseFormatError if teststep invalid 2020-06-05 16:38:40 +08:00
debugtalk
d2088c661b refactor: use step export to export session variables from referenced testcase 2020-06-05 11:31:51 +08:00
debugtalk
81d6f2d65b feat: extract session variable from referenced testcase step 2020-06-04 18:23:34 +08:00
debugtalk
9e7a2687b5 change: replace raise with exit 1 2020-06-04 15:59:02 +08:00
debugtalk
ac1edaae67 fix compatibility: step_datas=>records 2020-06-03 16:46:02 +08:00
debugtalk
389b563718 fix: missing validate_script 2020-05-29 19:08:20 +08:00
debugtalk
f2c686dceb fix: missing setup_hooks and teardown hooks 2020-05-29 19:03:29 +08:00
debugtalk
83b96cbcc3 fix: compatibility with --save-tests 2020-05-29 17:58:56 +08:00
debugtalk
8781554338 change: convert lst.0.name to lst[0].name 2020-05-29 11:16:43 +08:00
debugtalk
dffb096f05 fix: compatibility with jmespath, headers."Content-Type" 2020-05-29 11:04:15 +08:00
debugtalk
d0a289c6bf fix: ensure compatibility with deprecated cli args in v2 2020-05-28 18:10:50 +08:00
debugtalk
0a7b696d8e feat: sort request and teststep by custom order 2020-05-28 13:00:54 +08:00
debugtalk
fe4f7d6df3 test: add unittest for ensure_testcase_v3 2020-05-28 11:30:46 +08:00
debugtalk
780e5b3416 fix: compatibility with v2, body.lst.0.name 2020-05-27 22:01:20 +08:00
debugtalk
0cdaa7f433 fix: compatibility with v2, headers.Content-Type 2020-05-27 21:29:37 +08:00
debugtalk
dd3a3de9b3 fix: keep testcase key order 2020-05-27 21:11:30 +08:00
debugtalk
81608b3bd5 fix: ensure compatibility issues between testcase format v2 and v3 2020-05-27 18:52:45 +08:00
debugtalk
c4e2e74f39 change: remove support for Python 2.7 2020-03-07 17:05:07 +08:00
debugtalk
891d81ddbf fix: compatibility for Python 2.7 2019-12-25 22:50:40 +08:00
debugtalk
ccc69a2c8c change: locusts 2019-10-25 23:42:02 +08:00
debugtalk
25800cabfe fix #415: ordered_dict error in Python 2.7 2018-10-29 11:01:34 +08:00
debugtalk
22a084d301 bugfix: JSONDecodeError in Python3.4 2018-07-25 23:53:25 +08:00
debugtalk
59f3d64537 fix compatibility with python2.7 2018-07-25 16:39:05 +08:00
debugtalk
7478331cb5 group exceptions to 2 types: failure and error 2018-07-25 10:40:20 +08:00
debugtalk
2fe91080b1 fix #196: join base url and path 2018-04-24 20:48:38 +08:00
debugtalk
cca68381e8 join base_url and path nicely 2018-04-22 12:53:56 +08:00
debugtalk
94db1acc80 define python source code encoding as utf-8 2018-03-27 12:07:46 +08:00