summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* tests/isolated for tests sandboxed in separate python processSergey Shepelev2015-02-251-30/+28
* greendns: IPv6 support, improved handling of /etc/hostsbb-40-greendns-ipv6Floris Bruynooghe2015-02-201-0/+16
* Tests: Provide listener details on nonempty hubJakub Stasiak2015-02-121-4/+14
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-071-1/+1
* hubs: drop Twisted supportSergey Shepelev2014-10-291-11/+0
* Reformat with autopep8Jakub Stasiak2014-10-111-1/+2
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-8/+4
* python3 compatibilitySergey Shepelev2014-04-241-5/+0
* PEP-8 fixes, tox runs pep8 checkSergey Shepelev2014-04-231-13/+20
* pypy compatibilityJakub Stasiak2014-04-151-0/+3
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-2/+4
* tests: kill all tpool workers in LimitedTestCaseJakub Stasiak2013-08-071-10/+3
* tests: extract run_python() utility functionSergey Shepelev2013-07-091-0/+21
* tests: skip check_idle_cpu_usage on Windows; Thanks to Paul OppenheimSergey Shepelev2013-07-091-1/+9
* tests: LimitedTestCase.set_alarm() detects busy loops like while True: passSergey Shepelev2013-01-111-9/+31
* tests: check_idle_cpu_usage measures getrusage() around sleep(); throws Asser...Sergey Shepelev2013-01-101-0/+15
* tests: skip_if_no_ssl decorator always returned NoneSergey Shepelev2013-01-101-9/+11
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-051-0/+11
* Refactoring zmq support tests in light of lack of zeromq hub.Ryan Williams2011-04-091-17/+0
* Initial implementation of hubless zeromq support using ZMQ_FD and ZMQ_EVENTS.Zed Shaw2011-04-081-2/+2
* Skipping repeated selects test on zmq hub because it doesn't appear to suppor...Ryan Williams2011-01-231-0/+17
* Finally, eventlet.green.MySQLdb so we don't have to hassle with db_pool if we...Ryan Williams2010-10-071-16/+23
* Support for SSL websockets, which also happens to improve our SSL support in ...Ryan Williams2010-09-161-0/+3
* Use built-in json for tests if available.Ryan Williams2010-07-231-5/+8
* Add support for the itimer module with blocking detectionR. Tyler Ballance2010-06-241-0/+10
* Cleaned up error output a bit better so diagnosis of failing psycopg tests do...Ryan Williams2010-05-241-0/+1
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-051-1/+15
* Database tests should be skipped if simplejson isn't installed.Ryan Williams2010-04-181-7/+13
* Integrated the dotfile auth lookup stuff with the new test.Ryan Williams2010-04-171-0/+35
* Fixed overlong duration of iterator test.Ryan Williams2010-03-251-0/+7
* py3k - more elegant s2b implementationamajorek2010-03-041-9/+3
* py3k socket send and receives byte type data. They are different from strings...amajorek2010-03-021-0/+10
* Check that hubs are empty in tearDown. You have to run nosetests with -s to ...Chris AtLee2010-02-231-1/+12
* Fix some deprecation warningsChris AtLee2010-02-231-0/+10
* MergeRyan Williams2010-02-161-3/+3
|\
| * Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-3/+3
* | Disabling pyevent-problematic tests.Ryan Williams2010-02-161-3/+4
|/
* Fixed bug in tpool.killall, also another slight bug in the pollhub, and added...Ryan Williams2010-01-181-0/+9
* Refactored imap to make it even simpler and fix the limitation, added test fo...Ryan Williams2009-12-311-14/+0
* Moved get_hub, use_hub, get_default_hub to eventlet.hubs. This is a step in ...Ryan Williams2009-12-171-7/+8
* Renamed libevent hub to pyevent.Ryan Williams2009-12-161-5/+5
* Refactored __init__ a little, skipped a processes-based tests on Windows.Ryan Williams2009-12-071-20/+43
* Finally, some peace and quiet around here. :-)Ryan Williams2009-12-061-0/+14
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o...Ryan Williams2009-11-271-10/+18
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-22/+0
* It turns out that if my --eventlet-hub=foo command fails to import foo, I don...Ryan Williams2009-08-311-0/+8
* Slight improvement to hide twisted tests from people who don't have it.Ryan Williams2009-08-241-1/+4
* Improved skipped decorator, now it tells you what was skipped even when not u...Ryan Williams2009-08-171-4/+6
* Fiddled with __init__.py some more. Made greenio tests LimitedTestCase subcl...Ryan Williams2009-08-151-3/+19
* Added @skipped decorator in tests, hopefully we don't use it too much. Repla...Ryan Williams2009-08-151-14/+31