view pytest.ini @ 8469:40ebce0022d7 i18n

i18n: updated translation for Portuguese Currently translated at 45.8% (498 of 1087 strings)
author ssantos <ssantos@web.de>
date Sun, 04 Oct 2020 07:58:00 +0200
parents afa5e0bdb76f
children
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
    #
    --doctest-modules
    --doctest-ignore-import-errors