From 01b73e6910cbadd1867256e71fb982209669a8da Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 4 Sep 2008 06:33:57 +0000 Subject: 257: Improved help command, now parsing options with optparse --- ipalib/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/tests/test_cli.py') 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. """ -- cgit