mirror of
https://github.com/wassname/pyramid_formalchemy.git
synced 2026-06-27 16:10:40 +08:00
29 lines
549 B
INI
29 lines
549 B
INI
[nosetests]
|
|
match=^test
|
|
nocapture=1
|
|
cover-package=pyramid_formalchemy
|
|
with-coverage=1
|
|
cover-erase=1
|
|
verbosity=3
|
|
|
|
[compile_catalog]
|
|
directory = pyramidapp/locale
|
|
domain = pyramidapp
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = pyramidapp/locale/pyramidapp.pot
|
|
width = 80
|
|
|
|
[init_catalog]
|
|
domain = pyramidapp
|
|
input_file = pyramidapp/locale/pyramidapp.pot
|
|
output_dir = pyramidapp/locale
|
|
|
|
[update_catalog]
|
|
domain = pyramidapp
|
|
input_file = pyramidapp/locale/pyramidapp.pot
|
|
output_dir = pyramidapp/locale
|
|
previous = true
|