mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
9 lines
262 B
INI
9 lines
262 B
INI
[pytest]
|
|
addopts = -ra --color=yes
|
|
log_cli = 1
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
|
|
log_cli_date_format=%Y-%m-%d %H:%M:%S
|
|
markers =
|
|
info: marks tests as info (deselect with '-m "not info"')
|