view pytest.ini @ 6484:1f43d08ce5a8

setup: bump WebOb to >=1.7 TurboGears will soon require WebOb>=1.7 and that cause an innocent test change. Older WebOb versions also required older WebTest versions but the WebTest dependency from Pylons will now automatically pick compatible versions.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 02 Feb 2017 03:11:47 +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