7 lines
210 B
INI
7 lines
210 B
INI
[pytest]
|
|
testpaths = tests
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|
|
markers =
|
|
integration: marks tests as integration tests (require running services)
|
|
slow: marks tests as slow
|