view pytest.ini @ 6375:692dddf298e2

middleware: drop gzipper middleware It added unfortunate buffering, was only enabled for static_files=true, and isn't available for TurboGears2. If necessary, it is better to configure the web server to provide it.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 03 Jan 2017 02:06:41 +0100
parents d88077fae3d6
children afa5e0bdb76f
line wrap: on
line source

[pytest]
# only look for tests in kallithea/tests
python_files = kallithea/tests/**/test_*.py
addopts =
    # --verbose
    # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings.
    -rfEsxXw
    # Shorter scrollbacks; less stuff to scroll through
    --tb=short