This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
63bcdc56682ade48c733cfb5cb3a51f677e14efc
deb-python-eventlet
/
greentest
History
Denis Bilenko
63bcdc5668
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
..
__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
better error messages in case of test failure
2008-12-16 17:28:27 +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 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
saranwrap_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
test__api_timeout.py
fixed typo
2008-12-22 16:41:52 +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
added [failing] test for coros.event send method bug
2008-12-16 21:16:12 +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 fix: SpawnFactory could spawn handler with unconnected transport (connectionMade); changed Protocol not to hold references to gtransport but send transport via _queue
2008-12-19 15:18:47 +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.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.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