summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_cli.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-11-13 23:29:35 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-11-13 23:29:35 -0700
commitf5594dd489317dc406d20f897fc720e0cf89c9d2 (patch)
tree6528f06ff5302907fcc59f6a786bc881d42b9489 /tests/test_ipalib/test_cli.py
parent860d391f3e905e20ba3f409c92d98e68450f3137 (diff)
downloadfreeipa-f5594dd489317dc406d20f897fc720e0cf89c9d2.tar.gz
freeipa-f5594dd489317dc406d20f897fc720e0cf89c9d2.tar.xz
freeipa-f5594dd489317dc406d20f897fc720e0cf89c9d2.zip
Started work on cleaning up how exceptions are caught and sys.exit() is called in ipalib.cli.CLI
Diffstat (limited to 'tests/test_ipalib/test_cli.py')
-rw-r--r--tests/test_ipalib/test_cli.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_ipalib/test_cli.py b/tests/test_ipalib/test_cli.py
index 8cedd0881..56297fdf7 100644
--- a/tests/test_ipalib/test_cli.py
+++ b/tests/test_ipalib/test_cli.py
@@ -148,12 +148,12 @@ class test_CLI(ClassChecker):
assert o.api is api
assert o.argv == tuple(argv)
- def test_run(self):
+ def test_run_real(self):
"""
- Test the `ipalib.cli.CLI.run` method.
+ Test the `ipalib.cli.CLI.run_real` method.
"""
self.check_cascade(
- 'run',
+ 'run_real',
'finalize',
'load_plugins',
'bootstrap',