view pytest.ini @ 7761:b118e9ffc85c

clone_url: simplify the logic - move summary handling of different URLs with/without id to db Drop the half-baked concept of a separate "clone_uri_by_id" - just always use a single template and change back and forth between {repo} and _{repoid} as necessary. Make it clear that clone_uri_tmpl always is passed as argument.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 31 Jul 2019 02:09:04 +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