aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pathod_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pathod_cmdline.py')
-rw-r--r--test/test_pathod_cmdline.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/test_pathod_cmdline.py b/test/test_pathod_cmdline.py
index 590bb56b..829c4b32 100644
--- a/test/test_pathod_cmdline.py
+++ b/test/test_pathod_cmdline.py
@@ -65,15 +65,6 @@ def test_pathod(perror):
assert perror.called
perror.reset_mock()
- s = cStringIO.StringIO()
- tutils.raises(
- SystemExit,
- cmdline.args_pathod,
- ["pathod", "-a", "foo=."],
- s,
- s
- )
-
a = cmdline.args_pathod(
[
"pathod",
@@ -92,13 +83,3 @@ def test_pathod(perror):
)
assert perror.called
perror.reset_mock()
-
- a = cmdline.args_pathod(
- [
- "pathod",
- "-c",
- "?"
- ]
- )
- assert perror.called
- perror.reset_mock()