libreoffice: update to 25.2.0.3
[oi-userland.git] / components / python / CherryPy / test / results-all.master
blob2986fa1f3f798a37c4a2def4e0d1842de02b7af7
1 $(PYTHON_DIR)/vendor-packages/setuptools_scm/git.py:312: UserWarning: git archive did not support describe output
2   warnings.warn("git archive did not support describe output")
3 $(PYTHON_DIR)/vendor-packages/setuptools_scm/git.py:331: UserWarning: unprocessed git archival found (no export subst applied)
4   warnings.warn("unprocessed git archival found (no export subst applied)")
5 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
6 py$(PYV): commands[0]> python -m pytest
7 ============================= test session starts ==============================
8 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
9 cachedir: .tox/py$(PYV)/.pytest_cache
10 rootdir: $(@D)
11 configfile: pytest.ini
12 testpaths: cherrypy/test/
13 collecting ... collected 300 items
15 cherrypy/test/test_auth_basic.py::BasicAuthTest::testBasic PASSED
16 cherrypy/test/test_auth_basic.py::BasicAuthTest::testBasic2 PASSED
17 cherrypy/test/test_auth_basic.py::BasicAuthTest::testBasic2_u PASSED
18 cherrypy/test/test_auth_basic.py::BasicAuthTest::testPublic PASSED
19 cherrypy/test/test_auth_basic.py::BasicAuthTest::test_gc <- cherrypy/test/helper.py SKIPPED
20 cherrypy/test/test_auth_digest.py::DigestAuthTest::testPublic PASSED
21 cherrypy/test/test_auth_digest.py::DigestAuthTest::test_ascii_user PASSED
22 cherrypy/test/test_auth_digest.py::DigestAuthTest::test_unicode_user PASSED
23 cherrypy/test/test_auth_digest.py::DigestAuthTest::test_wrong_realm PASSED
24 cherrypy/test/test_auth_digest.py::DigestAuthTest::test_wrong_scheme PASSED
25 cherrypy/test/test_auth_digest.py::DigestAuthTest::test_gc <- cherrypy/test/helper.py SKIPPED
26 cherrypy/test/test_bus.py::test_builtin_channels PASSED
27 cherrypy/test/test_bus.py::test_custom_channels PASSED
28 cherrypy/test/test_bus.py::test_listener_errors PASSED
29 cherrypy/test/test_bus.py::test_start PASSED
30 cherrypy/test/test_bus.py::test_stop PASSED
31 cherrypy/test/test_bus.py::test_graceful PASSED
32 cherrypy/test/test_bus.py::test_exit PASSED
33 cherrypy/test/test_bus.py::test_wait PASSED
34 cherrypy/test/test_bus.py::test_wait_publishes_periodically PASSED
35 cherrypy/test/test_bus.py::test_block PASSED
36 cherrypy/test/test_bus.py::test_start_with_callback PASSED
37 cherrypy/test/test_bus.py::test_log PASSED
38 cherrypy/test/test_caching.py::CacheTest::testCaching PASSED
39 cherrypy/test/test_caching.py::CacheTest::testExpiresTool PASSED
40 cherrypy/test/test_caching.py::CacheTest::testGzipStaticCache PASSED
41 cherrypy/test/test_caching.py::CacheTest::testLastModified PASSED
42 cherrypy/test/test_caching.py::CacheTest::testVaryHeader PASSED
43 cherrypy/test/test_caching.py::CacheTest::test_antistampede XPASS
44 cherrypy/test/test_caching.py::CacheTest::test_cache_control PASSED
45 cherrypy/test/test_caching.py::CacheTest::test_gc <- cherrypy/test/helper.py SKIPPED
46 cherrypy/test/test_config.py::ConfigTests::testConfig PASSED
47 cherrypy/test/test_config.py::ConfigTests::testCustomNamespaces PASSED
48 cherrypy/test/test_config.py::ConfigTests::testHandlerToolConfigOverride PASSED
49 cherrypy/test/test_config.py::ConfigTests::testRespNamespaces PASSED
50 cherrypy/test/test_config.py::ConfigTests::testUnrepr PASSED
51 cherrypy/test/test_config.py::ConfigTests::test_request_body_namespace PASSED
52 cherrypy/test/test_config.py::ConfigTests::test_gc <- cherrypy/test/helper.py SKIPPED
53 cherrypy/test/test_config.py::VariableSubstitutionTests::test_config PASSED
54 cherrypy/test/test_config.py::CallablesInConfigTest::test_call_with_kwargs PASSED
55 cherrypy/test/test_config.py::CallablesInConfigTest::test_call_with_literal_dict PASSED
56 cherrypy/test/test_config_server.py::ServerConfigTests::testAdditionalServers PASSED
57 cherrypy/test/test_config_server.py::ServerConfigTests::testBasicConfig PASSED
58 cherrypy/test/test_config_server.py::ServerConfigTests::testMaxRequestSize PASSED
59 cherrypy/test/test_config_server.py::ServerConfigTests::testMaxRequestSizePerHandler PASSED
60 cherrypy/test/test_config_server.py::ServerConfigTests::test_gc <- cherrypy/test/helper.py SKIPPED
61 cherrypy/test/test_conn.py::ConnectionCloseTests::test_HTTP10_KeepAlive PASSED
62 cherrypy/test/test_conn.py::ConnectionCloseTests::test_HTTP11 PASSED
63 cherrypy/test/test_conn.py::ConnectionCloseTests::test_Streaming_no_len PASSED
64 cherrypy/test/test_conn.py::ConnectionCloseTests::test_Streaming_with_len PASSED
65 cherrypy/test/test_conn.py::ConnectionCloseTests::test_gc <- cherrypy/test/helper.py SKIPPED
66 cherrypy/test/test_conn.py::PipelineTests::test_100_Continue PASSED
67 cherrypy/test/test_conn.py::PipelineTests::test_HTTP11_Timeout PASSED
68 cherrypy/test/test_conn.py::PipelineTests::test_HTTP11_Timeout_after_request PASSED
69 cherrypy/test/test_conn.py::PipelineTests::test_HTTP11_pipelining PASSED
70 cherrypy/test/test_conn.py::PipelineTests::test_gc <- cherrypy/test/helper.py SKIPPED
71 cherrypy/test/test_conn.py::ConnectionTests::test_598 PASSED
72 cherrypy/test/test_conn.py::ConnectionTests::test_Chunked_Encoding PASSED
73 cherrypy/test/test_conn.py::ConnectionTests::test_Content_Length_in PASSED
74 cherrypy/test/test_conn.py::ConnectionTests::test_Content_Length_out_postheaders PASSED
75 cherrypy/test/test_conn.py::ConnectionTests::test_Content_Length_out_preheaders PASSED
76 cherrypy/test/test_conn.py::ConnectionTests::test_No_Message_Body PASSED
77 cherrypy/test/test_conn.py::ConnectionTests::test_readall_or_close PASSED
78 cherrypy/test/test_conn.py::ConnectionTests::test_gc <- cherrypy/test/helper.py SKIPPED
79 cherrypy/test/test_conn.py::LimitedRequestQueueTests::test_queue_full PASSED
80 cherrypy/test/test_conn.py::LimitedRequestQueueTests::test_gc <- cherrypy/test/helper.py SKIPPED
81 cherrypy/test/test_conn.py::BadRequestTests::test_No_CRLF PASSED
82 cherrypy/test/test_conn.py::BadRequestTests::test_gc <- cherrypy/test/helper.py SKIPPED
83 cherrypy/test/test_core.py::CoreRequestHandlingTest::testCookies PASSED
84 cherrypy/test/test_core.py::CoreRequestHandlingTest::testDefaultContentType PASSED
85 cherrypy/test/test_core.py::CoreRequestHandlingTest::testFavicon PASSED
86 cherrypy/test/test_core.py::CoreRequestHandlingTest::testFlatten PASSED
87 cherrypy/test/test_core.py::CoreRequestHandlingTest::testRanges PASSED
88 cherrypy/test/test_core.py::CoreRequestHandlingTest::testRedirect PASSED
89 cherrypy/test/test_core.py::CoreRequestHandlingTest::testSlashes PASSED
90 cherrypy/test/test_core.py::CoreRequestHandlingTest::testStatus PASSED
91 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_InternalRedirect PASSED
92 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_cherrypy_url PASSED
93 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_expose_decorator PASSED
94 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_multiple_headers PASSED
95 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_on_end_resource_status PASSED
96 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_redirect_with_unicode PASSED
97 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_redirect_with_xss PASSED
98 cherrypy/test/test_core.py::CoreRequestHandlingTest::test_gc <- cherrypy/test/helper.py SKIPPED
99 cherrypy/test/test_core.py::ErrorTests::test_contextmanager PASSED
100 cherrypy/test/test_core.py::ErrorTests::test_start_response_error PASSED
101 cherrypy/test/test_core.py::ErrorTests::test_gc <- cherrypy/test/helper.py SKIPPED
102 cherrypy/test/test_core.py::TestBinding::test_bind_ephemeral_port PASSED
103 cherrypy/test/test_dynamicobjectmapping.py::DynamicObjectMappingTest::testMethodDispatch PASSED
104 cherrypy/test/test_dynamicobjectmapping.py::DynamicObjectMappingTest::testObjectMapping PASSED
105 cherrypy/test/test_dynamicobjectmapping.py::DynamicObjectMappingTest::testVpathDispatch PASSED
106 cherrypy/test/test_dynamicobjectmapping.py::DynamicObjectMappingTest::test_gc <- cherrypy/test/helper.py SKIPPED
107 cherrypy/test/test_encoding.py::EncodingTests::testEncoding PASSED
108 cherrypy/test/test_encoding.py::EncodingTests::testGzip PASSED
109 cherrypy/test/test_encoding.py::EncodingTests::test_BytesHeaders PASSED
110 cherrypy/test/test_encoding.py::EncodingTests::test_UnicodeHeaders PASSED
111 cherrypy/test/test_encoding.py::EncodingTests::test_decode_tool PASSED
112 cherrypy/test/test_encoding.py::EncodingTests::test_multipart_decoding PASSED
113 Exception ignored in: <_io.FileIO name=X mode='rb+' closefd=True>
114 Traceback (most recent call last):
115   File "$(PYTHON_DIR)/vendor-packages/_pytest/unraisableexception.py", line 64, in __exit__
116     del self.unraisable
117 ResourceWarning: unclosed file <_io.BufferedRandom name=X>
118 cherrypy/test/test_encoding.py::EncodingTests::test_multipart_decoding_bigger_maxrambytes PASSED
119 cherrypy/test/test_encoding.py::EncodingTests::test_multipart_decoding_no_charset PASSED
120 cherrypy/test/test_encoding.py::EncodingTests::test_multipart_decoding_no_successful_charset PASSED
121 cherrypy/test/test_encoding.py::EncodingTests::test_nontext PASSED
122 cherrypy/test/test_encoding.py::EncodingTests::test_query_string_decoding PASSED
123 cherrypy/test/test_encoding.py::EncodingTests::test_urlencoded_decoding PASSED
124 cherrypy/test/test_encoding.py::EncodingTests::test_gc <- cherrypy/test/helper.py SKIPPED
125 cherrypy/test/test_etags.py::ETagTest::test_errors PASSED
126 cherrypy/test/test_etags.py::ETagTest::test_etags PASSED
127 cherrypy/test/test_etags.py::ETagTest::test_unicode_body PASSED
128 cherrypy/test/test_etags.py::ETagTest::test_gc <- cherrypy/test/helper.py SKIPPED
129 cherrypy/test/test_http.py::HTTPTests::test_garbage_in PASSED
130 cherrypy/test/test_http.py::HTTPTests::test_http_over_https SKIPPED
131 cherrypy/test/test_http.py::HTTPTests::test_malformed_header PASSED
132 cherrypy/test/test_http.py::HTTPTests::test_malformed_request_line PASSED
133 cherrypy/test/test_http.py::HTTPTests::test_no_content_length PASSED
134 cherrypy/test/test_http.py::HTTPTests::test_post_filename_with_special_characters PASSED
135 cherrypy/test/test_http.py::HTTPTests::test_post_multipart PASSED
136 cherrypy/test/test_http.py::HTTPTests::test_request_line_split_issue_1220 PASSED
137 cherrypy/test/test_http.py::HTTPTests::test_gc <- cherrypy/test/helper.py SKIPPED
138 cherrypy/test/test_httputil.py::test_urljoin[/sn/-/pi/-/sn/pi/] PASSED
139 cherrypy/test/test_httputil.py::test_urljoin[/sn/-/pi-/sn/pi] PASSED
140 cherrypy/test/test_httputil.py::test_urljoin[/sn/-/-/sn/] PASSED
141 cherrypy/test/test_httputil.py::test_urljoin[/sn/--/sn/] PASSED
142 cherrypy/test/test_httputil.py::test_urljoin[/sn-/pi/-/sn/pi/] PASSED
143 cherrypy/test/test_httputil.py::test_urljoin[/sn-/pi-/sn/pi] PASSED
144 cherrypy/test/test_httputil.py::test_urljoin[/sn-/-/sn/] PASSED
145 cherrypy/test/test_httputil.py::test_urljoin[/sn--/sn] PASSED
146 cherrypy/test/test_httputil.py::test_urljoin[/-/pi/-/pi/] PASSED
147 cherrypy/test/test_httputil.py::test_urljoin[/-/pi-/pi] PASSED
148 cherrypy/test/test_httputil.py::test_urljoin[/-/-/] PASSED
149 cherrypy/test/test_httputil.py::test_urljoin[/--/] PASSED
150 cherrypy/test/test_httputil.py::test_urljoin[-/pi/-/pi/] PASSED
151 cherrypy/test/test_httputil.py::test_urljoin[-/pi-/pi] PASSED
152 cherrypy/test/test_httputil.py::test_urljoin[-/-/] PASSED
153 cherrypy/test/test_httputil.py::test_urljoin[--/] PASSED
154 cherrypy/test/test_httputil.py::test_valid_status[None-expected_status0] PASSED
155 cherrypy/test/test_httputil.py::test_valid_status[200-expected_status1] PASSED
156 cherrypy/test/test_httputil.py::test_valid_status[500-expected_status2] PASSED
157 cherrypy/test/test_httputil.py::test_valid_status[HTTPStatus.NOT_FOUND-expected_status3] PASSED
158 cherrypy/test/test_httputil.py::test_valid_status[444 Non-existent reason-expected_status4] PASSED
159 cherrypy/test/test_httputil.py::test_invalid_status[hey-Illegal response status from server \\('hey' is non-numeric\\).] PASSED
160 cherrypy/test/test_httputil.py::test_invalid_status[status_code1-Illegal response status from server \\(\\{'hey': 'hi'\\} is non-numeric\\).] PASSED
161 cherrypy/test/test_httputil.py::test_invalid_status[1-Illegal response status from server \\(1 is out of range\\).] PASSED
162 cherrypy/test/test_httputil.py::test_invalid_status[600-Illegal response status from server \\(600 is out of range\\).] PASSED
163 cherrypy/test/test_iterator.py::IteratorTest::test_iterator PASSED
164 cherrypy/test/test_iterator.py::IteratorTest::test_gc <- cherrypy/test/helper.py SKIPPED
165 cherrypy/test/test_json.py::JsonTest::test_cached PASSED
166 cherrypy/test/test_json.py::JsonTest::test_json_input PASSED
167 cherrypy/test/test_json.py::JsonTest::test_json_output PASSED
168 cherrypy/test/test_json.py::JsonTest::test_gc <- cherrypy/test/helper.py SKIPPED
169 cherrypy/test/test_logging.py::test_normal_return PASSED
170 cherrypy/test/test_logging.py::test_normal_yield PASSED
171 cherrypy/test/test_logging.py::test_custom_log_format PASSED
172 cherrypy/test/test_logging.py::test_utc_in_timez PASSED
173 cherrypy/test/test_logging.py::test_timez_log_format PASSED
174 cherrypy/test/test_logging.py::test_UUIDv4_parameter_log_format PASSED
175 cherrypy/test/test_logging.py::test_escaped_output PASSED
176 cherrypy/test/test_logging.py::test_tracebacks PASSED
177 cherrypy/test/test_mime.py::MultipartTest::test_multipart PASSED
178 cherrypy/test/test_mime.py::MultipartTest::test_multipart_form_data PASSED
179 cherrypy/test/test_mime.py::MultipartTest::test_gc <- cherrypy/test/helper.py SKIPPED
180 cherrypy/test/test_mime.py::SafeMultipartHandlingTest::test_Flash_Upload PASSED
181 cherrypy/test/test_mime.py::SafeMultipartHandlingTest::test_gc <- cherrypy/test/helper.py SKIPPED
182 cherrypy/test/test_misc_tools.py::ResponseHeadersTest::testResponseHeaders PASSED
183 cherrypy/test/test_misc_tools.py::ResponseHeadersTest::testResponseHeadersDecorator PASSED
184 cherrypy/test/test_misc_tools.py::ResponseHeadersTest::test_gc <- cherrypy/test/helper.py SKIPPED
185 cherrypy/test/test_misc_tools.py::RefererTest::testReferer PASSED
186 cherrypy/test/test_misc_tools.py::RefererTest::test_gc <- cherrypy/test/helper.py SKIPPED
187 cherrypy/test/test_misc_tools.py::AcceptTest::test_Accept_Tool PASSED
188 cherrypy/test/test_misc_tools.py::AcceptTest::test_accept_selection PASSED
189 cherrypy/test/test_misc_tools.py::AcceptTest::test_gc <- cherrypy/test/helper.py SKIPPED
190 cherrypy/test/test_misc_tools.py::AutoVaryTest::testAutoVary PASSED
191 cherrypy/test/test_misc_tools.py::AutoVaryTest::test_gc <- cherrypy/test/helper.py SKIPPED
192 cherrypy/test/test_native.py::test_basic_request PASSED
193 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testExpose PASSED
194 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testKeywords PASSED
195 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testMethodDispatch PASSED
196 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testObjectMapping PASSED
197 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testPositionalParams PASSED
198 cherrypy/test/test_objectmapping.py::ObjectMappingTest::testTreeMounting PASSED
199 cherrypy/test/test_objectmapping.py::ObjectMappingTest::test_redir_using_url PASSED
200 cherrypy/test/test_objectmapping.py::ObjectMappingTest::test_translate PASSED
201 cherrypy/test/test_objectmapping.py::ObjectMappingTest::test_gc <- cherrypy/test/helper.py SKIPPED
202 cherrypy/test/test_params.py::ParamsTest::test_error PASSED
203 cherrypy/test/test_params.py::ParamsTest::test_pass PASSED
204 cherrypy/test/test_params.py::ParamsTest::test_syntax PASSED
205 cherrypy/test/test_params.py::ParamsTest::test_gc <- cherrypy/test/helper.py SKIPPED
206 cherrypy/test/test_plugins.py::TestAutoreloader::test_file_for_file_module_when_None PASSED
207 cherrypy/test/test_proxy.py::ProxyTest::testProxy PASSED
208 cherrypy/test/test_proxy.py::ProxyTest::test_no_base_port_in_host PASSED
209 cherrypy/test/test_proxy.py::ProxyTest::test_gc <- cherrypy/test/helper.py SKIPPED
210 cherrypy/test/test_refleaks.py::ReferenceTests::test_threadlocal_garbage PASSED
211 cherrypy/test/test_refleaks.py::ReferenceTests::test_gc <- cherrypy/test/helper.py SKIPPED
212 cherrypy/test/test_request_obj.py::RequestObjectTests::testAbsoluteURIPathInfo PASSED
213 cherrypy/test/test_request_obj.py::RequestObjectTests::testEmptyThreadlocals PASSED
214 cherrypy/test/test_request_obj.py::RequestObjectTests::testErrorHandling PASSED
215 cherrypy/test/test_request_obj.py::RequestObjectTests::testExpect PASSED
216 cherrypy/test/test_request_obj.py::RequestObjectTests::testHeaderElements PASSED
217 cherrypy/test/test_request_obj.py::RequestObjectTests::testParamErrors PASSED
218 cherrypy/test/test_request_obj.py::RequestObjectTests::testParams PASSED
219 cherrypy/test/test_request_obj.py::RequestObjectTests::testRelativeURIPathInfo PASSED
220 cherrypy/test/test_request_obj.py::RequestObjectTests::test_CONNECT_method PASSED
221 cherrypy/test/test_request_obj.py::RequestObjectTests::test_CONNECT_method_invalid_authority PASSED
222 cherrypy/test/test_request_obj.py::RequestObjectTests::test_basic_HTTPMethods PASSED
223 cherrypy/test/test_request_obj.py::RequestObjectTests::test_dangerous_host PASSED
224 cherrypy/test/test_request_obj.py::RequestObjectTests::test_encoded_headers PASSED
225 cherrypy/test/test_request_obj.py::RequestObjectTests::test_header_presence PASSED
226 cherrypy/test/test_request_obj.py::RequestObjectTests::test_per_request_uuid4 PASSED
227 cherrypy/test/test_request_obj.py::RequestObjectTests::test_repeated_headers PASSED
228 cherrypy/test/test_request_obj.py::RequestObjectTests::test_scheme PASSED
229 cherrypy/test/test_request_obj.py::RequestObjectTests::test_gc <- cherrypy/test/helper.py SKIPPED
230 cherrypy/test/test_routes.py::RoutesDispatchTest::test_Routes_Dispatch PASSED
231 cherrypy/test/test_routes.py::RoutesDispatchTest::test_gc <- cherrypy/test/helper.py SKIPPED
232 cherrypy/test/test_session.py::SessionTest::test_0_Session PASSED
233 cherrypy/test/test_session.py::SessionTest::test_1_Ram_Concurrency PASSED
234 cherrypy/test/test_session.py::SessionTest::test_2_File_Concurrency PASSED
235 cherrypy/test/test_session.py::SessionTest::test_3_Redirect PASSED
236 cherrypy/test/test_session.py::SessionTest::test_4_File_deletion PASSED
237 cherrypy/test/test_session.py::SessionTest::test_5_Error_paths PASSED
238 cherrypy/test/test_session.py::SessionTest::test_6_regenerate PASSED
239 cherrypy/test/test_session.py::SessionTest::test_7_session_cookies PASSED
240 cherrypy/test/test_session.py::SessionTest::test_8_Ram_Cleanup PASSED
241 cherrypy/test/test_session.py::SessionTest::test_gc <- cherrypy/test/helper.py SKIPPED
242 cherrypy/test/test_session.py::MemcachedSessionTest::test_0_Session SKIPPED
243 cherrypy/test/test_session.py::MemcachedSessionTest::test_1_Concurrency SKIPPED
244 cherrypy/test/test_session.py::MemcachedSessionTest::test_3_Redirect SKIPPED
245 cherrypy/test/test_session.py::MemcachedSessionTest::test_5_Error_paths SKIPPED
246 cherrypy/test/test_session.py::MemcachedSessionTest::test_gc <- cherrypy/test/helper.py SKIPPED
247 cherrypy/test/test_sessionauthenticate.py::SessionAuthenticateTest::testSessionAuthenticate PASSED
248 cherrypy/test/test_sessionauthenticate.py::SessionAuthenticateTest::test_gc <- cherrypy/test/helper.py SKIPPED
249 cherrypy/test/test_states.py::ServerStateTests::test_0_NormalStateFlow PASSED
250 cherrypy/test/test_states.py::ServerStateTests::test_1_Restart PASSED
251 cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt PASSED
252 cherrypy/test/test_states.py::ServerStateTests::test_4_Autoreload PASSED
253 cherrypy/test/test_states.py::ServerStateTests::test_5_Start_Error PASSED
254 cherrypy/test/test_states.py::ServerStateTests::test_gc <- cherrypy/test/helper.py SKIPPED
255 cherrypy/test/test_states.py::PluginTests::test_daemonize PASSED
256 cherrypy/test/test_states.py::PluginTests::test_gc <- cherrypy/test/helper.py SKIPPED
257 cherrypy/test/test_states.py::SignalHandlingTests::test_SIGHUP_daemonized PASSED
258 cherrypy/test/test_states.py::SignalHandlingTests::test_SIGHUP_tty PASSED
259 cherrypy/test/test_states.py::SignalHandlingTests::test_SIGTERM PASSED
260 cherrypy/test/test_states.py::SignalHandlingTests::test_signal_handler_unsubscribe PASSED
261 cherrypy/test/test_states.py::SignalHandlingTests::test_gc <- cherrypy/test/helper.py SKIPPED
262 cherrypy/test/test_states.py::test_safe_wait_INADDR_ANY PASSED
263 cherrypy/test/test_static.py::StaticTest::test_755_vhost PASSED
264 cherrypy/test/test_static.py::StaticTest::test_config_errors PASSED
265 cherrypy/test/test_static.py::StaticTest::test_error_page_with_serve_file PASSED
266 cherrypy/test/test_static.py::StaticTest::test_fallthrough PASSED
267 cherrypy/test/test_static.py::StaticTest::test_file_stream XFAIL (#1475)
268 cherrypy/test/test_static.py::StaticTest::test_file_stream_deadlock PASSED
269 cherrypy/test/test_static.py::StaticTest::test_index PASSED
270 cherrypy/test/test_static.py::StaticTest::test_modif PASSED
271 cherrypy/test/test_static.py::StaticTest::test_null_bytes PASSED
272 cherrypy/test/test_static.py::StaticTest::test_security PASSED
273 cherrypy/test/test_static.py::StaticTest::test_serve_bytesio PASSED
274 cherrypy/test/test_static.py::StaticTest::test_serve_fileobj PASSED
275 cherrypy/test/test_static.py::StaticTest::test_static PASSED
276 cherrypy/test/test_static.py::StaticTest::test_static_longpath SKIPPED
277 cherrypy/test/test_static.py::StaticTest::test_unicode PASSED
278 cherrypy/test/test_static.py::StaticTest::test_gc <- cherrypy/test/helper.py SKIPPED
279 cherrypy/test/test_tools.py::ToolTests::testBareHooks PASSED
280 cherrypy/test/test_tools.py::ToolTests::testCombinedTools PASSED
281 cherrypy/test/test_tools.py::ToolTests::testDecorator PASSED
282 cherrypy/test/test_tools.py::ToolTests::testEndRequestOnDrop PASSED
283 cherrypy/test/test_tools.py::ToolTests::testGuaranteedHooks PASSED
284 cherrypy/test/test_tools.py::ToolTests::testHandlerWrapperTool PASSED
285 cherrypy/test/test_tools.py::ToolTests::testHookErrors PASSED
286 cherrypy/test/test_tools.py::ToolTests::testToolWithConfig PASSED
287 cherrypy/test/test_tools.py::ToolTests::testWarnToolOn PASSED
288 cherrypy/test/test_tools.py::ToolTests::test_gc <- cherrypy/test/helper.py SKIPPED
289 cherrypy/test/test_tools.py::SessionAuthTest::test_login_screen_returns_bytes PASSED
290 cherrypy/test/test_tools.py::TestHooks::test_priorities PASSED
291 cherrypy/test/test_tutorials.py::TutorialTest::test01HelloWorld PASSED
292 cherrypy/test/test_tutorials.py::TutorialTest::test02ExposeMethods PASSED
293 cherrypy/test/test_tutorials.py::TutorialTest::test03GetAndPost PASSED
294 cherrypy/test/test_tutorials.py::TutorialTest::test04ComplexSite PASSED
295 cherrypy/test/test_tutorials.py::TutorialTest::test05DerivedObjects PASSED
296 cherrypy/test/test_tutorials.py::TutorialTest::test06DefaultMethod PASSED
297 cherrypy/test/test_tutorials.py::TutorialTest::test07Sessions PASSED
298 cherrypy/test/test_tutorials.py::TutorialTest::test08GeneratorsAndYield PASSED
299 cherrypy/test/test_tutorials.py::TutorialTest::test09Files PASSED
300 cherrypy/test/test_tutorials.py::TutorialTest::test10HTTPErrors PASSED
301 cherrypy/test/test_tutorials.py::TutorialTest::test_gc <- cherrypy/test/helper.py SKIPPED
302 cherrypy/test/test_virtualhost.py::VirtualHostTest::testVirtualHost PASSED
303 cherrypy/test/test_virtualhost.py::VirtualHostTest::test_VHost_plus_Static PASSED
304 cherrypy/test/test_virtualhost.py::VirtualHostTest::test_gc <- cherrypy/test/helper.py SKIPPED
305 cherrypy/test/test_wsgi_ns.py::WSGI_Namespace_Test::test_pipeline PASSED
306 cherrypy/test/test_wsgi_ns.py::WSGI_Namespace_Test::test_gc <- cherrypy/test/helper.py SKIPPED
307 cherrypy/test/test_wsgi_unix_socket.py::WSGI_UnixSocket_Test::test_internal_error PASSED
308 cherrypy/test/test_wsgi_unix_socket.py::WSGI_UnixSocket_Test::test_not_found PASSED
309 cherrypy/test/test_wsgi_unix_socket.py::WSGI_UnixSocket_Test::test_simple_request PASSED
310 cherrypy/test/test_wsgi_unix_socket.py::WSGI_UnixSocket_Test::test_gc <- cherrypy/test/helper.py SKIPPED
311 cherrypy/test/test_wsgi_vhost.py::WSGI_VirtualHost_Test::test_welcome PASSED
312 cherrypy/test/test_wsgi_vhost.py::WSGI_VirtualHost_Test::test_gc <- cherrypy/test/helper.py SKIPPED
313 cherrypy/test/test_wsgiapps.py::WSGIGraftTests::test_01_standard_app PASSED
314 cherrypy/test/test_wsgiapps.py::WSGIGraftTests::test_04_pure_wsgi PASSED
315 cherrypy/test/test_wsgiapps.py::WSGIGraftTests::test_05_wrapped_cp_app PASSED
316 cherrypy/test/test_wsgiapps.py::WSGIGraftTests::test_06_empty_string_app PASSED
317 cherrypy/test/test_wsgiapps.py::WSGIGraftTests::test_gc <- cherrypy/test/helper.py SKIPPED
318 cherrypy/test/test_xmlrpc.py::XmlRpcTest::testXmlRpc PASSED
319 cherrypy/test/test_xmlrpc.py::XmlRpcTest::test_gc <- cherrypy/test/helper.py SKIPPED
321 =================================== XPASSES ====================================
322 _________________________ CacheTest.test_antistampede __________________________
323 ------------------------------ Captured log call -------------------------------
324 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
325 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /clear_cache?path=%2Flong_process%3Fseconds%3D4 HTTP/1.1" 200 - "" ""
326 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
327 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
328 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
329 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
330 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
331 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
332 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
333 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
334 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
335 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
336 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
337 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
338 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
339 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
340 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
341 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
342 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
343 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
344 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
345 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
346 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
347 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
348 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
349 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
350 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
351 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
352 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
353 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
354 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
355 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
356 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
357 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
358 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
359 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
360 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
361 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
362 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
363 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
364 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
365 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
366 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
367 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
368 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
369 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
370 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
371 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
372 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
373 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
374 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
375 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
376 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
377 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
378 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
379 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
380 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
381 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
382 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
383 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
384 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
385 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
386 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
387 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
388 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
389 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
390 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
391 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
392 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
393 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
394 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
395 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
396 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
397 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
398 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
399 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
400 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
401 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
402 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
403 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
404 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
405 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
406 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
407 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
408 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
409 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
410 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
411 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
412 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
413 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
414 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
415 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
416 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
417 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
418 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
419 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
420 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
421 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
422 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
423 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
424 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
425 INFO     cherrypy.access.TIMESTAMP:_cplogging.py:283 127.0.0.1 - - [TIMESTAMP] "GET /long_process?seconds=4 HTTP/1.1" 200 8 "" ""
426 - generated xml file: $(@D)/.test-results/pytest/results.xml -
428 15 files skipped due to complete coverage.
429 Coverage HTML written to dir .tox/tmp/test-results/pytest/cov/
430 Coverage XML written to file coverage.xml
432 ============================= slowest 10 durations =============================
433 =========================== short test summary info ============================
434 ======== 247 passed, 51 skipped, 1 xfailed, 1 xpassed ========
435 $(@D)/cherrypy/process/wspbus.py:253: RuntimeWarning: The main thread is exiting, but the Bus is in the states.STARTED state; shutting it down automatically now. You must either call bus.block() after start(), or call bus.exit() before the main thread exits.
436   warnings.warn(
437   py$(PYV): OK
438   congratulations :)