commit | 958299ed9185fc8350daa2942c5d0d273f8f4ca6 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Mon Apr 27 12:59:12 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Mon Apr 27 12:59:12 2009 -0400 |
tree | 678ad50e93f015c0fe75d2e85e127b97ec5cedc7 | |
parent | fc4ed0fa6f51261291e8ccbe1e4685cdad64f815 [diff] |
A few cleanups and simplifications to the mem bio tests trial's unittest doesn't actually have a main function, so stop trying to use it (so stop having a __main__ - doh) improve/add test docstrings in a few places factor the buffer flushing logic into a general `_loopback` method and then use it in the test; add another app-level exchange to the main mem bio test