Files @ r7647:3330ffb6326a
Branch filter:

Location: public/kallithea/pytest.ini

Mads Kiilerich
setup: bump some dev_requirements.txt versions

Upgrade notes for these libraries have not been investigated thoroughly, but
testing seems to show that it works.
[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
    #
    --doctest-modules
    --doctest-ignore-import-errors