view pytest.ini @ 5950:c1af4d89a737

style: use some ARIA accessibility markup Use markup from Web Accessibility Initiative - it is default in Bootstrap examples and "comes for free" but is currently not used, complete, or tested. See https://en.wikipedia.org/wiki/WAI-ARIA and https://www.w3.org/WAI/GL/wiki/Using_ARIA_menus .
author Andrew Shadura <andrew@shadura.me>
date Fri, 27 May 2016 11:43:17 +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