mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
* Use logging in python tests * Use f-strings for logs * Don't log test output while running * Use only pytest logging handler * Add more info about pytest logging
5 lines
151 B
INI
5 lines
151 B
INI
[pytest]
|
|
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
|