mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 07:33:19 +00:00
28800df071
While at it, also register the opt_only mark
12 lines
412 B
INI
12 lines
412 B
INI
[pytest]
|
|
log_format = [%(asctime)s.%(msecs)03d %(levelname)s] %(message)s
|
|
log_cli_format = [%(asctime)s.%(msecs)03d %(levelname)s] %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
log_file_level=DEBUG
|
|
log_cli = true
|
|
asyncio_mode=auto
|
|
addopts = -ra --emoji
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
opt_only: marks tests that are only reasonable to run against an opt-built Dragonfly
|