summaryrefslogtreecommitdiff
path: root/tests/stdlib/all.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8: Fix remaining issuesJakub Stasiak2014-11-121-2/+9
|
* PEP-8 fixesSergey Shepelev2014-08-271-1/+4
|
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-2/+2
|
* Fixing ftplib test failures.Ryan Williams2010-07-291-2/+4
|
* Added multiple-reader prevention code because it seems to be a fairly common ↵Ryan Williams2010-03-151-0/+2
| | | | pitfall. Also added defaults to the debug methods so you can call them no-args to reset them.
* MergeRyan Williams2010-02-161-0/+1
|\
| * Moar restartingRyan Williams2010-02-141-0/+1
| |
* | Correct naming of stdlib tests.Ryan Williams2010-02-161-1/+1
|/
* Adding hub reset method around the stdlib tests prevents bad data from ↵Ryan Williams2010-02-141-1/+13
| | | | spilling between them.
* Added monkeypatch stdlib tests, which test how well monkeypatching works. ↵Ryan Williams2010-02-091-42/+5
| | | | Unsurprisingly, some tweakage was also needed.
* Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe ↵Ryan Williams2010-02-051-0/+2
| | | | to accomodate. Slight changes to eventlet.green.subprocess.
* Add queue to stdlib tests.Ryan Williams2010-01-231-0/+1
|
* Taking test_socketserver out of rotation for now.Ryan Williams2010-01-171-2/+2
|
* Fixed all.py to be simpler and 2.4-compatible.Ryan Williams2010-01-081-21/+21
|
* Added continuous build links to index, tinkered with stdlib tests some more.Ryan Williams2010-01-081-4/+4
|
* Restored ssl test.Ryan Williams2009-11-301-1/+2
|
* Reordered test_select so it runs on 2.5Ryan Williams2009-11-301-2/+2
|
* Fleshed out the rest of eventlet.green.thread, tweaked all.py so it discerns ↵Ryan Williams2009-11-301-8/+27
| | | | which tests will run when the frikkin internet is down, and used the improved corolocal that Tyler and I worked on (and fixed some bugs with it that these tests revealed.
* Patcherized test_urllib2_localnetRyan Williams2009-11-291-2/+2
|
* Added all.py convenience module for running stdlib tests. Patcherized ↵Ryan Williams2009-11-291-0/+38
test_timeout.