view pytest.ini @ 6626:5258b66bf5d7

pullrequests: fix "additional changes" js error - make sure all cs tables have a first column to align with (Issue #274) A slight simplification of 16234f629cfb and fixing a JavaScript failure for unauthenticated visits to PRs with pending available changesets. nextFirstincell would be undefined becuase the "Current revision - no change" line didn't have any elements in td, and nextFirstincell.offsetTop would thus fail. Fixed by adding a span around the text. Also clarify that any element is fine - there is no need to check for visibility.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 13 May 2017 02:29:13 +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