2022-06-29 07:22:58 +00:00
|
|
|
[pytest]
|
2025-07-08 04:54:43 +00:00
|
|
|
addopts = --durations 10 --import-mode=importlib
|
2022-06-29 07:22:58 +00:00
|
|
|
markers =
|
|
|
|
large: these tests use a lot of memory
|
|
|
|
new_console: these tests create a new console
|
|
|
|
wheel: these tests are for installs from a wheel, not dev-installs
|
2025-07-08 04:54:43 +00:00
|
|
|
# import-mode=importlib doesn't put testpaths on sys.path
|
|
|
|
pythonpath = tests
|
2022-06-29 07:22:58 +00:00
|
|
|
testpaths =
|
2025-07-08 04:54:43 +00:00
|
|
|
tests
|
2023-05-13 10:07:47 +00:00
|
|
|
# automatically run coroutine tests with asyncio
|
|
|
|
asyncio_mode = auto
|
2025-07-08 04:54:43 +00:00
|
|
|
asyncio_default_fixture_loop_scope = function
|