view pytest.ini @ 7601:c0b8d016cc3e

summary: fix odd code for allowing URI clone template to either be specified with {repo} or _{repoid} (Issue #336) Clarify that if the configured URI uses {repo}, then clone_uri_by_id must replace that with _{repoid}. Also, if the URI uses _{repoid}, it is _def_clone_uri that must be computed by replacing it with {node}.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 22 Mar 2019 02:21:57 +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