From: Raphael Michel Date: Mon, 3 Dec 2018 19:25:51 +0000 (+0100) Subject: Add coverage configuration X-Git-Tag: v2.0.0~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26bea9c2a7c68d4f6f66161606ca8832737df2d9;p=thirdparty%2Fpython-fints.git Add coverage configuration --- diff --git a/setup.cfg b/setup.cfg index 1fd4893..9035024 100644 --- 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