view pytest.ini @ 7237:ac57e45ed903

graph: make sure graph is shown next to the table it belongs to For some screens sizes (for example around 800 px), the graph with changes available for PR update wasn't shown next to the corresponding table. The two boxes would float vertically and be rendered after each other. To fix that, use the same trick as before 02aef1484695: set the graph height to 0 and give the table a left margin leaving room for the graph. (The fancyness of Bootstrap grids does in this case seem to only get in the way. Plain percent would perhaps work better.)
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 08 Apr 2018 15:57:18 +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