view pytest.ini @ 7191:dba4e770d4b6

make-release: cleanup and fix bitrot Try to make the build process more stable and maintainable. So far, this leaves a problem with node_modules/bootstrap/ and kallithea/public/css/style.css missing from the release .tar.gz .
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 06 Mar 2018 01:27:15 +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