]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Add coverage configuration
authorRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 19:25:51 +0000 (20:25 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 19:25:51 +0000 (20:25 +0100)
setup.cfg

index 1fd4893377cfc495d13759dedae15f039729ced7..90350245f8b2d5b6ca6e33450f0f96c8bb2eecbd 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,14 @@
 [flake8]
 max-line-length = 160
+
+[coverage:run]
+source = fints
+
+[coverage:report]
+exclude_lines =
+    pragma: no cover
+    def __str__
+    der __repr__
+    if settings.DEBUG
+    NOQA
+    NotImplementedError