view pytest.ini @ 7378:415cc651bd83

docs: upgrade: add section on updating git hooks Commit 39bdf0ab2862 has changed the Git hooks. When upgrading Kallithea to this commit, but not explicitly reinstalling the Git hooks, pushing to Git repos will fail. Add a section to the documentation to explain that a reinstall of the hooks may be needed, and how to do it.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 22 Sep 2018 21:29:22 +0200
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