summaryrefslogtreecommitdiff
path: root/doc/testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* Minor grammatical improvements and typo fixes to the docsSteven Erenst2016-03-031-3/+3
| | | | Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
* hubs: drop Twisted supportSergey Shepelev2014-10-291-1/+1
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-8/+6
| | | | print() function syntax
* Adding more clarity on send_exception, thanks to creiht and termie for ↵Ryan Williams2010-08-111-1/+1
| | | | illustrating the need for it.
* 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 ↵Ryan Williams2010-02-211-14/+6
| | | | eventlethub. Fixed up docs to refer to it.
* 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 ↵Ryan Williams2009-11-291-4/+4
| | | | test_timeout.
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved ↵Ryan Williams2009-11-271-0/+18
| | | | off ssl tests into ssl_test.py, and added some docs on coverage.
* Removed doctest test, explained how to replace its functionality with nose's ↵Ryan Williams2009-10-041-0/+10
| | | | in the docs.
* Changed some tests that hardcoded the port to not do so, added some docs on ↵Ryan Williams2009-10-011-0/+13
| | | | how to avoid doing that in the future.
* Ammended eventlet Sphinx documentation. This removed some of the ↵Huin Linden2009-09-171-2/+2
| | | | Doxygen-isms, and introduced some more complete linking between parts of the documents.
* Finished off testing docs, put in nosewrapper script because it's a pain to ↵Ryan Williams2009-09-161-1/+33
| | | | get plugins in the path any other way.
* More sophisticated use of sphinx.Ryan Williams2009-09-091-1/+1
|
* Many testing-related changes, switched completely over to using nose, added ↵Ryan Williams2009-09-091-0/+27
docs on how to run the tests.