test: add scripts for running tests on api module both locally and CI jobs (#3497)

This commit is contained in:
Bowen Liang
2024-04-18 13:43:15 +08:00
committed by GitHub
parent ed861ff782
commit d463b82aba
8 changed files with 66 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
coverage~=7.2.4
pytest~=7.3.1
pytest-mock~=3.11.1
pytest~=8.1.1
pytest-benchmark~=4.0.0
pytest-env~=1.1.3
pytest-mock~=3.14.0