view pytest.ini @ 8117:1bc843007746

vcs: drop GitChangeset.id It seems to be like raw_id, except the odd feature that it sometimes would return 'tip'.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 25 Dec 2019 15:16:39 +0100
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