Skip to content
Snippets Groups Projects
pytest.ini 243 B
Newer Older
Sergey V's avatar
Sergey V committed
[pytest]
testpaths =
    test/int
    test/pgproto
Sergey V's avatar
Sergey V committed
addopts =
    -v --showlocals --dist=loadgroup
markers =
    webui
log_format = %(asctime)s.%(msecs)-3d %(levelname)s [%(filename)s:%(lineno)d] %(message)s
log_date_format = %Y-%m-%d %H:%M:%S