-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (29 loc) · 859 Bytes
/
setup.cfg
File metadata and controls
35 lines (29 loc) · 859 Bytes
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
[pytest]
addopts = --flakes --spec --cov-report term-missing --cov-report html --no-cov-on-fail --cov web.app.contentment -l --durations=5 -r fEsxw --color=yes test/
flakes-ignore =
test/* UnusedImport
; Recommended methods of execution: py.test, py.test --cagoule-capture, py.test --diff, py.test --diff --stepwise
[wheel]
universal=1
[compile_catalog]
domain = web.app.contentment
directory = locale
statistics = true
[extract_messages]
keywords = __:1,2 L_
mapping_file = conf/babel.cfg
output_file = strings.pot
width = 120
copyright-holder = Alice Bevan-McGregor and contributors
sort-by-file = true
[init_catalog]
domain = web.app.contentment
input_file = strings.pot
output_dir = locale
[update_catalog]
domain = web.app.contentment
input_file = strings.pot
output_dir = locale
previous = true
ignore-obsolete = true
no-fuzzy-matching = true