view pytest.ini @ 6965:7b73f54d84dc

js: refactor and simplify @mentions handling - no functional changes The autocompleteCreate and get_mention functions are inlined. The mentionQuery and tuple in datasource are replaced with before/search/after data attributes on the $container element. Variable use is simplified - less variables, better naming, and better content. The @ is now in the before string, not in the search string.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 31 Oct 2017 03:16:58 +0100
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