view pytest.ini @ 5752:8568a1d4f100

tests: don't use the TESTS_TMP_PATH string it differs each time you run the test and therefore doesn't work if you use a separat kallithea test instance (KALLITHEA_NO_TMP_PATH=1) instead get the 'real' path from the DB FIXME: breaks kallithea/tests/functional/test_admin_repos.py
author domruf <dominikruf@gmail.com>
date Thu, 28 Jan 2016 20:40:32 +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