14 lines
425 B
INI
14 lines
425 B
INI
|
[pytest]
|
||
|
addopts = -s
|
||
|
markers =
|
||
|
redismod: run only the redis module tests
|
||
|
pipeline: pipeline tests
|
||
|
onlycluster: marks tests to be run only with cluster mode redis
|
||
|
onlynoncluster: marks tests to be run only with standalone redis
|
||
|
ssl: marker for only the ssl tests
|
||
|
asyncio: marker for async tests
|
||
|
replica: replica tests
|
||
|
experimental: run only experimental tests
|
||
|
asyncio_mode = auto
|
||
|
timeout = 30
|