From cc875cd60372fe22546fcfc06543c05c4dbb8afc Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 15:56:33 -0400 Subject: [PATCH] added coverage file --- setup.cfg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.cfg b/setup.cfg index c77568ed..8a653754 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,15 +20,3 @@ max-line-length = 120 ignore = E731,W504,F401,F841 max-line-length = 120 -[coverage:run] -exclude_lines = - pragma: no cover - def __repr__ - if self.debug: - if settings.DEBUG - raise AssertionError - raise NotImplementedError - if 0: - if __name__ == .__main__.: - pt_callbacks.py -