2020-09-20 02:56:52 +08:00
|
|
|
[pytest]
|
|
|
|
addopts = --strict-markers
|
2022-01-24 05:07:28 +08:00
|
|
|
asyncio_mode = strict
|
2020-09-20 02:56:52 +08:00
|
|
|
filterwarnings =
|
|
|
|
error::pytest.PytestWarning
|
2021-01-18 04:20:29 +08:00
|
|
|
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
|