File: nose2.cfg

package info (click to toggle)
python-pika 1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,088 kB
  • sloc: python: 20,890; makefile: 134
file content (14 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[unittest]
cover-branches = 1
cover-erase = 1
cover-html = 1
cover-html-dir = build/coverage
cover-package = pika
cover-tests = 1
logging-level = DEBUG
stop = 1
tests=tests/unit,tests/acceptance
test-file-pattern=*test*.py
verbosity = 3
with-coverage = 1
detailed-errors = 1