Commit Graph

120 Commits

Author SHA1 Message Date
debugtalk
74299a5a5c change: remove testsuite 2022-04-23 15:04:35 +08:00
debugtalk
37518a86de change: load yaml file with FullLoader 2022-03-22 16:34:07 +08:00
debugtalk
593af8ebc7 Merge pull request #1134 from taojian-byte/master
fix: pyyaml 6.0 deprecated load without loader
2022-03-22 16:16:02 +08:00
lan
651a8e4ae0 .env file ignore blank lines and comments 2022-01-18 17:33:51 +08:00
debugtalk
7d8234d7c8 fix: flake8 2021-12-28 14:58:22 +08:00
taojian
7fb6edf6d8 fix: pyyaml 6.0 deprecated load without loader 2021-11-24 14:35:51 +08:00
debugtalk
880a4e9e4a tests: update version 2020-06-29 19:11:29 +08:00
debugtalk
3852849bc1 change: open file in binary mode 2020-06-29 19:11:29 +08:00
debugtalk
804b86d16e change: replace io.open with open 2020-06-29 19:11:29 +08:00
debugtalk
3841406dd9 change: add logs 2020-06-21 12:29:21 +08:00
debugtalk
18e9b772fd change: make converted referenced pytest files always relative to project RootDir 2020-06-21 10:58:42 +08:00
debugtalk
3e8bd4b6f0 change: rename ensure_file_abs_path_valid 2020-06-19 15:46:38 +08:00
debugtalk
4f981a0d4c change: skip reporting sentry for errors occurred in debugtalk.py 2020-06-14 23:14:29 +08:00
debugtalk
34d6b4f57a fix: reload to refresh previously loaded debugtalk module 2020-06-08 17:18:25 +08:00
debugtalk
b279162956 change: search debugtalk.py upward recursively until system root dir 2020-06-07 12:51:45 +08:00
debugtalk
e2703fff32 change: rename PWD to project RootDir 2020-06-06 21:17:00 +08:00
debugtalk
9a4ee8f3a0 fix: ensure project meta files exist in generated pytest folder files 2020-06-06 10:00:26 +08:00
debugtalk
2a9a05af9b change: add ProjectMeta debugtalk_path 2020-06-05 22:37:20 +08:00
debugtalk
528ddd0c67 refactor: rename schema to models 2020-06-05 10:38:12 +08:00
debugtalk
5a414184f2 change: log current working directory when debugtalk.py not found 2020-06-04 14:34:41 +08:00
debugtalk
7e1e69fb1c fix: load_testcase 2020-06-03 22:07:29 +08:00
debugtalk
d1b7cdb14c fix #914: handle invalid test file 2020-06-03 21:52:11 +08:00
debugtalk
e017b9b3fd feat: hrun supports run pytest files 2020-06-03 21:20:59 +08:00
debugtalk
cb0984aadb refactor: builtin upload file method 2020-06-03 18:36:09 +08:00
debugtalk
0fecee38e4 change: load_project_meta only once by default 2020-05-25 17:05:39 +08:00
debugtalk
988e7e6e78 fix: parse config name 2020-05-22 13:13:46 +08:00
debugtalk
5b7bcea3d0 feat: make testsuite and run testsuite 2020-05-18 20:32:59 +08:00
debugtalk
bd71a23843 refactor: make testcase 2020-05-18 15:55:38 +08:00
debugtalk
c9039535da change: split load_test_file 2020-05-18 13:07:57 +08:00
debugtalk
718fea62e0 change: validate testcase error message 2020-05-18 11:00:51 +08:00
debugtalk
1359839c8b change: load yaml/json error message 2020-05-18 10:57:45 +08:00
debugtalk
ca7570443f refactor: replace loader 2020-05-15 15:50:35 +08:00
debugtalk
d4b7d8f04f refactor: make loader as submodule 2019-12-05 20:47:51 +08:00
debugtalk
cab54c9c9a fix: fix compatibility for Python 2.7, circle import of parser and validator 2019-12-05 19:55:35 +08:00
debugtalk
67725d5860 refactor: move validate testcase code from validator to loader 2019-12-05 18:44:38 +08:00
debugtalk
0c45f9b176 fix: fix load_tests for not exist path 2019-12-04 14:19:01 +08:00
debugtalk
d7abc3e4ca 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
ff75c13543 change: remove unused imports 2019-10-04 23:12:20 +08:00
debugtalk
32405d1ced update: adjust format 2019-09-18 18:58:39 +08:00
debugtalk
b515d85829 fix #572: tests_def_mapping["testcases"] typo error 2019-07-15 00:18:46 +08:00
debugtalk
b6878bd9d9 fix: yaml FullLoader AttributeError when PyYAML version < 5.1 2019-06-30 20:53:42 +08:00
debugtalk
0174000484 fix: YAMLLoadWarning by specify yaml loader 2019-06-25 20:56:09 +08:00
debugtalk
7fc3280584 fix: extend with testcase reference in format version 2 2019-06-25 15:53:27 +08:00
debugtalk
0e0716a682 fix: handle test file format error 2019-06-24 17:01:54 +08:00
debugtalk
eb1729e88a feat: testsuite in format version 2 2019-06-24 16:45:49 +08:00
debugtalk
ec384dc9da feat: testcase in format version 2 2019-06-24 16:15:32 +08:00
debugtalk
e58e87befe refactor upload files with requests-toolbelt:
1, Simplify usage syntax;
2, support upload multiple fields.
2019-04-11 12:25:20 +08:00
debugtalk
a3e85f5213 fix: CSV relative path detection 2019-03-07 17:47:23 +08:00
debugtalk
c17875c82c fix duplicate API definition output 2019-01-25 12:18:07 +08:00
debugtalk
6a68207aa9 fix: run api folder, each api should be encapsulated as individual testcase 2018-12-24 12:24:30 +08:00