Thrift: Python test improvements.
authorDavid Reiss <dreiss@apache.org>
Fri, 15 Feb 2008 01:10:23 +0000 (01:10 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 15 Feb 2008 01:10:23 +0000 (01:10 +0000)
commit9ff3b9d5fc823fdc0d25cb3e034b00d098ebbdda
tree7b6092ab70c1474abb38c7300ded5a9093165b0e
parentbc444b034e79b521b0512198a1feaa37da6d3ee7
Thrift: Python test improvements.

Summary:
- Add a serialization test for forwards/backwards compatibility.
- Hook the Python tests up to "make check".
- Miscellaneous changes to the Python tests.

Reviewed By: mcslee

Test Plan: Ran the test.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665480 13f79535-47bb-0310-9956-ffa450edef68
cleanup.sh
configure.ac
test/Makefile.am
test/ThriftTest.thrift
test/py/Makefile [deleted file]
test/py/Makefile.am [new file with mode: 0644]
test/py/RunClientServer.py [changed mode: 0644->0755]
test/py/SerializationTest.py [new file with mode: 0755]
test/py/TestClient.py
test/py/TestEof.py [changed mode: 0644->0755]