This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
2f10b50e03df77be94a42fb0dc4a28c3f4b2232e
deb-python-eventlet
/
tests
History
Ryan Williams
253f2d3f1f
Refactored the hubs again, now we support multiple readers/writers on a single socket, not sure if that's useful or not but it's sure better than silently unscheduling the original reader/writer, which was the original behavior.
2009-08-13 17:25:28 -07:00
..
stdlib
Converted test_socketserver away from copy-n-paste.
2009-08-06 22:27:09 -07:00
__init__.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
api_test.py
Merged test__api into api_test
2009-08-06 09:58:57 -07:00
coros_test.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
db_pool_test.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
generate_report.py
Fixed broken saranwrap test by exposing the importerror to the parent process; a better overall design. Fixed some mistakes in the poll module. Slightly loosened sqlite3 dependency so pysqlite2 is a substitute.
2009-08-07 00:18:16 -07:00
greenio_test.py
Refactored the hubs again, now we support multiple readers/writers on a single socket, not sure if that's useful or not but it's sure better than silently unscheduling the original reader/writer, which was the original behavior.
2009-08-13 17:25:28 -07:00
parse_results.py
Fixed broken saranwrap test by exposing the importerror to the parent process; a better overall design. Fixed some mistakes in the poll module. Slightly loosened sqlite3 dependency so pysqlite2 is a substitute.
2009-08-07 00:18:16 -07:00
pools_test.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
processes_test.py
Tinkered with saranwrap to make it easier to debug, moved its docstring to the .rst file, added a note in API.py about the libevent hub's issues.
2009-08-06 07:58:53 -07:00
README
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
record_results.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
runall.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
saranwrap_test.py
Fixed broken saranwrap test by exposing the importerror to the parent process; a better overall design. Fixed some mistakes in the poll module. Slightly loosened sqlite3 dependency so pysqlite2 is a substitute.
2009-08-07 00:18:16 -07:00
test__api_timeout.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test__coros_queue.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__coros_semaphore.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__doctests.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test__event.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__greenness.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__hub.py
Full duplex for select hub. tcp_server has to be changed because we no longer raise EPIPE into waiting coroutines when closing a socket. api_test was correspondingly changed so it still worked. TestCloseSocketWhilePolling was removed because it was testing no-longer-existing behavior. add_descriptor is gone, replaced by add_reader and add_writer.
2009-08-02 23:01:34 -07:00
test__pool.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__proc.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__refcount.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test__socket_errors.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test__timers.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test__twistedutil_protocol.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test__twistedutil.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_server.crt
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test_server.key
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test_support.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_thread__boundedsem.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
test_thread.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_threading_local.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_threading.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_timeout.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_urllib2_localnet.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
test_urllib2.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
timer_test.py
Renamed greentest to tests to be more standard.
2009-07-24 13:51:02 -07:00
tpool_test.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
with_eventlet.py
Full duplex for select hub. tcp_server has to be changed because we no longer raise EPIPE into waiting coroutines when closing a socket. api_test was correspondingly changed so it still worked. TestCloseSocketWhilePolling was removed because it was testing no-longer-existing behavior. add_descriptor is gone, replaced by add_reader and add_writer.
2009-08-02 23:01:34 -07:00
with_timeout.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
wsgi_test.py
Eliminate references to 'greentest'
2009-07-27 15:40:30 -07:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences