Files @ 86bd75e0347c
Branch filter:

Location: kallithea/pytest.ini

Mads Kiilerich
vcs: refactor hgcompat demandimport handling to prepare for Mercurial 4.3

See https://www.mercurial-scm.org/repo/hg/rev/0906b85bf222#l4.1 .

We might not need the hgcompat workaround any more - the d18500a8840c commit
message is not helpful in explaining exactly what problem it solved.
1
2
3
4
5
6
7
8
9
[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