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

Method setUp

tests/functional/configure/test_configure.py:25–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class TestConfigureCommand(BaseAWSCommandParamsTest):
25 def setUp(self):
26 super().setUp()
27 self.files = FileCreator()
28 self.config_filename = self.files.full_path("configure")
29 self.environ["AWS_CONFIG_FILE"] = self.config_filename
30 self.environ["AWS_SHARED_CREDENTIALS_FILE"] = "asdf-does-not-exist"
31
32 def tearDown(self):
33 super().tearDown()

Callers

nothing calls this directly

Calls 2

FileCreatorClass · 0.90
full_pathMethod · 0.45

Tested by

no test coverage detected