diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-09-04 06:33:57 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-09-04 06:33:57 +0000 |
commit | 01b73e6910cbadd1867256e71fb982209669a8da (patch) | |
tree | f9b7afbaccc621ecdbc3be9b9d306f0f38f0135c /ipalib/tests/test_cli.py | |
parent | b16deabdffd19dcc6f85f3c1f03074484669912c (diff) | |
download | freeipa.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.py | 2 |
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. """ |