aboutsummaryrefslogtreecommitdiff
path: root/tests/test_rfc7296.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_rfc7296.py')
-rw-r--r--tests/test_rfc7296.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_rfc7296.py b/tests/test_rfc7296.py
index bcd28ee..90dc0a3 100644
--- a/tests/test_rfc7296.py
+++ b/tests/test_rfc7296.py
@@ -161,7 +161,4 @@ m9Y=
suite = unittest.TestLoader().loadTestsFromModule(sys.modules[__name__])
if __name__ == '__main__':
- import sys
-
- result = unittest.TextTestRunner(verbosity=2).run(suite)
- sys.exit(not result.wasSuccessful())
+ unittest.TextTestRunner(verbosity=2).run(suite)