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

Method setUp

tests/unit/test_alias.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48class TestAliasLoader(unittest.TestCase):
49 def setUp(self):
50 self.files = FileCreator()
51 self.alias_file = self.files.create_file('alias', '[toplevel]\n')
52
53 def tearDown(self):
54 self.files.remove_all()

Callers

nothing calls this directly

Calls 2

FileCreatorClass · 0.90
create_fileMethod · 0.45

Tested by

no test coverage detected