def test_azure(self):
        container = bootstrapped_container.init("test_azure")

        test_services(container)
 def test_env_dev(self):
     container = bootstrapped_container.init("dev")
     test_services(container)
 def test_init(self):
     test_services(self._container)
 def test_env_prod(self):
     container = bootstrapped_container.init("prod")
     test_services(container)
    def test_basic(self):
        container = bootstrapped_container.init("test")

        test_services(container)