do not collect exception class

This commit is contained in:
Thomas Rubini 2023-01-05 15:34:20 +01:00 committed by SIMAILA Djalim
parent d624ed9918
commit ca18e58e9d

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