aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tutils.py b/test/tutils.py
index 8f92b596..5bd91307 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -121,6 +121,7 @@ def tmpdir(*args, **kwargs):
class MockParser(argparse.ArgumentParser):
+
"""
argparse.ArgumentParser sys.exits() by default.
Make it more testable by throwing an exception instead.