Infrastructure for testing the Connection class, and for counting the number
commit38119791db219b94b4e313b0d7c810590b5a7258
authorBarry Warsaw <barry@python.org>
Sun, 18 Oct 2009 23:13:24 +0000 (18 19:13 -0400)
committerBarry Warsaw <barry@python.org>
Sun, 18 Oct 2009 23:13:24 +0000 (18 19:13 -0400)
tree4d3c9232992e7f73b00d3f62a31bd7ee7cadd0c7
parent9bd005cfcca26b9f02b96bba5076cd9e58421e98
Infrastructure for testing the Connection class, and for counting the number
of session start and end events in the server.
src/mailman/mta/connection.py [new file with mode: 0644]
src/mailman/mta/docs/connection.txt [new file with mode: 0644]
src/mailman/mta/smtp_direct.py
src/mailman/testing/layers.py
src/mailman/testing/mta.py