view pytest.ini @ 7045:99f81d23ea20

less: introduce less variables and use them to control the logo styling This will make it easier to customize the logo. Also introduce kallithea-variables.less, intended to contain various values that easily can be modified to change most of the styling. Original patch modified by Mads Kiilerich to just change the styling method without changing the look.
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 20:37:52 +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