This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-eventlet
Code
Issues
Proposed changes
Files
a8b51cb129349cebcc66aeb69e175f83076934ec
deb-python-eventlet
/
greentest
History
Denis Bilenko
281340d2af
./runall.py: execute parse_results from time to time
2008-11-24 12:57:52 +06:00
..
__init__.py
made greentest a package
2008-10-08 19:19:04 +07:00
api_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
coros_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
db_pool_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49: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
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
httpc_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
httpd_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +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 greentest/record_results.py: script to run a program and save the result into sqlite database
2008-10-28 13:44:27 +06:00
runall.py
./runall.py: execute parse_results from time to time
2008-11-24 12:57:52 +06:00
saranwrap_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
test__api.py
added test to check that kill reschedules the current greenlet
2008-11-19 12:19:17 +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_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_green.py
adopted test_socket.py from standard test
2008-10-08 11:17:19 +07:00
test_socket.py
adopted test_socket.py from standard test
2008-10-08 11:17:19 +07:00
test_socketserver_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_socketserver.py
converted test_socketserver.py to use unittest
2008-10-27 23:01:51 +06:00
test_support.py
added test_support.py; you need this to run tests
2008-10-08 12:07:11 +07:00
test_thread_green.py
adopted test_thread.py from standard tests
2008-10-08 12:17:02 +07:00
test_thread.py
adopted test_thread.py from standard tests
2008-10-08 12:17:02 +07:00
test_threading_green.py
adopted test_threading.py from standard tests
2008-10-08 12:18:09 +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: fixed to use local test_support
2008-10-27 23:03:19 +06:00
test_timeout_green.py
adopted test_timeout.py from standard tests
2008-10-08 11:19:42 +07:00
test_timeout.py
adopted test_timeout.py from standard tests
2008-10-08 11:19:42 +07:00
test_urllib2_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_urllib2_localnet_green.py
removed pollreactor.install() where it does not make sense anymore
2008-10-30 03:06:22 +06:00
test_urllib2_localnet.py
restored test_urllib2_localnet.py to its original state (do not close server explicitly anymore)
2008-10-29 20:36:55 +06:00
test_urllib2.py
adopted test_urllib2.py from standard tests
2008-10-08 12:21:49 +07:00
tests.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
timer_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
tpool_test.py
moved eventlet's tests from evenlet/ to greentest/
2008-10-28 13:49:46 +06:00
with_eventlet.py
fixed few unused imports
2008-10-30 02:01:51 +06:00
with_timeout.py
changed default timeout to 30 seconds
2008-10-28 16:44:03 +06:00
wsgi_test.py
moved eventlet/tests.py -> greentest/tests.py
2008-10-30 17:51:01 +06:00
README
use 'kdiff3 python2.5/Lib/test .' to see all the differences