MCPcopy Index your code
hub / github.com/aws/aws-cli / tearDown

Method tearDown

awscli/testutils.py:311–313  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 self.renderer_mock.return_value = self.renderer
310
311 def tearDown(self):
312 super(BaseAWSHelpOutputTest, self).tearDown()
313 self.renderer_patch.stop()
314
315 def assert_contains(self, contains):
316 if contains not in self.renderer.rendered_contents:

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected