deb-python-eventlet/tests
Sergey Shepelev 0ec4df6cbe convenience: skip SO_REUSEPORT for bind on random port (0)
https://github.com/eventlet/eventlet/issues/411
2017-05-12 01:32:02 +03:00
..
isolated patcher: set locked RLocks' owner only when patching existing locks 2017-05-10 19:32:43 -07:00
manual websocket: support Gunicorn environ['gunicorn.socket'] 2016-07-06 18:53:53 +05:00
patcher test_import_patched_defaults bended to play with pyopenssl>=16.1.0 2016-12-31 20:50:04 +03:00
stdlib pep8: Fix remaining issues 2014-11-12 09:05:10 +00:00
README Commenting out test that fails only in hudson, need to investigate why later. 2010-02-20 14:34:49 -08:00
__init__.py patcher: set locked RLocks' owner only when patching existing locks 2017-05-10 19:32:43 -07:00
api_test.py Timeout was marked deprecated along with TimeoutError by mistake 2017-01-17 21:47:53 +05:00
backdoor_test.py Fix whitespace to conform to our linting tests 2016-01-12 09:34:04 +01:00
convenience_test.py convenience: skip SO_REUSEPORT for bind on random port (0) 2017-05-12 01:32:02 +03:00
dagpool_test.py Add DAGPool, a dependency-driven greenthread pool 2016-09-25 16:24:33 +05:00
db_pool_test.py db_pool: proxy Connection.set_isolation_level() 2017-02-25 23:02:19 +03:00
debug_test.py Refactor capturing stderr into a context manager 2014-10-15 23:58:18 +01:00
env_test.py test_import_patched_defaults bended to play with pyopenssl>=16.1.0 2016-12-31 20:50:04 +03:00
event_test.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
green_http_test.py python3.6: http.client.request support chunked_encoding 2017-01-05 09:06:15 +03:00
green_profile_test.py green.profile: Python3 compatibility; Thanks to Artur Stawiarski 2017-01-16 14:58:04 +05:00
green_select_test.py green.select: fix mark_as_closed() wrong number of args 2017-01-18 01:03:31 +05:00
greendns_test.py dns: hosts file was consulted after nameservers 2017-02-16 09:43:22 +03:00
greenio_test.py Issue #405: GreenSocket.accept does not notify_open (#406) 2017-04-17 12:04:26 +03:00
greenpool_test.py Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel 2016-12-23 02:10:07 +03:00
greenthread_test.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
hub_test.py tests cleanup, CI with Python 3.6 2017-01-05 09:06:15 +03:00
mock.py Fix typos detected by toolkit misspellings 2015-02-07 16:41:47 +01:00
mysqldb_test.py tests/isolated for tests sandboxed in separate python process 2015-02-25 00:23:11 +03:00
nosewrapper.py python3 compat: remove lots of Python 2.5 and earlier dependent code; use print() function syntax 2013-12-03 22:36:29 +04:00
openssl_test.py Port eventlet.green.OpenSSL to Python 3 2015-06-30 22:36:01 +03:00
parse_results.py Reformat with autopep8 2014-10-11 01:41:30 +01:00
patcher_psycopg_test.py Python 3 compatibility fixes 2014-07-18 02:12:53 +04:00
patcher_test.py patcher: set locked RLocks' owner only when patching existing locks 2017-05-10 19:32:43 -07:00
pools_test.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
queue_test.py queue: empty except was catching too much 2017-04-26 01:20:37 +03:00
semaphore_test.py Type check Semaphore, GreenPool arguments; Thanks to Matthew D. Pagel 2016-12-23 02:10:07 +03:00
socket_test.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
ssl_test.py ssl: Fix "TypeError: read() argument 2 must be read-write bytes-like object, not None" 2016-09-26 15:09:41 +01:00
subprocess_test.py subprocess: Fix patched functions with optional arguments 2016-07-11 14:59:50 +02:00
test__event.py tests: clean out unittest.main() 2016-06-01 18:00:20 +05:00
test__greenness.py tests: clean out unittest.main() 2016-06-01 18:00:20 +05:00
test__refcount.py tests cleanup, CI with Python 3.6 2017-01-05 09:06:15 +03:00
test__socket_errors.py tests cleanup, CI with Python 3.6 2017-01-05 09:06:15 +03:00
test_server.crt Commenting out test that fails only in hudson, need to investigate why later. 2010-02-20 14:34:49 -08:00
test_server.key Commenting out test that fails only in hudson, need to investigate why later. 2010-02-20 14:34:49 -08:00
thread_test.py tests: Remove skipped tests 2016-01-06 23:58:45 +01:00
timeout_test.py New timeout error API: .is_timeout=True on exception object 2017-01-10 20:49:15 +03:00
timeout_test_with_statement.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
timer_test.py PEP-8 fixes 2014-08-27 10:21:55 +04:00
tpool_test.py tests cleanup, CI with Python 3.6 2017-01-05 09:06:15 +03:00
websocket_new_test.py little clean up 2016-02-12 20:42:03 +05:00
websocket_test.py wsgi: close idle connections (also applies to websockets) 2017-04-30 20:56:40 +03:00
wsgi_test.py wsgi: close idle connections (also applies to websockets) 2017-04-30 20:56:40 +03:00
zmq_test.py green.zmq: support RCVTIMEO (receive timeout) 2017-02-16 01:34:57 +03:00

README

The tests are intended to be run using Nose.  
http://somethingaboutorange.com/mrl/projects/nose/

To run tests, simply install nose, and then, in the eventlet tree, do:
   $ nosetests

That's it!  Its output is the same as unittest's output.  It tends to emit a lot of tracebacks from various poorly-behaving tests, but they still (generally) pass.