changedetection.io/changedetectionio/pytest.ini

12 wiersze
307 B
INI
Czysty Zwykły widok Historia

2021-02-21 13:05:52 +00:00
[pytest]
addopts = --no-start-live-server --live-server-port=5005
2021-02-27 08:05:25 +00:00
#testpaths = tests pytest_invenio
#live_server_scope = function
2021-02-27 19:29:52 +00:00
filterwarnings =
ignore::DeprecationWarning:urllib3.*:
2021-02-27 08:05:25 +00:00
; logging options
2021-02-27 19:29:52 +00:00
log_cli = 1
log_cli_level = DEBUG
log_cli_format = %(asctime)s %(name)s: %(levelname)s %(message)s