-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
44 lines (37 loc) · 970 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development] kotti_settings[testing]
# I18N
[compile_catalog]
directory = kotti_settings/locale
domain = kotti_settings
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = kotti_settings/locale/kotti_settings.pot
width = 80
[init_catalog]
domain = kotti_settings
input_file = kotti_settings/locale/kotti_settings.pot
output_dir = kotti_settings/locale
[update_catalog]
domain = kotti_settings
input_file = kotti_settings/locale/kotti_settings.pot
output_dir = kotti_settings/locale
previous = true
# TESTING
[pytest]
addopts =
--doctest-modules
--doctest-glob='*.rst'
--capture=no
--ignore=kotti_settings/templates/
--strict
--pep8
--tb=native
--cov=kotti_settings
--cov-report=term-missing
kotti_settings/
python_files = test_*.py
pep8ignore = E501 E122 E123 E125 E128 E711 E713
markers =
user: mark test to be run as the given user