summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* replace Travis with Github (actions) CIgithub-ciSergey Shepelev2020-12-131-2/+2
* tests checking output were broken by Python 2 end of support warningpy27-warningSergey Shepelev2020-08-191-2/+2
* tests: Fail on timeout when expect_pass=True (#612)Tim Burke2020-05-151-0/+3
* Increase Travis slop factor for ZMQ CPU usage. (#542)nat-goodspeed2019-03-041-1/+1
* greendns: resolving over TCP produced ValueErrorJaume Marhuenda2018-06-281-0/+79
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
* moved function eventlet.support.capture_stderr to testsSergey Shepelev2018-03-101-0/+13
* Travis broke ipv6, allow failure; test against Python 2.7Sergey Shepelev2017-12-051-0/+6
* patcher: set locked RLocks' owner only when patching existing locksQuan Tian2017-05-101-0/+9
* New timeout error API: .is_timeout=True on exception objectSergey Shepelev2017-01-101-0/+7
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-311-14/+32
* tests: str/bytes typo on run_python timeoutSergey Shepelev2016-11-051-3/+6
* tests: configurable timeout for run_python/isolatedSergey Shepelev2016-08-101-5/+7
* patcher: patch existing threading locks; Thanks to Alexis LeeAlexis Lee2016-04-181-2/+10
* little clean upSergey Shepelev2016-02-121-9/+14
* travis: Allow more CPU usageJakub Stasiak2016-01-071-0/+7
* greenio: socket.recv() could return str; Thanks to jerzyksocket_recv_strSergey Shepelev2015-09-061-4/+9
* 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