def _setup_container_details(self): from amplify.agent.common.util import container self.container_type = container.container_environment()
def test_container_environment(self): container_type = container.container_environment() assert_that(container_type, equal_to('docker'))