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