summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_cli.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-04 06:33:57 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-04 06:33:57 +0000
commit01b73e6910cbadd1867256e71fb982209669a8da (patch)
treef9b7afbaccc621ecdbc3be9b9d306f0f38f0135c /ipalib/tests/test_cli.py
parentb16deabdffd19dcc6f85f3c1f03074484669912c (diff)
downloadfreeipa.git-01b73e6910cbadd1867256e71fb982209669a8da.tar.gz
freeipa.git-01b73e6910cbadd1867256e71fb982209669a8da.tar.xz
freeipa.git-01b73e6910cbadd1867256e71fb982209669a8da.zip
257: Improved help command, now parsing options with optparse
Diffstat (limited to 'ipalib/tests/test_cli.py')
-rw-r--r--ipalib/tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/tests/test_cli.py b/ipalib/tests/test_cli.py
index df3f943e..90c66d41 100644
--- a/ipalib/tests/test_cli.py
+++ b/ipalib/tests/test_cli.py
@@ -93,7 +93,7 @@ class test_CLI(ClassChecker):
o = self.cls(api)
assert read_only(o, 'api') is api
- def test_parse(self):
+ def dont_parse(self):
"""
Tests the `cli.CLI.parse` method.
"""