view pytest.ini @ 7567:c2ddbf4312ba

i18n: ru: fix syntax error Weblate reports: msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/kallithea.pot /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po:1711: end-of-line within string /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po:1711: keyword "simple" unknown /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po:1711:10: syntax error /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po:1711: keyword "diff" unknown /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/ru/LC_MESSAGES/kallithea.po:1712: end-of-line within string msgmerge: found 5 fatal errors
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 10 Mar 2019 22:12:18 +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