view pytest.ini @ 7234:0bf6ccd6f67c

setup: support Mercurial 4.5.x This requires passing an extra parameter to memctx __init__ after https://www.mercurial-scm.org/repo/hg/rev/8a0cac20a1ad .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:22:11 +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