summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index 871b6077e..faa494f8e 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -23,3 +23,6 @@ exclude_lines =
# Type checking code not executed during pytest runs
if TYPE_CHECKING:
@overload
+
+ # Abstract methods are not exectued during pytest runs
+ raise NotImplementedError()