Python automated test patch
authorMark Slee <mcslee@apache.org>
Fri, 5 Oct 2007 00:13:24 +0000 (00:13 +0000)
committerMark Slee <mcslee@apache.org>
Fri, 5 Oct 2007 00:13:24 +0000 (00:13 +0000)
commit5299a959e0ac89ce26b6ad4f73b893207f9bae3d
tree3315cf30cdcf8c8524bcb49a35f254f130f9eac2
parent6fc7be28bb1363adaedee47c34ea0262e3346eb4
Python automated test patch

Summary: Submitted by Ben Maurer

Reviewed By: dreiss

Test Plan: Automated python testing for Thrift, lovely.

Revert: OK

DiffCamp Revision: 737

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665293 13f79535-47bb-0310-9956-ffa450edef68
lib/py/Makefile.am
lib/py/src/server/TServer.py
test/py/RunClientServer.py [new file with mode: 0644]
test/py/TestClient.py
test/py/TestServer.py