mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
9 lines
303 B
INI
9 lines
303 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
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|