sampleapp/setup.cfg
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 11 Dec 2015 17:21:58 +0100
changeset 11603 c7bfeb7b0d67
parent 11483 7b7ed56bf2fb
permissions -rw-r--r--
[tox] Use py.test Rename test view so that py.test does not consider it as a test function.

[nosetests]
match = ^test
nocapture = 1
cover-package = sampleapp
with-coverage = 1
cover-erase = 1

[compile_catalog]
directory = sampleapp/locale
domain = sampleapp
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = sampleapp/locale/sampleapp.pot
width = 80

[init_catalog]
domain = sampleapp
input_file = sampleapp/locale/sampleapp.pot
output_dir = sampleapp/locale

[update_catalog]
domain = sampleapp
input_file = sampleapp/locale/sampleapp.pot
output_dir = sampleapp/locale
previous = true