Files @ ed76a0466677
Branch filter:

Location: kallithea/pytest.ini

Thomas De Schampheleire
contributors: fix existing email-less entry of 'mikespook'

Commit 17bef51d7616 was committed as 'mikespook' without any email address.
This name was thus reflected without email in the CONTRIBUTORS file.

In the i18n copyright data, a 'mikespook' _with_ email address was
referenced. Assuming these two refer to the same person, add a 'name fix' to
combine them.
[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
    #
    --doctest-modules
    --doctest-ignore-import-errors