Lines Matching refs:ExitException
43 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
44 self.assertRaises(cli_mock.ExitException, acl_list.parse)
152 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
153 self.assertRaises(cli_mock.ExitException, acls.parse)
163 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
164 self.assertRaises(cli_mock.ExitException, acls.parse)
173 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
174 self.assertRaises(cli_mock.ExitException, acls.parse)
273 sys.exit.expect_call(1).and_raises(cli_mock.ExitException)
274 self.assertRaises(cli_mock.ExitException, acls.parse)