Files @ 8d663d23ab85
Branch filter:

Location: kallithea/pytest.ini

Mads Kiilerich
scripts: make output from run-all-cleanup easier to parse

Make it clear that it didn't end prematurely due to some invisible problem.
[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