MCPcopy Create free account
hub / github.com/aws/aws-cli / test_exit

Method test_exit

tests/unit/customizations/logs/test_ui.py:727–732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

725 self.assertEqual("text\n", log_event_after_trim)
726
727 def test_exit(self):
728 self.ui._application.exit = mock.MagicMock()
729
730 self.ui.exit()
731
732 self.ui._application.exit.assert_called_once_with()

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected