12 lines
307 B
12 lines
307 B
4 years ago
|
[pytest]
|
||
4 years ago
|
addopts = --no-start-live-server --live-server-port=5005
|
||
4 years ago
|
#testpaths = tests pytest_invenio
|
||
4 years ago
|
#live_server_scope = function
|
||
4 years ago
|
|
||
4 years ago
|
filterwarnings =
|
||
|
ignore::DeprecationWarning:urllib3.*:
|
||
4 years ago
|
|
||
|
; logging options
|
||
4 years ago
|
log_cli = 1
|
||
|
log_cli_level = DEBUG
|
||
|
log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s
|