This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
3d54bd0cf9becf5cf400fbce58effeaeec05accd
deb-python-eventlet
/
greentest
History
Denis Bilenko
3d54bd0cf9
test__twistedutil_protocol: fix NameError when importing without gnutls
2009-06-08 15:45:38 +07:00
..
__init__.py
removed debugging print statement
2009-01-13 14:40:48 +06:00
api_test.py
Removed exc_greenlet from the hubs and the waiters_by_greenlet dict that was needed to support that functionality because the try/finally around hub.switch in trampoline does the right thing already. Added a unit test to verify that this still works.
2009-05-17 19:27:14 -07:00
coros_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
db_pool_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
generate_report.py
generate_report.py: change the url to bitbucket's and add Python version info to the report
2009-05-19 17:37:55 +07:00
greenio_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
httpc_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
httpd_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +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
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
processes_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +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
runall.py: do not exclude test_threading.py, it works OK now
2009-05-19 23:36:10 +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
test__coros_queue.py: skip 2 tests specific to Ryan's implementation
2009-05-24 19:45:09 +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__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__pool.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
test__proc.py
proc fix: Source.wait(0) used to do the wrong thing - return None instead of raising TimeoutError
2009-01-21 13:21:02 +06: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
test_socket.py: make 2.4 compatible
2009-05-19 17:32:06 +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
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
test_urllib2_localnet.py: don't run under 2.4
2009-05-19 17:34:11 +07: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
timer_test.py: instead of using add_timer, use schedule_call_global, it is available in all hubs
2009-05-24 19:44:16 +07:00
tpool_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
with_eventlet.py
updated copyrights
2009-01-13 00:18:31 +06:00
with_timeout.py
with_timeout.py: set default timeout to 40 seconds
2009-05-19 20:27:45 +07:00
wsgi_test.py
remove a number of unused imports from tests
2009-06-08 15:44:01 +07:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences