summaryrefslogtreecommitdiff
path: root/doc/testing.rst
Commit message (Expand)AuthorAgeFilesLines
* hubs: drop Twisted supportSergey Shepelev2014-10-291-1/+1
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use pri...Sergey Shepelev2013-12-031-8/+6
* Adding more clarity on send_exception, thanks to creiht and termie for illust...Ryan Williams2010-08-111-1/+1
* Added note about running tests under 2.4Ryan Williams2010-06-071-0/+2
* Added a note about grabbing the stdlib unit tests to the docs.Ryan Williams2010-03-221-1/+3
* Hub selection via environment variable obviates the need for the eventlethub....Ryan Williams2010-02-211-14/+6
* Doc updates, robustified multiple waiter queue tests.Ryan Williams2010-01-281-3/+3
* Deprecated coros.Actor, tweaked README and testing docs.Ryan Williams2010-01-181-3/+3
* Renamed libevent hub to pyevent.Ryan Williams2009-12-161-1/+1
* Added all.py convenience module for running stdlib tests. Patcherized test_t...Ryan Williams2009-11-291-4/+4
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o...Ryan Williams2009-11-271-0/+18
* Removed doctest test, explained how to replace its functionality with nose's ...Ryan Williams2009-10-041-0/+10
* Changed some tests that hardcoded the port to not do so, added some docs on h...Ryan Williams2009-10-011-0/+13
* Ammended eventlet Sphinx documentation. This removed some of the Doxygen-isms...Huin Linden2009-09-171-2/+2
* Finished off testing docs, put in nosewrapper script because it's a pain to g...Ryan Williams2009-09-161-1/+33
* More sophisticated use of sphinx.Ryan Williams2009-09-091-1/+1
* Many testing-related changes, switched completely over to using nose, added d...Ryan Williams2009-09-091-0/+27