This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
65d5e527fe6acf02ca0405e2e233434045b5878e
deb-python-eventlet
/
greentest
History
Ryan Williams
e1c5cc91a8
Disabled __del__ doing a put back to connection pool (best practice has always been to do put in a finally block). Disabled two_simultaneous_connections test since it's timing-sensitive. Reenabled these tests in runall.py.
2009-06-17 17:20:05 -07:00
..
__init__.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
api_test.py
api_test: comment out weird assert
2009-06-17 14:56:53 +07:00
coros_test.py
coros.event: remove cancel() method
2009-06-16 15:35:21 +07:00
db_pool_test.py
Disabled __del__ doing a put back to connection pool (best practice has always been to do put in a finally block). Disabled two_simultaneous_connections test since it's timing-sensitive. Reenabled these tests in runall.py.
2009-06-17 17:20:05 -07:00
generate_report.py
Added underlines on hover to html output so fools like me know they are links.
2009-06-17 17:24:24 -07:00
greenio_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
httpc_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
httpd_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
parse_results.py
parse_results.py: minor internal change: work with unicode object instead of utf-8 str
2009-06-08 12:27:45 +07:00
pools_test.py
fix pools_test
2009-06-22 15:57:54 +07:00
processes_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
README
removed out-of-date stuff from readme
2008-11-03 17:44:21 +06:00
record_results.py
record_results.py: read utf-8 output properly; remove \00 from the output because sqlite does not seem to handle that well
2009-06-08 12:29:20 +07:00
runall.py
Disabled __del__ doing a put back to connection pool (best practice has always been to do put in a finally block). Disabled two_simultaneous_connections test since it's timing-sensitive. Reenabled these tests in runall.py.
2009-06-17 17:20:05 -07:00
saranwrap_test.py
Fixed test_saranwrap
2009-06-02 18:23:49 -07: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_queue.py
fix test__coros_queue
2009-06-22 15:59:37 +07:00
test__coros_semaphore.py
reimplement BoundedSemaphore using two Semaphores; this resulted in a much more readable implementation
2009-03-29 23:02:52 +07:00
test__doctests.py
add test__doctests.py
2009-06-15 14:47:01 +07:00
test__event.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__greenness.py
fix bug in test__greenness.py
2009-06-15 12:14:32 +07:00
test__hub.py
test__hub: add TestExceptionInMainloop
2009-06-17 14:51:53 +07:00
test__pool.py
test__pool: fix test_stderr_raising
2009-06-15 11:37:11 +07:00
test__proc.py
test__proc: reeanable 2 tests that were accidentally disabled before
2009-06-22 16:35:20 +07:00
test__refcount.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__socket_errors.py
Make this test pass by checking for 61 which is what OS X uses as connection refused, apparently
2009-03-28 15:40:41 -05:00
test__timers.py
updated copyrights
2009-01-13 00:18:31 +06:00
test__twistedutil_protocol.py
test__twistedutil_protocol: fix NameError when importing without gnutls
2009-06-08 15:45:38 +07: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
import fix for GreenSSL from
http://bitbucket.org/fzzzy/eventlet/changeset/4a429ca57699/
2009-05-24 17:37:00 +07:00
test_socket.py
fix test_socket.py: to use hub's signal method if available (for libevent hub)
2009-06-17 15:01:22 +07:00
test_socketserver.py
test_socketserver.py: don't fail in 2.4
2009-05-19 17:32:52 +07: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
test_thread.py: 2.4 compatibility
2009-05-19 17:33:54 +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: be nice on 2.4, don't use stack_size which is not there
2009-05-22 10:34:03 +07:00
test_timeout.py
test_timeout: remove invalid comment
2009-06-16 00:38:19 +07:00
test_urllib2_localnet.py
test_urllib2_localnet.py: don't run under 2.4
2009-05-19 17:34:11 +07:00
test_urllib2.py
test_urllib2: reenable the rest of the tests
2009-06-16 00:39:03 +07:00
timer_test.py
timer_test: add a few comments
2009-06-17 18:01:50 +07:00
tpool_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
with_eventlet.py
with_timeout.py: remove unused function
2009-06-17 12:28:41 +07:00
with_timeout.py
with_timeout.py: fix the doctest
2009-06-15 17:24:39 +07:00
wsgi_test.py
remove greentest/tests.py
2009-06-15 15:12:10 +07:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences