view pytest.ini @ 6115:f4c712ab3e40

model: inline superfluous "helper" methods __get_changeset_status wasn't even used and has simply been removed. Notification.__get_notification reimplemented BaseModel._get_instance, warts and all, and has been replaced by calls to that method. The rest were just needless indirection, and have been inlined.
author Søren Løvborg <sorenl@unity3d.com>
date Wed, 03 Aug 2016 16:16:38 +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