3oFY7IBkjJpqkV2apkkAnr changeset

Changeset316238386630 (b)
ParentNone (a)
ab
0+>>> import pkg_resources
0+>>> pkg_resources.get_distribution("gevent").version
0+'1.0b3'
0+
0+test_basic (test_config.AddSockJSRouteTestCase) ... ok
0+test_config_error (test_config.AddSockJSRouteTestCase) ... ok
0+test_custom_name (test_config.AddSockJSRouteTestCase) ... ok
0+test_custom_prefix (test_config.AddSockJSRouteTestCase) ... ok
0+test_custom_session (test_config.AddSockJSRouteTestCase) ... ok
0+test_custom_session_manager (test_config.AddSockJSRouteTestCase) ... ok
0+test_custom_session_manager_different_names (test_config.AddSockJSRouteTestCase) ... ok
0+test_get_session_manager_default (test_config.AddSockJSRouteTestCase) ... ok
0+test_get_session_manager_name (test_config.AddSockJSRouteTestCase) ... ok
0+test_get_session_manager_name_internal (test_config.AddSockJSRouteTestCase) ... ok
0+test_get_session_manager_unknown (test_config.AddSockJSRouteTestCase) ... ok
0+test_permission_decorator (test_config.AddSockJSRouteTestCase) ... ok
0+test_session_manager_name (test_config.AddSockJSRouteTestCase) ... ok
0+test_directive_add_sockjs_route (test_config.PyramidDirectiveTestCase) ... ok
0+test_directive_get_sockjs_manager (test_config.PyramidDirectiveTestCase) ... ok
0+test_session_manager_route_url (test_config.SessionManagerRouteUrlTestCase) ... ok
0+test_close_frame (test_protocol.TestProtocol) ... ok
0+test_close_frame_endline (test_protocol.TestProtocol) ... ok
0+test_decode (test_protocol.TestProtocol) ... ok
0+test_encode (test_protocol.TestProtocol) ... ok
0+test_message_frame (test_protocol.TestProtocol) ... ok
0+test_message_frame_endline (test_protocol.TestProtocol) ... ok
0+test_fail_transport (test_route.TestSockJSRoute) ... ok
0+test_greeting (test_route.TestSockJSRoute) ... ok
0+test_handler_bad_server_id (test_route.TestSockJSRoute) ... ok
0+test_handler_bad_session_id (test_route.TestSockJSRoute) ... ok
0+test_handler_emptry_session (test_route.TestSockJSRoute) ... ok
0+test_handler_unknown_transport (test_route.TestSockJSRoute) ... ok
0+test_iframe (test_route.TestSockJSRoute) ... ok
0+test_iframe_cache (test_route.TestSockJSRoute) ... ok
0+test_info (test_route.TestSockJSRoute) ... ok
0+test_info_entropy (test_route.TestSockJSRoute) ... ok
0+test_info_options (test_route.TestSockJSRoute) ... ok
0+test_new_session_before_read (test_route.TestSockJSRoute) ... ok
0+test_release_session_for_failed_transport (test_route.TestSockJSRoute) ... ok
0+test_transport (test_route.TestSockJSRoute) ... ok
0+test_raw_websocket (test_route.TestWebSocketRoute) ... ok
0+test_raw_websocket_fail (test_route.TestWebSocketRoute) ... ok
0+test_raw_websocket_old_versions (test_route.TestWebSocketRoute) ... ok
0+test_websocket_fail_init (test_route.TestWebSocketRoute) ... ok
0+test_websocket_init (test_route.TestWebSocketRoute) ... ok
0+test_websocket_init2 (test_route.TestWebSocketRoute) ... ok
0+test_websocket_old_versions (test_route.TestWebSocketRoute) ... ok
0+test_gc_thread (test_session.GcThreadTestCase) ... ok
0+test_acquire (test_session.SessionManagerTestCase) ... ok
0+test_acquire_locked (test_session.SessionManagerTestCase) ... ok
0+test_acquire_unknown (test_session.SessionManagerTestCase) ... ok
0+test_active_sessions (test_session.SessionManagerTestCase) ... ok
0+test_add (test_session.SessionManagerTestCase) ... ok
0+test_add_expired (test_session.SessionManagerTestCase) ... ok
0+test_broadcast (test_session.SessionManagerTestCase) ... ok
0+test_clear (test_session.SessionManagerTestCase) ... ok
0+test_fresh (test_session.SessionManagerTestCase) ... ok
0+test_gc_expire (test_session.SessionManagerTestCase) ... ok
0+test_gc_expire_acquired (test_session.SessionManagerTestCase) ... ok
0+test_gc_one_expire (test_session.SessionManagerTestCase) ... ok
0+test_gc_removed (test_session.SessionManagerTestCase) ... ok
0+test_get (test_session.SessionManagerTestCase) ... ok
0+test_get_unknown (test_session.SessionManagerTestCase) ... ok
0+test_get_unknown_with_default (test_session.SessionManagerTestCase) ... ok
0+test_get_with_create (test_session.SessionManagerTestCase) ... ok
0+test_release (test_session.SessionManagerTestCase) ... ok
0+test_close (test_session.SessionTestCase) ... ok
0+test_close_event (test_session.SessionTestCase) ... ok
0+test_close_on_message_exception (test_session.SessionTestCase) ... ok
0+test_closed (test_session.SessionTestCase) ... ok
0+test_closed_event (test_session.SessionTestCase) ... ok
0+test_closed_on_message_exception (test_session.SessionTestCase) ... ok
0+test_ctor (test_session.SessionTestCase) ... ok
0+test_expire (test_session.SessionTestCase) ... ok
0+test_get_transport_message (test_session.SessionTestCase) ... ok
0+test_get_transport_message_tick (test_session.SessionTestCase) ... ok
0+test_heartbeat (test_session.SessionTestCase) ... ok
0+test_message (test_session.SessionTestCase) ... ok
0+test_message_on_message (test_session.SessionTestCase) ... ok
0+test_message_on_message_exception (test_session.SessionTestCase) ... ok
0+test_open (test_session.SessionTestCase) ... ok
0+test_open_on_open (test_session.SessionTestCase) ... ok
0+test_open_on_open_exception (test_session.SessionTestCase) ... ok
0+test_send (test_session.SessionTestCase) ... ok
0+test_send_string (test_session.SessionTestCase) ... ok
0+test_send_tick (test_session.SessionTestCase) ... ok
0+test_str (test_session.SessionTestCase) ... ok
0+test_tick (test_session.SessionTestCase) ... ok
0+test_tick_custom (test_session.SessionTestCase) ... ok
0+test_tick_different_timeout (test_session.SessionTestCase) ... ok
0+test_connection_upgrade (test_websocket.WebSoscketHandshake) ... ok
0+test_gevent_wsgi_input (test_websocket.WebSoscketHandshake) ... ok
0+test_method_type (test_websocket.WebSoscketHandshake) ... ok
0+test_protocol_type (test_websocket.WebSoscketHandshake) ... ok
0+test_protocol_version (test_websocket.WebSoscketHandshake) ... ok
0+test_success (test_websocket.WebSoscketHandshake) ... ok
0+test_websocket_key (test_websocket.WebSoscketHandshake) ... ok
0+test_websocket_upgrade (test_websocket.WebSoscketHandshake) ... ok
0+test_websocket_version (test_websocket.WebSoscketHandshake) ... ok
0+----------------------------------------------------------------------
0+Ran 95 tests in 0.434s
0+
0+OK
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
--- Revision None
+++ Revision 316238386630
@@ -0,0 +1,103 @@
+>>> import pkg_resources
+>>> pkg_resources.get_distribution("gevent").version
+'1.0b3'
+
+test_basic (test_config.AddSockJSRouteTestCase) ... ok
+test_config_error (test_config.AddSockJSRouteTestCase) ... ok
+test_custom_name (test_config.AddSockJSRouteTestCase) ... ok
+test_custom_prefix (test_config.AddSockJSRouteTestCase) ... ok
+test_custom_session (test_config.AddSockJSRouteTestCase) ... ok
+test_custom_session_manager (test_config.AddSockJSRouteTestCase) ... ok
+test_custom_session_manager_different_names (test_config.AddSockJSRouteTestCase) ... ok
+test_get_session_manager_default (test_config.AddSockJSRouteTestCase) ... ok
+test_get_session_manager_name (test_config.AddSockJSRouteTestCase) ... ok
+test_get_session_manager_name_internal (test_config.AddSockJSRouteTestCase) ... ok
+test_get_session_manager_unknown (test_config.AddSockJSRouteTestCase) ... ok
+test_permission_decorator (test_config.AddSockJSRouteTestCase) ... ok
+test_session_manager_name (test_config.AddSockJSRouteTestCase) ... ok
+test_directive_add_sockjs_route (test_config.PyramidDirectiveTestCase) ... ok
+test_directive_get_sockjs_manager (test_config.PyramidDirectiveTestCase) ... ok
+test_session_manager_route_url (test_config.SessionManagerRouteUrlTestCase) ... ok
+test_close_frame (test_protocol.TestProtocol) ... ok
+test_close_frame_endline (test_protocol.TestProtocol) ... ok
+test_decode (test_protocol.TestProtocol) ... ok
+test_encode (test_protocol.TestProtocol) ... ok
+test_message_frame (test_protocol.TestProtocol) ... ok
+test_message_frame_endline (test_protocol.TestProtocol) ... ok
+test_fail_transport (test_route.TestSockJSRoute) ... ok
+test_greeting (test_route.TestSockJSRoute) ... ok
+test_handler_bad_server_id (test_route.TestSockJSRoute) ... ok
+test_handler_bad_session_id (test_route.TestSockJSRoute) ... ok
+test_handler_emptry_session (test_route.TestSockJSRoute) ... ok
+test_handler_unknown_transport (test_route.TestSockJSRoute) ... ok
+test_iframe (test_route.TestSockJSRoute) ... ok
+test_iframe_cache (test_route.TestSockJSRoute) ... ok
+test_info (test_route.TestSockJSRoute) ... ok
+test_info_entropy (test_route.TestSockJSRoute) ... ok
+test_info_options (test_route.TestSockJSRoute) ... ok
+test_new_session_before_read (test_route.TestSockJSRoute) ... ok
+test_release_session_for_failed_transport (test_route.TestSockJSRoute) ... ok
+test_transport (test_route.TestSockJSRoute) ... ok
+test_raw_websocket (test_route.TestWebSocketRoute) ... ok
+test_raw_websocket_fail (test_route.TestWebSocketRoute) ... ok
+test_raw_websocket_old_versions (test_route.TestWebSocketRoute) ... ok
+test_websocket_fail_init (test_route.TestWebSocketRoute) ... ok
+test_websocket_init (test_route.TestWebSocketRoute) ... ok
+test_websocket_init2 (test_route.TestWebSocketRoute) ... ok
+test_websocket_old_versions (test_route.TestWebSocketRoute) ... ok
+test_gc_thread (test_session.GcThreadTestCase) ... ok
+test_acquire (test_session.SessionManagerTestCase) ... ok
+test_acquire_locked (test_session.SessionManagerTestCase) ... ok
+test_acquire_unknown (test_session.SessionManagerTestCase) ... ok
+test_active_sessions (test_session.SessionManagerTestCase) ... ok
+test_add (test_session.SessionManagerTestCase) ... ok
+test_add_expired (test_session.SessionManagerTestCase) ... ok
+test_broadcast (test_session.SessionManagerTestCase) ... ok
+test_clear (test_session.SessionManagerTestCase) ... ok
+test_fresh (test_session.SessionManagerTestCase) ... ok
+test_gc_expire (test_session.SessionManagerTestCase) ... ok
+test_gc_expire_acquired (test_session.SessionManagerTestCase) ... ok
+test_gc_one_expire (test_session.SessionManagerTestCase) ... ok
+test_gc_removed (test_session.SessionManagerTestCase) ... ok
+test_get (test_session.SessionManagerTestCase) ... ok
+test_get_unknown (test_session.SessionManagerTestCase) ... ok
+test_get_unknown_with_default (test_session.SessionManagerTestCase) ... ok
+test_get_with_create (test_session.SessionManagerTestCase) ... ok
+test_release (test_session.SessionManagerTestCase) ... ok
+test_close (test_session.SessionTestCase) ... ok
+test_close_event (test_session.SessionTestCase) ... ok
+test_close_on_message_exception (test_session.SessionTestCase) ... ok
+test_closed (test_session.SessionTestCase) ... ok
+test_closed_event (test_session.SessionTestCase) ... ok
+test_closed_on_message_exception (test_session.SessionTestCase) ... ok
+test_ctor (test_session.SessionTestCase) ... ok
+test_expire (test_session.SessionTestCase) ... ok
+test_get_transport_message (test_session.SessionTestCase) ... ok
+test_get_transport_message_tick (test_session.SessionTestCase) ... ok
+test_heartbeat (test_session.SessionTestCase) ... ok
+test_message (test_session.SessionTestCase) ... ok
+test_message_on_message (test_session.SessionTestCase) ... ok
+test_message_on_message_exception (test_session.SessionTestCase) ... ok
+test_open (test_session.SessionTestCase) ... ok
+test_open_on_open (test_session.SessionTestCase) ... ok
+test_open_on_open_exception (test_session.SessionTestCase) ... ok
+test_send (test_session.SessionTestCase) ... ok
+test_send_string (test_session.SessionTestCase) ... ok
+test_send_tick (test_session.SessionTestCase) ... ok
+test_str (test_session.SessionTestCase) ... ok
+test_tick (test_session.SessionTestCase) ... ok
+test_tick_custom (test_session.SessionTestCase) ... ok
+test_tick_different_timeout (test_session.SessionTestCase) ... ok
+test_connection_upgrade (test_websocket.WebSoscketHandshake) ... ok
+test_gevent_wsgi_input (test_websocket.WebSoscketHandshake) ... ok
+test_method_type (test_websocket.WebSoscketHandshake) ... ok
+test_protocol_type (test_websocket.WebSoscketHandshake) ... ok
+test_protocol_version (test_websocket.WebSoscketHandshake) ... ok
+test_success (test_websocket.WebSoscketHandshake) ... ok
+test_websocket_key (test_websocket.WebSoscketHandshake) ... ok
+test_websocket_upgrade (test_websocket.WebSoscketHandshake) ... ok
+test_websocket_version (test_websocket.WebSoscketHandshake) ... ok
+----------------------------------------------------------------------
+Ran 95 tests in 0.434s
+
+OK