diff --git a/tests/test_api.py b/tests/test_api.py index 6500e37..fe47ab8 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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