view pytest.ini @ 6318:2d216fd7d5a2

db: rename UserFollowing.follows_repo_id to follows_repository_id Since the relationship is 'follows_repository', rename the column to be 'follows_repository_id', not 'follows_repo_id'. This also makes the Python column name match the actual database column name. (The inconsistency dates back to early RhodeCode days.)
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 19 Sep 2016 14:41:11 +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