11 lines
279 B
INI
11 lines
279 B
INI
|
[pytest]
|
||
|
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
|
||
|
testpaths =
|
||
|
zmq/tests
|
||
|
|
||
|
# automatically run coroutine tests with asyncio
|
||
|
asyncio_mode = auto
|