mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 15:19:58 +00:00
10 lines
233 B
INI
10 lines
233 B
INI
[pytest]
|
|
addopts =
|
|
-m 'not remote_cluster'
|
|
markers =
|
|
remote_cluster
|
|
minversion = 6.0
|
|
log_format = %(asctime)s.%(msecs)-3d %(levelname)s [%(filename)s:%(lineno)d] %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
log_cli = true
|