This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
9fb11d25648115703caf4369c07b2757e63647e6
deb-python-eventlet
/
greentest
History
Denis Bilenko
9fb11d2564
twistedutil.protocol.GreenTransport: made bufferSize of twisted's transport customizable
2008-12-16 17:25:10 +06:00
..
__init__.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
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
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +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: always use the same order of hubs
2008-11-17 13:14:33 +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
removed httpd_test and wsgi_test from the list of tests skipped by default
2008-12-10 19:34:44 +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
made api.timeout accept None as seconds argument, meaning the whole thing is disabled
2008-12-16 17:20:08 +06:00
test__api.py
fixed bug with nested api.with_timeout interfering with each other; added a testcase
2008-12-10 01:57:29 +06:00
test__event.py
Job's __init__ now accepts event as a parameter instead of a function; to spawn a function either use 'spawn' method or spawn_new classmethod
2008-12-15 13:42:32 +06:00
test__greenness.py
few typos fixed
2008-10-29 13:23:49 +06:00
test__refcount.py
bug fix in test__refcount.py: test_clean and test_timeout are used to be the same (test_clean)
2008-11-24 12:54:05 +06:00
test__timers.py
fixed few unused imports
2008-10-30 02:01:51 +06:00
test__twistedutil_protocol.py
twistedutil.protocol.GreenTransport: made bufferSize of twisted's transport customizable
2008-12-16 17:25:10 +06:00
test__twistedutil.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_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_green.py
adopted test_socket.py from standard test
2008-10-08 11:17:19 +07:00
test_socket.py
adopted test_socket.py from standard test
2008-10-08 11:17:19 +07:00
test_socketserver_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_socketserver.py
test_socketserver.py: reduced socket timeout from 20 to 5
2008-11-24 14:13:31 +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_green.py
adopted test_thread.py from standard tests
2008-10-08 12:17:02 +07:00
test_thread.py
adopted test_thread.py from standard tests
2008-10-08 12:17:02 +07:00
test_threading_green.py
adopted test_threading.py from standard tests
2008-10-08 12:18:09 +07:00
test_threading_local.py
adopted test_threading_local.py from standard tests
2008-10-08 12:18:47 +07:00
test_threading.py
test_threading.py: fixed to use local test_support
2008-10-27 23:03:19 +06:00
test_timeout_green.py
adopted test_timeout.py from standard tests
2008-10-08 11:19:42 +07:00
test_timeout.py
adopted test_timeout.py from standard tests
2008-10-08 11:19:42 +07:00
test_urllib2_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_urllib2_localnet_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_urllib2_localnet.py
restored test_urllib2_localnet.py to its original state (do not close server explicitly anymore)
2008-10-29 20:36:55 +06:00
test_urllib2.py
adopted test_urllib2.py from standard tests
2008-10-08 12:21:49 +07: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