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

Method setUp

tests/functional/cloudtrail/test_validation.py:124–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122
123class TestCloudTrailCommand(BaseCloudTrailCommandTest):
124 def setUp(self):
125 super().setUp()
126 self._traverser_patch = mock.patch(RETRIEVER_FUNCTION)
127 self._mock_traverser = self._traverser_patch.start()
128
129 def tearDown(self):
130 super().tearDown()

Callers 1

setUpMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected