From f5594dd489317dc406d20f897fc720e0cf89c9d2 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 13 Nov 2008 23:29:35 -0700 Subject: Started work on cleaning up how exceptions are caught and sys.exit() is called in ipalib.cli.CLI --- tests/test_ipalib/test_cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_ipalib/test_cli.py') diff --git a/tests/test_ipalib/test_cli.py b/tests/test_ipalib/test_cli.py index 8cedd088..56297fdf 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', -- cgit