Add pygrader.test with asyncore SMTP client/server implemenations.
authorW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 16:21:56 +0000 (12:21 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 16:28:18 +0000 (12:28 -0400)
commit139d2e70240c78d0602705def28404c060a59e0d
tree7f9c3b680306b55e6266bdd9b814b0786f251c40
parent813582f188cead2df1a9b63368149a43a735fc1c
Add pygrader.test with asyncore SMTP client/server implemenations.

This should make it easier to build integration tests for `mailpipe()`.
pygrader/test/__init__.py [new file with mode: 0644]
pygrader/test/client.py [new file with mode: 0644]
pygrader/test/server.py [new file with mode: 0644]
setup.py