thrift/test/py
David Reiss a7fc092ee1 THRIFT-256. python: Fix inheritance of services in the same IDL file
The old version of type_name did not fully qualify parent service names
when they were defined in the same IDL file, but it is necessary because
they end up in different Python files.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741833 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 02:37:09 +00:00
..
explicit_module THRIFT-217. Use "--gen py" instead of "-py" in build scripts 2008-12-02 02:11:13 +00:00
Makefile.am THRIFT-310. python: Generate valid code for empty services 2009-02-07 02:37:05 +00:00
RunClientServer.py THRIFT-195. python: Add a simple THttpServer 2009-01-31 21:59:32 +00:00
SerializationTest.py THRIFT-212. python: Make TFramedTransport implement CReadableTransport 2009-01-31 21:39:25 +00:00
TestClient.py THRIFT-195. python: Add a simple THttpServer 2009-01-31 21:59:32 +00:00
TestEof.py Thrift: Python test improvements. 2008-02-15 01:10:23 +00:00
TestServer.py THRIFT-195. python: Add a simple THttpServer 2009-01-31 21:59:32 +00:00
TestSocket.py THRIFT-109. python: Use self.assert* instead of assert in tests 2008-10-17 19:30:35 +00:00
TestSyntax.py THRIFT-256. python: Fix inheritance of services in the same IDL file 2009-02-07 02:37:09 +00:00