예제 #1
0
 def test_nested_tuple_serving(self):
     self.do_test_nested_tuple(lambda _: SimpleServing(NestedTupleEnv()))
예제 #2
0
 def testNestedTupleServing(self):
     self.doTestNestedTuple(lambda _: SimpleServing(NestedTupleEnv()))
예제 #3
0
 def test_nested_dict_serving(self):
     self.do_test_nested_dict(lambda _: SimpleServing(NestedDictEnv()))
예제 #4
0
 def testNestedDictServing(self):
     self.doTestNestedDict(lambda _: SimpleServing(NestedDictEnv()))