comparison setup.cfg @ 5477:6f60bd9090b1 stable

release: merge default to stable for 0.3
author Mads Kiilerich <madski@unity3d.com>
date Sun, 06 Sep 2015 23:36:05 +0200
parents 19267f233d39
children d88077fae3d6
comparison
equal deleted inserted replaced
5267:763dc7a96bae 5477:6f60bd9090b1
1 [egg_info] 1 [egg_info]
2 tag_build = 2 tag_build =
3 tag_svn_revision = 0 3 tag_svn_revision = 0
4 tag_date = 0 4 tag_date = 0
5 5
6 [nosetests] 6 [nosetests]
7 verbose = True 7 verbose = True
8 verbosity = 2 8 verbosity = 2
9 with-pylons = test.ini 9 with-pylons = kallithea/tests/test.ini
10 detailed-errors = 1 10 detailed-errors = 1
11 nologcapture = 1 11 nologcapture = 1
12
13 [pytest]
14 # only look for tests in kallithea/tests
15 python_files = kallithea/tests/**/test_*.py
16 addopts =
17 # --verbose
18 # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings.
19 -rfEsxXw
20 # Shorter scrollbacks; less stuff to scroll through
21 --tb=short
12 22
13 [compile_catalog] 23 [compile_catalog]
14 domain = kallithea 24 domain = kallithea
15 directory = kallithea/i18n 25 directory = kallithea/i18n
16 statistics = true 26 statistics = true
38 build-dir = docs/_build 48 build-dir = docs/_build
39 all_files = 1 49 all_files = 1
40 50
41 [upload_sphinx] 51 [upload_sphinx]
42 upload-dir = docs/_build/html 52 upload-dir = docs/_build/html
43