This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
514d5fee8cfea5f8d1bd8436a6f7ed8dc98331ed
deb-python-eventlet
/
greentest
History
Denis Bilenko
67021d4b70
Automated merge with
http://www.donovanpreston.com:8888/eventlet-twisted-integration/
2009-01-13 00:23:37 +06:00
..
__init__.py
updated copyrights
2009-01-13 00:18:31 +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
Automated merge with
http://www.donovanpreston.com:8888/eventlet-twisted-integration/
2009-01-13 00:23:37 +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
updated copyrights
2009-01-13 00:18:31 +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
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
2008-12-29 16:10:34 -08: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
updated copyrights
2009-01-13 00:18:31 +06:00
pools_test.py
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
2008-12-29 16:10:34 -08:00
processes_test.py
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
2008-12-29 16:10:34 -08:00
README
removed out-of-date stuff from readme
2008-11-03 17:44:21 +06:00
record_results.py
updated copyrights
2009-01-13 00:18:31 +06:00
runall.py
updated copyrights
2009-01-13 00:18:31 +06:00
saranwrap_test.py
Rename the eventlet.support.greenlet module to greenlets to avoid clashing with the pypi greenlet distribution; support the pypi greenlet distribution; port httpc_test to use wsgi instead of httpd; add channel back in because I couldn't get pool to work properly with queue yet
2008-12-29 16:10:34 -08:00
test__api_timeout.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__api.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__coros_semaphore.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__event.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__greenness.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__hub.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__proc.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__refcount.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__socket_errors.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__timers.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__twistedutil_protocol.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__twistedutil.py
updated copyrights
2009-01-13 00:18:31 +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
updated copyrights
2009-01-13 00:18:31 +06:00
with_timeout.py
updated copyrights
2009-01-13 00:18:31 +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