Files
scylladb/test/topology/pytest.ini
Alejo Sanchez 47d7939b8f test/topology: register RF pytest marker
Register pytest marker for replication_factor.

Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>

Closes #13688
2023-04-27 12:14:28 +02:00

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