mirror of https://github.com/zeromq/pyzmq.git
11 lines
299 B
INI
11 lines
299 B
INI
[pytest]
|
|
addopts = --durations 10
|
|
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 =
|
|
tests
|
|
# automatically run coroutine tests with asyncio
|
|
asyncio_mode = auto
|