コード例 #1
0
    def test_azure(self):
        container = bootstrapped_container.init("test_azure")

        test_services(container)
コード例 #2
0
 def test_env_dev(self):
     container = bootstrapped_container.init("dev")
     test_services(container)
コード例 #3
0
 def test_init(self):
     test_services(self._container)
コード例 #4
0
 def test_env_prod(self):
     container = bootstrapped_container.init("prod")
     test_services(container)
コード例 #5
0
    def test_basic(self):
        container = bootstrapped_container.init("test")

        test_services(container)