do not collect exception class

This commit is contained in:
Thomas Rubini 2023-01-05 15:34:20 +01:00
parent 9829f13743
commit 285ca1171b
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -5,6 +5,7 @@ from truthseeker import app
test_app = app.test_client()
class TestException(Exception):
__test__ = False
def __init__(self, message):
self.message = message