14 lines
351 B
INI
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
|