view pytest.ini @ 6723:ee3343f3658f

style: drop form-horizontal - our style is much closer to plain Bootstrap forms form-horizontal is made for grid markup. It give form-groups a negative margin to break out of the grid ... but the way we use it for settings, we have to do weird things to undo that. The default styling for forms is much closer to what we want. It looks ok without our custom styling and is easier to style to our style. If we want grid markup with form-horizontal, it would be correct to re-introduce both at once.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 25 Jun 2017 18:47:51 +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