This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
2948ef52aedcd98edd344c6d4b2bf9375ccb9f6d
deb-python-eventlet
/
greentest
History
Denis Bilenko
2511e14c4f
proc module: renames wait to waitall; it only supports list of Procs now but not individual Procs like it did before
2009-01-12 16:17:12 +06:00
..
__init__.py
added copyright
2008-12-31 19:52:26 +06:00
api_test.py
added makeGreenFile method to greenio.GreenSocket which creates GreenFile instance instead of standard socket._fileobject (like makefile() does), Converted all the old eventled code and tests to use makeGreenFile() this fixes a huge number of failing tests
2008-12-10 19:33:48 +06:00
coros_test.py
removed CancellingTimersGreenlet and Hub.cancel_timers; instead LocalTimer is used which does not fire if the greenlet it's bound to is dead;
2009-01-11 19:47:22 +06:00
db_pool_test.py
fixed imports in db_pool_test, timer_test and tpool_test
2008-11-24 14:11:46 +06:00
generate_report.py
generate_report.py: protect from bogus input
2009-01-11 18:11:00 +06:00
greenio_test.py
added makeGreenFile method to greenio.GreenSocket which creates GreenFile instance instead of standard socket._fileobject (like makefile() does), Converted all the old eventled code and tests to use makeGreenFile() this fixes a huge number of failing tests
2008-12-10 19:33:48 +06:00
httpc_test.py
httpc_test: do not call wrap_socket
2008-11-24 14:03:09 +06:00
httpd_test.py
added makeGreenFile method to greenio.GreenSocket which creates GreenFile instance instead of standard socket._fileobject (like makefile() does), Converted all the old eventled code and tests to use makeGreenFile() this fixes a huge number of failing tests
2008-12-10 19:33:48 +06:00
parse_results.py
parse_results.py: when no params given use the last database in the current dir; exec generate_report before exit
2008-10-29 13:07:52 +06:00
pools_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
processes_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
README
removed out-of-date stuff from readme
2008-11-03 17:44:21 +06:00
record_results.py
added exit_unless_twisted function to greentest; moved my code from test_support.py to greentest/__init__.py
2008-12-10 16:10:48 +06:00
runall.py
added copyright
2008-12-31 19:52:26 +06:00
saranwrap_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
test__api_timeout.py
tests: fixed a few unused or forgotten imports
2009-01-12 15:52:43 +06:00
test__api.py
added copyright
2008-12-31 19:52:26 +06:00
test__coros_semaphore.py
added copyright
2008-12-31 19:52:26 +06:00
test__event.py
tests: fixed a few unused or forgotten imports
2009-01-12 15:52:43 +06:00
test__greenness.py
added copyright
2008-12-31 19:52:26 +06:00
test__hub.py
added test__hub.py: tests schedule_local and schedule_global difference
2009-01-11 20:28:07 +06:00
test__proc.py
proc module: renames wait to waitall; it only supports list of Procs now but not individual Procs like it did before
2009-01-12 16:17:12 +06:00
test__refcount.py
tests: fixed a few unused or forgotten imports
2009-01-12 15:52:43 +06:00
test__socket_errors.py
added test__socket_errors.py
2009-01-12 15:32:26 +06:00
test__timers.py
added copyright
2008-12-31 19:52:26 +06:00
test__twistedutil_protocol.py
added copyright
2008-12-31 19:52:26 +06:00
test__twistedutil.py
tests: fixed a few unused or forgotten imports
2009-01-12 15:52:43 +06:00
test_server.crt
moved test_server.* to greentest as they are used by api_tests.py
2008-10-30 01:35:49 +06:00
test_server.key
moved test_server.* to greentest as they are used by api_tests.py
2008-10-30 01:35:49 +06:00
test_socket_ssl.py
added test_socket_ssl.py from standard python tests
2009-01-12 15:33:01 +06:00
test_socket.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_socketserver.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_support.py
added exit_unless_twisted function to greentest; moved my code from test_support.py to greentest/__init__.py
2008-12-10 16:10:48 +06:00
test_thread__boundedsem.py
added test_thread__boundedsem.py
2009-01-12 15:33:49 +06:00
test_thread.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_threading_local.py
adopted test_threading_local.py from standard tests
2008-10-08 12:18:47 +07:00
test_threading.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_timeout.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_urllib2_localnet.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
test_urllib2.py
removed test_xxx_green.py files; moved the relevant stuff to test_xxx.py directly; undone some of my changes to python standard tests
2008-12-24 13:20:25 +06:00
tests.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
timer_test.py
fixed imports in db_pool_test, timer_test and tpool_test
2008-11-24 14:11:46 +06:00
tpool_test.py
fixed imports in db_pool_test, timer_test and tpool_test
2008-11-24 14:11:46 +06:00
with_eventlet.py
fixed few unused imports
2008-10-30 02:01:51 +06:00
with_timeout.py
with_timeout.py: reduced default timeout to 20 seconds
2008-11-24 14:13:54 +06:00
wsgi_test.py
added makeGreenFile method to greenio.GreenSocket which creates GreenFile instance instead of standard socket._fileobject (like makefile() does), Converted all the old eventled code and tests to use makeGreenFile() this fixes a huge number of failing tests
2008-12-10 19:33:48 +06:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences