feat: add pytest sub-command to run pytest scripts

This commit is contained in:
debugtalk
2022-04-09 00:08:18 +08:00
parent 3e404da4b4
commit 7259d12562
6 changed files with 56 additions and 6 deletions

View File

@@ -17,12 +17,13 @@
**python version**
- feat: support retry when test step failed
- feat: add `pytest` sub-command to run pytest scripts
- change: remove startproject, move all features to go version, replace with `hrp startproject`
- change: remove har2case, move all features to go version, replace with `hrp run`
- change: remove locust, you should run load tests with go version, replace with `hrp boom`
- change: remove fastapi and uvicorn dependencies
- change: add pytest.ini to make log colorful
- feat: support retry when test step failed
- fix: ignore exceptions when reporting GA events
- fix: remove misuse of NoReturn in Python typing