mirror of
https://github.com/D4Vinci/Scrapling.git
synced 2026-09-14 20:07:02 +08:00
7 lines
224 B
INI
7 lines
224 B
INI
[pytest]
|
|
asyncio_mode = strict
|
|
asyncio_default_fixture_loop_scope = function
|
|
addopts = -p no:warnings --doctest-modules --ignore=setup.py --verbose
|
|
markers =
|
|
asyncio: marks tests as async
|
|
asyncio_fixture_scope = function |