Register pytest marker for replication_factor. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com> Closes #13688
11 lines
261 B
INI
11 lines
261 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
|
|
log_cli = true
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)s> %(message)s
|
|
log_date_format = %H:%M:%S
|
|
|
|
markers =
|
|
slow: tests that take more than 30 seconds to run
|
|
replication_factor: replication factor for RandomTables
|