auto_test_dev/pytest.ini
2024-11-11 17:16:31 +08:00

14 lines
351 B
INI

[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