File: 0001-Add-test-configuration.patch

package info (click to toggle)
python-affine 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 125
  • sloc: python: 690; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Johan Van de Wauw <johan.vandewauw@gmail.com>
Date: Mon, 3 Nov 2014 09:16:46 +0100
Subject: Add test configuration

---
 setup.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 setup.cfg

--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,8 @@
+[nosetests]
+tests=affine/tests
+nocapture=True
+verbosity=3
+logging-filter=affine
+logging-level=DEBUG
+with-coverage=1
+cover-package=affine