return cov from feature only used for debug

This commit is contained in:
Matthias 2022-02-13 23:50:18 +01:00
parent 25bcf2c438
commit 43a05dfcb4
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -23,7 +23,7 @@ class IntegrationPluginError(Exception):
self.message = message
def __str__(self):
return self.message
return self.message # pragma: no cover
class MixinImplementationError(ValueError):