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

Method setUp

tests/unit/test_help.py:314–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312
313class TestTopicHelpCommand(TestHelpCommandBase):
314 def setUp(self):
315 super().setUp()
316 self.name = 'topic-name-1'
317 self.cmd = TopicHelpCommand(self.session, self.name)
318
319 def test_event_class(self):
320 self.assertEqual(self.cmd.event_class, 'topics.topic-name-1')

Callers

nothing calls this directly

Calls 2

TopicHelpCommandClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected