Exemplo n.º 1
0
 def testNestedTupleServing(self):
     self.doTestNestedTuple(lambda _: SimpleServing(NestedTupleEnv()))
Exemplo n.º 2
0
 def testNestedDictServing(self):
     self.doTestNestedDict(lambda _: SimpleServing(NestedDictEnv()))