2021-05-11 09:59:29 +00:00
|
|
|
[pytest]
|
|
|
|
|
2021-07-15 07:03:54 +00:00
|
|
|
|
2024-06-13 09:11:55 +00:00
|
|
|
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
|
2021-07-09 06:03:47 +00:00
|
|
|
# python3 -W ignore -m pytest
|
|
|
|
|
|
|
|
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
|
2021-08-25 07:11:52 +00:00
|
|
|
|
2021-07-09 06:03:47 +00:00
|
|
|
filterwarnings =
|
2024-05-31 05:55:52 +00:00
|
|
|
ignore::DeprecationWarning
|
2024-12-25 08:54:50 +00:00
|
|
|
|
|
|
|
asyncio_default_fixture_loop_scope = function
|
|
|
|
|