Arthur-Wu commit

This commit is contained in:
ieemoo
2024-11-11 17:16:31 +08:00
parent 0550884b67
commit fd92879ff1
36 changed files with 1505 additions and 8 deletions

13
pytest.ini Normal file
View File

@ -0,0 +1,13 @@
[pytest]
testpaths = YiMao/
addopts = -p no:warnings
log_cli = True
markers =
webtest: Run the Avata Open API case
hello: Run the hello case
log_level = INFO
log_cli_level = INFO
log_format = %(asctime)s %(levelname)s %(message)s
log_cli_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %H:%M:%S
log_cli_date_format = %H:%M:%S