do not collect exception class
This commit is contained in:
parent
9829f13743
commit
285ca1171b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user