view pytest.ini @ 6687:6f38405ed2f2

templates: use span for inline elements Instead of using div and making it an inline elment with css use span which already is a inline element.
author domruf <dominikruf@gmail.com>
date Thu, 18 May 2017 20:52:49 +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