START: ptest-runner
2026-04-24T08:08
== CPython 3.14.4 (main, Apr 7 2026, 13:13:20) [GCC 15.2.0]
== Linux-6.18.24-yocto-standard-aarch64-with-musl1 little-endian
== Python build: release shared
== cwd: /var/volatile/tmp/test_python_worker_371æ
== CPU count: 4
== encodings: locale=UTF-8 FS=utf-8
== resources: all test resources are disabled, use -u option to unskip tests

Using random seed: 790902429
0:00:00 load avg: 0.00 Run 486 tests in parallel using 4 worker processes
0:00:00 load avg: 0.00 [  1/486] test.test_asyncio.test_buffered_proto passed
SKIP: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection) 'Windows only'
PASS: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection)

----------------------------------------------------------------------
Ran 2 tests in 0.003s

OK (skipped=1)
0:00:00 load avg: 0.00 [  2/486] test.test_asyncio.test_context passed
PASS: test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context)

----------------------------------------------------------------------
Ran 1 test in 0.202s

OK
0:00:02 load avg: 0.08 [  3/486] test.test_asyncio.test_base_events passed
PASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle)
PASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle)
PASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once)
PASS: test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup)
PASS: test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle)
PASS: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc)
PASS: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread)
PASS: test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later)
PASS: test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays)
PASS: test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon)
PASS: test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable)
PASS: test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread)
PASS: test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close)
PASS: test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory)
PASS: test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory)
PASS: test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task)
PASS: test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro)
PASS: test_custom_run_forever_integration (test.test_asyncio.test_base_events.BaseEventLoopTests.test_custom_run_forever_integration)
PASS: test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken)
PASS: test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback)
PASS: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro)
PASS: test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug)
PASS: test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented)
PASS: test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt)
PASS: test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped)
PASS: test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once)
PASS: test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception)
PASS: test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop)
PASS: test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop)
PASS: test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error)
PASS: test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug)
PASS: test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor)
PASS: test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error)
PASS: test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken)
PASS: test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom)
PASS: test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid)
PASS: test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory)
PASS: test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid)
PASS: test_shutdown_default_executor_timeout (test.test_asyncio.test_base_events.BaseEventLoopTests.test_shutdown_default_executor_timeout)
PASS: test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping)
PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args)
PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args)
PASS: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at)
PASS: test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception)
PASS: test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry)
PASS: test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine)
PASS: test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth)
PASS: test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err)
PASS: test_create_connection_connect_non_os_err_close_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_non_os_err_close_err)
PASS: test_create_connection_happy_eyeballs_empty_exceptions (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_happy_eyeballs_empty_exceptions)
PASS: test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock)
PASS: test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr)
PASS: test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope)
PASS: test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple)
PASS: test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors)
PASS: test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr)
PASS: test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo)
PASS: test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock)
PASS: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton)
PASS: test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr)
PASS: test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors)
PASS: test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name)
PASS: test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default)
PASS: test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors)
PASS: test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket)
PASS: test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout)
PASS: test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock)
PASS: test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error)
PASS: test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast)
PASS: test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind)
PASS: test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err)
PASS: test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix)
PASS: test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr)
PASS: test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo)
PASS: test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family)
PASS: test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily)
PASS: test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport)
PASS: test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err)
PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock)
PASS: test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts)
PASS: test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix)
PASS: test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err)
PASS: test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts)
PASS: test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock)
PASS: test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind)
PASS: test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host)
PASS: test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock)
PASS: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6)
PASS: test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo)
PASS: test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock)
PASS: test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport)
PASS: test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined)
PASS: test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket)
PASS: test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype)
PASS: test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock)
PASS: test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo)
PASS: test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks)
PASS: test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info)
PASS: test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton)
PASS: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types)
PASS: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure)
PASS: test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket)
PASS: test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count)
PASS: test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset)
PASS: test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file)
PASS: test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket)
PASS: test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count)
PASS: test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset)
PASS: test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback)
PASS: test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count)
PASS: test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback)
PASS: test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop)
PASS: test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay)

----------------------------------------------------------------------
Ran 113 tests in 1.621s

OK
0:00:02 load avg: 0.08 [  4/486] test.test_asyncio.test_free_threading passed
PASS: test_all_tasks_different_thread (test.test_asyncio.test_free_threading.TestCFreeThreading.test_all_tasks_different_thread)
PASS: test_all_tasks_race (test.test_asyncio.test_free_threading.TestCFreeThreading.test_all_tasks_race)
PASS: test_run_coroutine_threadsafe (test.test_asyncio.test_free_threading.TestCFreeThreading.test_run_coroutine_threadsafe)
PASS: test_run_coroutine_threadsafe_exception (test.test_asyncio.test_free_threading.TestCFreeThreading.test_run_coroutine_threadsafe_exception)
PASS: test_task_different_thread_finalized (test.test_asyncio.test_free_threading.TestCFreeThreading.test_task_different_thread_finalized)
PASS: test_all_tasks_different_thread (test.test_asyncio.test_free_threading.TestEagerCFreeThreading.test_all_tasks_different_thread)
PASS: test_all_tasks_race (test.test_asyncio.test_free_threading.TestEagerCFreeThreading.test_all_tasks_race)
PASS: test_run_coroutine_threadsafe (test.test_asyncio.test_free_threading.TestEagerCFreeThreading.test_run_coroutine_threadsafe)
PASS: test_run_coroutine_threadsafe_exception (test.test_asyncio.test_free_threading.TestEagerCFreeThreading.test_run_coroutine_threadsafe_exception)
PASS: test_task_different_thread_finalized (test.test_asyncio.test_free_threading.TestEagerCFreeThreading.test_task_different_thread_finalized)
PASS: test_all_tasks_different_thread (test.test_asyncio.test_free_threading.TestEagerPyFreeThreading.test_all_tasks_different_thread)
PASS: test_all_tasks_race (test.test_asyncio.test_free_threading.TestEagerPyFreeThreading.test_all_tasks_race)
PASS: test_run_coroutine_threadsafe (test.test_asyncio.test_free_threading.TestEagerPyFreeThreading.test_run_coroutine_threadsafe)
PASS: test_run_coroutine_threadsafe_exception (test.test_asyncio.test_free_threading.TestEagerPyFreeThreading.test_run_coroutine_threadsafe_exception)
PASS: test_task_different_thread_finalized (test.test_asyncio.test_free_threading.TestEagerPyFreeThreading.test_task_different_thread_finalized)
PASS: test_all_tasks_different_thread (test.test_asyncio.test_free_threading.TestPyFreeThreading.test_all_tasks_different_thread)
PASS: test_all_tasks_race (test.test_asyncio.test_free_threading.TestPyFreeThreading.test_all_tasks_race)
PASS: test_run_coroutine_threadsafe (test.test_asyncio.test_free_threading.TestPyFreeThreading.test_run_coroutine_threadsafe)
PASS: test_run_coroutine_threadsafe_exception (test.test_asyncio.test_free_threading.TestPyFreeThreading.test_run_coroutine_threadsafe_exception)
PASS: test_task_different_thread_finalized (test.test_asyncio.test_free_threading.TestPyFreeThreading.test_task_different_thread_finalized)

----------------------------------------------------------------------
Ran 20 tests in 2.129s

OK
0:00:03 load avg: 0.08 [  5/486] test.test_asyncio.test_futures2 passed
PASS: test_future_traceback (test.test_asyncio.test_futures2.CFutureTests.test_future_traceback)
PASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_handle_exc_handler_correct_context)
PASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_task_exc_handler_correct_context)
PASS: test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks)
PASS: test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback)
PASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_handle_exc_handler_correct_context)
PASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_task_exc_handler_correct_context)

----------------------------------------------------------------------
Ran 7 tests in 0.027s

OK
0:00:03 load avg: 0.08 [  6/486] test.test_asyncio.test_graph passed
PASS: test_stack_async_gen (test.test_asyncio.test_graph.TestCallStackC.test_stack_async_gen)
PASS: test_stack_future (test.test_asyncio.test_graph.TestCallStackC.test_stack_future)
PASS: test_stack_gather (test.test_asyncio.test_graph.TestCallStackC.test_stack_gather)
PASS: test_stack_shield (test.test_asyncio.test_graph.TestCallStackC.test_stack_shield)
PASS: test_stack_task (test.test_asyncio.test_graph.TestCallStackC.test_stack_task)
PASS: test_stack_tgroup (test.test_asyncio.test_graph.TestCallStackC.test_stack_tgroup)
PASS: test_stack_timeout (test.test_asyncio.test_graph.TestCallStackC.test_stack_timeout)
PASS: test_stack_wait (test.test_asyncio.test_graph.TestCallStackC.test_stack_wait)
PASS: test_stack_async_gen (test.test_asyncio.test_graph.TestCallStackPy.test_stack_async_gen)
PASS: test_stack_future (test.test_asyncio.test_graph.TestCallStackPy.test_stack_future)
PASS: test_stack_gather (test.test_asyncio.test_graph.TestCallStackPy.test_stack_gather)
PASS: test_stack_shield (test.test_asyncio.test_graph.TestCallStackPy.test_stack_shield)
PASS: test_stack_task (test.test_asyncio.test_graph.TestCallStackPy.test_stack_task)
PASS: test_stack_tgroup (test.test_asyncio.test_graph.TestCallStackPy.test_stack_tgroup)
PASS: test_stack_timeout (test.test_asyncio.test_graph.TestCallStackPy.test_stack_timeout)
PASS: test_stack_wait (test.test_asyncio.test_graph.TestCallStackPy.test_stack_wait)

----------------------------------------------------------------------
Ran 16 tests in 0.051s

OK
0:00:04 load avg: 0.08 [  7/486] test.test_asyncio.test_futures passed
PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)
PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)
PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)
PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback)
PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback)
PASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation)
PASS: test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback)
PASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)
PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)
PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)
PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)
PASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)
PASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)
PASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)
PASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init)
PASS: test_callbacks_copy (test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy)
PASS: test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel)
PASS: test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional)
PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop)
PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop)
PASS: test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop)
PASS: test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state)
PASS: test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception)
PASS: test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class)
PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter)
PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter)
PASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles)
PASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles)
PASS: test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect)
PASS: test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault)
PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved)
PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug)
PASS: test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw)
PASS: test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr)
PASS: test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback)
PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args)
PASS: test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias)
PASS: test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state)
PASS: test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture)
PASS: test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter)
PASS: test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback)
PASS: test_result (test.test_asyncio.test_futures.CFutureTests.test_result)
PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled)
PASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception)
PASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception)
PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned)
PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved)
PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved)
PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel)
PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved)
PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved)
PASS: test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized)
PASS: test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future)
PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel)
PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2)
PASS: test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future)
PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop)
PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop)
PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop)
PASS: test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice)
PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)
PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)
PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)
PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback)
PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback)
PASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation)
PASS: test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback)
PASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)
PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)
PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)
PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)
PASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)
PASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)
PASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)
PASS: test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel)
PASS: test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional)
PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop)
PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop)
PASS: test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop)
PASS: test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state)
PASS: test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception)
PASS: test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class)
PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter)
PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter)
PASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles)
PASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles)
PASS: test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect)
PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved)
PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug)
PASS: test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw)
PASS: test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr)
PASS: test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback)
PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args)
PASS: test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias)
PASS: test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state)
PASS: test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture)
PASS: test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter)
PASS: test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback)
PASS: test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result)
PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled)
PASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception)
PASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception)
PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned)
PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved)
PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved)
PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel)
PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved)
PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved)
PASS: test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized)
PASS: test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future)
PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel)
PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2)
PASS: test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future)
PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop)
PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop)
PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop)
PASS: test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice)
PASS: test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future)
PASS: test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future)
PASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)
PASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)
PASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)
PASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback)
PASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback)
PASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation)
PASS: test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback)
PASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)
PASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)
PASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)
PASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)
PASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)
PASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)
PASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)
PASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init)
PASS: test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel)
PASS: test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional)
PASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop)
PASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop)
PASS: test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop)
PASS: test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state)
PASS: test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception)
PASS: test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class)
PASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter)
PASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter)
PASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles)
PASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles)
PASS: test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect)
PASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved)
PASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug)
PASS: test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw)
PASS: test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr)
PASS: test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback)
PASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args)
PASS: test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias)
PASS: test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state)
PASS: test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture)
PASS: test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter)
PASS: test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback)
PASS: test_result (test.test_asyncio.test_futures.PyFutureTests.test_result)
PASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled)
PASS: test_stop_iteration_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception)
PASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception)
PASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned)
PASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved)
PASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved)
PASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel)
PASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved)
PASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved)
PASS: test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized)
PASS: test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future)
PASS: test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel)
PASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2)
PASS: test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future)
PASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop)
PASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop)
PASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop)
PASS: test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice)

----------------------------------------------------------------------
Ran 180 tests in 2.156s

OK
0:00:04 load avg: 0.08 [  8/486] test.test_asyncio.test_locks passed
PASS: test_abort_barrier (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier)
PASS: test_abort_barrier_when_exception (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception)
PASS: test_abort_barrier_when_exception_then_resetting (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting)
PASS: test_abort_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking)
PASS: test_barrier (test.test_asyncio.test_locks.BarrierTests.test_barrier)
PASS: test_barrier_parties (test.test_asyncio.test_locks.BarrierTests.test_barrier_parties)
PASS: test_blocking_tasks_while_draining (test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining)
PASS: test_context_manager (test.test_asyncio.test_locks.BarrierTests.test_context_manager)
PASS: test_draining_state (test.test_asyncio.test_locks.BarrierTests.test_draining_state)
PASS: test_filling_one_task (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task)
PASS: test_filling_one_task_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice)
PASS: test_filling_task_by_task (test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task)
PASS: test_filling_tasks_cancel_one (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one)
PASS: test_filling_tasks_check_return_value (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value)
PASS: test_filling_tasks_wait_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice)
PASS: test_repr (test.test_asyncio.test_locks.BarrierTests.test_repr)
PASS: test_reset_barrier (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier)
PASS: test_reset_barrier_when_tasks_half_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining)
PASS: test_reset_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking)
PASS: test_reset_barrier_while_tasks_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining)
PASS: test_reset_barrier_while_tasks_waiting (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting)
PASS: test_reset_barrier_while_tasks_waiting_and_waiting_again (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again)
PASS: test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops)
PASS: test_cancelled_error_re_aquire (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_re_aquire)
PASS: test_cancelled_error_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_wakeup)
PASS: test_cancelled_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup)
PASS: test_cancelled_wakeup_relock (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup_relock)
PASS: test_context_manager (test.test_asyncio.test_locks.ConditionTests.test_context_manager)
PASS: test_explicit_lock (test.test_asyncio.test_locks.ConditionTests.test_explicit_lock)
PASS: test_notify (test.test_asyncio.test_locks.ConditionTests.test_notify)
PASS: test_notify_all (test.test_asyncio.test_locks.ConditionTests.test_notify_all)
PASS: test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired)
PASS: test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired)
PASS: test_repr (test.test_asyncio.test_locks.ConditionTests.test_repr)
PASS: test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block)
PASS: test_wait (test.test_asyncio.test_locks.ConditionTests.test_wait)
PASS: test_wait_cancel (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel)
PASS: test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify)
PASS: test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested)
PASS: test_wait_for (test.test_asyncio.test_locks.ConditionTests.test_wait_for)
PASS: test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired)
PASS: test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired)
PASS: test_clear (test.test_asyncio.test_locks.EventTests.test_clear)
PASS: test_clear_with_waiters (test.test_asyncio.test_locks.EventTests.test_clear_with_waiters)
PASS: test_repr (test.test_asyncio.test_locks.EventTests.test_repr)
PASS: test_wait (test.test_asyncio.test_locks.EventTests.test_wait)
PASS: test_wait_cancel (test.test_asyncio.test_locks.EventTests.test_wait_cancel)
PASS: test_wait_on_set (test.test_asyncio.test_locks.EventTests.test_wait_on_set)
PASS: test_acquire (test.test_asyncio.test_locks.LockTests.test_acquire)
PASS: test_acquire_cancel (test.test_asyncio.test_locks.LockTests.test_acquire_cancel)
PASS: test_cancel_race (test.test_asyncio.test_locks.LockTests.test_cancel_race)
PASS: test_cancel_release_race (test.test_asyncio.test_locks.LockTests.test_cancel_release_race)
PASS: test_context_manager (test.test_asyncio.test_locks.LockTests.test_context_manager)
PASS: test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled)
PASS: test_lock (test.test_asyncio.test_locks.LockTests.test_lock)
PASS: test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement)
PASS: test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter)
PASS: test_release_no_waiters (test.test_asyncio.test_locks.LockTests.test_release_no_waiters)
PASS: test_release_not_acquired (test.test_asyncio.test_locks.LockTests.test_release_not_acquired)
PASS: test_repr (test.test_asyncio.test_locks.LockTests.test_repr)
PASS: test_acquire (test.test_asyncio.test_locks.SemaphoreTests.test_acquire)
PASS: test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel)
PASS: test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken)
PASS: test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order)
PASS: test_acquire_fifo_order_2 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2)
PASS: test_acquire_fifo_order_3 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3)
PASS: test_acquire_fifo_order_4 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_4)
PASS: test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang)
PASS: test_acquire_no_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang)
PASS: test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero)
PASS: test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters)
PASS: test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired)
PASS: test_repr (test.test_asyncio.test_locks.SemaphoreTests.test_repr)
PASS: test_semaphore (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore)
PASS: test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value)

----------------------------------------------------------------------
Ran 75 tests in 1.074s

OK
0:00:04 load avg: 0.08 [  9/486] test.test_asyncio.test_pep492 passed
PASS: test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines)
PASS: test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking)
PASS: test_double_await (test.test_asyncio.test_pep492.CoroutineTests.test_double_await)
PASS: test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine)
PASS: test_iscoroutine_generator (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine_generator)
PASS: test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction)
PASS: test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack)
PASS: test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine)
PASS: test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with)
PASS: test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await)
PASS: test_readline (test.test_asyncio.test_pep492.StreamReaderTests.test_readline)

----------------------------------------------------------------------
Ran 11 tests in 0.136s

OK
0:00:05 load avg: 0.08 [ 10/486] test.test_asyncio.test_protocols passed
PASS: test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol)
PASS: test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol)
PASS: test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol)
PASS: test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol)
PASS: test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol)

----------------------------------------------------------------------
Ran 5 tests in 0.001s

OK
0:00:05 load avg: 0.08 [ 11/486] test.test_asyncio.test_proactor_events passed
PASS: test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close)
PASS: test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe)
PASS: test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server)
PASS: test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel)
PASS: test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor)
PASS: test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading)
PASS: test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted)
PASS: test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data)
PASS: test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data)
PASS: test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing)
PASS: test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted)
PASS: test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading)
PASS: test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception)
PASS: test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut)
PASS: test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport)
PASS: test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport)
PASS: test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events)
PASS: test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving)
PASS: test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self)
PASS: test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing)
PASS: test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received)
PASS: test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection)
PASS: test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception)
PASS: test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected)
PASS: test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto)
PASS: test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer)
PASS: test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray)
PASS: test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview)
PASS: test_sendto_buffer_nodata (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_nodata)
PASS: test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray)
PASS: test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing)
PASS: test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr)
PASS: test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received)
PASS: test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected)
PASS: test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception)
PASS: test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview)
PASS: test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data)
PASS: test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str)
SKIP: test_blocking_socket (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_blocking_socket) 'Proactor is supported on Windows only'
SKIP: test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) 'Proactor is supported on Windows only'
SKIP: test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) 'Proactor is supported on Windows only'
SKIP: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) 'Proactor is supported on Windows only'
PASS: test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort)
PASS: test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost)
PASS: test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close)
PASS: test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer)
PASS: test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj)
PASS: test_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once)
PASS: test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut)
PASS: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor)
PASS: test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing)
PASS: test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error)
PASS: test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2)
PASS: test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close)
PASS: test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent)
PASS: test_force_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once)
PASS: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading)
PASS: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted)
PASS: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing)
PASS: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal)
PASS: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost)
PASS: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data)
PASS: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception)
PASS: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data)
PASS: test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing)
PASS: test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing)
PASS: test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err)
PASS: test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close)
PASS: test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop)
PASS: test_pause_reading_connection_made (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made)
PASS: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading)
PASS: test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing)
PASS: test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write)
PASS: test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write)
PASS: test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write)
PASS: test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof)
PASS: test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer)
PASS: test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe)
PASS: test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe)
PASS: test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe)
PASS: test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more)
PASS: test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data)

----------------------------------------------------------------------
Ran 82 tests in 0.175s

OK (skipped=4)
0:00:05 load avg: 0.08 [ 12/486] test.test_asyncio.test_queues passed
PASS: test_format (test.test_asyncio.test_queues.LifoQueueJoinTests.test_format)
PASS: test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue)
PASS: test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done)
PASS: test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow)
PASS: test_format (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_format)
PASS: test_shutdown_empty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_empty)
PASS: test_shutdown_immediate (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate)
PASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate_with_unfinished)
PASS: test_shutdown_nonempty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_nonempty)
PASS: test_order (test.test_asyncio.test_queues.LifoQueueTests.test_order)
PASS: test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format)
PASS: test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue)
PASS: test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done)
PASS: test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow)
PASS: test_format (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_format)
PASS: test_shutdown_empty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_empty)
PASS: test_shutdown_immediate (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate)
PASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate_with_unfinished)
PASS: test_shutdown_nonempty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_nonempty)
PASS: test_order (test.test_asyncio.test_queues.PriorityQueueTests.test_order)
PASS: test_empty (test.test_asyncio.test_queues.QueueBasicTests.test_empty)
PASS: test_full (test.test_asyncio.test_queues.QueueBasicTests.test_full)
PASS: test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias)
PASS: test_maxsize (test.test_asyncio.test_queues.QueueBasicTests.test_maxsize)
PASS: test_order (test.test_asyncio.test_queues.QueueBasicTests.test_order)
PASS: test_repr (test.test_asyncio.test_queues.QueueBasicTests.test_repr)
PASS: test_str (test.test_asyncio.test_queues.QueueBasicTests.test_str)
PASS: test_blocking_get (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get)
PASS: test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait)
PASS: test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters)
PASS: test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race)
PASS: test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters)
PASS: test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters)
PASS: test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get)
PASS: test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception)
PASS: test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting)
PASS: test_format (test.test_asyncio.test_queues.QueueJoinTests.test_format)
PASS: test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue)
PASS: test_task_done (test.test_asyncio.test_queues.QueueJoinTests.test_task_done)
PASS: test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow)
PASS: test_blocking_put (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put)
PASS: test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait)
PASS: test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception)
PASS: test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters)
PASS: test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize)
PASS: test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers)
PASS: test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader)
PASS: test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put)
PASS: test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception)
PASS: test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop)
PASS: test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled)
PASS: test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race)
PASS: test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters)
PASS: test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting)
PASS: test_format (test.test_asyncio.test_queues.QueueShutdownTests.test_format)
PASS: test_shutdown_empty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_empty)
PASS: test_shutdown_immediate (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate)
PASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate_with_unfinished)
PASS: test_shutdown_nonempty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_nonempty)

----------------------------------------------------------------------
Ran 59 tests in 0.374s

OK
0:00:05 load avg: 0.08 [ 13/486] test.test_asyncio.test_eager_task_factory passed
PASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)
PASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)
PASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_await_future_during_eager_step)
PASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_block_after_eager_step)
PASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)
PASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)
PASS: test_context_vars (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_context_vars)
PASS: test_current_task (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_current_task)
PASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_completion)
PASS: test_eager_start_false (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_start_false)
PASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_task_factory_set)
PASS: test_issue105987 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue105987)
PASS: test_issue122332 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue122332)
PASS: test_name (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_name)
PASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)
PASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)
PASS: test_eager_start_true_with_default_factory (test.test_asyncio.test_eager_task_factory.DefaultTaskFactoryEagerStart.test_eager_start_true_with_default_factory)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_taskgroups)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_taskgroups)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_taskgroups)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_taskgroups)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_taskgroups)
PASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_awaitables_chain)
PASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_gather)
PASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_taskgroups)
PASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)
PASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)
PASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_await_future_during_eager_step)
PASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_block_after_eager_step)
PASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)
PASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)
PASS: test_context_vars (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_context_vars)
PASS: test_current_task (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_current_task)
PASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_completion)
PASS: test_eager_start_false (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_start_false)
PASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_task_factory_set)
PASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)
PASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)

----------------------------------------------------------------------
Ran 48 tests in 5.403s

OK
0:00:05 load avg: 0.08 [ 14/486] test.test_asyncio.test_runners passed
PASS: test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks)
PASS: test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors)
PASS: test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug)
PASS: test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop)
PASS: test_asyncio_run_loop_factory (test.test_asyncio.test_runners.RunTests.test_asyncio_run_loop_factory)
PASS: test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro)
PASS: test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises)
PASS: test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors)
PASS: test_asyncio_run_return (test.test_asyncio.test_runners.RunTests.test_asyncio_run_return)
PASS: test_asyncio_run_set_event_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop)
PASS: test_asyncio_run_without_uncancel (test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel)
PASS: test_loop_factory_default_event_loop (test.test_asyncio.test_runners.RunTests.test_loop_factory_default_event_loop)
PASS: test_custom_factory (test.test_asyncio.test_runners.RunnerTests.test_custom_factory)
PASS: test_debug (test.test_asyncio.test_runners.RunnerTests.test_debug)
PASS: test_double_close (test.test_asyncio.test_runners.RunnerTests.test_double_close)
PASS: test_explicit_close (test.test_asyncio.test_runners.RunnerTests.test_explicit_close)
PASS: test_interrupt_call_soon (test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon)
PASS: test_interrupt_cancelled_task (test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task)
PASS: test_interrupt_wait (test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait)
PASS: test_no_repr_is_call_on_the_task_result (test.test_asyncio.test_runners.RunnerTests.test_no_repr_is_call_on_the_task_result)
PASS: test_non_debug (test.test_asyncio.test_runners.RunnerTests.test_non_debug)
PASS: test_recursive_run (test.test_asyncio.test_runners.RunnerTests.test_recursive_run)
PASS: test_run (test.test_asyncio.test_runners.RunnerTests.test_run)
PASS: test_run_awaitable (test.test_asyncio.test_runners.RunnerTests.test_run_awaitable)
PASS: test_run_future (test.test_asyncio.test_runners.RunnerTests.test_run_future)
PASS: test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context)
PASS: test_run_non_coro (test.test_asyncio.test_runners.RunnerTests.test_run_non_coro)
PASS: test_second_with_block_raises (test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises)
PASS: test_set_event_loop_called_once (test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once)
PASS: test_signal_install_not_supported_ok (test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok)

----------------------------------------------------------------------
Ran 30 tests in 0.229s

OK
0:00:06 load avg: 0.39 [ 15/486] test.test_asyncio.test_selector_events passed
PASS: test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple)
PASS: test_accept_connection_skip_connectionabortederror (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_skip_connectionabortederror)
PASS: test_accept_connection_zero_one (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_zero_one)
PASS: test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader)
PASS: test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing)
PASS: test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer)
PASS: test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer)
PASS: test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing)
PASS: test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close)
PASS: test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector)
PASS: test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport)
PASS: test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error)
PASS: test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read)
PASS: test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled)
PASS: test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write)
PASS: test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled)
PASS: test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception)
PASS: test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain)
PASS: test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader)
PASS: test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write)
PASS: test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown)
PASS: test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer)
PASS: test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write)
PASS: test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown)
PASS: test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params)
PASS: test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception)
PASS: test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain)
PASS: test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected)
PASS: test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error)
PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready)
PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err)
PASS: test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr)
PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain)
PASS: test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto)
PASS: test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer)
PASS: test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray)
PASS: test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview)
PASS: test_sendto_buffer_nodata (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_nodata)
PASS: test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray)
PASS: test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing)
PASS: test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr)
PASS: test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received)
PASS: test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected)
PASS: test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception)
PASS: test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview)
PASS: test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data)
PASS: test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready)
PASS: test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing)
PASS: test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received)
PASS: test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection)
PASS: test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception)
PASS: test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data)
PASS: test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain)
PASS: test_sendto_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_sendto_ready)
PASS: test_sendto_sendto_ready_blocked (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_sendto_ready_blocked)
PASS: test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str)
PASS: test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain)
PASS: test_transport_inheritance (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_transport_inheritance)
PASS: test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error)
PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor)
PASS: test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error)
PASS: test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized)
PASS: test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch)
PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error)
PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready)
PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset)
PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof)
PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open)
PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err)
PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain)
PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted)
PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor)
PASS: test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter)
PASS: test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error)
PASS: test_pause_reading_connection_made (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made)
PASS: test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading)
PASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error)
PASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready)
PASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset)
PASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof)
PASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open)
PASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err)
PASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain)
PASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted)
PASS: test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer)
PASS: test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write)
PASS: test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer)
PASS: test_write_buffer_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer_after_close)
PASS: test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray)
PASS: test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing)
PASS: test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof)
PASS: test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close)
PASS: test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer)
PASS: test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception)
PASS: test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview)
PASS: test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data)
PASS: test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial)
PASS: test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray)
PASS: test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview)
PASS: test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none)
PASS: test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready)
PASS: test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing)
PASS: test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception)
PASS: test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data)
PASS: test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial)
PASS: test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none)
PASS: test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain)
PASS: test_write_sendmsg_OSError (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_OSError)
PASS: test_write_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_full)
PASS: test_write_sendmsg_half_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_half_buffer)
PASS: test_write_sendmsg_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_no_data)
PASS: test_write_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_partial)
PASS: test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str)
PASS: test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain)
PASS: test_writelines_after_connection_lost (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_after_connection_lost)
PASS: test_writelines_pauses_protocol (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_pauses_protocol)
PASS: test_writelines_send_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_full)
PASS: test_writelines_send_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_partial)
PASS: test_writelines_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_full)
PASS: test_writelines_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_partial)
PASS: test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader)
PASS: test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort)
PASS: test_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close)
PASS: test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer)
PASS: test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost)
PASS: test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor)
PASS: test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error)
PASS: test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception)
PASS: test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close)

----------------------------------------------------------------------
Ran 129 tests in 0.248s

OK
0:00:06 load avg: 0.39 [ 16/486] test.test_asyncio.test_server passed
SKIP: test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1) 'Windows only'
PASS: test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1)
PASS: test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1)
PASS: test_abort_clients (test.test_asyncio.test_server.TestServer2.test_abort_clients)
PASS: test_close_clients (test.test_asyncio.test_server.TestServer2.test_close_clients)
PASS: test_wait_closed_basic (test.test_asyncio.test_server.TestServer2.test_wait_closed_basic)
PASS: test_wait_closed_race (test.test_asyncio.test_server.TestServer2.test_wait_closed_race)
PASS: test_unix_server_addr_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_addr_cleanup)
PASS: test_unix_server_cleanup_gone (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_gone)
PASS: test_unix_server_cleanup_prevented (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_prevented)
PASS: test_unix_server_cleanup_replaced (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_replaced)
PASS: test_unix_server_sock_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_sock_cleanup)

----------------------------------------------------------------------
Ran 12 tests in 0.312s

OK (skipped=1)
0:00:09 load avg: 0.39 [ 17/486] test.test_asyncio.test_sock_lowlevel passed
PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_cancel_sock_accept)
PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_create_connection_sock)
PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content)
PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_recvinto)
PASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom)
PASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_into)
PASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sendto_blocking)
PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_accept)
PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_connect_racing)
PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_fail)
PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_ops)
PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_racing)
PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_unix_sock_client_ops)
PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_cancel_sock_accept)
PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_create_connection_sock)
PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content)
PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_recvinto)
PASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom)
PASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_into)
PASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sendto_blocking)
PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_accept)
PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_connect_racing)
PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_fail)
PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_ops)
PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_racing)
PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_unix_sock_client_ops)
PASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept)
PASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock)
PASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content)
PASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto)
PASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom)
PASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into)
PASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking)
PASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept)
PASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing)
PASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail)
PASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops)
PASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing)
PASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops)

----------------------------------------------------------------------
Ran 39 tests in 2.460s

OK
0:00:09 load avg: 0.39 [ 18/486] test.test_asyncio.test_sendfile passed
PASS: test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile)
PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_after_receiving)
PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_for_closing_transp)
PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_fallback)
PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_unsupported_native)
PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)
PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_not_supported)
PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_partial)
PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_pre_and_post_data)
PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_prevents_bare_write)
PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl)
PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)
PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_partial)
PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_pre_and_post_data)
PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_mix_with_regular_send)
PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_success)
PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_with_offset_and_count)
PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_zero_size)
PASS: test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile)
PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_after_receiving)
PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_for_closing_transp)
PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_fallback)
PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_unsupported_native)
PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)
PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_not_supported)
PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_partial)
PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_pre_and_post_data)
PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_prevents_bare_write)
PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl)
PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)
PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_partial)
PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_pre_and_post_data)
PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_mix_with_regular_send)
PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_success)
PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_with_offset_and_count)
PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_zero_size)
PASS: test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile)
PASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving)
PASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)
PASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp)
PASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback)
PASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native)
PASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)
PASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported)
PASS: test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial)
PASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data)
PASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write)
PASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl)
PASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)
PASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial)
PASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data)
PASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send)
PASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success)
PASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count)
PASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size)

----------------------------------------------------------------------
Ran 60 tests in 3.379s

OK
0:00:10 load avg: 0.39 [ 19/486] test.test_asyncio.test_staggered passed
PASS: test_cancelled (test.test_asyncio.test_staggered.StaggeredTests.test_cancelled)
PASS: test_empty (test.test_asyncio.test_staggered.StaggeredTests.test_empty)
PASS: test_first_error_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_error_second_successful)
PASS: test_first_timeout_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_timeout_second_successful)
PASS: test_multiple_winners (test.test_asyncio.test_staggered.StaggeredTests.test_multiple_winners)
PASS: test_none_successful (test.test_asyncio.test_staggered.StaggeredTests.test_none_successful)
PASS: test_one_successful (test.test_asyncio.test_staggered.StaggeredTests.test_one_successful)

----------------------------------------------------------------------
Ran 7 tests in 0.369s

OK
0:00:11 load avg: 0.36 [ 20/486] test.test_asyncio.test_streams passed
PASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable)
PASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable)
PASS: test___repr__ (test.test_asyncio.test_streams.StreamTests.test___repr__)
PASS: test___repr__data (test.test_asyncio.test_streams.StreamTests.test___repr__data)
PASS: test___repr__eof (test.test_asyncio.test_streams.StreamTests.test___repr__eof)
PASS: test___repr__exception (test.test_asyncio.test_streams.StreamTests.test___repr__exception)
PASS: test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit)
PASS: test___repr__transport (test.test_asyncio.test_streams.StreamTests.test___repr__transport)
PASS: test___repr__waiter (test.test_asyncio.test_streams.StreamTests.test___repr__waiter)
PASS: test_async_writer_api (test.test_asyncio.test_streams.StreamTests.test_async_writer_api)
PASS: test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close)
PASS: test_at_eof (test.test_asyncio.test_streams.StreamTests.test_at_eof)
PASS: test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises)
PASS: test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer)
PASS: test_exception (test.test_asyncio.test_streams.StreamTests.test_exception)
PASS: test_exception_cancel (test.test_asyncio.test_streams.StreamTests.test_exception_cancel)
PASS: test_exception_waiter (test.test_asyncio.test_streams.StreamTests.test_exception_waiter)
PASS: test_feed_empty_data (test.test_asyncio.test_streams.StreamTests.test_feed_empty_data)
PASS: test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data)
PASS: test_invalid_limit (test.test_asyncio.test_streams.StreamTests.test_invalid_limit)
PASS: test_loop_is_closed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_loop_is_closed_resource_warnings)
PASS: test_multiple_drain (test.test_asyncio.test_streams.StreamTests.test_multiple_drain)
PASS: test_open_connection (test.test_asyncio.test_streams.StreamTests.test_open_connection)
PASS: test_open_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_connection_error)
PASS: test_open_connection_happy_eyeball_refcycles (test.test_asyncio.test_streams.StreamTests.test_open_connection_happy_eyeball_refcycles)
PASS: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl)
PASS: test_open_unix_connection (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection)
PASS: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error)
PASS: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl)
PASS: test_read (test.test_asyncio.test_streams.StreamTests.test_read)
PASS: test_read_eof (test.test_asyncio.test_streams.StreamTests.test_read_eof)
PASS: test_read_exception (test.test_asyncio.test_streams.StreamTests.test_read_exception)
PASS: test_read_limit (test.test_asyncio.test_streams.StreamTests.test_read_limit)
PASS: test_read_line_breaks (test.test_asyncio.test_streams.StreamTests.test_read_line_breaks)
PASS: test_read_until_eof (test.test_asyncio.test_streams.StreamTests.test_read_until_eof)
PASS: test_read_zero (test.test_asyncio.test_streams.StreamTests.test_read_zero)
PASS: test_readexactly (test.test_asyncio.test_streams.StreamTests.test_readexactly)
PASS: test_readexactly_eof (test.test_asyncio.test_streams.StreamTests.test_readexactly_eof)
PASS: test_readexactly_exception (test.test_asyncio.test_streams.StreamTests.test_readexactly_exception)
PASS: test_readexactly_limit (test.test_asyncio.test_streams.StreamTests.test_readexactly_limit)
PASS: test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less)
PASS: test_readline (test.test_asyncio.test_streams.StreamTests.test_readline)
PASS: test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof)
PASS: test_readline_eof (test.test_asyncio.test_streams.StreamTests.test_readline_eof)
PASS: test_readline_exception (test.test_asyncio.test_streams.StreamTests.test_readline_exception)
PASS: test_readline_limit (test.test_asyncio.test_streams.StreamTests.test_readline_limit)
PASS: test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data)
PASS: test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait)
PASS: test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count)
PASS: test_readuntil_bytearray (test.test_asyncio.test_streams.StreamTests.test_readuntil_bytearray)
PASS: test_readuntil_eof (test.test_asyncio.test_streams.StreamTests.test_readuntil_eof)
PASS: test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep)
PASS: test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks)
PASS: test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1)
PASS: test_readuntil_multi_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator)
PASS: test_readuntil_multi_separator_limit (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_limit)
PASS: test_readuntil_multi_separator_negative_offset (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_negative_offset)
PASS: test_readuntil_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_separator)
PASS: test_start_server (test.test_asyncio.test_streams.StreamTests.test_start_server)
PASS: test_start_tls (test.test_asyncio.test_streams.StreamTests.test_start_tls)
PASS: test_start_tls_buffered_data (test.test_asyncio.test_streams.StreamTests.test_start_tls_buffered_data)
PASS: test_start_unix_server (test.test_asyncio.test_streams.StreamTests.test_start_unix_server)
PASS: test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop)
PASS: test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop)
PASS: test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop)
PASS: test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop)
PASS: test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop)
PASS: test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop)
PASS: test_unclosed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_resource_warnings)
PASS: test_unclosed_server_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_server_resource_warnings)
PASS: test_unhandled_cancel (test.test_asyncio.test_streams.StreamTests.test_unhandled_cancel)
PASS: test_unhandled_exception (test.test_asyncio.test_streams.StreamTests.test_unhandled_exception)
PASS: test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close)
PASS: test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data)

----------------------------------------------------------------------
Ran 74 tests in 0.917s

OK
0:00:14 load avg: 0.36 [ 21/486] test.test_asyncio.test_sslproto passed
SKIP: test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data) 'Windows only'
SKIP: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak) 'Windows only'
SKIP: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate) 'Windows only'
SKIP: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake) 'Windows only'
SKIP: test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout) 'Windows only'
SKIP: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1) 'Windows only'
SKIP: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) 'Windows only'
SKIP: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1) 'Windows only'
SKIP: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1) 'Windows only'
SKIP: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel) 'Windows only'
SKIP: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args) 'Windows only'
PASS: test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data)
PASS: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak)
PASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate)
PASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake)
PASS: test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout)
PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1)
PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl)
PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1)
PASS: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1)
PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel)
PASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args)
PASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake)
PASS: test_close_during_ssl_over_ssl (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_ssl_over_ssl)
PASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost)
PASS: test_connection_lost_when_busy (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost_when_busy)
PASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing)
PASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter)
PASS: test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error)
PASS: test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection)
PASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative)
PASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero)
PASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol)
PASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing)

----------------------------------------------------------------------
Ran 34 tests in 4.654s

OK (skipped=11)
0:00:18 load avg: 0.49 [ 22/486] test.test_asyncio.test_events passed
PASS: test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented)
PASS: test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async)
PASS: test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_add_fds_after_closing)
PASS: test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests.test_add_signal_handler)
PASS: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty)
PASS: test_call_later (test.test_asyncio.test_events.EPollEventLoopTests.test_call_later)
PASS: test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon)
PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe)
PASS: test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation)
PASS: test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled)
PASS: test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread)
PASS: test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread)
PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_same_thread)
PASS: test_close (test.test_asyncio.test_events.EPollEventLoopTests.test_close)
PASS: test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests.test_close_running_event_loop)
PASS: test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket)
PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)
PASS: test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection)
PASS: test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr)
PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_in_use)
PASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family)
PASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family)
PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint)
PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_ipv6)
PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_sock)
PASS: test_create_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server)
PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_addr_in_use)
PASS: test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_dual_stack)
PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv4)
PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv6)
PASS: test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_reuse_port)
PASS: test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_sock)
PASS: test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl)
PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_match_failed)
PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verified)
PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verify_failed)
PASS: test_create_server_trsock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_trsock)
PASS: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_connection)
PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_unix_connection)
PASS: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_connection)
PASS: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server)
PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_path_socket_error)
PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl)
PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verified)
PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verify_failed)
PASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.EPollEventLoopTests.test_datagram_send_to_non_listening_address)
PASS: test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests.test_internal_fds)
PASS: test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests.test_prompt_cancellation)
PASS: test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pipe)
PASS: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output)
PASS: test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_reader_callback)
PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_remove_fds_after_closing)
PASS: test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor)
PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_cancel)
PASS: test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete)
PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_nesting)
PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_stopped)
PASS: test_server_close (test.test_asyncio.test_events.EPollEventLoopTests.test_server_close)
PASS: test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_args)
PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_while_selecting)
PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_ssl_connect_accepted_socket)
PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_after_finish)
PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_client_stream)
PASS: test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec)
PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_invalid_args)
PASS: test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exitcode)
PASS: test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_interactive)
PASS: test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_kill)
PASS: test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_send_signal)
PASS: test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell)
PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_invalid_args)
PASS: test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr)
PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)
PASS: test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_terminate)
PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_wait_no_same_group)
PASS: test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests.test_timeout_rounding)
PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests.test_unclosed_pipe_transport)
PASS: test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe)
PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_disconnect_on_close)
PASS: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty)
PASS: test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_writer_callback)
PASS: test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception)
PASS: test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting)
PASS: test_handle (test.test_asyncio.test_events.HandleTests.test_handle)
PASS: test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr)
PASS: test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug)
PASS: test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback)
PASS: test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref)
PASS: test_abstract_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_abstract_event_loop_policy_deprecation)
PASS: test_default_event_loop_policy_deprecation (test.test_asyncio.test_events.PolicyTests.test_default_event_loop_policy_deprecation)
PASS: test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy)
PASS: test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop)
PASS: test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none)
PASS: test_get_event_loop_does_not_call_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_does_not_call_set_event_loop)
PASS: test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy)
PASS: test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread)
PASS: test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop)
PASS: test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop)
PASS: test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy)
PASS: test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_add_fds_after_closing)
PASS: test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests.test_add_signal_handler)
PASS: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty)
PASS: test_call_later (test.test_asyncio.test_events.PollEventLoopTests.test_call_later)
PASS: test_call_soon (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon)
PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe)
PASS: test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation)
PASS: test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled)
PASS: test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread)
PASS: test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread)
PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_same_thread)
PASS: test_close (test.test_asyncio.test_events.PollEventLoopTests.test_close)
PASS: test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests.test_close_running_event_loop)
PASS: test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket)
PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)
PASS: test_create_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection)
PASS: test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr)
PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_in_use)
PASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_nomatch_family)
PASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_skip_different_family)
PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint)
PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_ipv6)
PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_sock)
PASS: test_create_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_server)
PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_addr_in_use)
PASS: test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_dual_stack)
PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv4)
PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv6)
PASS: test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_reuse_port)
PASS: test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_sock)
PASS: test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl)
PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_match_failed)
PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verified)
PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verify_failed)
PASS: test_create_server_trsock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_trsock)
PASS: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_connection)
PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_unix_connection)
PASS: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_connection)
PASS: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server)
PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_path_socket_error)
PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl)
PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verified)
PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed)
PASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.PollEventLoopTests.test_datagram_send_to_non_listening_address)
PASS: test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests.test_internal_fds)
PASS: test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests.test_prompt_cancellation)
PASS: test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_read_pipe)
PASS: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output)
PASS: test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests.test_reader_callback)
PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_remove_fds_after_closing)
PASS: test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor)
PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_cancel)
PASS: test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete)
PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_nesting)
PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_stopped)
PASS: test_server_close (test.test_asyncio.test_events.PollEventLoopTests.test_server_close)
PASS: test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_args)
PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_while_selecting)
PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_ssl_connect_accepted_socket)
PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_after_finish)
PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_client_stream)
PASS: test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec)
PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_invalid_args)
PASS: test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exitcode)
PASS: test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_interactive)
PASS: test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_kill)
PASS: test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_send_signal)
PASS: test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell)
PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_invalid_args)
PASS: test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr)
PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)
PASS: test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_terminate)
PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_wait_no_same_group)
PASS: test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests.test_timeout_rounding)
PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests.test_unclosed_pipe_transport)
PASS: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe)
PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_disconnect_on_close)
PASS: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty)
PASS: test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests.test_writer_callback)
PASS: test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing)
PASS: test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler)
PASS: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty)
PASS: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later)
PASS: test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon)
PASS: test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe)
PASS: test_call_soon_threadsafe_handle_block_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_cancellation)
PASS: test_call_soon_threadsafe_handle_block_check_cancelled (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_block_check_cancelled)
PASS: test_call_soon_threadsafe_handle_cancel_other_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_other_thread)
PASS: test_call_soon_threadsafe_handle_cancel_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_handle_cancel_same_thread)
PASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread)
PASS: test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close)
PASS: test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop)
PASS: test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket)
PASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)
PASS: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection)
PASS: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr)
PASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use)
PASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family)
PASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family)
PASS: test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint)
PASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6)
PASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock)
PASS: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server)
PASS: test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use)
PASS: test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack)
PASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4)
PASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6)
PASS: test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port)
PASS: test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock)
PASS: test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl)
PASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed)
PASS: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified)
PASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed)
PASS: test_create_server_trsock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock)
PASS: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection)
PASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection)
PASS: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection)
PASS: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server)
PASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error)
PASS: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl)
PASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified)
PASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed)
PASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address)
PASS: test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds)
PASS: test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation)
PASS: test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe)
PASS: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output)
PASS: test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback)
PASS: test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing)
PASS: test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor)
PASS: test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel)
PASS: test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete)
PASS: test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting)
PASS: test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped)
PASS: test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close)
PASS: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args)
PASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting)
PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket)
PASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_after_finish)
PASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_client_stream)
PASS: test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec)
PASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_invalid_args)
PASS: test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exitcode)
PASS: test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_interactive)
PASS: test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_kill)
PASS: test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_send_signal)
PASS: test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell)
PASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_invalid_args)
PASS: test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr)
PASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_redirect_to_stdout)
PASS: test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_terminate)
PASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_wait_no_same_group)
PASS: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding)
PASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport)
PASS: test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe)
PASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close)
PASS: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty)
PASS: test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback)
PASS: test_close (test.test_asyncio.test_events.TestAbstractServer.test_close)
PASS: test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop)
PASS: test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed)
PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_new_process)
PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop)
PASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2)
PASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running)
PASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_new_process)
PASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop)
PASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2)
PASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running)
PASS: test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop)
PASS: test_hash (test.test_asyncio.test_events.TimerTests.test_hash)
PASS: test_timer (test.test_asyncio.test_events.TimerTests.test_timer)
PASS: test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison)
PASS: test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr)
PASS: test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug)
PASS: test_when (test.test_asyncio.test_events.TimerTests.test_when)

----------------------------------------------------------------------
Ran 275 tests in 17.794s

OK
0:00:19 load avg: 0.49 [ 23/486] test.test_asyncio.test_subprocess passed
PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_make_subprocess_transport_exec)
PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_post_init)
PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_process_wait)
PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished)
PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_kill_running)
PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate)
PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_ignore_broken_pipe)
PASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_none_input)
PASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_exec)
PASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_shell)
PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_text_mode_fails)
PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_with_path)
PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_shell_text_mode_fails)
PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_error)
PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_input)
PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_output)
PASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devstdin_input)
PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_empty_input)
PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill)
PASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_issue43884)
PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_pause_reading)
PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error)
PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_with_stdin_pipe)
PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_read_stdout_after_process_exit)
PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_send_signal)
PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_shell)
PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_start_new_session)
PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_broken_pipe)
PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_not_inheritable)
PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_stdout)
PASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_communicate_stdout)
PASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_concurrent_wait)
PASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_protocol_events)
PASS: test_subprocess_read_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_read_pipe_cancelled)
PASS: test_subprocess_read_write_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_read_write_pipe_cancelled)
PASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_send_signal_race)
PASS: test_subprocess_write_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_write_pipe_cancelled)
PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_terminate)
PASS: test_watcher_implementation (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_watcher_implementation)
PASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_make_subprocess_transport_exec)
PASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_post_init)
PASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_process_wait)
PASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_dont_kill_finished)
PASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_kill_running)
PASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate)
PASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_ignore_broken_pipe)
PASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_none_input)
PASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_exec)
PASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_shell)
PASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_text_mode_fails)
PASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_with_path)
PASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_shell_text_mode_fails)
PASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_error)
PASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_input)
PASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_output)
PASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devstdin_input)
PASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_empty_input)
PASS: test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill)
PASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_issue43884)
PASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_pause_reading)
PASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error)
PASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_with_stdin_pipe)
PASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_read_stdout_after_process_exit)
PASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_send_signal)
PASS: test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_shell)
PASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_start_new_session)
PASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_broken_pipe)
PASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_not_inheritable)
PASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_stdout)
PASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_communicate_stdout)
PASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_concurrent_wait)
PASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_protocol_events)
PASS: test_subprocess_read_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_read_pipe_cancelled)
PASS: test_subprocess_read_write_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_read_write_pipe_cancelled)
PASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_send_signal_race)
PASS: test_subprocess_write_pipe_cancelled (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_write_pipe_cancelled)
PASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate)
PASS: test_watcher_implementation (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_watcher_implementation)
PASS: test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited)
PASS: test_proc_exited_no_invalid_state_error_on_exit_waiters (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited_no_invalid_state_error_on_exit_waiters)
PASS: test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr)

----------------------------------------------------------------------
Ran 81 tests in 8.199s

OK
0:00:20 load avg: 0.49 [ 24/486] test.test_asyncio.test_threads passed
PASS: test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread)
PASS: test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs)
PASS: test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent)
PASS: test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars)
PASS: test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception)
PASS: test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once)

----------------------------------------------------------------------
Ran 6 tests in 0.060s

OK
0:00:20 load avg: 0.49 [ 25/486] test.test_asyncio.test_ssl passed
PASS: test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket)
PASS: test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning)
PASS: test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak)
PASS: test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1)
PASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate)
PASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake)
SKIP: test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) 'not enough memory: 2.2G minimum needed'
SKIP: test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) 'not enough memory: 2.2G minimum needed'
PASS: test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown)
PASS: test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak)
PASS: test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data)
PASS: test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket)
PASS: test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly)
PASS: test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak)
PASS: test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set)
PASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket)
PASS: test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost)
PASS: test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout)
PASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1)
PASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl)
PASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1)
PASS: test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1)
PASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel)

----------------------------------------------------------------------
Ran 23 tests in 13.786s

OK (skipped=2)
0:00:20 load avg: 0.49 [ 26/486] test.test_asyncio.test_tools passed
test_complex_table (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_complex_table)
PASS: Test build_task_table with a more complex tree structure.
test_complex_tree (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_complex_tree)
PASS: Test build_async_tree with a more complex tree structure.
test_cycle_detection (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_cycle_detection)
PASS: Test build_async_tree raises CycleFoundException for cyclic input.
PASS: test_deep_coroutine_chain (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_deep_coroutine_chain)
test_empty_input_table (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_empty_input_table)
PASS: Test build_task_table with empty input.
test_empty_input_tree (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_empty_input_tree)
PASS: Test build_async_tree with empty input.
PASS: test_multiple_cycles_same_node (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_multiple_cycles_same_node)
PASS: test_only_independent_tasks_table (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_only_independent_tasks_table)
PASS: test_only_independent_tasks_tree (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_only_independent_tasks_tree)
test_single_task_table (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_single_task_table)
PASS: Test build_task_table with a single task and no awaits.
test_single_task_tree (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_single_task_tree)
PASS: Test build_async_tree with a single task and no awaits.
PASS: test_table_output_format (test.test_asyncio.test_tools.TestAsyncioToolsBasic.test_table_output_format)
test_duplicate_coroutine_frames (test.test_asyncio.test_tools.TestAsyncioToolsEdgeCases.test_duplicate_coroutine_frames)
PASS: Same coroutine frame repeated under a parent - should deduplicate.
test_task_awaits_self (test.test_asyncio.test_tools.TestAsyncioToolsEdgeCases.test_task_awaits_self)
PASS: A task directly awaits itself - should raise a cycle.
test_task_with_missing_awaiter_id (test.test_asyncio.test_tools.TestAsyncioToolsEdgeCases.test_task_with_missing_awaiter_id)
PASS: Awaiter ID not in task list - should not crash, just show 'Unknown'.
test_task_with_no_name (test.test_asyncio.test_tools.TestAsyncioToolsEdgeCases.test_task_with_no_name)
PASS: Task with no name in id2name - should still render with fallback.
test_tree_rendering_with_custom_emojis (test.test_asyncio.test_tools.TestAsyncioToolsEdgeCases.test_tree_rendering_with_custom_emojis)
PASS: Pass custom emojis to the tree renderer.
PASS: test_asyncio_utils (test.test_asyncio.test_tools.TestAsyncioToolsTable.test_asyncio_utils)
PASS: test_asyncio_utils (test.test_asyncio.test_tools.TestAsyncioToolsTree.test_asyncio_utils)
PASS: test_asyncio_utils_cycles (test.test_asyncio.test_tools.TestAsyncioToolsTree.test_asyncio_utils_cycles)

----------------------------------------------------------------------
Ran 20 tests in 0.002s

OK
0:00:20 load avg: 0.49 [ 27/486] test.test_asyncio.test_transports passed
PASS: test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none)
PASS: test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented)
PASS: test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits)
PASS: test_get_extra_info (test.test_asyncio.test_transports.TransportTests.test_get_extra_info)
PASS: test_not_implemented (test.test_asyncio.test_transports.TransportTests.test_not_implemented)
PASS: test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented)
PASS: test_writelines (test.test_asyncio.test_transports.TransportTests.test_writelines)

----------------------------------------------------------------------
Ran 7 tests in 0.001s

OK
0:00:21 load avg: 0.77 [ 28/486] test.test_asyncio.test_timeouts passed
PASS: test_cancel_in_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation)
PASS: test_foreign_cancel_doesnt_timeout_if_not_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired)
PASS: test_foreign_exception_on_timeout (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout)
PASS: test_foreign_exception_on_timeout_2 (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout_2)
PASS: test_foreign_exception_passed (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed)
PASS: test_nested_timeout_in_finally (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally)
PASS: test_nested_timeouts (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts)
PASS: test_nested_timeouts_concurrent (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent)
PASS: test_nested_timeouts_loop_busy (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy)
PASS: test_outer_task_is_not_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled)
PASS: test_repr_active (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active)
PASS: test_repr_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled)
PASS: test_repr_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired)
PASS: test_repr_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished)
PASS: test_reschedule (test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule)
PASS: test_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation)
PASS: test_timeout_already_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_already_entered)
PASS: test_timeout_at_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic)
PASS: test_timeout_at_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled)
PASS: test_timeout_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic)
PASS: test_timeout_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled)
PASS: test_timeout_double_enter (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_double_enter)
PASS: test_timeout_exception_context (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_context)
PASS: test_timeout_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expired)
PASS: test_timeout_expiring (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expiring)
PASS: test_timeout_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_finished)
PASS: test_timeout_in_the_past_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero)
PASS: test_timeout_not_called (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called)
PASS: test_timeout_not_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_entered)
PASS: test_timeout_taskgroup (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_taskgroup)
PASS: test_timeout_without_task (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_without_task)
PASS: test_timeout_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero)
PASS: test_timeout_zero_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero)
PASS: test_waiter_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled)

----------------------------------------------------------------------
Ran 34 tests in 0.496s

OK
0:00:21 load avg: 0.77 [ 29/486] test.test_asyncio.test_unix_events passed
PASS: test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler)
PASS: test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_coroutine_error)
PASS: test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error)
PASS: test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error2)
PASS: test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error3)
PASS: test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_setup_error)
PASS: test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_check_signal)
PASS: test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close)
PASS: test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_on_finalizing)
PASS: test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_cancelled_handler)
PASS: test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_no_handler)
PASS: test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler)
PASS: test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_2)
PASS: test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_cleanup_error)
PASS: test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error)
PASS: test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error2)
PASS: test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_blocking_error)
PASS: test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel1)
PASS: test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel2)
PASS: test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_exception)
PASS: test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer)
PASS: test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file)
PASS: test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_available)
PASS: test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file)
PASS: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_first_call)
PASS: test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_next_call)
PASS: test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nopath_nosock)
PASS: test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nossl_serverhost)
PASS: test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_inetsock)
PASS: test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_sock)
PASS: test_create_unix_connection_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_pathlike)
PASS: test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_noserverhost)
PASS: test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_timeout_with_plain_sock)
PASS: test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_bind_error)
PASS: test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_nonsock)
PASS: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_sock)
PASS: test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_nopath_nosock)
PASS: test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_dgram)
PASS: test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_inetsock)
PASS: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_stream_bittype)
PASS: test_create_unix_server_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_pathlike)
PASS: test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_bool)
PASS: test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_timeout_with_plain_sock)
PASS: test_fork_asyncio_run (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run)
PASS: test_fork_asyncio_subprocess (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess)
PASS: test_fork_not_share_current_task (test.test_asyncio.test_unix_events.TestFork.test_fork_not_share_current_task)
PASS: test_fork_not_share_event_loop (test.test_asyncio.test_unix_events.TestFork.test_fork_not_share_event_loop)
PASS: test_fork_signal_handling (test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling)
PASS: test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_invalid_argument)
PASS: test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_or_writer_transport_fd)
PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost)
PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_with_err)
PASS: test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__close)
PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready)
PASS: test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_blocked)
PASS: test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_eof)
PASS: test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_error)
PASS: test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close)
PASS: test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_already_closing)
PASS: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_ctor)
PASS: test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading)
PASS: test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_closed_pipe)
PASS: test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_paused_pipe)
PASS: test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading)
PASS: test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_closed_pipe)
PASS: test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_paused_pipe)
PASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost)
PASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_with_err)
PASS: test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__read_ready)
PASS: test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready)
PASS: test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_again)
PASS: test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_closing)
PASS: test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_empty)
PASS: test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_err)
PASS: test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_partial)
PASS: test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_abort)
PASS: test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_can_write_eof)
PASS: test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close)
PASS: test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_closing)
PASS: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_ctor)
PASS: test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write)
PASS: test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_again)
PASS: test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_buffer)
PASS: test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_close)
PASS: test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof)
PASS: test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_pending)
PASS: test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_err)
PASS: test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_no_data)
PASS: test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_partial)

----------------------------------------------------------------------
Ran 89 tests in 0.737s

OK
0:00:22 load avg: 0.77 [ 30/486] test.test_asyncio.test_windows_events skipped
test.test_asyncio.test_windows_events skipped -- Windows only
0:00:22 load avg: 0.77 [ 31/486] test.test_asyncio.test_windows_utils skipped
test.test_asyncio.test_windows_utils skipped -- Windows only
0:00:22 load avg: 0.77 [ 32/486] test.test_asyncio.test_waitfor passed
PASS: test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled)
PASS: test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout)
PASS: test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for)
PASS: test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for)
PASS: test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for)
PASS: test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking)
PASS: test_wait_for_cancel_suppressed (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancel_suppressed)
PASS: test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition)
PASS: test_wait_for_issue86296 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_issue86296)
PASS: test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition)
PASS: test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation)
PASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0)
PASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started)
PASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_future_done)
PASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation)
PASS: test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_w_timeout_0)
PASS: test_none_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_none_timeout)
PASS: test_shielded_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_shielded_timeout)
PASS: test_zero_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_zero_timeout)

----------------------------------------------------------------------
Ran 19 tests in 1.072s

OK
0:00:22 load avg: 0.77 [ 33/486] test.test_concurrent_futures.test_deadlock passed
SKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'
SKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'
SKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'
SKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'
SKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'
SKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'
SKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'
SKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'
SKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'
SKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'
SKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'
SKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'
SKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'
SKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'
SKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'
SKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'
SKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'
SKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'
SKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'
SKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'
SKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'
SKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'
SKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'
SKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'
SKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'
SKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'

----------------------------------------------------------------------
Ran 48 tests in 0.022s

OK (skipped=48)
0:00:25 load avg: 0.77 [ 34/486] test.test_concurrent_futures.test_future passed
PASS: test_cancel (test.test_concurrent_futures.test_future.FutureTests.test_cancel)
PASS: test_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_cancelled)
PASS: test_done (test.test_concurrent_futures.test_future.FutureTests.test_done)
PASS: test_done_callback_already_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled)
PASS: test_done_callback_already_failed (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed)
PASS: test_done_callback_already_successful (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful)
PASS: test_done_callback_raises (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises)
PASS: test_done_callback_raises_already_succeeded (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded)
PASS: test_done_callback_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel)
PASS: test_done_callback_with_exception (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception)
PASS: test_done_callback_with_result (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result)
PASS: test_exception_with_success (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success)
PASS: test_exception_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout)
PASS: test_multiple_set_exception (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception)
PASS: test_multiple_set_result (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result)
PASS: test_repr (test.test_concurrent_futures.test_future.FutureTests.test_repr)
PASS: test_result_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel)
PASS: test_result_with_success (test.test_concurrent_futures.test_future.FutureTests.test_result_with_success)
PASS: test_result_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout)
PASS: test_running (test.test_concurrent_futures.test_future.FutureTests.test_running)

----------------------------------------------------------------------
Ran 20 tests in 3.040s

OK
0:00:27 load avg: 0.95 [ 35/486] test.test_asyncio.test_taskgroups passed
PASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error)
PASS: test_cancellation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation)
PASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg)
PASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved)
PASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation)
PASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed)
PASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel)
test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_base_error)
PASS: Test that TaskGroup deletes self._base_error
test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_direct)
PASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup
test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_errors)
PASS: Test that TaskGroup deletes self._errors, and __aexit__ args
test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task)
PASS: Test that TaskGroup deletes self._parent_task
test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task_wr)
PASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task
test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_propagate_cancellation_error)
PASS: Test that TaskGroup deletes propagate_cancellation_error
PASS: test_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_name)
PASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled)
PASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01)
PASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02)
PASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03)
PASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04)
PASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07)
PASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08)
PASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09)
PASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10)
PASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11)
PASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12)
PASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13)
PASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14)
PASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15)
PASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16)
PASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17)
PASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18)
PASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19)
PASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20)
PASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a)
PASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a)
PASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22)
PASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23)
PASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24)
PASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25)
PASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered)
PASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises)
PASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter)
PASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished)
PASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure)
PASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered)
PASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context)
PASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name)
PASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task)
PASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error)
PASS: test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation)
PASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg)
PASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved)
PASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation)
PASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed)
PASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel)
test_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error)
PASS: Test that TaskGroup deletes self._base_error
test_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct)
PASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup
test_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_errors)
PASS: Test that TaskGroup deletes self._errors, and __aexit__ args
test_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task)
PASS: Test that TaskGroup deletes self._parent_task
test_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task_wr)
PASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task
test_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error)
PASS: Test that TaskGroup deletes propagate_cancellation_error
PASS: test_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_name)
PASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled)
PASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01)
PASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02)
PASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03)
PASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04)
PASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07)
PASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08)
PASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09)
PASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10)
PASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11)
PASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12)
PASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13)
PASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14)
PASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15)
PASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16)
PASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17)
PASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18)
PASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19)
PASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20)
PASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a)
PASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a)
PASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22)
PASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23)
PASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24)
PASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25)
PASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered)
PASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises)
PASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter)
PASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished)
PASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure)
PASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered)
PASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context)
PASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name)
PASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task)

----------------------------------------------------------------------
Ran 96 tests in 12.708s

OK
0:00:29 load avg: 0.95 [ 36/486] test.test_concurrent_futures.test_init passed
test_forkserver (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_forkserver) ... 0.47s ok
test_spawn (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_spawn) ... 0.57s ok
test_initializer (test.test_concurrent_futures.test_init.InterpreterPoolFailingInitializerTest.test_initializer) ... 0.24s ok
test_initializer (test.test_concurrent_futures.test_init.InterpreterPoolInitializerTest.test_initializer) ... 0.16s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkFailingInitializerTest.test_initializer) ... 0.12s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkInitializerTest.test_initializer) ... 0.01s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverFailingInitializerTest.test_initializer) ... 0.35s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverInitializerTest.test_initializer) ... 0.30s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnFailingInitializerTest.test_initializer) ... 0.55s ok
test_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnInitializerTest.test_initializer) ... 0.42s ok
test_initializer (test.test_concurrent_futures.test_init.ThreadPoolFailingInitializerTest.test_initializer) ... 0.10s ok
test_initializer (test.test_concurrent_futures.test_init.ThreadPoolInitializerTest.test_initializer) ... 0.00s ok

----------------------------------------------------------------------
Ran 12 tests in 3.403s

OK
0:00:37 load avg: 1.18 [ 37/486] test.test_asyncio.test_tasks passed
PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop)
PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit)
PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop)
PASS: test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task)
PASS: test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure)
PASS: test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task)
PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1)
PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2)
PASS: test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1)
PASS: test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2)
PASS: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3)
PASS: test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task)
PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered)
PASS: test_register_task_resurrection (test.test_asyncio.test_tasks.CIntrospectionTests.test_register_task_resurrection)
PASS: test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete)
PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_subclasses_ctask_cfuture)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_name_pylong)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)
PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete)
PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_subclasses_ctask_cfuture)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_name_pylong)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)
PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks)
PASS: test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_proper_refcounts)
SKIP: test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state)
PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_name_pylong)
PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)
PASS: test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar)
PASS: test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_name_pylong)
PASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)
PASS: test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast)
PASS: test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop)
PASS: test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop)
PASS: test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop)
PASS: test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines)
PASS: test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug)
PASS: test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking)
PASS: test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672)
PASS: test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception)
PASS: test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success)
PASS: test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions)
PASS: test_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_success)
PASS: test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop)
PASS: test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop)
PASS: test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop)
PASS: test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures)
PASS: test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures)
PASS: test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug)
PASS: test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation)
PASS: test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception)
PASS: test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation)
PASS: test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success)
PASS: test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions)
PASS: test_success (test.test_asyncio.test_tasks.FutureGatherTests.test_success)
PASS: test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled)
PASS: test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass)
PASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop)
PASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit)
PASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop)
PASS: test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task)
PASS: test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure)
PASS: test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task)
PASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1)
PASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2)
PASS: test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1)
PASS: test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2)
PASS: test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3)
PASS: test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task)
PASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered)
PASS: test_register_task_resurrection (test.test_asyncio.test_tasks.PyIntrospectionTests.test_register_task_resurrection)
PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete)
PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_subclasses_ctask_cfuture)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_name_pylong)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel)
PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_name_pylong)
PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)
PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_proper_refcounts)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete)
PASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_name_pylong)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)
PASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed)
PASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent)
PASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)
PASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)
PASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)
PASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args)
PASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_resume_iterator)
PASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait)
PASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)
PASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout)
PASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout)
PASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task)
PASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task)
PASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel)
PASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel)
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_at_end)
PASS: coroutine end right after task is cancelled
PASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task)
PASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)
PASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task)
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_1)
PASS: Ensure that a gathering future refuses to be cancelled once all
PASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2)
PASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future)
PASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching)
PASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring)
PASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)
PASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result)
PASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)
PASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)
PASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result)
PASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield)
PASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context)
PASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling)
PASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1)
PASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2)
PASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3)
PASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4)
PASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5)
PASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6)
PASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function)
PASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)
PASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function)
PASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function)
PASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine)
PASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task)
PASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)
PASS: test_eager_start_false (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_eager_start_false)
PASS: test_eager_start_true (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_eager_start_true)
PASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable)
PASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine)
PASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg)
PASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future)
PASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither)
PASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task)
PASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable)
PASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon)
PASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await)
PASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)
PASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback)
PASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield)
PASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias)
PASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_context)
PASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro)
PASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack)
PASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction)
PASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task)
PASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback)
PASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future)
PASS: test_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_proper_refcounts)
PASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state)
PASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state)
PASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner)
PASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer)
PASS: test_shield_cancel_outer_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer_exception)
PASS: test_shield_cancel_outer_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer_result)
PASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)
PASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)
PASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop)
PASS: test_shield_duplicate_log_once (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_duplicate_log_once)
PASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect)
PASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception)
PASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather)
PASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result)
PASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut)
PASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep)
PASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel)
PASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_when_delay_is_nan)
PASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future)
PASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete)
PASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself)
PASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics)
PASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter)
PASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter)
PASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task)
PASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future)
PASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class)
PASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect)
PASS: test_task_not_crash_without_finalization (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_not_crash_without_finalization)
PASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr)
PASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated)
PASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str)
PASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for)
PASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods)
PASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_name_pylong)
PASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback)
PASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)
PASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic)
PASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_resets_must_cancel)
PASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks)
PASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait)
PASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete)
PASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines)
PASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors)
PASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed)
PASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception)
PASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait)
PASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_generator)
PASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args)
PASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done)
PASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception)
PASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)
PASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout)
PASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel)
PASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)
test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe)
PASS: Test coroutine submission from a thread to an event loop.
PASS: test_run_coroutine_threadsafe_and_cancel (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_and_cancel)
test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_cancelled)
PASS: Test coroutine submission from a thread to an event loop
test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_factory_exception)
PASS: Test coroutine submission from a thread to an event loop
test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_exception)
PASS: Test coroutine submission from a thread to an event loop
test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_timeout)
PASS: Test coroutine submission from a thread to an event loop
PASS: test_sleep_zero (test.test_asyncio.test_tasks.SleepTests.test_sleep_zero)

----------------------------------------------------------------------
Ran 1036 tests in 19.044s

OK (skipped=1)
0:00:38 load avg: 1.18 [ 38/486] test.test_concurrent_futures.test_shutdown passed
SKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'
SKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'
SKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'
test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh83386)
SKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'
test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh94440)
SKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'
SKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'
SKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'
SKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'
SKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_1 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_gh_132969_case_1) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_2 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_gh_132969_case_2) 'skipping problematic test'
SKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'
SKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'
SKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'
SKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'
SKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'
test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh83386)
SKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'
test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh94440)
SKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'
SKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'
SKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'
SKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'
SKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_1 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_gh_132969_case_1) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_2 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_gh_132969_case_2) 'skipping problematic test'
SKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'
SKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'
SKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'
SKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'
SKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'
test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386)
SKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'
test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440)
SKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'
SKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'
SKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'
SKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'
SKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_1 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_gh_132969_case_1) 'skipping problematic test'
SKIP: test_shutdown_gh_132969_case_2 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_gh_132969_case_2) 'skipping problematic test'
SKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'
SKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'
SKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures) 'skipping problematic test'
SKIP: test_cancel_futures_wait_false (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures_wait_false) 'skipping problematic test'
SKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'
SKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_del_shutdown) 'skipping problematic test'
test_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh83386)
SKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'
test_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440)
SKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'
SKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'
SKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'
SKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'
SKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'
SKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'
SKIP: test_thread_names_assigned (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned) 'skipping problematic test'
SKIP: test_thread_names_default (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default) 'skipping problematic test'
SKIP: test_threads_terminate (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate) 'skipping problematic test'

----------------------------------------------------------------------
Ran 53 tests in 0.016s

OK (skipped=53)
0:00:38 load avg: 1.18 [ 39/486] test.test_concurrent_futures.test_thread_pool passed
test_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... 0.00s ok
test_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... 0.00s ok
test_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... 0.12s ok
SKIP: test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) "resource 'cpu' is not enabled"
test_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... 0.00s ok
test_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... 0.00s ok
test_map_buffersize (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize) ... 0.00s ok
test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... 0.00s ok
test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... 0.00s ok
test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... 0.00s ok
test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... 0.01s ok
test_map_buffersize_type_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_type_validation) ... 0.00s ok
test_map_buffersize_value_validation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_value_validation) ... 0.00s ok
test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... 0.00s ok
test_map_buffersize_without_iterable (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_buffersize_without_iterable) ... 0.00s ok
test_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... 0.01s ok
test_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration)
Tests verifying issue 11777. ... 0.01s ok
SKIP: test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) "resource 'walltime' is not enabled"
test_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... 0.00s ok
test_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... 0.01s ok
test_process_fork_from_a_threadpool (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_process_fork_from_a_threadpool) ... 0.01s ok
test_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... 0.01s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... 0.01s ok
test_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... 0.00s ok
test_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... 0.00s ok
test_swallows_falsey_exceptions (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.00s ok

----------------------------------------------------------------------
Ran 26 tests in 0.236s

OK (skipped=2)
0:00:41 load avg: 1.33 [ 40/486] test.test_concurrent_futures.test_as_completed passed
test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok
test_duplicate_futures (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_duplicate_futures) ... 2.10s ok
test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.16s ok
test_future_times_out (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_future_times_out)
Test ``futures.as_completed`` timing out before ... 1.17s ok
test_no_timeout (test.test_concurrent_futures.test_as_completed.InterpreterPoolAsCompletedTest.test_no_timeout) ... 0.14s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... 0.05s ok
test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... 2.03s ok
test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... 0.21s ok
test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_future_times_out)
Test ``futures.as_completed`` timing out before ... 1.03s ok
test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... 0.03s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... 0.22s ok
test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... 2.23s ok
test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... 0.30s ok
test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_future_times_out)
Test ``futures.as_completed`` timing out before ... 1.25s ok
test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... 0.28s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... 0.20s ok
test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... 2.40s ok
test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... 0.37s ok
test_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out)
Test ``futures.as_completed`` timing out before ... 1.50s ok
test_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... 0.36s ok
test_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok
test_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... 2.01s ok
test_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.18s ok
test_future_times_out (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out)
Test ``futures.as_completed`` timing out before ... 1.00s ok
test_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... 0.00s ok

----------------------------------------------------------------------
Ran 25 tests in 19.275s

OK
0:00:42 load avg: 1.33 [ 41/486] test.test_future_stmt.test_future passed
PASS: test_annotation_with_complex_target (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotation_with_complex_target)
PASS: test_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations)
PASS: test_annotations_forbidden (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_forbidden)
PASS: test_annotations_symbol_table_pass (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_symbol_table_pass)
PASS: test_fstring_debug_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_fstring_debug_annotations)
PASS: test_get_type_hints_on_func_with_variadic_arg (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_get_type_hints_on_func_with_variadic_arg)
PASS: test_infinity_numbers (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_infinity_numbers)
PASS: test_ensure_flags_dont_clash (test.test_future_stmt.test_future.FutureTest.test_ensure_flags_dont_clash)
PASS: test_future_dotted_import (test.test_future_stmt.test_future.FutureTest.test_future_dotted_import)
PASS: test_future_import_braces (test.test_future_stmt.test_future.FutureTest.test_future_import_braces)
PASS: test_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_future_import_not_on_top)
PASS: test_future_import_star (test.test_future_stmt.test_future.FutureTest.test_future_import_star)
PASS: test_future_import_with_extra_string (test.test_future_stmt.test_future.FutureTest.test_future_import_with_extra_string)
PASS: test_future_multiple_features (test.test_future_stmt.test_future.FutureTest.test_future_multiple_features)
PASS: test_future_multiple_imports (test.test_future_stmt.test_future.FutureTest.test_future_multiple_imports)
PASS: test_future_single_import (test.test_future_stmt.test_future.FutureTest.test_future_single_import)
PASS: test_import_nested_scope_twice (test.test_future_stmt.test_future.FutureTest.test_import_nested_scope_twice)
PASS: test_module_with_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_module_with_future_import_not_on_top)
PASS: test_multiple_import_statements_on_same_line (test.test_future_stmt.test_future.FutureTest.test_multiple_import_statements_on_same_line)
PASS: test_nested_scope (test.test_future_stmt.test_future.FutureTest.test_nested_scope)
PASS: test_syntactical_future_repl (test.test_future_stmt.test_future.FutureTest.test_syntactical_future_repl)
PASS: test_unicode_literals_exec (test.test_future_stmt.test_future.FutureTest.test_unicode_literals_exec)
PASS: test_unknown_future_flag (test.test_future_stmt.test_future.FutureTest.test_unknown_future_flag)

----------------------------------------------------------------------
Ran 23 tests in 0.245s

OK
0:00:42 load avg: 1.33 [ 42/486] test.test_future_stmt.test_future_flags passed
PASS: test_attributes (test.test_future_stmt.test_future_flags.FutureTest.test_attributes)
PASS: test_names (test.test_future_stmt.test_future_flags.FutureTest.test_names)

----------------------------------------------------------------------
Ran 2 tests in 0.001s

OK
0:00:42 load avg: 1.33 [ 43/486] test.test_concurrent_futures.test_interpreter_pool passed
test_default_executor (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_default_executor) ... 0.27s ok
test_run_in_executor (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_run_in_executor) ... 0.22s ok
test_run_in_executor_cancel (test.test_concurrent_futures.test_interpreter_pool.AsyncioTest.test_run_in_executor_cancel) ... 0.43s ok
test_blocking (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_blocking) ... 2.41s ok
test_blocking_with_limited_workers (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_blocking_with_limited_workers) ... 8.27s ok
SKIP: test_free_reference (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_free_reference) 'not applicable'
0.00s test_idle_thread_reuse (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_idle_thread_reuse) ... 0.10s ok
test_import_interpreter_pool_executor (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_import_interpreter_pool_executor) ... 0.16s ok
test_init_closure (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_closure) ... 0.03s ok
test_init_exception_in_func (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_exception_in_func) ... 0.18s ok
test_init_exception_in_script (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_exception_in_script) ... 0.00s expected failure
test_init_func (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_func) ... 0.11s ok
test_init_instance_method (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_instance_method) ... 0.03s ok
test_init_script (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_script) ... 0.00s expected failure
test_init_script_args (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_script_args) ... 0.00s expected failure
test_init_with___main___global (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_init_with___main___global) ... 0.22s ok
test_map (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map) ... 0.22s ok
test_map_buffersize (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize) ... 0.16s ok
test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... 0.00s ok
test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... 0.13s ok
test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... 0.13s ok
test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... 0.17s ok
test_map_buffersize_type_validation (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_type_validation) ... 0.00s ok
test_map_buffersize_value_validation (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_value_validation) ... 0.00s ok
test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... 0.12s ok
test_map_buffersize_without_iterable (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_buffersize_without_iterable) ... 0.00s ok
test_map_exception (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_exception) ... 0.17s ok
SKIP: test_map_timeout (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_map_timeout) "resource 'walltime' is not enabled"
test_max_workers_negative (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_max_workers_negative) ... 0.00s ok
SKIP: test_no_stale_references (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_no_stale_references) 'not applicable'
0.00s test_pickle_errors_propagate (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_pickle_errors_propagate) ... 0.18s ok
test_saturation (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_saturation) ... 0.19s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_shutdown_race_issue12456) ... 0.25s ok
test_submit (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit) ... 0.07s ok
test_submit_closure (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_closure) ... 0.01s ok
test_submit_exception_in_func (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_exception_in_func) ... 0.18s ok
test_submit_exception_in_script (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_exception_in_script) ... 0.00s expected failure
test_submit_func_globals (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_func_globals) ... 0.15s ok
test_submit_instance_method (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_instance_method) ... 0.02s ok
test_submit_keyword (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_keyword) ... 0.07s ok
test_submit_local_instance (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_local_instance) ... 0.01s ok
test_submit_script (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_submit_script) ... 0.00s expected failure
test_swallows_falsey_exceptions (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.18s ok
test_thread_name_prefix (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_thread_name_prefix) ... 0.00s ok
test_thread_name_prefix_with_thread_get_name (test.test_concurrent_futures.test_interpreter_pool.InterpreterPoolExecutorTest.test_thread_name_prefix_with_thread_get_name) ... 0.13s ok

----------------------------------------------------------------------
Ran 45 tests in 15.123s

OK (skipped=3, expected failures=5)
0:00:42 load avg: 1.33 [ 44/486] test.test_future_stmt.test_future_multiple_features passed
PASS: test_print_function (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_print_function)
PASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_unicode_literals)

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
0:00:42 load avg: 1.33 [ 45/486] test.test_future_stmt.test_future_multiple_imports passed
PASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_imports.Tests.test_unicode_literals)

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
0:00:42 load avg: 1.33 [ 46/486] test.test_future_stmt.test_future_single_import passed
PASS: test_floor_div_operator (test.test_future_stmt.test_future_single_import.TestFuture.test_floor_div_operator)
PASS: test_nested_scopes (test.test_future_stmt.test_future_single_import.TestFuture.test_nested_scopes)
PASS: test_true_div_as_default (test.test_future_stmt.test_future_single_import.TestFuture.test_true_div_as_default)

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
0:00:43 load avg: 1.33 [ 47/486] test.test_gdb.test_backtrace skipped
test.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment.
0:00:43 load avg: 1.33 [ 48/486] test.test_gdb.test_cfunction skipped
test.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment.
0:00:43 load avg: 1.33 [ 49/486] test.test_gdb.test_cfunction_full skipped
test.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment.
0:00:43 load avg: 1.33 [ 50/486] test.test_gdb.test_misc skipped
test.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment.
0:00:43 load avg: 1.33 [ 51/486] test.test_gdb.test_pretty_print skipped
test.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment.
0:00:44 load avg: 1.33 [ 52/486] test.test_concurrent_futures.test_wait passed
test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_20369) ... 0.03s ok
test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_all_completed) ... 0.02s ok
test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed) ... 0.03s ok
test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed_some_already_completed) ... 0.07s ok
test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception) ... 0.07s ok
test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_one_already_failed) ... 0.03s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_some_already_complete) ... 0.05s ok
test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_timeout) ... 0.12s ok
test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_20369) ... 0.26s ok
test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_all_completed) ... 0.18s ok
test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed) ... 0.21s ok
test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed_some_already_completed) ... 0.19s ok
test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception) ... 0.31s ok
test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_one_already_failed) ... 0.19s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_some_already_complete) ... 0.24s ok
test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_timeout) ... 0.20s ok
test_20369 (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_20369) ... 0.32s ok
test_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_all_completed) ... 0.43s ok
test_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed) ... 0.46s ok
test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed_some_already_completed) ... 0.54s ok
test_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception) ... 0.48s ok
test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_one_already_failed) ... 0.36s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_some_already_complete) ... 0.40s ok
test_timeout (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_timeout) ... 0.43s ok
test_20369 (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_20369) ... 0.00s ok
test_all_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_all_completed) ... 0.00s ok
test_first_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed) ... 0.01s ok
test_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed_some_already_completed) ... 0.00s ok
test_first_exception (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception) ... 0.01s ok
test_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_one_already_failed) ... 0.00s ok
test_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_some_already_complete) ... 0.00s ok
test_pending_calls_race (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_pending_calls_race) ... 0.01s ok
test_timeout (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_timeout) ... 0.05s ok

----------------------------------------------------------------------
Ran 33 tests in 5.817s

OK
0:00:46 load avg: 2.18 [ 53/486] test.test_inspect.test_inspect passed
PASS: test__all__ (test.test_inspect.test_inspect.IsTestBase.test__all__)
PASS: test_class_async_method (test.test_inspect.test_inspect.TestBlockComments.test_class_async_method)
PASS: test_class_method (test.test_inspect.test_inspect.TestBlockComments.test_class_method)
PASS: test_toplevel_class (test.test_inspect.test_inspect.TestBlockComments.test_toplevel_class)
PASS: test_signature_bound_arguments_apply_defaults (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults)
PASS: test_signature_bound_arguments_arguments_type (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type)
PASS: test_signature_bound_arguments_equality (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality)
PASS: test_signature_bound_arguments_pickle (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle)
PASS: test_signature_bound_arguments_repr (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr)
PASS: test_signature_bound_arguments_unhashable (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable)
PASS: test_class_decorator (test.test_inspect.test_inspect.TestBuggyCases.test_class_decorator)
PASS: test_class_definition_in_multiline_comment (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment)
PASS: test_class_definition_in_multiline_string_definition (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition)
PASS: test_class_definition_same_name_diff_methods (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_same_name_diff_methods)
PASS: test_class_inside_conditional (test.test_inspect.test_inspect.TestBuggyCases.test_class_inside_conditional)
PASS: test_class_with_method_from_other_module (test.test_inspect.test_inspect.TestBuggyCases.test_class_with_method_from_other_module)
PASS: test_comment_or_empty_line_after_decorator (test.test_inspect.test_inspect.TestBuggyCases.test_comment_or_empty_line_after_decorator)
PASS: test_findsource_binary (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_binary)
PASS: test_findsource_code_in_linecache (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_code_in_linecache)
PASS: test_findsource_on_class_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_class_with_out_of_bounds_lineno)
PASS: test_findsource_on_func_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_func_with_out_of_bounds_lineno)
PASS: test_findsource_without_filename (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_without_filename)
PASS: test_generator_expression (test.test_inspect.test_inspect.TestBuggyCases.test_generator_expression)
PASS: test_getsource_on_class_code_object (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_class_code_object)
PASS: test_getsource_on_method (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_method)
PASS: test_method_in_dynamic_class (test.test_inspect.test_inspect.TestBuggyCases.test_method_in_dynamic_class)
PASS: test_multiline_sig (test.test_inspect.test_inspect.TestBuggyCases.test_multiline_sig)
PASS: test_multiple_children_classes (test.test_inspect.test_inspect.TestBuggyCases.test_multiple_children_classes)
PASS: test_nested_class (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class)
PASS: test_nested_class_definition (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition)
PASS: test_nested_class_definition_indented_string (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string)
PASS: test_nested_class_definition_inside_async_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function)
PASS: test_nested_class_definition_inside_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function)
PASS: test_nested_func (test.test_inspect.test_inspect.TestBuggyCases.test_nested_func)
PASS: test_one_liner_dedent_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name)
PASS: test_one_liner_followed_by_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name)
PASS: test_with_comment (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment)
PASS: test_with_comment_instead_of_docstring (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring)
PASS: test_argspec_api_ignores_wrapped (test.test_inspect.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped)
PASS: test_classify_DynamicClassAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute)
PASS: test_classify_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute)
PASS: test_classify_VirtualAttribute_multi_classes (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes)
PASS: test_classify_builtin_types (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_builtin_types)
PASS: test_classify_class_attrs_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir)
PASS: test_classify_metaclass_class_attribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute)
PASS: test_classify_newstyle (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_newstyle)
PASS: test_classify_overrides_bool (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool)
PASS: test_getfullargspec (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec)
PASS: test_getfullargspec_builtin_func (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func)
PASS: test_getfullargspec_builtin_func_no_signature (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature)
PASS: test_getfullargspec_builtin_methods (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods)
PASS: test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly)
PASS: test_getfullargspec_signature_annos (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos)
PASS: test_getfullargspec_signature_attr (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr)
PASS: test_getmembers_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute)
PASS: test_getmembers_custom_broken_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_broken_dir)
PASS: test_getmembers_custom_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_dir)
PASS: test_getmembers_custom_duplicated_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_duplicated_dir)
PASS: test_getmembers_descriptors (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors)
PASS: test_getmembers_method (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_method)
PASS: test_getmembers_static (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_static)
PASS: test_getmembers_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir)
PASS: test_newstyle_mro (test.test_inspect.test_inspect.TestClassesAndFunctions.test_newstyle_mro)
PASS: test_parens_in_decorator (test.test_inspect.test_inspect.TestComplexDecorator.test_parens_in_decorator)
PASS: test_decorator_with_lambda (test.test_inspect.test_inspect.TestDecorators.test_decorator_with_lambda)
PASS: test_getsource_unwrap (test.test_inspect.test_inspect.TestDecorators.test_getsource_unwrap)
PASS: test_replacing_decorator (test.test_inspect.test_inspect.TestDecorators.test_replacing_decorator)
PASS: test_wrapped_decorator (test.test_inspect.test_inspect.TestDecorators.test_wrapped_decorator)
PASS: test_formatannotationrelativeto (test.test_inspect.test_inspect.TestFormatAnnotation.test_formatannotationrelativeto)
PASS: test_forwardref (test.test_inspect.test_inspect.TestFormatAnnotation.test_forwardref)
PASS: test_typing_replacement (test.test_inspect.test_inspect.TestFormatAnnotation.test_typing_replacement)
PASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion)
PASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception)
PASS: test_created (test.test_inspect.test_inspect.TestGetAsyncGenState.test_created)
PASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetAsyncGenState.test_easy_debugging)
PASS: test_getasyncgenlocals (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals)
PASS: test_getasyncgenlocals_empty (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_empty)
PASS: test_getasyncgenlocals_error (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_error)
PASS: test_running (test.test_inspect.test_inspect.TestGetAsyncGenState.test_running)
PASS: test_suspended (test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended)
PASS: test_attribute_same_name_as_global_var (test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var)
PASS: test_builtins_as_dict (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict)
PASS: test_builtins_as_module (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module)
PASS: test_builtins_fallback (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback)
PASS: test_generator_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure)
PASS: test_getclosurevars_empty (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_empty)
PASS: test_getclosurevars_error (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_error)
PASS: test_method_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure)
PASS: test_name_resolution (test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution)
PASS: test_nonlocal_vars (test.test_inspect.test_inspect.TestGetClosureVars.test_nonlocal_vars)
PASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_close)
PASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion)
PASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception)
PASS: test_created (test.test_inspect.test_inspect.TestGetCoroutineState.test_created)
PASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetCoroutineState.test_easy_debugging)
PASS: test_getcoroutinelocals (test.test_inspect.test_inspect.TestGetCoroutineState.test_getcoroutinelocals)
PASS: test_suspended (test.test_inspect.test_inspect.TestGetCoroutineState.test_suspended)
PASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_close)
PASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion)
PASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception)
PASS: test_created (test.test_inspect.test_inspect.TestGetGeneratorState.test_created)
PASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetGeneratorState.test_easy_debugging)
PASS: test_getgeneratorlocals (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals)
PASS: test_getgeneratorlocals_empty (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty)
PASS: test_getgeneratorlocals_error (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error)
PASS: test_running (test.test_inspect.test_inspect.TestGetGeneratorState.test_running)
PASS: test_suspended (test.test_inspect.test_inspect.TestGetGeneratorState.test_suspended)
PASS: test_types_coroutine_wrapper_state (test.test_inspect.test_inspect.TestGetGeneratorState.test_types_coroutine_wrapper_state)
PASS: test_basic (test.test_inspect.test_inspect.TestGetattrStatic.test_basic)
PASS: test_cache_does_not_cause_classes_to_persist (test.test_inspect.test_inspect.TestGetattrStatic.test_cache_does_not_cause_classes_to_persist)
PASS: test_classAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classAttribute)
PASS: test_classVirtualAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classVirtualAttribute)
PASS: test_class_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_class_as_property)
PASS: test_custom___getattr__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattr__)
PASS: test_custom___getattribute__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattribute__)
PASS: test_custom_object_dict (test.test_inspect.test_inspect.TestGetattrStatic.test_custom_object_dict)
PASS: test_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor)
PASS: test_descriptor_raises_AttributeError (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError)
PASS: test_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_dict_as_property)
PASS: test_inherited (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited)
PASS: test_inherited_classattribute (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_classattribute)
PASS: test_inherited_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_slots)
PASS: test_instance_attr (test.test_inspect.test_inspect.TestGetattrStatic.test_instance_attr)
PASS: test_metaclass (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass)
PASS: test_metaclass_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property)
PASS: test_metaclass_with_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor)
PASS: test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property)
PASS: test_module (test.test_inspect.test_inspect.TestGetattrStatic.test_module)
PASS: test_mro_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_mro_as_property)
PASS: test_mutated_mro (test.test_inspect.test_inspect.TestGetattrStatic.test_mutated_mro)
PASS: test_no_dict_no_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots)
PASS: test_no_dict_no_slots_instance_member (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member)
PASS: test_property (test.test_inspect.test_inspect.TestGetattrStatic.test_property)
PASS: test_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_slots)
PASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_errors)
PASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_keyword_only)
PASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_multiple_features)
PASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_plain)
PASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varargs)
PASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw)
PASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_only)
PASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsMethods.test_errors)
PASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_keyword_only)
PASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsMethods.test_multiple_features)
PASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsMethods.test_plain)
PASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varargs)
PASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw)
PASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_only)
PASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_errors)
PASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only)
PASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features)
PASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_plain)
PASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varargs)
PASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw)
PASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only)
PASS: test_getclasses_interactive (test.test_inspect.test_inspect.TestGetsourceInteractive.test_getclasses_interactive)
PASS: test_getsource_stdlib_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_abc)
PASS: test_getsource_stdlib_collections_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_collections_abc)
PASS: test_getsource_stdlib_decimal (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_decimal)
PASS: test_getsource_stdlib_tomllib (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_tomllib)
PASS: test_range_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame)
PASS: test_range_traceback_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame)
PASS: test__all__ (test.test_inspect.test_inspect.TestInterpreterStack.test__all__)
PASS: test_abuse_done (test.test_inspect.test_inspect.TestInterpreterStack.test_abuse_done)
PASS: test_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_frame)
PASS: test_previous_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_previous_frame)
PASS: test_stack (test.test_inspect.test_inspect.TestInterpreterStack.test_stack)
PASS: test_trace (test.test_inspect.test_inspect.TestInterpreterStack.test_trace)
PASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsDataDescriptor.test_custom_descriptors)
PASS: test_functions (test.test_inspect.test_inspect.TestIsDataDescriptor.test_functions)
PASS: test_property (test.test_inspect.test_inspect.TestIsDataDescriptor.test_property)
PASS: test_slot (test.test_inspect.test_inspect.TestIsDataDescriptor.test_slot)
PASS: test_builtin_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_builtin_descriptors)
PASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_custom_descriptors)
PASS: test_descriptor_being_a_class (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_descriptor_being_a_class)
PASS: test_non_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_non_descriptors)
PASS: test_builtins (test.test_inspect.test_inspect.TestMain.test_builtins)
PASS: test_custom_getattr (test.test_inspect.test_inspect.TestMain.test_custom_getattr)
PASS: test_details (test.test_inspect.test_inspect.TestMain.test_details)
PASS: test_only_source (test.test_inspect.test_inspect.TestMain.test_only_source)
PASS: test_qualname_source (test.test_inspect.test_inspect.TestMain.test_qualname_source)
PASS: test_class (test.test_inspect.test_inspect.TestNoEOL.test_class)
PASS: test_anonymous (test.test_inspect.test_inspect.TestOneliners.test_anonymous)
PASS: test_dataclass (test.test_inspect.test_inspect.TestOneliners.test_dataclass)
PASS: test_enum (test.test_inspect.test_inspect.TestOneliners.test_enum)
PASS: test_lambda_in_list (test.test_inspect.test_inspect.TestOneliners.test_lambda_in_list)
PASS: test_manyargs (test.test_inspect.test_inspect.TestOneliners.test_manyargs)
PASS: test_namedtuple (test.test_inspect.test_inspect.TestOneliners.test_namedtuple)
PASS: test_nested_lambda (test.test_inspect.test_inspect.TestOneliners.test_nested_lambda)
PASS: test_oneline_lambda (test.test_inspect.test_inspect.TestOneliners.test_oneline_lambda)
PASS: test_onelinefunc (test.test_inspect.test_inspect.TestOneliners.test_onelinefunc)
PASS: test_parenthesized_multiline_lambda (test.test_inspect.test_inspect.TestOneliners.test_parenthesized_multiline_lambda)
PASS: test_post_line_parenthesized_lambda (test.test_inspect.test_inspect.TestOneliners.test_post_line_parenthesized_lambda)
PASS: test_threeline_lambda (test.test_inspect.test_inspect.TestOneliners.test_threeline_lambda)
PASS: test_twoline_indented_lambda (test.test_inspect.test_inspect.TestOneliners.test_twoline_indented_lambda)
PASS: test_twolinefunc (test.test_inspect.test_inspect.TestOneliners.test_twolinefunc)
PASS: test_typeddict (test.test_inspect.test_inspect.TestOneliners.test_typeddict)
PASS: test_signature_parameter_equality (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_equality)
PASS: test_signature_parameter_hashable (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_hashable)
PASS: test_signature_parameter_immutability (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_immutability)
PASS: test_signature_parameter_implicit (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_implicit)
PASS: test_signature_parameter_kinds (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_kinds)
PASS: test_signature_parameter_object (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_object)
PASS: test_signature_parameter_positional_only (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_positional_only)
PASS: test_signature_parameter_replace (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_replace)
PASS: test__all__ (test.test_inspect.test_inspect.TestPredicates.test__all__)
PASS: test_excluding_predicates (test.test_inspect.test_inspect.TestPredicates.test_excluding_predicates)
PASS: test_get_slot_members (test.test_inspect.test_inspect.TestPredicates.test_get_slot_members)
PASS: test_isabstract (test.test_inspect.test_inspect.TestPredicates.test_isabstract)
PASS: test_isabstract_during_init_subclass (test.test_inspect.test_inspect.TestPredicates.test_isabstract_during_init_subclass)
PASS: test_isawaitable (test.test_inspect.test_inspect.TestPredicates.test_isawaitable)
PASS: test_isclass (test.test_inspect.test_inspect.TestPredicates.test_isclass)
PASS: test_iscoroutine (test.test_inspect.test_inspect.TestPredicates.test_iscoroutine)
PASS: test_ispackage (test.test_inspect.test_inspect.TestPredicates.test_ispackage)
PASS: test_isroutine (test.test_inspect.test_inspect.TestPredicates.test_isroutine)
PASS: test_isroutine_singledispatch (test.test_inspect.test_inspect.TestPredicates.test_isroutine_singledispatch)
PASS: test_getsource_reload (test.test_inspect.test_inspect.TestReload.test_getsource_reload)
PASS: test_getsource (test.test_inspect.test_inspect.TestRepl.test_getsource)
PASS: test_c_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_c_cleandoc)
PASS: test_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_cleandoc)
PASS: test_finddoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_finddoc)
PASS: test_getclasses (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getclasses)
PASS: test_getcomments (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getcomments)
PASS: test_getdoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc)
PASS: test_getdoc_inherited (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited)
PASS: test_getfile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile)
PASS: test_getfile_broken_repr (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr)
PASS: test_getfile_builtin_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class)
PASS: test_getfile_builtin_function_or_method (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method)
PASS: test_getfile_builtin_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module)
PASS: test_getfile_class_without_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module)
PASS: test_getframeinfo_get_first_line (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line)
PASS: test_getfunctions (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfunctions)
PASS: test_getmodule (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule)
PASS: test_getmodule_file_not_found (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found)
PASS: test_getmodule_recursion (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion)
PASS: test_getsource (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource)
PASS: test_getsource_empty_file (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file)
PASS: test_getsource_on_class_without_firstlineno (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_class_without_firstlineno)
PASS: test_getsource_on_code_object (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object)
PASS: test_getsource_on_generated_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_generated_class)
PASS: test_getsourcefile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsourcefile)
test_proceed_with_fake_filename (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_proceed_with_fake_filename)
PASS: doctest monkeypatches linecache to enable inspection
PASS: test_signature_bind_args_and_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs)
PASS: test_signature_bind_args_and_varargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs)
PASS: test_signature_bind_arguments (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_arguments)
PASS: test_signature_bind_empty (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_empty)
PASS: test_signature_bind_implicit_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg)
PASS: test_signature_bind_just_args (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_args)
PASS: test_signature_bind_just_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs)
PASS: test_signature_bind_kwonly (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_kwonly)
PASS: test_signature_bind_positional_only (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_positional_only)
PASS: test_signature_bind_posonly_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs)
PASS: test_signature_bind_var (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_var)
PASS: test_signature_bind_vararg_name (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_vararg_name)
PASS: test_signature_bind_varargs_order (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_varargs_order)
PASS: test_signature_bind_with_self_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg)
PASS: test_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_abc_module_has_signatures)
PASS: test_atexit_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_atexit_module_has_signatures)
PASS: test_base_class_have_text_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature)
PASS: test_builtins_have_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures)
PASS: test_codecs_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_codecs_module_has_signatures)
PASS: test_collections_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_abc_module_has_signatures)
PASS: test_collections_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_module_has_signatures)
PASS: test_errno_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_errno_module_has_signatures)
PASS: test_faulthandler_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_faulthandler_module_has_signatures)
PASS: test_functools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_functools_module_has_signatures)
PASS: test_gc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_gc_module_has_signatures)
PASS: test_io_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_io_module_has_signatures)
PASS: test_itertools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_itertools_module_has_signatures)
PASS: test_locale_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_locale_module_has_signatures)
PASS: test_marshal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_marshal_module_has_signatures)
PASS: test_operator_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_operator_module_has_signatures)
PASS: test_os_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_os_module_has_signatures)
PASS: test_pwd_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_pwd_module_has_signatures)
PASS: test_python_function_override_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_python_function_override_signature)
PASS: test_re_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_re_module_has_signatures)
PASS: test_signal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_signal_module_has_signatures)
PASS: test_stat_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_stat_module_has_signatures)
PASS: test_string_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_string_module_has_signatures)
PASS: test_symtable_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_symtable_module_has_signatures)
PASS: test_sys_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sys_module_has_signatures)
PASS: test_sysconfig_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sysconfig_module_has_signatures)
PASS: test_thread_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_thread_module_has_signatures)
PASS: test_threading_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_threading_module_has_signatures)
PASS: test_time_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_time_module_has_signatures)
PASS: test_tokenize_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tokenize_module_has_signatures)
PASS: test_tracemalloc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tracemalloc_module_has_signatures)
PASS: test_types_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_types_module_has_signatures)
PASS: test_typing_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_typing_module_has_signatures)
PASS: test_warnings_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_warnings_module_has_signatures)
PASS: test_weakref_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_weakref_module_has_signatures)
PASS: test_signater_parameters_is_ordered (test.test_inspect.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered)
PASS: test_signature_annotation_format (test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotation_format)
PASS: test_signature_annotations_with_local_namespaces (test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces)
PASS: test_signature_deferred_annotations (test.test_inspect.test_inspect.TestSignatureObject.test_signature_deferred_annotations)
PASS: test_signature_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly)
PASS: test_signature_equality (test.test_inspect.test_inspect.TestSignatureObject.test_signature_equality)
PASS: test_signature_eval_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_eval_str)
PASS: test_signature_format (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format)
PASS: test_signature_format_all_arg_types (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_all_arg_types)
PASS: test_signature_format_unquote (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_unquote)
PASS: test_signature_from_callable_builtin_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj)
PASS: test_signature_from_callable_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_class)
PASS: test_signature_from_callable_python_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj)
PASS: test_signature_from_functionlike_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_functionlike_object)
PASS: test_signature_functionlike_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_functionlike_class)
PASS: test_signature_hashable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_hashable)
PASS: test_signature_immutability (test.test_inspect.test_inspect.TestSignatureObject.test_signature_immutability)
PASS: test_signature_none_annotation (test.test_inspect.test_inspect.TestSignatureObject.test_signature_none_annotation)
PASS: test_signature_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object)
PASS: test_signature_object_pickle (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_pickle)
PASS: test_signature_on_builtin_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtin_class)
PASS: test_signature_on_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins)
PASS: test_signature_on_builtins_no_signature (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature)
PASS: test_signature_on_callable_objects (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects)
PASS: test_signature_on_callable_objects_with_text_signature_attr (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects_with_text_signature_attr)
PASS: test_signature_on_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class)
PASS: test_signature_on_class_with_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_init)
PASS: test_signature_on_class_with_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_new)
PASS: test_signature_on_class_with_wrapped_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_wrapped_init)
PASS: test_signature_on_class_with_wrapped_metaclass_call (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_wrapped_metaclass_call)
PASS: test_signature_on_class_with_wrapped_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_wrapped_new)
PASS: test_signature_on_class_without_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_without_init)
PASS: test_signature_on_classmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_classmethod)
PASS: test_signature_on_complex_args (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_complex_args)
PASS: test_signature_on_decorated (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated)
PASS: test_signature_on_decorated_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins)
PASS: test_signature_on_derived_classes (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_derived_classes)
PASS: test_signature_on_fake_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod)
PASS: test_signature_on_generic_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_generic_subclass)
PASS: test_signature_on_lambdas (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_lambdas)
PASS: test_signature_on_mangled_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters)
PASS: test_signature_on_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_method)
PASS: test_signature_on_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mocks)
PASS: test_signature_on_noarg (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noarg)
PASS: test_signature_on_non_comparable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_comparable)
PASS: test_signature_on_non_function (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_function)
PASS: test_signature_on_noncallable_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks)
PASS: test_signature_on_partial (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partial)
PASS: test_signature_on_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partialmethod)
PASS: test_signature_on_staticmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_staticmethod)
PASS: test_signature_on_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_subclass)
PASS: test_signature_on_wargs (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wargs)
PASS: test_signature_on_wkwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wkwonly)
PASS: test_signature_on_wrapper (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wrapper)
PASS: test_signature_parsing_with_defaults (test.test_inspect.test_inspect.TestSignatureObject.test_signature_parsing_with_defaults)
PASS: test_signature_replace_anno (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_anno)
PASS: test_signature_replace_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_parameters)
PASS: test_signature_replaced (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replaced)
PASS: test_signature_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str)
PASS: test_signature_str_positional_only (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_positional_only)
PASS: test_signature_without_self (test.test_inspect.test_inspect.TestSignatureObject.test_signature_without_self)
PASS: test_signature_wrapped_bound_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method)
PASS: test_signature_strip_non_python_syntax (test.test_inspect.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax)
PASS: test_cycle (test.test_inspect.test_inspect.TestUnwrap.test_cycle)
PASS: test_recursion_limit (test.test_inspect.test_inspect.TestUnwrap.test_recursion_limit)
PASS: test_stop (test.test_inspect.test_inspect.TestUnwrap.test_stop)
PASS: test_unhashable (test.test_inspect.test_inspect.TestUnwrap.test_unhashable)
PASS: test_unwrap_one (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_one)
PASS: test_unwrap_several (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_several)
PASS: test_wrapped_descriptor (test.test_inspect.test_inspect.TestUnwrap.test_wrapped_descriptor)

----------------------------------------------------------------------
Ran 362 tests in 2.034s

OK
0:00:54 load avg: 2.17 [ 54/486] test.test_multiprocessing_fork.test_manager passed
test_abort (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_single_thread)
SKIP: test_thousand (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'
test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor_timeout)
PASS: test_dict (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict)
PASS: test_dict_isinstance (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_isinstance)
PASS: test_dict_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_iter)
PASS: test_dict_proxy_nested (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_proxy_nested)
PASS: test_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list)
PASS: test_list_isinstance (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_isinstance)
PASS: test_list_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_iter)
PASS: test_list_proxy_in_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_proxy_in_list)
PASS: test_namespace (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_namespace)
PASS: test_nested_queue (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_nested_queue)
PASS: test_event (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_repr)
PASS: test_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_locked_2processes) 'test not appropriate for manager'
SKIP: test_repr_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'
SKIP: test_repr_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'
PASS: test_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock_locked_2processes) 'test not appropriate for manager'
PASS: test_rapid_restart (test.test_multiprocessing_fork.test_manager.WithManagerTestManagerRestart.test_rapid_restart)
PASS: test_mymanager (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager)
PASS: test_mymanager_context (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context)
PASS: test_mymanager_context_prestarted (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)
PASS: test_apply (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_empty_iterable)
SKIP: test_enter (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'
PASS: test_imap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap)
SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_imap_unordered (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered)
SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_make_pool (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_chunksize)
SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_map_no_failfast (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_release_task_refs)
SKIP: test_resource_warning (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'
PASS: test_starmap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_wrapped_exception)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'
PASS: test_task_done (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_timeout)
PASS: test_remote (test.test_multiprocessing_fork.test_manager.WithManagerTestRemoteManager.test_remote)
PASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'

----------------------------------------------------------------------
Ran 82 tests in 10.423s

OK (skipped=15)
0:00:56 load avg: 2.31 [ 55/486] test.test_concurrent_futures.test_process_pool passed
test_force_shutdown_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_force_shutdown_workers) ... 0.47s ok
test_force_shutdown_workers_dead_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_force_shutdown_workers_dead_workers) ... 0.18s ok
test_force_shutdown_workers_invalid_op (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_force_shutdown_workers_invalid_op) ... 0.01s ok
test_force_shutdown_workers_not_started_yet (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_force_shutdown_workers_not_started_yet) ... 0.01s ok
test_force_shutdown_workers_stops_pool (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_force_shutdown_workers_stops_pool) ... 0.25s ok
test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_free_reference) ... 0.22s ok
SKIP: test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple) 'Incompatible with the fork start method.'
SKIP: 0.01s test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one) 'Incompatible with the fork start method.'
0.01s test_kill_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_kill_workers) ... 0.01s ok
test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_killed_child) ... 0.01s ok
test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map) ... 0.02s ok
test_map_buffersize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize) ... 0.02s ok
test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... 0.01s ok
test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... 0.02s ok
test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... 0.02s ok
test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... 0.02s ok
test_map_buffersize_type_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_type_validation) ... 0.01s ok
test_map_buffersize_value_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_value_validation) ... 0.01s ok
test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... 0.02s ok
test_map_buffersize_without_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_buffersize_without_iterable) ... 0.01s ok
test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_chunksize) ... 0.03s ok
test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_exception) ... 0.03s ok
SKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) "resource 'walltime' is not enabled"
SKIP: test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown) 'Incompatible with the fork start method.'
0.01s test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.01s ok
test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.01s ok
test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative) ... 0.01s ok
SKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'
test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_no_stale_references) ... 0.03s ok
test_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_python_finalization_error) ... 0.03s ok
test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.11s ok
test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_saturation) ... 0.09s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.02s ok
test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit) ... 0.03s ok
test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit_keyword) ... 0.02s ok
test_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.03s ok
test_terminate_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_terminate_workers) ... 0.01s ok
test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_traceback) ... 0.03s ok
test_force_shutdown_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_force_shutdown_workers) ... 0.74s ok
test_force_shutdown_workers_dead_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_force_shutdown_workers_dead_workers) ... 0.28s ok
test_force_shutdown_workers_invalid_op (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_force_shutdown_workers_invalid_op) ... 0.09s ok
test_force_shutdown_workers_not_started_yet (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_force_shutdown_workers_not_started_yet) ... 0.15s ok
test_force_shutdown_workers_stops_pool (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_force_shutdown_workers_stops_pool) ... 0.36s ok
test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_free_reference) ... 0.45s ok
test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.29s ok
test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.24s ok
test_kill_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_kill_workers) ... 0.09s ok
test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_killed_child) ... 0.09s ok
test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map) ... 0.33s ok
test_map_buffersize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize) ... 0.33s ok
test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... 0.14s ok
test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... 0.27s ok
test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... 0.22s ok
test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... 0.33s ok
test_map_buffersize_type_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_type_validation) ... 0.09s ok
test_map_buffersize_value_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_value_validation) ... 0.09s ok
test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... 0.24s ok
test_map_buffersize_without_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_buffersize_without_iterable) ... 0.09s ok
test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_chunksize) ... 0.27s ok
test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_exception) ... 0.28s ok
SKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) "resource 'walltime' is not enabled"
test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.38s ok
test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.34s ok
test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.12s ok
test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_negative) ... 0.10s ok
SKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'
test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references) ... 0.18s ok
test_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_python_finalization_error) ... 0.10s ok
test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.35s ok
test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_saturation) ... 0.29s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.27s ok
test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit) ... 0.17s ok
test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit_keyword) ... 0.18s ok
test_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.18s ok
test_terminate_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_terminate_workers) ... 0.09s ok
test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_traceback) ... 0.21s ok
test_force_shutdown_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_force_shutdown_workers) ... 0.84s ok
test_force_shutdown_workers_dead_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_force_shutdown_workers_dead_workers) ... 0.36s ok
test_force_shutdown_workers_invalid_op (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_force_shutdown_workers_invalid_op) ... 0.18s ok
test_force_shutdown_workers_not_started_yet (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_force_shutdown_workers_not_started_yet) ... 0.17s ok
test_force_shutdown_workers_stops_pool (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_force_shutdown_workers_stops_pool) ... 0.46s ok
test_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_free_reference) ... 0.73s ok
test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.59s ok
test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.33s ok
test_kill_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_kill_workers) ... 0.19s ok
test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child) ... 0.18s ok
test_map (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map) ... 0.52s ok
test_map_buffersize (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize) ... 0.89s ok
test_map_buffersize_on_empty_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_on_empty_iterable) ... 0.56s ok
test_map_buffersize_on_infinite_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_on_infinite_iterable) ... 1.26s ok
test_map_buffersize_on_multiple_infinite_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_on_multiple_infinite_iterables) ... 0.53s ok
test_map_buffersize_on_multiple_iterables (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_on_multiple_iterables) ... 0.55s ok
test_map_buffersize_type_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_type_validation) ... 0.20s ok
test_map_buffersize_value_validation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_value_validation) ... 0.20s ok
test_map_buffersize_when_buffer_is_full (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_when_buffer_is_full) ... 0.37s ok
test_map_buffersize_without_iterable (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_buffersize_without_iterable) ... 0.21s ok
test_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize) ... 0.52s ok
test_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception) ... 0.43s ok
SKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) "resource 'walltime' is not enabled"
test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.79s ok
test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.60s ok
test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.20s ok
test_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_negative) ... 0.17s ok
SKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'
test_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references) ... 0.38s ok
test_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_python_finalization_error) ... 0.21s ok
test_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.77s ok
test_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_saturation) ... 0.51s ok
test_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.53s ok
test_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit) ... 0.33s ok
test_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit_keyword) ... 0.38s ok
test_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.43s ok
test_terminate_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_terminate_workers) ... 0.22s ok
test_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback) ... 0.49s ok

----------------------------------------------------------------------
Ran 114 tests in 26.650s

OK (skipped=9)
0:01:03 load avg: 2.21 [ 56/486] test.test_multiprocessing_fork.test_misc passed
PASS: test_challengeresponse (test.test_multiprocessing_fork.test_misc.ChallengeResponseTest.test_challengeresponse)
PASS: test__all__ (test.test_multiprocessing_fork.test_misc.MiscTestCase.test__all__)
PASS: test_forked_thread_not_started (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_forked_thread_not_started)
PASS: test_large_pool (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_large_pool)
SKIP: test_preload_main (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_preload_main) 'forkserver specific test'
SKIP: test_preload_main_large_sys_argv (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_preload_main_large_sys_argv) "start_method='fork', not 'forkserver'; forkserver specific test."
SKIP: test_preload_main_sys_argv (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_preload_main_sys_argv) 'forkserver specific test'
SKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) "start_method='fork', not 'spawn'; avoids redundant testing."
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_answer_challenge_auth_failure)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_deliver_challenge_auth_failure)
PASS: test_semlock_subclass (test.test_multiprocessing_fork.test_misc.SemLockTests.test_semlock_subclass)
PASS: test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_fork.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances)
PASS: test_closefd (test.test_multiprocessing_fork.test_misc.TestCloseFds.test_closefd)
PASS: test_flags (test.test_multiprocessing_fork.test_misc.TestFlags.test_flags)
PASS: test_lock (test.test_multiprocessing_fork.test_misc.TestForkAwareThreadLock.test_lock)
PASS: test_ignore (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore)
PASS: test_ignore_listener (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore_listener)
PASS: test_manager_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_manager_initializer)
PASS: test_pool_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_pool_initializer)
SKIP: test_only_run_in_forkserver_testsuite (test.test_multiprocessing_fork.test_misc.TestInternalDecorators.test_only_run_in_forkserver_testsuite) 'only run in test_multiprocessing_forkserver.'
SKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_fork.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'
PASS: test_invalid_family (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family)
SKIP: test_invalid_family_win32 (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'
PASS: test_invalid_handles (test.test_multiprocessing_fork.test_misc.TestInvalidHandle.test_invalid_handles)
PASS: test_dispatch (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_dispatch)
PASS: test_queue_get (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_queue_get)
SKIP: test_global_named_resource_spawn (test.test_multiprocessing_fork.test_misc.TestNamedResource.test_global_named_resource_spawn) "start_method='fork', not 'spawn'; spawn specific test."
PASS: test_noforkbomb (test.test_multiprocessing_fork.test_misc.TestNoForkBomb.test_noforkbomb)
PASS: test_release_unused_processes (test.test_multiprocessing_fork.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)
PASS: test_resource_tracker (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker)
PASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)
test_resource_tracker_exit_code (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_exit_code)
PASS: Test the exit code of the resource tracker.
PASS: test_resource_tracker_reused (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_reused)
PASS: test_resource_tracker_sigint (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigint)
PASS: test_resource_tracker_sigkill (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigkill)
PASS: test_resource_tracker_sigterm (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigterm)
PASS: test_too_long_name_resource (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_too_long_name_resource)
PASS: test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors (test.test_multiprocessing_fork.test_misc.TestSharedMemoryNames.test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors)
PASS: test_close (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_close)
PASS: test_closed (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_closed)
PASS: test_empty (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty)
PASS: test_empty_exceptions (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty_exceptions)
PASS: test_context (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context)
PASS: test_context_check_module_types (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context_check_module_types)
SKIP: test_freeze_support_dont_set_context (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_freeze_support_dont_set_context) "start_method='fork', not 'spawn'; freeze_support is not start method specific"
PASS: test_get_all_start_methods (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_get_all_start_methods)
SKIP: test_mixed_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_mixed_startmethod) "start_method='fork', not 'spawn'; avoids redundant testing."
PASS: test_nested_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_nested_startmethod)
SKIP: test_preload_resources (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_preload_resources) "test only relevant for 'forkserver' method"
PASS: test_set_get (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_set_get)
PASS: test_spawn_dont_set_context (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_spawn_dont_set_context)
PASS: test_flushing (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_flushing)
PASS: test_pool_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)
PASS: test_queue_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)
PASS: test_array (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_array)
PASS: test_barrier (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_barrier)
PASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_bounded_semaphore)
PASS: test_condition (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_condition)
PASS: test_dict (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_dict)
PASS: test_event (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_event)
PASS: test_joinable_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_joinable_queue)
PASS: test_list (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_list)
PASS: test_lock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_lock)
PASS: test_namespace (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_namespace)
PASS: test_pool (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_pool)
PASS: test_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_queue)
PASS: test_rlock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_rlock)
PASS: test_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_semaphore)
PASS: test_set (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_set)
PASS: test_set_contain_all_method (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_set_contain_all_method)
PASS: test_set_init (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_set_init)
PASS: test_value (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_value)
PASS: test_timeout (test.test_multiprocessing_fork.test_misc.TestTimeouts.test_timeout)
PASS: test_neg_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_neg_timeout)
PASS: test_wait (test.test_multiprocessing_fork.test_misc.TestWait.test_wait)
SKIP: test_wait_integer (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_integer) "resource 'walltime' is not enabled"
PASS: test_wait_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_slow)
PASS: test_wait_socket (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket)
PASS: test_wait_socket_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket_slow)
SKIP: test_wait_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_timeout) "resource 'walltime' is not enabled"
PASS: test_import (test.test_multiprocessing_fork.test_misc._TestImportStar.test_import)

----------------------------------------------------------------------
Ran 81 tests in 18.350s

OK (skipped=13)
0:01:06 load avg: 2.51 [ 57/486] test.test_multiprocessing_fork.test_threads passed
test_abort (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_duplex_false)
SKIP: test_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'
SKIP: test_large_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'
SKIP: test_missing_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'
SKIP: test_sendbytes (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'
PASS: test_spawn_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_repr)
PASS: test_issue14725 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_locked_2processes) 'test not appropriate for threads'
SKIP: test_repr_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'
SKIP: test_repr_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'
PASS: test_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock_locked_2processes) 'test not appropriate for threads'
PASS: test_rapid_restart (test.test_multiprocessing_fork.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)
PASS: test_boundaries (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_strings)
PASS: test_apply (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_no_failfast)
SKIP: test_map_unplicklable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'
PASS: test_release_task_refs (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_wrapped_exception)
SKIP: test_active_children (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_args_argument) "resource 'cpu' is not enabled"
SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'
SKIP: test_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'
PASS: test_cpu_count (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_cpu_count)
SKIP: test_current (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'
SKIP: test_daemon_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)
SKIP: test_forkserver_auth_is_enabled (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_auth_is_enabled) 'test not appropriate for threads'
SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'
SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'
SKIP: test_forkserver_without_auth_fails (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_without_auth_fails) 'test not appropriate for threads'
SKIP: test_interrupt (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_interrupt) 'test not appropriate for threads'
SKIP: test_interrupt_no_handler (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_interrupt_no_handler) 'test not appropriate for threads'
SKIP: test_kill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'
PASS: test_lose_target_ref (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_many_processes) "resource 'walltime' is not enabled"
SKIP: test_parent_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'
SKIP: test_parent_process_attributes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'
PASS: test_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process)
SKIP: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'
PASS: test_recursion (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_recursion)
SKIP: test_sentinel (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'
SKIP: test_set_executable (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'
SKIP: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'
SKIP: test_wait_for_threads (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'
PASS: test_task_done (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'

----------------------------------------------------------------------
Ran 110 tests in 12.139s

OK (skipped=35)
0:01:07 load avg: 2.51 [ 58/486] test.test_multiprocessing_fork.test_processes passed
PASS: test_array (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array)
PASS: test_array_from_size (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array_from_size)
PASS: test_getobj_getlock_obj (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)
PASS: test_rawarray (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_rawarray)
PASS: test_atexit (test.test_multiprocessing_fork.test_processes.WithProcessesTestAtExit.test_atexit)
test_abort (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_duplex_false)
PASS: test_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer)
PASS: test_large_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer)
PASS: test_missing_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)
PASS: test_sendbytes (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_sendbytes)
PASS: test_spawn_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_repr)
PASS: test_finalize (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_finalize)
SKIP: test_thread_safety (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_thread_safety) "resource 'cpu' is not enabled"
PASS: test_free_from_gc (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_free_from_gc)
PASS: test_heap (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_heap)
PASS: test_abstract_socket (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_abstract_socket)
PASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_context)
PASS: test_empty_authkey (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey)
PASS: test_multiple_bind (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_multiple_bind)
PASS: test_issue14725 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_context)
PASS: test_lock_locked_2processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_locked_2processes)
PASS: test_repr_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_lock)
PASS: test_repr_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_rlock)
PASS: test_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock_context)
PASS: test_rlock_locked_2processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock_locked_2processes)
PASS: test_enable_logging (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_enable_logging)
PASS: test_filename (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_filename)
PASS: test_level (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_level)
PASS: test_rapid_restart (test.test_multiprocessing_fork.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)
PASS: test_access (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_access)
PASS: test_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_pickling)
PASS: test_boundaries (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_strings)
PASS: test_poll_eintr (test.test_multiprocessing_fork.test_processes.WithProcessesTestPollEintr.test_poll_eintr)
PASS: test_apply (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_wrapped_exception)
PASS: test_async_error_callback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)
PASS: test_unpickleable_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)
PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)
PASS: test_pool_worker_lifetime (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)
PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)
PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)
SKIP: test_active_children (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_args_argument) "resource 'cpu' is not enabled"
SKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_child_fd_inflation) 'test not appropriate for fork'
PASS: test_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_close)
PASS: test_cpu_count (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_cpu_count)
PASS: test_current (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_current)
PASS: test_daemon_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_daemon_argument)
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)
SKIP: test_forkserver_auth_is_enabled (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_auth_is_enabled) 'forkserver start method specific'
SKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for fork'
SKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for fork'
SKIP: test_forkserver_without_auth_fails (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_without_auth_fails) 'forkserver start method specific'
test_interrupt (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt) ... Process Process-141:
Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/process.py", line 320, in _bootstrap
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3.14/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/test/_test_multiprocessing.py", line 570, in _sleep_some_event
    time.sleep(100)
    ~~~~~~~~~~^^^^^
KeyboardInterrupt
ok
PASS: test_interrupt_no_handler (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt_no_handler)
PASS: test_kill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_kill)
PASS: test_lose_target_ref (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_many_processes) "resource 'walltime' is not enabled"
PASS: test_parent_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process)
PASS: test_parent_process_attributes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process_attributes)
PASS: test_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process)
PASS: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)
PASS: test_recursion (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_recursion)
PASS: test_sentinel (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_sentinel)
PASS: test_set_executable (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_set_executable)
PASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_terminate)
PASS: test_wait_for_threads (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_wait_for_threads)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_put)
SKIP: test_qsize (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'
PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)
PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)
PASS: test_task_done (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_semaphore)
PASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_timeout)
PASS: test_copy (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_copy)
PASS: test_sharedctypes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)
PASS: test_synchronize (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_synchronize)
PASS: test_invalid_shared_memory_creation (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)
PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)
PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)
PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)
PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)
PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)
PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)
PASS: test_shared_memory_across_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)
PASS: test_shared_memory_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)
PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)
PASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)
PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)
PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)
PASS: test_shared_memory_recreate (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)
PASS: test_shared_memory_tracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)
PASS: test_shared_memory_untracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)
PASS: test_stderr_flush (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)
PASS: test_subclassing (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)
PASS: test_sys_exit (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)
PASS: test_getobj_getlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_getobj_getlock)
PASS: test_rawvalue (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_rawvalue)
PASS: test_value (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_value)

----------------------------------------------------------------------
Ran 160 tests in 20.181s

OK (skipped=12)
0:01:12 load avg: 2.47 [ 59/486] test.test_multiprocessing_forkserver.test_manager passed
test_abort (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_single_thread)
SKIP: test_thousand (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'
test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor_timeout)
PASS: test_dict (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict)
PASS: test_dict_isinstance (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_isinstance)
PASS: test_dict_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_iter)
PASS: test_dict_proxy_nested (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_proxy_nested)
PASS: test_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list)
PASS: test_list_isinstance (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_isinstance)
PASS: test_list_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_iter)
PASS: test_list_proxy_in_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_proxy_in_list)
PASS: test_namespace (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_namespace)
PASS: test_nested_queue (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_nested_queue)
PASS: test_event (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_repr)
PASS: test_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_locked_2processes) 'test not appropriate for manager'
SKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'
SKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'
PASS: test_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock_locked_2processes) 'test not appropriate for manager'
PASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_manager.WithManagerTestManagerRestart.test_rapid_restart)
PASS: test_mymanager (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager)
PASS: test_mymanager_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context)
PASS: test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)
PASS: test_apply (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_empty_iterable)
SKIP: test_enter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'
PASS: test_imap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap)
SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered)
SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_make_pool (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_chunksize)
SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_release_task_refs)
SKIP: test_resource_warning (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'
PASS: test_starmap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_wrapped_exception)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'
PASS: test_task_done (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_timeout)
PASS: test_remote (test.test_multiprocessing_forkserver.test_manager.WithManagerTestRemoteManager.test_remote)
PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'

----------------------------------------------------------------------
Ran 82 tests in 15.320s

OK (skipped=15)
0:01:19 load avg: 2.43 [ 60/486] test.test_multiprocessing_forkserver.test_threads passed
test_abort (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_duplex_false)
SKIP: test_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'
SKIP: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'
SKIP: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'
SKIP: test_sendbytes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'
PASS: test_spawn_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_repr)
PASS: test_issue14725 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_locked_2processes) 'test not appropriate for threads'
SKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'
SKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'
PASS: test_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock_locked_2processes) 'test not appropriate for threads'
PASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)
PASS: test_boundaries (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_strings)
PASS: test_apply (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_no_failfast)
SKIP: test_map_unplicklable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'
PASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_wrapped_exception)
SKIP: test_active_children (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_args_argument) "resource 'cpu' is not enabled"
SKIP: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'
SKIP: test_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'
PASS: test_cpu_count (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_cpu_count)
SKIP: test_current (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'
SKIP: test_daemon_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)
SKIP: test_forkserver_auth_is_enabled (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_auth_is_enabled) 'test not appropriate for threads'
SKIP: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'
SKIP: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'
SKIP: test_forkserver_without_auth_fails (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_without_auth_fails) 'test not appropriate for threads'
SKIP: test_interrupt (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_interrupt) 'test not appropriate for threads'
SKIP: test_interrupt_no_handler (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_interrupt_no_handler) 'test not appropriate for threads'
SKIP: test_kill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'
PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_many_processes) "resource 'walltime' is not enabled"
SKIP: test_parent_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'
SKIP: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'
PASS: test_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process)
SKIP: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'
PASS: test_recursion (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_recursion)
SKIP: test_sentinel (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'
SKIP: test_set_executable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'
SKIP: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'
SKIP: test_wait_for_threads (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'
PASS: test_task_done (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'

----------------------------------------------------------------------
Ran 110 tests in 12.404s

OK (skipped=35)
0:01:25 load avg: 3.28 [ 61/486] test.test_multiprocessing_forkserver.test_misc passed
PASS: test_challengeresponse (test.test_multiprocessing_forkserver.test_misc.ChallengeResponseTest.test_challengeresponse)
PASS: test__all__ (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test__all__)
SKIP: test_forked_thread_not_started (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'
PASS: test_large_pool (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool)
PASS: test_preload_main (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_preload_main)
PASS: test_preload_main_large_sys_argv (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_preload_main_large_sys_argv)
PASS: test_preload_main_sys_argv (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_preload_main_sys_argv)
SKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) "start_method='forkserver', not 'spawn'; avoids redundant testing."
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_answer_challenge_auth_failure)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_deliver_challenge_auth_failure)
PASS: test_semlock_subclass (test.test_multiprocessing_forkserver.test_misc.SemLockTests.test_semlock_subclass)
PASS: test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_forkserver.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances)
PASS: test_closefd (test.test_multiprocessing_forkserver.test_misc.TestCloseFds.test_closefd)
PASS: test_flags (test.test_multiprocessing_forkserver.test_misc.TestFlags.test_flags)
PASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestForkAwareThreadLock.test_lock)
PASS: test_ignore (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore)
PASS: test_ignore_listener (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore_listener)
PASS: test_manager_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_manager_initializer)
PASS: test_pool_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_pool_initializer)
PASS: test_only_run_in_forkserver_testsuite (test.test_multiprocessing_forkserver.test_misc.TestInternalDecorators.test_only_run_in_forkserver_testsuite)
SKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_forkserver.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'
PASS: test_invalid_family (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family)
SKIP: test_invalid_family_win32 (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'
PASS: test_invalid_handles (test.test_multiprocessing_forkserver.test_misc.TestInvalidHandle.test_invalid_handles)
PASS: test_dispatch (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_dispatch)
PASS: test_queue_get (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_queue_get)
SKIP: test_global_named_resource_spawn (test.test_multiprocessing_forkserver.test_misc.TestNamedResource.test_global_named_resource_spawn) "start_method='forkserver', not 'spawn'; spawn specific test."
PASS: test_noforkbomb (test.test_multiprocessing_forkserver.test_misc.TestNoForkBomb.test_noforkbomb)
PASS: test_release_unused_processes (test.test_multiprocessing_forkserver.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)
PASS: test_resource_tracker (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker)
PASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)
test_resource_tracker_exit_code (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_exit_code)
PASS: Test the exit code of the resource tracker.
PASS: test_resource_tracker_reused (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_reused)
PASS: test_resource_tracker_sigint (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigint)
PASS: test_resource_tracker_sigkill (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigkill)
PASS: test_resource_tracker_sigterm (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigterm)
PASS: test_too_long_name_resource (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_too_long_name_resource)
PASS: test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors (test.test_multiprocessing_forkserver.test_misc.TestSharedMemoryNames.test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors)
PASS: test_close (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_close)
PASS: test_closed (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_closed)
PASS: test_empty (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty)
PASS: test_empty_exceptions (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty_exceptions)
PASS: test_context (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context)
PASS: test_context_check_module_types (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context_check_module_types)
SKIP: test_freeze_support_dont_set_context (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_freeze_support_dont_set_context) "start_method='forkserver', not 'spawn'; freeze_support is not start method specific"
PASS: test_get_all_start_methods (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_get_all_start_methods)
SKIP: test_mixed_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_mixed_startmethod) "start_method='forkserver', not 'spawn'; avoids redundant testing."
PASS: test_nested_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_nested_startmethod)
PASS: test_preload_resources (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_preload_resources)
PASS: test_set_get (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_set_get)
PASS: test_spawn_dont_set_context (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_spawn_dont_set_context)
PASS: test_flushing (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_flushing)
PASS: test_pool_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)
PASS: test_queue_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)
PASS: test_array (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_array)
PASS: test_barrier (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_barrier)
PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_bounded_semaphore)
PASS: test_condition (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_condition)
PASS: test_dict (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_dict)
PASS: test_event (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_event)
PASS: test_joinable_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_joinable_queue)
PASS: test_list (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_list)
PASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_lock)
PASS: test_namespace (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_namespace)
PASS: test_pool (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_pool)
PASS: test_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_queue)
PASS: test_rlock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_rlock)
PASS: test_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_semaphore)
PASS: test_set (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_set)
PASS: test_set_contain_all_method (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_set_contain_all_method)
PASS: test_set_init (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_set_init)
PASS: test_value (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_value)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_misc.TestTimeouts.test_timeout)
PASS: test_neg_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_neg_timeout)
PASS: test_wait (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait)
SKIP: test_wait_integer (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_integer) "resource 'walltime' is not enabled"
PASS: test_wait_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_slow)
PASS: test_wait_socket (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket)
PASS: test_wait_socket_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket_slow)
SKIP: test_wait_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_timeout) "resource 'walltime' is not enabled"
PASS: test_import (test.test_multiprocessing_forkserver.test_misc._TestImportStar.test_import)

----------------------------------------------------------------------
Ran 81 tests in 21.413s

OK (skipped=9)
0:01:34 load avg: 3.32 [ 62/486] test.test_multiprocessing_spawn.test_manager passed
test_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread)
SKIP: test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'
test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout)
PASS: test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict)
PASS: test_dict_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_isinstance)
PASS: test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter)
PASS: test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested)
PASS: test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list)
PASS: test_list_isinstance (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_isinstance)
PASS: test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter)
PASS: test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list)
PASS: test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace)
PASS: test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue)
PASS: test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr)
PASS: test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_locked_2processes) 'test not appropriate for manager'
SKIP: test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'
SKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'
PASS: test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_locked_2processes) 'test not appropriate for manager'
PASS: test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart)
PASS: test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager)
PASS: test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context)
PASS: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)
PASS: test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable)
SKIP: test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'
PASS: test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap)
SKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered)
SKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize)
SKIP: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'
PASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs)
SKIP: test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'
PASS: test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'
PASS: test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout)
PASS: test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote)
PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'

----------------------------------------------------------------------
Ran 82 tests in 21.602s

OK (skipped=15)
0:01:43 load avg: 3.27 [ 63/486] test.test_multiprocessing_spawn.test_misc passed -- running (1): test.test_multiprocessing_forkserver.test_processes (36.6 sec)
PASS: test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse)
PASS: test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__)
SKIP: test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'
PASS: test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool)
SKIP: test_preload_main (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main) 'forkserver specific test'
SKIP: test_preload_main_large_sys_argv (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main_large_sys_argv) "start_method='spawn', not 'forkserver'; forkserver specific test."
SKIP: test_preload_main_sys_argv (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_preload_main_sys_argv) 'forkserver specific test'
PASS: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import)
PASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure)
PASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure)
PASS: test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass)
PASS: test_default_kwargs_not_shared_between_instances (test.test_multiprocessing_spawn.test_misc.TestBaseProcessKwargs.test_default_kwargs_not_shared_between_instances)
PASS: test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd)
PASS: test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags)
PASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock)
PASS: test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore)
PASS: test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener)
PASS: test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer)
PASS: test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer)
SKIP: test_only_run_in_forkserver_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_forkserver_testsuite) 'only run in test_multiprocessing_forkserver.'
PASS: test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite)
PASS: test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family)
SKIP: test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'
PASS: test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles)
PASS: test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch)
PASS: test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get)
PASS: test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn)
PASS: test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb)
PASS: test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)
PASS: test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker)
PASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)
test_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code)
PASS: Test the exit code of the resource tracker.
PASS: test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused)
PASS: test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint)
PASS: test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill)
PASS: test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm)
PASS: test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource)
PASS: test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors (test.test_multiprocessing_spawn.test_misc.TestSharedMemoryNames.test_that_shared_memory_name_with_colons_has_no_resource_tracker_errors)
PASS: test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close)
PASS: test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed)
PASS: test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty)
PASS: test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions)
PASS: test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context)
PASS: test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types)
PASS: test_freeze_support_dont_set_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_freeze_support_dont_set_context)
PASS: test_get_all_start_methods (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all_start_methods)
SKIP: test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod) "start_method='forkserver', not 'spawn'; avoids redundant testing."
PASS: test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod)
PASS: test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources)
PASS: test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get)
PASS: test_spawn_dont_set_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_spawn_dont_set_context)
PASS: test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing)
PASS: test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)
PASS: test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)
PASS: test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array)
PASS: test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier)
PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore)
PASS: test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition)
PASS: test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict)
PASS: test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event)
PASS: test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue)
PASS: test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list)
PASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock)
PASS: test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace)
PASS: test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool)
PASS: test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue)
PASS: test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock)
PASS: test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore)
PASS: test_set (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set)
PASS: test_set_contain_all_method (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_contain_all_method)
PASS: test_set_init (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_set_init)
PASS: test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value)
PASS: test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout)
PASS: test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout)
PASS: test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait)
SKIP: test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) "resource 'walltime' is not enabled"
PASS: test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow)
PASS: test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket)
PASS: test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow)
SKIP: test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) "resource 'walltime' is not enabled"
PASS: test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import)

----------------------------------------------------------------------
Ran 81 tests in 23.067s

OK (skipped=9)
0:01:44 load avg: 3.27 [ 64/486] test.test_multiprocessing_forkserver.test_processes passed (37.6 sec)
PASS: test_array (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array)
PASS: test_array_from_size (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array_from_size)
PASS: test_getobj_getlock_obj (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)
PASS: test_rawarray (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_rawarray)
PASS: test_atexit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestAtExit.test_atexit)
test_abort (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_duplex_false)
PASS: test_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_fd_transfer)
PASS: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_large_fd_transfer)
PASS: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)
PASS: test_sendbytes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_sendbytes)
PASS: test_spawn_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_repr)
PASS: test_finalize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_finalize)
SKIP: test_thread_safety (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_thread_safety) "resource 'cpu' is not enabled"
PASS: test_free_from_gc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_free_from_gc)
PASS: test_heap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_heap)
PASS: test_abstract_socket (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_abstract_socket)
PASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_context)
PASS: test_empty_authkey (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey)
PASS: test_multiple_bind (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_multiple_bind)
PASS: test_issue14725 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_context)
PASS: test_lock_locked_2processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_locked_2processes)
PASS: test_repr_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_lock)
PASS: test_repr_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock)
PASS: test_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock_context)
PASS: test_rlock_locked_2processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock_locked_2processes)
PASS: test_enable_logging (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_enable_logging)
PASS: test_filename (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_filename)
PASS: test_level (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_level)
PASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)
PASS: test_access (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_access)
PASS: test_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_pickling)
PASS: test_boundaries (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_strings)
PASS: test_poll_eintr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPollEintr.test_poll_eintr)
PASS: test_apply (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_wrapped_exception)
PASS: test_async_error_callback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)
PASS: test_unpickleable_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)
PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)
PASS: test_pool_worker_lifetime (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)
PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)
PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)
SKIP: test_active_children (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_args_argument) "resource 'cpu' is not enabled"
PASS: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_child_fd_inflation)
PASS: test_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_close)
PASS: test_cpu_count (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_cpu_count)
PASS: test_current (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_current)
PASS: test_daemon_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_daemon_argument)
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)
PASS: test_forkserver_auth_is_enabled (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_auth_is_enabled)
PASS: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigint)
PASS: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigkill)
PASS: test_forkserver_without_auth_fails (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_without_auth_fails)
test_interrupt (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_interrupt) ... Process Process-152:
Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/process.py", line 320, in _bootstrap
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3.14/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/test/_test_multiprocessing.py", line 569, in _sleep_some_event
    event.set()
    ~~~~~~~~~^^
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 349, in set
    with self._cond:
         ^^^^^^^^^^
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 247, in __exit__
    return self._lock.__exit__(*args)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3.14/multiprocessing/synchronize.py", line 100, in __exit__
    return self._semlock.__exit__(*args)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
KeyboardInterrupt
ok
PASS: test_interrupt_no_handler (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_interrupt_no_handler)
PASS: test_kill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_kill)
PASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_many_processes) "resource 'walltime' is not enabled"
PASS: test_parent_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process)
PASS: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process_attributes)
PASS: test_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process)
PASS: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)
PASS: test_recursion (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_recursion)
PASS: test_sentinel (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_sentinel)
PASS: test_set_executable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_set_executable)
PASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_terminate)
PASS: test_wait_for_threads (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_wait_for_threads)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_put)
SKIP: test_qsize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'
PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)
PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)
PASS: test_task_done (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_semaphore)
PASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_timeout)
PASS: test_copy (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_copy)
PASS: test_sharedctypes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)
PASS: test_synchronize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_synchronize)
PASS: test_invalid_shared_memory_creation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)
PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)
PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)
PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)
PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)
PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)
PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)
PASS: test_shared_memory_across_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)
PASS: test_shared_memory_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)
PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)
PASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)
PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)
PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)
PASS: test_shared_memory_recreate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)
PASS: test_shared_memory_tracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)
PASS: test_shared_memory_untracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)
PASS: test_child_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)
PASS: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path)
PASS: test_std_streams_flushed_after_preload (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_std_streams_flushed_after_preload)
PASS: test_stderr_flush (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)
PASS: test_subclassing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)
PASS: test_sys_exit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)
PASS: test_getobj_getlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_getobj_getlock)
PASS: test_rawvalue (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_rawvalue)
PASS: test_value (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_value)

----------------------------------------------------------------------
Ran 163 tests in 37.324s

OK (skipped=7)
0:01:46 load avg: 3.27 [ 65/486] test___all__ passed
test_all (test.test___all__.AllTest.test_all) ... Check __hello__
Check __phello__
Check __phello__.spam
Check _aix_support
Check _android_support
Check _apple_support
Check _ast_unparse
Check _collections_abc
Check _colorize
Check _compat_pickle
Check _ios_support
Check _markupbase
Check _opcode_metadata
Check _osx_support
Check _py_abc
Check _py_warnings
Check _pydatetime
Check _pydecimal
Check _pyio
Check _pylong
Check _pyrepl
Check _pyrepl.__main__
Check _pyrepl._module_completer
Check _pyrepl._threading_handler
Check _pyrepl.base_eventqueue
Check _pyrepl.commands
Check _pyrepl.completing_reader
Check _pyrepl.console
Check _pyrepl.fancy_termios
Check _pyrepl.historical_reader
Check _pyrepl.input
Check _pyrepl.keymap
Check _pyrepl.main
Check _pyrepl.pager
Check _pyrepl.reader
Check _pyrepl.readline
Check _pyrepl.simple_interact
Check _pyrepl.terminfo
Check _pyrepl.trace
Check _pyrepl.types
Check _pyrepl.unix_console
Check _pyrepl.unix_eventqueue
Check _pyrepl.utils
Check _pyrepl.windows_console
Check _pyrepl.windows_eventqueue
Check _sitebuiltins
Check _strptime
Check _sysconfigdata__linux_aarch64-linux-musl
Check _threading_local
Check _weakrefset
Check abc
Check annotationlib
Check antigravity
Check argparse
Check ast
Check asyncio
Check asyncio.__main__
Check asyncio.base_events
Check asyncio.base_futures
Check asyncio.base_subprocess
Check asyncio.base_tasks
Check asyncio.constants
Check asyncio.coroutines
Check asyncio.events
Check asyncio.exceptions
Check asyncio.format_helpers
Check asyncio.futures
Check asyncio.graph
Check asyncio.locks
Check asyncio.log
Check asyncio.mixins
Check asyncio.proactor_events
Check asyncio.protocols
Check asyncio.queues
Check asyncio.runners
Check asyncio.selector_events
Check asyncio.sslproto
Check asyncio.staggered
Check asyncio.streams
Check asyncio.subprocess
Check asyncio.taskgroups
Check asyncio.tasks
Check asyncio.threads
Check asyncio.timeouts
Check asyncio.tools
Check asyncio.transports
Check asyncio.trsock
Check asyncio.unix_events
Check asyncio.windows_events
Check asyncio.windows_utils
Check base64
Check bdb
Check bisect
Check bz2
Check cProfile
Check calendar
Check cmd
Check code
Check codecs
Check codeop
Check collections
Check colorsys
Check compileall
Check compression
Check compression._common
Check compression._common._streams
Check compression.bz2
Check compression.gzip
Check compression.lzma
Check compression.zlib
Check compression.zstd
Check compression.zstd._zstdfile
Check concurrent
Check concurrent.futures
Check concurrent.futures._base
Check concurrent.futures.interpreter
Check concurrent.futures.process
Check concurrent.futures.thread
Check concurrent.interpreters
Check concurrent.interpreters._crossinterp
Check concurrent.interpreters._queues
Check configparser
Check contextlib
Check contextvars
Check copy
Check copyreg
Check csv
Check ctypes
Check ctypes._aix
Check ctypes._endian
Check ctypes._layout
Check ctypes.macholib
Check ctypes.macholib.dyld
Check ctypes.macholib.dylib
Check ctypes.macholib.framework
Check ctypes.util
Check ctypes.wintypes
Check curses
Check curses.ascii
Check curses.has_key
Check curses.panel
Check curses.textpad
Check dataclasses
Check datetime
Check dbm
Check dbm.dumb
Check dbm.gnu
Check dbm.ndbm
Check dbm.sqlite3
Check decimal
Check difflib
Check dis
Check doctest
Check email
Check email._encoded_words
Check email._header_value_parser
Check email._parseaddr
Check email._policybase
Check email.base64mime
Check email.charset
Check email.contentmanager
Check email.encoders
Check email.errors
Check email.feedparser
Check email.generator
Check email.header
Check email.headerregistry
Check email.iterators
Check email.message
Check email.mime
Check email.mime.application
Check email.mime.audio
Check email.mime.base
Check email.mime.image
Check email.mime.message
Check email.mime.multipart
Check email.mime.nonmultipart
Check email.mime.text
Check email.parser
Check email.policy
Check email.quoprimime
Check email.utils
Check encodings
Check encodings._win_cp_codecs
Check encodings.aliases
Check encodings.ascii
Check encodings.base64_codec
Check encodings.big5
Check encodings.big5hkscs
Check encodings.bz2_codec
Check encodings.charmap
Check encodings.cp037
Check encodings.cp1006
Check encodings.cp1026
Check encodings.cp1125
Check encodings.cp1140
Check encodings.cp1250
Check encodings.cp1251
Check encodings.cp1252
Check encodings.cp1253
Check encodings.cp1254
Check encodings.cp1255
Check encodings.cp1256
Check encodings.cp1257
Check encodings.cp1258
Check encodings.cp273
Check encodings.cp424
Check encodings.cp437
Check encodings.cp500
Check encodings.cp720
Check encodings.cp737
Check encodings.cp775
Check encodings.cp850
Check encodings.cp852
Check encodings.cp855
Check encodings.cp856
Check encodings.cp857
Check encodings.cp858
Check encodings.cp860
Check encodings.cp861
Check encodings.cp862
Check encodings.cp863
Check encodings.cp864
Check encodings.cp865
Check encodings.cp866
Check encodings.cp869
Check encodings.cp874
Check encodings.cp875
Check encodings.cp932
Check encodings.cp949
Check encodings.cp950
Check encodings.euc_jis_2004
Check encodings.euc_jisx0213
Check encodings.euc_jp
Check encodings.euc_kr
Check encodings.gb18030
Check encodings.gb2312
Check encodings.gbk
Check encodings.hex_codec
Check encodings.hp_roman8
Check encodings.hz
Check encodings.idna
Check encodings.iso2022_jp
Check encodings.iso2022_jp_1
Check encodings.iso2022_jp_2
Check encodings.iso2022_jp_2004
Check encodings.iso2022_jp_3
Check encodings.iso2022_jp_ext
Check encodings.iso2022_kr
Check encodings.iso8859_1
Check encodings.iso8859_10
Check encodings.iso8859_11
Check encodings.iso8859_13
Check encodings.iso8859_14
Check encodings.iso8859_15
Check encodings.iso8859_16
Check encodings.iso8859_2
Check encodings.iso8859_3
Check encodings.iso8859_4
Check encodings.iso8859_5
Check encodings.iso8859_6
Check encodings.iso8859_7
Check encodings.iso8859_8
Check encodings.iso8859_9
Check encodings.johab
Check encodings.koi8_r
Check encodings.koi8_t
Check encodings.koi8_u
Check encodings.kz1048
Check encodings.latin_1
Check encodings.mac_arabic
Check encodings.mac_croatian
Check encodings.mac_cyrillic
Check encodings.mac_farsi
Check encodings.mac_greek
Check encodings.mac_iceland
Check encodings.mac_latin2
Check encodings.mac_roman
Check encodings.mac_romanian
Check encodings.mac_turkish
Check encodings.mbcs
Check encodings.oem
Check encodings.palmos
Check encodings.ptcp154
Check encodings.punycode
Check encodings.quopri_codec
Check encodings.raw_unicode_escape
Check encodings.rot_13
Check encodings.shift_jis
Check encodings.shift_jis_2004
Check encodings.shift_jisx0213
Check encodings.tis_620
Check encodings.undefined
Check encodings.unicode_escape
Check encodings.utf_16
Check encodings.utf_16_be
Check encodings.utf_16_le
Check encodings.utf_32
Check encodings.utf_32_be
Check encodings.utf_32_le
Check encodings.utf_7
Check encodings.utf_8
Check encodings.utf_8_sig
Check encodings.uu_codec
Check encodings.zlib_codec
Check ensurepip
Check ensurepip.__main__
Check ensurepip._uninstall
Check enum
Check filecmp
Check fileinput
Check fnmatch
Check fractions
Check ftplib
Check functools
Check genericpath
Check getopt
Check getpass
Check gettext
Check glob
Check graphlib
Check gzip
Check hashlib
Check heapq
Check hmac
Check html
Check html.entities
Check html.parser
Check http
Check http.client
Check http.cookiejar
Check http.cookies
Check http.server
Check idlelib
Check idlelib.__main__
Check idlelib.autocomplete
Check idlelib.autocomplete_w
Check idlelib.autoexpand
Check idlelib.browser
Check idlelib.calltip
Check idlelib.calltip_w
Check idlelib.codecontext
Check idlelib.colorizer
Check idlelib.config
Check idlelib.config_key
Check idlelib.configdialog
Check idlelib.debugger
Check idlelib.debugger_r
Check idlelib.debugobj
Check idlelib.debugobj_r
Check idlelib.delegator
Check idlelib.dynoption
Check idlelib.editor
Check idlelib.filelist
Check idlelib.format
Check idlelib.grep
Check idlelib.help
Check idlelib.help_about
Check idlelib.history
Check idlelib.hyperparser
Check idlelib.idle
Check idlelib.idle_test
Check idlelib.idle_test.htest
Check idlelib.idle_test.mock_idle
Check idlelib.idle_test.mock_tk
Check idlelib.idle_test.template
Check idlelib.idle_test.test_autocomplete
Check idlelib.idle_test.test_autocomplete_w
Check idlelib.idle_test.test_autoexpand
Check idlelib.idle_test.test_browser
Check idlelib.idle_test.test_calltip
Check idlelib.idle_test.test_calltip_w
Check idlelib.idle_test.test_codecontext
Check idlelib.idle_test.test_colorizer
Check idlelib.idle_test.test_config
Check idlelib.idle_test.test_config_key
Check idlelib.idle_test.test_configdialog
Check idlelib.idle_test.test_debugger
Check idlelib.idle_test.test_debugger_r
Check idlelib.idle_test.test_debugobj
Check idlelib.idle_test.test_debugobj_r
Check idlelib.idle_test.test_delegator
Check idlelib.idle_test.test_editmenu
Check idlelib.idle_test.test_editor
Check idlelib.idle_test.test_filelist
Check idlelib.idle_test.test_format
Check idlelib.idle_test.test_grep
Check idlelib.idle_test.test_help
Check idlelib.idle_test.test_help_about
Check idlelib.idle_test.test_history
Check idlelib.idle_test.test_hyperparser
Check idlelib.idle_test.test_iomenu
Check idlelib.idle_test.test_macosx
Check idlelib.idle_test.test_mainmenu
Check idlelib.idle_test.test_multicall
Check idlelib.idle_test.test_outwin
Check idlelib.idle_test.test_parenmatch
Check idlelib.idle_test.test_pathbrowser
Check idlelib.idle_test.test_percolator
Check idlelib.idle_test.test_pyparse
Check idlelib.idle_test.test_pyshell
Check idlelib.idle_test.test_query
Check idlelib.idle_test.test_redirector
Check idlelib.idle_test.test_replace
Check idlelib.idle_test.test_rpc
Check idlelib.idle_test.test_run
Check idlelib.idle_test.test_runscript
Check idlelib.idle_test.test_scrolledlist
Check idlelib.idle_test.test_search
Check idlelib.idle_test.test_searchbase
Check idlelib.idle_test.test_searchengine
Check idlelib.idle_test.test_sidebar
Check idlelib.idle_test.test_squeezer
Check idlelib.idle_test.test_stackviewer
Check idlelib.idle_test.test_statusbar
Check idlelib.idle_test.test_text
Check idlelib.idle_test.test_textview
Check idlelib.idle_test.test_tooltip
Check idlelib.idle_test.test_tree
Check idlelib.idle_test.test_undo
Check idlelib.idle_test.test_util
Check idlelib.idle_test.test_warning
Check idlelib.idle_test.test_window
Check idlelib.idle_test.test_zoomheight
Check idlelib.idle_test.test_zzdummy
Check idlelib.idle_test.tkinter_testing_utils
Check idlelib.iomenu
Check idlelib.macosx
Check idlelib.mainmenu
Check idlelib.multicall
Check idlelib.outwin
Check idlelib.parenmatch
Check idlelib.pathbrowser
Check idlelib.percolator
Check idlelib.pyparse
Check idlelib.pyshell
Check idlelib.query
Check idlelib.redirector
Check idlelib.replace
Check idlelib.rpc
Check idlelib.run
Check idlelib.runscript
Check idlelib.scrolledlist
Check idlelib.search
Check idlelib.searchbase
Check idlelib.searchengine
Check idlelib.sidebar
Check idlelib.squeezer
Check idlelib.stackviewer
Check idlelib.statusbar
Check idlelib.textview
Check idlelib.tooltip
Check idlelib.tree
Check idlelib.undo
Check idlelib.util
Check idlelib.window
Check idlelib.zoomheight
Check idlelib.zzdummy
Check imaplib
Check importlib
Check importlib._abc
Check importlib._bootstrap
Check importlib._bootstrap_external
Check importlib.abc
Check importlib.machinery
Check importlib.metadata
Check importlib.metadata._adapters
Check importlib.metadata._collections
Check importlib.metadata._functools
Check importlib.metadata._itertools
Check importlib.metadata._meta
Check importlib.metadata._text
Check importlib.metadata.diagnose
Check importlib.readers
Check importlib.resources
Check importlib.resources._adapters
Check importlib.resources._common
Check importlib.resources._functional
Check importlib.resources._itertools
Check importlib.resources.abc
Check importlib.resources.readers
Check importlib.resources.simple
Check importlib.simple
Check importlib.util
Check inspect
Check io
Check ipaddress
Check json
Check json.__main__
Check json.decoder
Check json.encoder
Check json.scanner
Check json.tool
Check keyword
Check linecache
Check locale
Check logging
Check logging.config
Check logging.handlers
Check lzma
Check mailbox
Check mimetypes
Check modulefinder
Check multiprocessing
Check multiprocessing.connection
Check multiprocessing.context
Check multiprocessing.dummy
Check multiprocessing.dummy.connection
Check multiprocessing.forkserver
Check multiprocessing.heap
Check multiprocessing.managers
Check multiprocessing.pool
Check multiprocessing.popen_fork
Check multiprocessing.popen_forkserver
Check multiprocessing.popen_spawn_posix
Check multiprocessing.popen_spawn_win32
Check multiprocessing.process
Check multiprocessing.queues
Check multiprocessing.reduction
Check multiprocessing.resource_sharer
Check multiprocessing.resource_tracker
Check multiprocessing.shared_memory
Check multiprocessing.sharedctypes
Check multiprocessing.spawn
Check multiprocessing.synchronize
Check multiprocessing.util
Check netrc
Check ntpath
Check nturl2path
Check numbers
Check opcode
Check operator
Check optparse
Check os
Check pathlib
Check pathlib._local
Check pathlib._os
Check pathlib.types
Check pdb
Check pickle
Check pickletools
Check pkgutil
Check platform
Check plistlib
Check poplib
Check posixpath
Check pprint
Check profile
Check pstats
Check pty
Check py_compile
Check pyclbr
Check pydoc
Check pydoc_data
Check pydoc_data.module_docs
Check pydoc_data.topics
Check queue
Check quopri
Check random
Check re
Check re._casefix
Check re._compiler
Check re._constants
Check re._parser
Check reprlib
Check rlcompleter
Check runpy
Check sched
Check secrets
Check selectors
Check shelve
Check shlex
Check shutil
Check signal
Check site
Check smtplib
Check socket
Check socketserver
Check sqlite3
Check sqlite3.__main__
Check sqlite3.dbapi2
Check sqlite3.dump
Check sre_compile
Check sre_constants
Check sre_parse
Check ssl
Check stat
Check statistics
Check string
Check string.templatelib
Check stringprep
Check struct
Check subprocess
Check symtable
Check sysconfig
Check sysconfig.__main__
Check tabnanny
Check tarfile
Check tempfile
Check test
Check test.__main__
Check test._code_definitions
Check test._crossinterp_definitions
Check test._test_atexit
Check test._test_eintr
Check test._test_embed_structseq
Check test._test_gc_fast_cycles
Check test._test_monitoring_shutdown
Check test._test_multiprocessing
Check test._test_venv_multiprocessing
Check test.archiver_tests
Check test.audiotests
Check test.audit-tests
Check test.autotest
Check test.bisect_cmd
Check test.cov
Check test.curses_tests
Check test.datetimetester
Check test.dis_module
Check test.encoded_modules
Check test.encoded_modules.module_iso_8859_1
Check test.encoded_modules.module_koi8_r
Check test.fork_wait
Check test.leakers
Check test.leakers.test_ctypes
Check test.leakers.test_selftype
Check test.libregrtest
Check test.libregrtest.cmdline
Check test.libregrtest.filter
Check test.libregrtest.findtests
Check test.libregrtest.logger
Check test.libregrtest.main
Check test.libregrtest.parallel_case
Check test.libregrtest.pgo
Check test.libregrtest.refleak
Check test.libregrtest.result
Check test.libregrtest.results
Check test.libregrtest.run_workers
Check test.libregrtest.runtests
Check test.libregrtest.save_env
Check test.libregrtest.setup
Check test.libregrtest.single
Check test.libregrtest.testresult
Check test.libregrtest.tsan
Check test.libregrtest.utils
Check test.libregrtest.win_utils
Check test.libregrtest.worker
Check test.list_tests
Check test.lock_tests
Check test.mapping_tests
Check test.memory_watchdog
Check test.mock_socket
Check test.mp_fork_bomb
Check test.mp_preload
Check test.mp_preload_flush
Check test.mp_preload_large_sysargv
Check test.mp_preload_main
Check test.mp_preload_sysargv
Check test.multibytecodec_support
Check test.picklecommon
Check test.pickletester
Check test.profilee
Check test.pyclbr_input
Check test.pythoninfo
Check test.re_tests
Check test.regrtest
Check test.relimport
Check test.seq_tests
Check test.signalinterproctester
Check test.ssl_servers
Check test.ssltests
Check test.string_tests
Check test.support
Check test.support._hypothesis_stubs
Check test.support._hypothesis_stubs._helpers
Check test.support._hypothesis_stubs.strategies
Check test.support.ast_helper
Check test.support.asynchat
Check test.support.asyncore
Check test.support.bytecode_helper
Check test.support.channels
Check test.support.hashlib_helper
Check test.support.hypothesis_helper
Check test.support.i18n_helper
Check test.support.import_helper
Check test.support.logging_helper
Check test.support.numbers
Check test.support.os_helper
Check test.support.pty_helper
Check test.support.refleak_helper
Check test.support.script_helper
Check test.support.smtpd
Check test.support.socket_helper
Check test.support.strace_helper
Check test.support.testcase
Check test.support.threading_helper
Check test.support.venv
Check test.support.warnings_helper
Check test.test___all__
Check test.test__colorize
Check test.test__interpchannels
Check test.test__interpreters
Check test.test__locale
Check test.test__opcode
Check test.test__osx_support
Check test.test_abc
Check test.test_abstract_numbers
Check test.test_android
Check test.test_annotationlib
Check test.test_apple
Check test.test_argparse
Check test.test_array
Check test.test_asdl_parser
Check test.test_ast
Check test.test_ast.snippets
Check test.test_ast.test_ast
Check test.test_ast.utils
Check test.test_asyncgen
Check test.test_asyncio
Check test.test_asyncio.__main__
Check test.test_asyncio.echo
Check test.test_asyncio.echo2
Check test.test_asyncio.echo3
Check test.test_asyncio.functional
Check test.test_asyncio.test_base_events
Check test.test_asyncio.test_buffered_proto
Check test.test_asyncio.test_context
Check test.test_asyncio.test_eager_task_factory
Check test.test_asyncio.test_events
Check test.test_asyncio.test_free_threading
Check test.test_asyncio.test_futures
Check test.test_asyncio.test_futures2
Check test.test_asyncio.test_graph
Check test.test_asyncio.test_locks
Check test.test_asyncio.test_pep492
Check test.test_asyncio.test_proactor_events
Check test.test_asyncio.test_protocols
Check test.test_asyncio.test_queues
Check test.test_asyncio.test_runners
Check test.test_asyncio.test_selector_events
Check test.test_asyncio.test_sendfile
Check test.test_asyncio.test_server
Check test.test_asyncio.test_sock_lowlevel
Check test.test_asyncio.test_ssl
Check test.test_asyncio.test_sslproto
Check test.test_asyncio.test_staggered
Check test.test_asyncio.test_streams
Check test.test_asyncio.test_subprocess
Check test.test_asyncio.test_taskgroups
Check test.test_asyncio.test_tasks
Check test.test_asyncio.test_threads
Check test.test_asyncio.test_timeouts
Check test.test_asyncio.test_tools
Check test.test_asyncio.test_transports
Check test.test_asyncio.test_unix_events
Check test.test_asyncio.test_waitfor
Check test.test_asyncio.test_windows_events
Check test.test_asyncio.test_windows_utils
Check test.test_asyncio.utils
Check test.test_atexit
Check test.test_audit
Check test.test_augassign
Check test.test_base64
Check test.test_baseexception
Check test.test_bdb
Check test.test_bigaddrspace
Check test.test_bigmem
Check test.test_binascii
Check test.test_binop
Check test.test_bisect
Check test.test_bool
Check test.test_buffer
Check test.test_bufio
Check test.test_build_details
Check test.test_builtin
Check test.test_bytes
Check test.test_bz2
Check test.test_c_locale_coercion
Check test.test_calendar
Check test.test_call
Check test.test_capi
Check test.test_capi.__main__
Check test.test_capi.check_config
Check test.test_capi.test_abstract
Check test.test_capi.test_bytearray
Check test.test_capi.test_bytes
Check test.test_capi.test_codecs
Check test.test_capi.test_complex
Check test.test_capi.test_config
Check test.test_capi.test_dict
Check test.test_capi.test_emscripten
Check test.test_capi.test_eval
Check test.test_capi.test_eval_code_ex
Check test.test_capi.test_exceptions
Check test.test_capi.test_file
Check test.test_capi.test_float
Check test.test_capi.test_frame
Check test.test_capi.test_function
Check test.test_capi.test_getargs
Check test.test_capi.test_hash
Check test.test_capi.test_immortal
Check test.test_capi.test_import
Check test.test_capi.test_list
Check test.test_capi.test_long
Check test.test_capi.test_mem
Check test.test_capi.test_misc
Check test.test_capi.test_number
Check test.test_capi.test_object
Check test.test_capi.test_opt
Check test.test_capi.test_pyatomic
Check test.test_capi.test_run
Check test.test_capi.test_set
Check test.test_capi.test_structmembers
Check test.test_capi.test_sys
Check test.test_capi.test_time
Check test.test_capi.test_tuple
Check test.test_capi.test_type
Check test.test_capi.test_unicode
Check test.test_capi.test_watchers
Check test.test_cext
Check test.test_cext.setup
Check test.test_charmapcodec
Check test.test_class
Check test.test_clinic
Check test.test_cmath
Check test.test_cmd
Check test.test_cmd_line
Check test.test_cmd_line_script
Check test.test_code
Check test.test_code_module
Check test.test_codeccallbacks
Check test.test_codecencodings_cn
Check test.test_codecencodings_hk
Check test.test_codecencodings_iso2022
Check test.test_codecencodings_jp
Check test.test_codecencodings_kr
Check test.test_codecencodings_tw
Check test.test_codecmaps_cn
Check test.test_codecmaps_hk
Check test.test_codecmaps_jp
Check test.test_codecmaps_kr
Check test.test_codecmaps_tw
Check test.test_codecs
Check test.test_codeop
Check test.test_collections
Check test.test_colorsys
Check test.test_compare
Check test.test_compile
Check test.test_compileall
Check test.test_compiler_assemble
Check test.test_compiler_codegen
Check test.test_complex
Check test.test_concurrent_futures
Check test.test_concurrent_futures.executor
Check test.test_concurrent_futures.test_as_completed
Check test.test_concurrent_futures.test_deadlock
Check test.test_concurrent_futures.test_future
Check test.test_concurrent_futures.test_init
Check test.test_concurrent_futures.test_interpreter_pool
Check test.test_concurrent_futures.test_process_pool
Check test.test_concurrent_futures.test_shutdown
Check test.test_concurrent_futures.test_thread_pool
Check test.test_concurrent_futures.test_wait
Check test.test_concurrent_futures.util
Check test.test_configparser
Check test.test_contains
Check test.test_context
Check test.test_contextlib
Check test.test_contextlib_async
Check test.test_copy
Check test.test_copyreg
Check test.test_coroutines
Check test.test_cppext
Check test.test_cppext.setup
Check test.test_cprofile
Check test.test_crossinterp
Check test.test_csv
Check test.test_ctypes
Check test.test_ctypes.__main__
Check test.test_ctypes._support
Check test.test_ctypes.test_aligned_structures
Check test.test_ctypes.test_anon
Check test.test_ctypes.test_array_in_pointer
Check test.test_ctypes.test_arrays
Check test.test_ctypes.test_as_parameter
Check test.test_ctypes.test_bitfields
Check test.test_ctypes.test_buffers
Check test.test_ctypes.test_bytes
Check test.test_ctypes.test_byteswap
Check test.test_ctypes.test_c_simple_type_meta
Check test.test_ctypes.test_callbacks
Check test.test_ctypes.test_cast
Check test.test_ctypes.test_cfuncs
Check test.test_ctypes.test_checkretval
Check test.test_ctypes.test_delattr
Check test.test_ctypes.test_dlerror
Check test.test_ctypes.test_dllist
Check test.test_ctypes.test_errno
Check test.test_ctypes.test_find
Check test.test_ctypes.test_frombuffer
Check test.test_ctypes.test_funcptr
Check test.test_ctypes.test_functions
Check test.test_ctypes.test_generated_structs
Check test.test_ctypes.test_incomplete
Check test.test_ctypes.test_init
Check test.test_ctypes.test_internals
Check test.test_ctypes.test_keeprefs
Check test.test_ctypes.test_libc
Check test.test_ctypes.test_loading
Check test.test_ctypes.test_macholib
Check test.test_ctypes.test_memfunctions
Check test.test_ctypes.test_numbers
Check test.test_ctypes.test_objects
Check test.test_ctypes.test_parameters
Check test.test_ctypes.test_pep3118
Check test.test_ctypes.test_pickling
Check test.test_ctypes.test_pointers
Check test.test_ctypes.test_prototypes
Check test.test_ctypes.test_python_api
Check test.test_ctypes.test_random_things
Check test.test_ctypes.test_refcounts
Check test.test_ctypes.test_repr
Check test.test_ctypes.test_returnfuncptrs
Check test.test_ctypes.test_simplesubclasses
Check test.test_ctypes.test_sizes
Check test.test_ctypes.test_slicing
Check test.test_ctypes.test_stringptr
Check test.test_ctypes.test_strings
Check test.test_ctypes.test_struct_fields
Check test.test_ctypes.test_structunion
Check test.test_ctypes.test_structures
Check test.test_ctypes.test_unaligned_structures
Check test.test_ctypes.test_unicode
Check test.test_ctypes.test_values
Check test.test_ctypes.test_varsize_struct
Check test.test_ctypes.test_win32
Check test.test_ctypes.test_win32_com_foreign_func
Check test.test_ctypes.test_wintypes
Check test.test_curses
Check test.test_dataclasses
Check test.test_dataclasses.dataclass_module_1
Check test.test_dataclasses.dataclass_module_1_str
Check test.test_dataclasses.dataclass_module_2
Check test.test_dataclasses.dataclass_module_2_str
Check test.test_dataclasses.dataclass_textanno
Check test.test_datetime
Check test.test_dbm
Check test.test_dbm_dumb
Check test.test_dbm_gnu
Check test.test_dbm_ndbm
Check test.test_dbm_sqlite3
Check test.test_decimal
Check test.test_decorators
Check test.test_defaultdict
Check test.test_deque
Check test.test_descr
Check test.test_descrtut
Check test.test_devpoll
Check test.test_dict
Check test.test_dictcomps
Check test.test_dictviews
Check test.test_difflib
Check test.test_dis
Check test.test_doctest
Check test.test_doctest.decorator_mod
Check test.test_doctest.doctest_aliases
Check test.test_doctest.doctest_lineno
Check test.test_doctest.sample_doctest
Check test.test_doctest.sample_doctest_errors
Check test.test_doctest.sample_doctest_no_docstrings
Check test.test_doctest.sample_doctest_no_doctests
Check test.test_doctest.sample_doctest_skip
Check test.test_doctest.test_doctest
Check test.test_doctest.test_doctest2
Check test.test_docxmlrpc
Check test.test_dtrace
Check test.test_dynamic
Check test.test_dynamicclassattribute
Check test.test_eintr
Check test.test_email
Check test.test_email.__main__
Check test.test_email.test__encoded_words
Check test.test_email.test__header_value_parser
Check test.test_email.test_asian_codecs
Check test.test_email.test_contentmanager
Check test.test_email.test_defect_handling
Check test.test_email.test_email
Check test.test_email.test_generator
Check test.test_email.test_headerregistry
Check test.test_email.test_inversion
Check test.test_email.test_message
Check test.test_email.test_parser
Check test.test_email.test_pickleable
Check test.test_email.test_policy
Check test.test_email.test_utils
Check test.test_email.torture_test
Check test.test_embed
Check test.test_ensurepip
Check test.test_enum
Check test.test_enumerate
Check test.test_eof
Check test.test_epoll
Check test.test_errno
Check test.test_except_star
Check test.test_exception_group
Check test.test_exception_hierarchy
Check test.test_exception_variations
Check test.test_exceptions
Check test.test_extcall
Check test.test_external_inspection
Check test.test_faulthandler
Check test.test_fcntl
Check test.test_file
Check test.test_file_eintr
Check test.test_filecmp
Check test.test_fileinput
Check test.test_fileio
Check test.test_fileutils
Check test.test_finalization
Check test.test_float
Check test.test_flufl
Check test.test_fnmatch
Check test.test_fork1
Check test.test_format
Check test.test_fractions
Check test.test_frame
Check test.test_free_threading
Check test.test_free_threading.test_bisect
Check test.test_free_threading.test_capi
Check test.test_free_threading.test_code
Check test.test_free_threading.test_collections
Check test.test_free_threading.test_cprofile
Check test.test_free_threading.test_csv
Check test.test_free_threading.test_dbm_gnu
Check test.test_free_threading.test_dict
Check test.test_free_threading.test_enumerate
Check test.test_free_threading.test_frame
Check test.test_free_threading.test_func_annotations
Check test.test_free_threading.test_functools
Check test.test_free_threading.test_gc
Check test.test_free_threading.test_grp
Check test.test_free_threading.test_heapq
Check test.test_free_threading.test_io
Check test.test_free_threading.test_iteration
Check test.test_free_threading.test_itertools_batched
Check test.test_free_threading.test_list
Check test.test_free_threading.test_methodcaller
Check test.test_free_threading.test_mmap
Check test.test_free_threading.test_monitoring
Check test.test_free_threading.test_races
Check test.test_free_threading.test_re
Check test.test_free_threading.test_resource
Check test.test_free_threading.test_reversed
Check test.test_free_threading.test_set
Check test.test_free_threading.test_slots
Check test.test_free_threading.test_str
Check test.test_free_threading.test_tokenize
Check test.test_free_threading.test_type
Check test.test_free_threading.test_uuid
Check test.test_free_threading.test_zip
Check test.test_frozen
Check test.test_fstring
Check test.test_ftplib
Check test.test_funcattrs
Check test.test_functools
Check test.test_future_stmt
Check test.test_future_stmt.badsyntax_future
Check test.test_future_stmt.import_nested_scope_twice
Check test.test_future_stmt.nested_scope
Check test.test_future_stmt.test_future
Check test.test_future_stmt.test_future_flags
Check test.test_future_stmt.test_future_multiple_features
Check test.test_future_stmt.test_future_multiple_imports
Check test.test_future_stmt.test_future_single_import
Check test.test_gc
Check test.test_gdb
Check test.test_gdb.gdb_sample
Check test.test_gdb.test_backtrace
Check test.test_gdb.test_cfunction
Check test.test_gdb.test_cfunction_full
Check test.test_gdb.test_misc
Check test.test_gdb.test_pretty_print
Check test.test_gdb.util
Check test.test_generated_cases
Check test.test_generator_stop
Check test.test_generators
Check test.test_genericalias
Check test.test_genericclass
Check test.test_genericpath
Check test.test_genexps
Check test.test_getopt
Check test.test_getpass
Check test.test_getpath
Check test.test_gettext
Check test.test_glob
Check test.test_global
Check test.test_grammar
Check test.test_graphlib
Check test.test_grp
Check test.test_gzip
Check test.test_hash
Check test.test_hashlib
Check test.test_heapq
Check test.test_hmac
Check test.test_html
Check test.test_htmlparser
Check test.test_http_cookiejar
Check test.test_http_cookies
Check test.test_httplib
Check test.test_httpservers
Check test.test_idle
Check test.test_imaplib
Check test.test_import
Check test.test_import.__main__
Check test.test_importlib
Check test.test_importlib.__main__
Check test.test_importlib.abc
Check test.test_importlib.builtin
Check test.test_importlib.builtin.__main__
Check test.test_importlib.builtin.test_finder
Check test.test_importlib.builtin.test_loader
Check test.test_importlib.extension
Check test.test_importlib.extension.__main__
Check test.test_importlib.extension._test_nonmodule_cases
Check test.test_importlib.extension.test_case_sensitivity
Check test.test_importlib.extension.test_finder
Check test.test_importlib.extension.test_loader
Check test.test_importlib.extension.test_path_hook
Check test.test_importlib.frozen
Check test.test_importlib.frozen.__main__
Check test.test_importlib.frozen.test_finder
Check test.test_importlib.frozen.test_loader
Check test.test_importlib.import_
Check test.test_importlib.import_.__main__
Check test.test_importlib.import_.test___loader__
Check test.test_importlib.import_.test___package__
Check test.test_importlib.import_.test_api
Check test.test_importlib.import_.test_caching
Check test.test_importlib.import_.test_fromlist
Check test.test_importlib.import_.test_helpers
Check test.test_importlib.import_.test_meta_path
Check test.test_importlib.import_.test_packages
Check test.test_importlib.import_.test_path
Check test.test_importlib.import_.test_relative_imports
Check test.test_importlib.metadata
Check test.test_importlib.metadata._context
Check test.test_importlib.metadata._path
Check test.test_importlib.metadata.data
Check test.test_importlib.metadata.fixtures
Check test.test_importlib.metadata.stubs
Check test.test_importlib.metadata.test_api
Check test.test_importlib.metadata.test_main
Check test.test_importlib.metadata.test_zip
Check test.test_importlib.resources
Check test.test_importlib.resources._path
Check test.test_importlib.resources.test_compatibilty_files
Check test.test_importlib.resources.test_contents
Check test.test_importlib.resources.test_custom
Check test.test_importlib.resources.test_files
Check test.test_importlib.resources.test_functional
Check test.test_importlib.resources.test_open
Check test.test_importlib.resources.test_path
Check test.test_importlib.resources.test_read
Check test.test_importlib.resources.test_reader
Check test.test_importlib.resources.test_resource
Check test.test_importlib.resources.util
Check test.test_importlib.resources.zip
Check test.test_importlib.source
Check test.test_importlib.source.__main__
Check test.test_importlib.source.test_case_sensitivity
Check test.test_importlib.source.test_file_loader
Check test.test_importlib.source.test_finder
Check test.test_importlib.source.test_path_hook
Check test.test_importlib.source.test_source_encoding
Check test.test_importlib.test_abc
Check test.test_importlib.test_api
Check test.test_importlib.test_lazy
Check test.test_importlib.test_locks
Check test.test_importlib.test_namespace_pkgs
Check test.test_importlib.test_pkg_import
Check test.test_importlib.test_spec
Check test.test_importlib.test_threaded_import
Check test.test_importlib.test_util
Check test.test_importlib.test_windows
Check test.test_importlib.threaded_import_hangers
Check test.test_importlib.util
Check test.test_index
Check test.test_inspect
Check test.test_inspect.inspect_deferred_annotations
Check test.test_inspect.inspect_fodder
Check test.test_inspect.inspect_fodder2
Check test.test_inspect.inspect_stock_annotations
Check test.test_inspect.inspect_stringized_annotations
Check test.test_inspect.inspect_stringized_annotations_2
Check test.test_inspect.inspect_stringized_annotations_pep695
Check test.test_inspect.test_inspect
Check test.test_int
Check test.test_int_literal
Check test.test_interpreters
Check test.test_interpreters.__main__
Check test.test_interpreters.test_api
Check test.test_interpreters.test_channels
Check test.test_interpreters.test_lifecycle
Check test.test_interpreters.test_queues
Check test.test_interpreters.test_stress
Check test.test_interpreters.utils
Check test.test_io
Check test.test_ioctl
Check test.test_ipaddress
Check test.test_isinstance
Check test.test_iter
Check test.test_iterlen
Check test.test_itertools
Check test.test_json
Check test.test_json.__main__
Check test.test_json.test_decode
Check test.test_json.test_default
Check test.test_json.test_dump
Check test.test_json.test_encode_basestring_ascii
Check test.test_json.test_enum
Check test.test_json.test_fail
Check test.test_json.test_float
Check test.test_json.test_indent
Check test.test_json.test_pass1
Check test.test_json.test_pass2
Check test.test_json.test_pass3
Check test.test_json.test_recursion
Check test.test_json.test_scanstring
Check test.test_json.test_separators
Check test.test_json.test_speedups
Check test.test_json.test_tool
Check test.test_json.test_unicode
Check test.test_keyword
Check test.test_keywordonlyarg
Check test.test_kqueue
Check test.test_largefile
Check test.test_launcher
Check test.test_linecache
Check test.test_list
Check test.test_listcomps
Check test.test_lltrace
Check test.test_locale
Check test.test_logging
Check test.test_long
Check test.test_longexp
Check test.test_lzma
Check test.test_mailbox
Check test.test_marshal
Check test.test_math
Check test.test_math_property
Check test.test_memoryio
Check test.test_memoryview
Check test.test_metaclass
Check test.test_mimetypes
Check test.test_minidom
Check test.test_mmap
Check test.test_module
Check test.test_module.bad_getattr
Check test.test_module.bad_getattr2
Check test.test_module.bad_getattr3
Check test.test_module.final_a
Check test.test_module.final_b
Check test.test_module.good_getattr
Check test.test_modulefinder
Check test.test_monitoring
Check test.test_msvcrt
Check test.test_multibytecodec
Check test.test_multiprocessing_fork
Check test.test_multiprocessing_fork.test_manager
Check test.test_multiprocessing_fork.test_misc
Check test.test_multiprocessing_fork.test_processes
Check test.test_multiprocessing_fork.test_threads
Check test.test_multiprocessing_forkserver
Check test.test_multiprocessing_forkserver.test_manager
Check test.test_multiprocessing_forkserver.test_misc
Check test.test_multiprocessing_forkserver.test_processes
Check test.test_multiprocessing_forkserver.test_threads
Check test.test_multiprocessing_main_handling
Check test.test_multiprocessing_spawn
Check test.test_multiprocessing_spawn.test_manager
Check test.test_multiprocessing_spawn.test_misc
Check test.test_multiprocessing_spawn.test_processes
Check test.test_multiprocessing_spawn.test_threads
Check test.test_named_expressions
Check test.test_netrc
Check test.test_ntpath
Check test.test_nturl2path
Check test.test_numeric_tower
Check test.test_opcache
Check test.test_opcodes
Check test.test_openpty
Check test.test_operator
Check test.test_optimizer
Check test.test_optparse
Check test.test_ordered_dict
Check test.test_os
Check test.test_osx_env
Check test.test_pathlib
Check test.test_pathlib.support
Check test.test_pathlib.support.lexical_path
Check test.test_pathlib.support.local_path
Check test.test_pathlib.support.zip_path
Check test.test_pathlib.test_copy
Check test.test_pathlib.test_join
Check test.test_pathlib.test_join_posix
Check test.test_pathlib.test_join_windows
Check test.test_pathlib.test_pathlib
Check test.test_pathlib.test_read
Check test.test_pathlib.test_write
Check test.test_patma
Check test.test_pdb
Check test.test_peepholer
Check test.test_peg_generator
Check test.test_peg_generator.__main__
Check test.test_peg_generator.test_c_parser
Check test.test_peg_generator.test_first_sets
Check test.test_peg_generator.test_grammar_validator
Check test.test_peg_generator.test_pegen
Check test.test_pep646_syntax
Check test.test_perf_profiler
Check test.test_perfmaps
Check test.test_pickle
Check test.test_picklebuffer
Check test.test_pickletools
Check test.test_pkg
Check test.test_pkgutil
Check test.test_platform
Check test.test_plistlib
Check test.test_poll
Check test.test_popen
Check test.test_poplib
Check test.test_positional_only_arg
Check test.test_posix
Check test.test_posixpath
Check test.test_pow
Check test.test_pprint
Check test.test_print
Check test.test_profile
Check test.test_property
Check test.test_pstats
Check test.test_pty
Check test.test_pulldom
Check test.test_pwd
Check test.test_py_compile
Check test.test_pyclbr
Check test.test_pydoc
Check test.test_pydoc.module_none
Check test.test_pydoc.pydoc_mod
Check test.test_pydoc.pydocfodder
Check test.test_pydoc.test_pydoc
Check test.test_pyexpat
Check test.test_pyrepl
Check test.test_pyrepl.__main__
Check test.test_pyrepl.support
Check test.test_pyrepl.test_eventqueue
Check test.test_pyrepl.test_input
Check test.test_pyrepl.test_interact
Check test.test_pyrepl.test_keymap
Check test.test_pyrepl.test_pyrepl
Check test.test_pyrepl.test_reader
Check test.test_pyrepl.test_terminfo
Check test.test_pyrepl.test_unix_console
Check test.test_pyrepl.test_utils
Check test.test_pyrepl.test_windows_console
Check test.test_queue
Check test.test_quopri
Check test.test_raise
Check test.test_random
Check test.test_range
Check test.test_re
Check test.test_readline
Check test.test_regrtest
Check test.test_remote_pdb
Check test.test_repl
Check test.test_reprlib
Check test.test_resource
Check test.test_richcmp
Check test.test_rlcompleter
Check test.test_robotparser
Check test.test_runpy
Check test.test_sax
Check test.test_sched
Check test.test_scope
Check test.test_script_helper
Check test.test_secrets
Check test.test_select
Check test.test_selectors
Check test.test_set
Check test.test_setcomps
Check test.test_shelve
Check test.test_shlex
Check test.test_shutil
Check test.test_signal
Check test.test_site
Check test.test_slice
Check test.test_smtplib
Check test.test_smtpnet
Check test.test_socket
Check test.test_socketserver
Check test.test_sort
Check test.test_source_encoding
Check test.test_sqlite3
Check test.test_sqlite3.__main__
Check test.test_sqlite3.test_backup
Check test.test_sqlite3.test_cli
Check test.test_sqlite3.test_dbapi
Check test.test_sqlite3.test_dump
Check test.test_sqlite3.test_factory
Check test.test_sqlite3.test_hooks
Check test.test_sqlite3.test_regression
Check test.test_sqlite3.test_transactions
Check test.test_sqlite3.test_types
Check test.test_sqlite3.test_userfunctions
Check test.test_sqlite3.util
Check test.test_ssl
Check test.test_stable_abi_ctypes
Check test.test_startfile
Check test.test_stat
Check test.test_statistics
Check test.test_str
Check test.test_strftime
Check test.test_string
Check test.test_string._support
Check test.test_string.test_string
Check test.test_string.test_templatelib
Check test.test_string_literals
Check test.test_stringprep
Check test.test_strptime
Check test.test_strtod
Check test.test_struct
Check test.test_structseq
Check test.test_subclassinit
Check test.test_subprocess
Check test.test_sundry
Check test.test_super
Check test.test_support
Check test.test_symtable
Check test.test_syntax
Check test.test_sys
Check test.test_sys_setprofile
Check test.test_sys_settrace
Check test.test_sysconfig
Check test.test_syslog
Check test.test_tabnanny
Check test.test_tarfile
Check test.test_tcl
Check test.test_tempfile
Check test.test_termios
Check test.test_textwrap
Check test.test_thread
Check test.test_thread_local_bytecode
Check test.test_threadedtempfile
Check test.test_threading
Check test.test_threading_local
Check test.test_threadsignals
Check test.test_time
Check test.test_timeit
Check test.test_timeout
Check test.test_tkinter
Check test.test_tkinter.__main__
Check test.test_tkinter.support
Check test.test_tkinter.test_colorchooser
Check test.test_tkinter.test_font
Check test.test_tkinter.test_geometry_managers
Check test.test_tkinter.test_images
Check test.test_tkinter.test_loadtk
Check test.test_tkinter.test_messagebox
Check test.test_tkinter.test_misc
Check test.test_tkinter.test_simpledialog
Check test.test_tkinter.test_text
Check test.test_tkinter.test_variables
Check test.test_tkinter.test_widgets
Check test.test_tkinter.widget_tests
Check test.test_tokenize
Check test.test_tomllib
Check test.test_tomllib.__main__
Check test.test_tomllib.burntsushi
Check test.test_tomllib.test_data
Check test.test_tomllib.test_error
Check test.test_tomllib.test_misc
Check test.test_tools
Check test.test_tools.__main__
Check test.test_tools.test_compute_changes
Check test.test_tools.test_freeze
Check test.test_tools.test_i18n
Check test.test_tools.test_makefile
Check test.test_tools.test_makeunicodedata
Check test.test_tools.test_msgfmt
Check test.test_tools.test_reindent
Check test.test_tools.test_sundry
Check test.test_trace
Check test.test_traceback
Check test.test_tracemalloc
Check test.test_tstring
Check test.test_ttk
Check test.test_ttk.__main__
Check test.test_ttk.test_extensions
Check test.test_ttk.test_style
Check test.test_ttk.test_widgets
Check test.test_ttk_textonly
Check test.test_tty
Check test.test_tuple
Check test.test_turtle
Check test.test_type_aliases
Check test.test_type_annotations
Check test.test_type_cache
Check test.test_type_comments
Check test.test_type_params
Check test.test_typechecks
Check test.test_types
Check test.test_typing
Check test.test_ucn
Check test.test_unary
Check test.test_unicode_file
Check test.test_unicode_file_functions
Check test.test_unicode_identifiers
Check test.test_unicodedata
Check test.test_unittest
Check test.test_unittest.__main__
Check test.test_unittest._test_warnings
Check test.test_unittest.dummy
Check test.test_unittest.support
Check test.test_unittest.test_assertions
Check test.test_unittest.test_async_case
Check test.test_unittest.test_break
Check test.test_unittest.test_case
Check test.test_unittest.test_discovery
Check test.test_unittest.test_functiontestcase
Check test.test_unittest.test_loader
Check test.test_unittest.test_program
Check test.test_unittest.test_result
Check test.test_unittest.test_runner
Check test.test_unittest.test_setups
Check test.test_unittest.test_skipping
Check test.test_unittest.test_suite
Check test.test_unittest.test_util
Check test.test_unittest.testmock
Check test.test_unittest.testmock.__main__
Check test.test_unittest.testmock.support
Check test.test_unittest.testmock.testasync
Check test.test_unittest.testmock.testcallable
Check test.test_unittest.testmock.testhelpers
Check test.test_unittest.testmock.testmagicmethods
Check test.test_unittest.testmock.testmock
Check test.test_unittest.testmock.testpatch
Check test.test_unittest.testmock.testsealable
Check test.test_unittest.testmock.testsentinel
Check test.test_unittest.testmock.testthreadingmock
Check test.test_unittest.testmock.testwith
Check test.test_univnewlines
Check test.test_unpack
Check test.test_unpack_ex
Check test.test_unparse
Check test.test_urllib
Check test.test_urllib2
Check test.test_urllib2_localnet
Check test.test_urllib2net
Check test.test_urllib_response
Check test.test_urllibnet
Check test.test_urlparse
Check test.test_userdict
Check test.test_userlist
Check test.test_userstring
Check test.test_utf8_mode
Check test.test_utf8source
Check test.test_uuid
Check test.test_venv
Check test.test_wait3
Check test.test_wait4
Check test.test_warnings
Check test.test_warnings.__main__
Check test.test_wave
Check test.test_weakref
Check test.test_weakset
Check test.test_webbrowser
Check test.test_winapi
Check test.test_winconsoleio
Check test.test_winreg
Check test.test_winsound
Check test.test_with
Check test.test_wmi
Check test.test_wsgiref
Check test.test_xml_dom_minicompat
Check test.test_xml_dom_xmlbuilder
Check test.test_xml_etree
Check test.test_xml_etree_c
Check test.test_xmlrpc
Check test.test_xpickle
Check test.test_xxlimited
Check test.test_xxtestfuzz
Check test.test_yield_from
Check test.test_zipapp
Check test.test_zipfile
Check test.test_zipfile.__main__
Check test.test_zipfile._path
Check test.test_zipfile._path._functools
Check test.test_zipfile._path._itertools
Check test.test_zipfile._path._support
Check test.test_zipfile._path._test_params
Check test.test_zipfile._path.test_complexity
Check test.test_zipfile._path.test_path
Check test.test_zipfile._path.write-alpharep
Check test.test_zipfile.test_core
Check test.test_zipfile64
Check test.test_zipimport
Check test.test_zipimport_support
Check test.test_zlib
Check test.test_zoneinfo
Check test.test_zoneinfo.__main__
Check test.test_zoneinfo._support
Check test.test_zoneinfo.test_zoneinfo
Check test.test_zoneinfo.test_zoneinfo_property
Check test.test_zstd
Check test.testcodec
Check test.tf_inherit_check
Check test.tokenizedata
Check test.tokenizedata.bad_coding
Check test.tokenizedata.bad_coding2
Check test.tokenizedata.badsyntax_3131
Check test.tokenizedata.badsyntax_pep3120
Check test.tokenizedata.coding20731
Check test.tracedmodules
Check test.tracedmodules.testmod
Check test.typinganndata
Check test.typinganndata._typed_dict_helper
Check test.typinganndata.ann_module
Check test.typinganndata.ann_module2
Check test.typinganndata.ann_module3
Check test.typinganndata.ann_module4
Check test.typinganndata.ann_module5
Check test.typinganndata.ann_module6
Check test.typinganndata.ann_module695
Check test.typinganndata.ann_module7
Check test.typinganndata.ann_module8
Check test.typinganndata.ann_module9
Check test.typinganndata.fwdref_module
Check test.typinganndata.mod_generics_cache
Check test.typinganndata.partialexecution
Check test.typinganndata.partialexecution.a
Check test.typinganndata.partialexecution.b
Check test.win_console_handler
Check test.xmltests
Check test.xpickle_worker
Check textwrap
Check this
Check threading
Check timeit
Check tkinter
Check tkinter.__main__
Check tkinter.colorchooser
Check tkinter.commondialog
Check tkinter.constants
Check tkinter.dialog
Check tkinter.dnd
Check tkinter.filedialog
Check tkinter.font
Check tkinter.messagebox
Check tkinter.scrolledtext
Check tkinter.simpledialog
Check tkinter.ttk
Check token
Check tokenize
Check tomllib
Check tomllib._parser
Check tomllib._re
Check tomllib._types
Check trace
Check traceback
Check tracemalloc
Check tty
Check turtle
Check turtledemo
Check turtledemo.__main__
Check turtledemo.bytedesign
Check turtledemo.chaos
Check turtledemo.clock
Check turtledemo.colormixer
Check turtledemo.forest
Check turtledemo.fractalcurves
Check turtledemo.lindenmayer
Check turtledemo.minimal_hanoi
Check turtledemo.nim
Check turtledemo.paint
Check turtledemo.peace
Check turtledemo.penrose
Check turtledemo.planet_and_moon
Check turtledemo.rosette
Check turtledemo.round_dance
Check turtledemo.sorting_animate
Check turtledemo.tree
Check turtledemo.two_canvases
Check turtledemo.yinyang
Check types
Check typing
Check unittest
Check unittest.__main__
Check unittest._log
Check unittest.async_case
Check unittest.case
Check unittest.loader
Check unittest.main
Check unittest.mock
Check unittest.result
Check unittest.runner
Check unittest.signals
Check unittest.suite
Check unittest.util
Check urllib
Check urllib.error
Check urllib.parse
Check urllib.request
Check urllib.response
Check urllib.robotparser
Check uuid
Check venv
Check venv.__main__
Check warnings
Check wave
Check weakref
Check webbrowser
Check wsgiref
Check wsgiref.handlers
Check wsgiref.headers
Check wsgiref.simple_server
Check wsgiref.types
Check wsgiref.util
Check wsgiref.validate
Check xml
Check xml.dom
Check xml.dom.NodeFilter
Check xml.dom.domreg
Check xml.dom.expatbuilder
Check xml.dom.minicompat
Check xml.dom.minidom
Check xml.dom.pulldom
Check xml.dom.xmlbuilder
Check xml.etree
Check xml.etree.ElementInclude
Check xml.etree.ElementPath
Check xml.etree.ElementTree
Check xml.etree.cElementTree
Check xml.parsers
Check xml.parsers.expat
Check xml.sax
Check xml.sax._exceptions
Check xml.sax.expatreader
Check xml.sax.handler
Check xml.sax.saxutils
Check xml.sax.xmlreader
Check xmlrpc
Check xmlrpc.client
Check xmlrpc.server
Check zipapp
Check zipfile
Check zipfile.__main__
Check zipfile._path
Check zipfile._path.glob
Check zipimport
Check zoneinfo
Check zoneinfo._common
Check zoneinfo._tzpath
Check zoneinfo._zoneinfo
Following modules have no __all__ and have been ignored: ['__hello__', '__phello__', '__phello__.spam', '_aix_support', '_android_support', '_apple_support', '_ast_unparse', '_colorize', '_compat_pickle', '_ios_support', '_markupbase', '_opcode_metadata', '_py_abc', '_pylong', '_pyrepl', '_pyrepl.__main__', '_pyrepl._module_completer', '_pyrepl._threading_handler', '_pyrepl.base_eventqueue', '_pyrepl.commands', '_pyrepl.completing_reader', '_pyrepl.console', '_pyrepl.fancy_termios', '_pyrepl.historical_reader', '_pyrepl.input', '_pyrepl.keymap', '_pyrepl.main', '_pyrepl.pager', '_pyrepl.reader', '_pyrepl.simple_interact', '_pyrepl.terminfo', '_pyrepl.trace', '_pyrepl.types', '_pyrepl.unix_console', '_pyrepl.unix_eventqueue', '_pyrepl.utils', '_pyrepl.windows_console', '_pyrepl.windows_eventqueue', '_sitebuiltins', '_sysconfigdata__linux_aarch64-linux-musl', 'abc', 'antigravity', 'ast', 'asyncio.__main__', 'asyncio.base_subprocess', 'asyncio.base_tasks', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.mixins', 'asyncio.sslproto', 'asyncio.tools', 'asyncio.trsock', 'bisect', 'compression', 'compression._common', 'compression._common._streams', 'compression.bz2', 'compression.gzip', 'compression.lzma', 'compression.zlib', 'concurrent', 'concurrent.futures._base', 'concurrent.futures.interpreter', 'concurrent.futures.process', 'concurrent.futures.thread', 'concurrent.interpreters._crossinterp', 'ctypes', 'ctypes._aix', 'ctypes._endian', 'ctypes._layout', 'ctypes.macholib', 'ctypes.util', 'ctypes.wintypes', 'curses', 'curses.ascii', 'curses.has_key', 'curses.panel', 'curses.textpad', 'dbm.gnu', 'dbm.ndbm', 'dbm.sqlite3', 'decimal', 'email._header_value_parser', 'email.contentmanager', 'email.errors', 'email.headerregistry', 'email.mime', 'encodings', 'encodings._win_cp_codecs', 'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec', 'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec', 'encodings.charmap', 'encodings.cp037', 'encodings.cp1006', 'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140', 'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252', 'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255', 'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258', 'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500', 'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850', 'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857', 'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862', 'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866', 'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932', 'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004', 'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr', 'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk', 'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz', 'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1', 'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004', 'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext', 'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10', 'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14', 'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2', 'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5', 'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8', 'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r', 'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048', 'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_croatian', 'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek', 'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman', 'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs', 'encodings.oem', 'encodings.palmos', 'encodings.ptcp154', 'encodings.punycode', 'encodings.quopri_codec', 'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis', 'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620', 'encodings.undefined', 'encodings.unicode_escape', 'encodings.utf_16', 'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32', 'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7', 'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec', 'encodings.zlib_codec', 'ensurepip.__main__', 'ensurepip._uninstall', 'hmac', 'idlelib', 'idlelib.__main__', 'idlelib.autocomplete_w', 'idlelib.autoexpand', 'idlelib.browser', 'idlelib.calltip', 'idlelib.calltip_w', 'idlelib.codecontext', 'idlelib.colorizer', 'idlelib.config', 'idlelib.config_key', 'idlelib.configdialog', 'idlelib.debugger', 'idlelib.debugger_r', 'idlelib.debugobj', 'idlelib.debugobj_r', 'idlelib.delegator', 'idlelib.dynoption', 'idlelib.editor', 'idlelib.filelist', 'idlelib.format', 'idlelib.grep', 'idlelib.help', 'idlelib.help_about', 'idlelib.history', 'idlelib.hyperparser', 'idlelib.idle', 'idlelib.idle_test', 'idlelib.idle_test.htest', 'idlelib.idle_test.mock_idle', 'idlelib.idle_test.mock_tk', 'idlelib.idle_test.template', 'idlelib.idle_test.test_autocomplete_w', 'idlelib.idle_test.test_autoexpand', 'idlelib.idle_test.test_browser', 'idlelib.idle_test.test_calltip', 'idlelib.idle_test.test_calltip_w', 'idlelib.idle_test.test_codecontext', 'idlelib.idle_test.test_colorizer', 'idlelib.idle_test.test_config', 'idlelib.idle_test.test_config_key', 'idlelib.idle_test.test_configdialog', 'idlelib.idle_test.test_debugger', 'idlelib.idle_test.test_debugger_r', 'idlelib.idle_test.test_debugobj', 'idlelib.idle_test.test_debugobj_r', 'idlelib.idle_test.test_delegator', 'idlelib.idle_test.test_editmenu', 'idlelib.idle_test.test_editor', 'idlelib.idle_test.test_filelist', 'idlelib.idle_test.test_format', 'idlelib.idle_test.test_grep', 'idlelib.idle_test.test_help', 'idlelib.idle_test.test_help_about', 'idlelib.idle_test.test_history', 'idlelib.idle_test.test_hyperparser', 'idlelib.idle_test.test_iomenu', 'idlelib.idle_test.test_macosx', 'idlelib.idle_test.test_mainmenu', 'idlelib.idle_test.test_multicall', 'idlelib.idle_test.test_outwin', 'idlelib.idle_test.test_parenmatch', 'idlelib.idle_test.test_pathbrowser', 'idlelib.idle_test.test_percolator', 'idlelib.idle_test.test_pyparse', 'idlelib.idle_test.test_pyshell', 'idlelib.idle_test.test_query', 'idlelib.idle_test.test_redirector', 'idlelib.idle_test.test_replace', 'idlelib.idle_test.test_rpc', 'idlelib.idle_test.test_run', 'idlelib.idle_test.test_runscript', 'idlelib.idle_test.test_scrolledlist', 'idlelib.idle_test.test_search', 'idlelib.idle_test.test_searchbase', 'idlelib.idle_test.test_searchengine', 'idlelib.idle_test.test_sidebar', 'idlelib.idle_test.test_squeezer', 'idlelib.idle_test.test_stackviewer', 'idlelib.idle_test.test_statusbar', 'idlelib.idle_test.test_text', 'idlelib.idle_test.test_textview', 'idlelib.idle_test.test_tooltip', 'idlelib.idle_test.test_tree', 'idlelib.idle_test.test_undo', 'idlelib.idle_test.test_util', 'idlelib.idle_test.test_warning', 'idlelib.idle_test.test_window', 'idlelib.idle_test.test_zoomheight', 'idlelib.idle_test.test_zzdummy', 'idlelib.idle_test.tkinter_testing_utils', 'idlelib.iomenu', 'idlelib.macosx', 'idlelib.mainmenu', 'idlelib.multicall', 'idlelib.outwin', 'idlelib.parenmatch', 'idlelib.pathbrowser', 'idlelib.percolator', 'idlelib.pyparse', 'idlelib.pyshell', 'idlelib.query', 'idlelib.redirector', 'idlelib.replace', 'idlelib.rpc', 'idlelib.run', 'idlelib.runscript', 'idlelib.scrolledlist', 'idlelib.search', 'idlelib.searchbase', 'idlelib.searchengine', 'idlelib.sidebar', 'idlelib.squeezer', 'idlelib.stackviewer', 'idlelib.statusbar', 'idlelib.textview', 'idlelib.tooltip', 'idlelib.tree', 'idlelib.undo', 'idlelib.util', 'idlelib.window', 'idlelib.zoomheight', 'idlelib.zzdummy', 'importlib._abc', 'importlib._bootstrap', 'importlib._bootstrap_external', 'importlib.metadata._adapters', 'importlib.metadata._collections', 'importlib.metadata._functools', 'importlib.metadata._itertools', 'importlib.metadata._meta', 'importlib.metadata._text', 'importlib.metadata.diagnose', 'importlib.resources._adapters', 'importlib.resources._common', 'importlib.resources._functional', 'importlib.resources._itertools', 'importlib.resources.readers', 'importlib.resources.simple', 'ipaddress', 'json.__main__', 'json.encoder', 'json.tool', 'logging.config', 'logging.handlers', 'modulefinder', 'nturl2path', 'pathlib._os', 'pathlib.types', 'platform', 'pydoc_data', 'pydoc_data.module_docs', 'pydoc_data.topics', 're._casefix', 're._compiler', 're._constants', 're._parser', 'selectors', 'signal', 'site', 'sqlite3', 'sqlite3.__main__', 'sqlite3.dbapi2', 'sqlite3.dump', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'string.templatelib', 'stringprep', 'sysconfig.__main__', 'test', 'test.__main__', 'test._code_definitions', 'test._crossinterp_definitions', 'test._test_atexit', 'test._test_eintr', 'test._test_embed_structseq', 'test._test_gc_fast_cycles', 'test._test_monitoring_shutdown', 'test._test_multiprocessing', 'test._test_venv_multiprocessing', 'test.archiver_tests', 'test.audiotests', 'test.audit-tests', 'test.autotest', 'test.bisect_cmd', 'test.cov', 'test.curses_tests', 'test.datetimetester', 'test.dis_module', 'test.encoded_modules', 'test.encoded_modules.module_iso_8859_1', 'test.encoded_modules.module_koi8_r', 'test.fork_wait', 'test.leakers', 'test.leakers.test_ctypes', 'test.leakers.test_selftype', 'test.libregrtest', 'test.libregrtest.cmdline', 'test.libregrtest.filter', 'test.libregrtest.findtests', 'test.libregrtest.logger', 'test.libregrtest.main', 'test.libregrtest.parallel_case', 'test.libregrtest.pgo', 'test.libregrtest.refleak', 'test.libregrtest.result', 'test.libregrtest.results', 'test.libregrtest.run_workers', 'test.libregrtest.runtests', 'test.libregrtest.save_env', 'test.libregrtest.setup', 'test.libregrtest.single', 'test.libregrtest.testresult', 'test.libregrtest.tsan', 'test.libregrtest.utils', 'test.libregrtest.win_utils', 'test.libregrtest.worker', 'test.list_tests', 'test.lock_tests', 'test.mapping_tests', 'test.memory_watchdog', 'test.mock_socket', 'test.mp_fork_bomb', 'test.mp_preload', 'test.mp_preload_flush', 'test.mp_preload_large_sysargv', 'test.mp_preload_main', 'test.mp_preload_sysargv', 'test.multibytecodec_support', 'test.picklecommon', 'test.pickletester', 'test.profilee', 'test.pyclbr_input', 'test.pythoninfo', 'test.re_tests', 'test.regrtest', 'test.relimport', 'test.seq_tests', 'test.signalinterproctester', 'test.ssl_servers', 'test.ssltests', 'test.string_tests', 'test.support._hypothesis_stubs._helpers', 'test.support.ast_helper', 'test.support.asynchat', 'test.support.asyncore', 'test.support.bytecode_helper', 'test.support.hashlib_helper', 'test.support.hypothesis_helper', 'test.support.i18n_helper', 'test.support.import_helper', 'test.support.logging_helper', 'test.support.numbers', 'test.support.os_helper', 'test.support.pty_helper', 'test.support.refleak_helper', 'test.support.script_helper', 'test.support.socket_helper', 'test.support.testcase', 'test.support.threading_helper', 'test.support.venv', 'test.support.warnings_helper', 'test.test___all__', 'test.test__colorize', 'test.test__interpchannels', 'test.test__interpreters', 'test.test__locale', 'test.test__opcode', 'test.test__osx_support', 'test.test_abc', 'test.test_abstract_numbers', 'test.test_android', 'test.test_annotationlib', 'test.test_apple', 'test.test_argparse', 'test.test_array', 'test.test_asdl_parser', 'test.test_ast', 'test.test_ast.snippets', 'test.test_ast.test_ast', 'test.test_ast.utils', 'test.test_asyncgen', 'test.test_asyncio', 'test.test_asyncio.__main__', 'test.test_asyncio.echo', 'test.test_asyncio.echo2', 'test.test_asyncio.echo3', 'test.test_asyncio.functional', 'test.test_asyncio.test_base_events', 'test.test_asyncio.test_buffered_proto', 'test.test_asyncio.test_context', 'test.test_asyncio.test_eager_task_factory', 'test.test_asyncio.test_events', 'test.test_asyncio.test_free_threading', 'test.test_asyncio.test_futures', 'test.test_asyncio.test_futures2', 'test.test_asyncio.test_graph', 'test.test_asyncio.test_locks', 'test.test_asyncio.test_pep492', 'test.test_asyncio.test_proactor_events', 'test.test_asyncio.test_protocols', 'test.test_asyncio.test_queues', 'test.test_asyncio.test_runners', 'test.test_asyncio.test_selector_events', 'test.test_asyncio.test_sendfile', 'test.test_asyncio.test_server', 'test.test_asyncio.test_sock_lowlevel', 'test.test_asyncio.test_ssl', 'test.test_asyncio.test_sslproto', 'test.test_asyncio.test_staggered', 'test.test_asyncio.test_streams', 'test.test_asyncio.test_subprocess', 'test.test_asyncio.test_taskgroups', 'test.test_asyncio.test_tasks', 'test.test_asyncio.test_threads', 'test.test_asyncio.test_timeouts', 'test.test_asyncio.test_tools', 'test.test_asyncio.test_transports', 'test.test_asyncio.test_unix_events', 'test.test_asyncio.test_waitfor', 'test.test_asyncio.test_windows_events', 'test.test_asyncio.test_windows_utils', 'test.test_asyncio.utils', 'test.test_atexit', 'test.test_audit', 'test.test_augassign', 'test.test_base64', 'test.test_baseexception', 'test.test_bdb', 'test.test_bigaddrspace', 'test.test_bigmem', 'test.test_binascii', 'test.test_binop', 'test.test_bisect', 'test.test_bool', 'test.test_buffer', 'test.test_bufio', 'test.test_build_details', 'test.test_builtin', 'test.test_bytes', 'test.test_bz2', 'test.test_c_locale_coercion', 'test.test_calendar', 'test.test_call', 'test.test_capi', 'test.test_capi.__main__', 'test.test_capi.check_config', 'test.test_capi.test_abstract', 'test.test_capi.test_bytearray', 'test.test_capi.test_bytes', 'test.test_capi.test_codecs', 'test.test_capi.test_complex', 'test.test_capi.test_config', 'test.test_capi.test_dict', 'test.test_capi.test_emscripten', 'test.test_capi.test_eval', 'test.test_capi.test_eval_code_ex', 'test.test_capi.test_exceptions', 'test.test_capi.test_file', 'test.test_capi.test_float', 'test.test_capi.test_frame', 'test.test_capi.test_function', 'test.test_capi.test_getargs', 'test.test_capi.test_hash', 'test.test_capi.test_immortal', 'test.test_capi.test_import', 'test.test_capi.test_list', 'test.test_capi.test_long', 'test.test_capi.test_mem', 'test.test_capi.test_misc', 'test.test_capi.test_number', 'test.test_capi.test_object', 'test.test_capi.test_opt', 'test.test_capi.test_pyatomic', 'test.test_capi.test_run', 'test.test_capi.test_set', 'test.test_capi.test_structmembers', 'test.test_capi.test_sys', 'test.test_capi.test_time', 'test.test_capi.test_tuple', 'test.test_capi.test_type', 'test.test_capi.test_unicode', 'test.test_capi.test_watchers', 'test.test_cext', 'test.test_cext.setup', 'test.test_charmapcodec', 'test.test_class', 'test.test_clinic', 'test.test_cmath', 'test.test_cmd', 'test.test_cmd_line', 'test.test_cmd_line_script', 'test.test_code', 'test.test_code_module', 'test.test_codeccallbacks', 'test.test_codecencodings_cn', 'test.test_codecencodings_hk', 'test.test_codecencodings_iso2022', 'test.test_codecencodings_jp', 'test.test_codecencodings_kr', 'test.test_codecencodings_tw', 'test.test_codecmaps_cn', 'test.test_codecmaps_hk', 'test.test_codecmaps_jp', 'test.test_codecmaps_kr', 'test.test_codecmaps_tw', 'test.test_codecs', 'test.test_codeop', 'test.test_collections', 'test.test_colorsys', 'test.test_compare', 'test.test_compile', 'test.test_compileall', 'test.test_compiler_assemble', 'test.test_compiler_codegen', 'test.test_complex', 'test.test_concurrent_futures', 'test.test_concurrent_futures.executor', 'test.test_concurrent_futures.test_as_completed', 'test.test_concurrent_futures.test_deadlock', 'test.test_concurrent_futures.test_future', 'test.test_concurrent_futures.test_init', 'test.test_concurrent_futures.test_interpreter_pool', 'test.test_concurrent_futures.test_process_pool', 'test.test_concurrent_futures.test_shutdown', 'test.test_concurrent_futures.test_thread_pool', 'test.test_concurrent_futures.test_wait', 'test.test_concurrent_futures.util', 'test.test_configparser', 'test.test_contains', 'test.test_context', 'test.test_contextlib', 'test.test_contextlib_async', 'test.test_copy', 'test.test_copyreg', 'test.test_coroutines', 'test.test_cppext', 'test.test_cppext.setup', 'test.test_cprofile', 'test.test_crossinterp', 'test.test_csv', 'test.test_ctypes', 'test.test_ctypes.__main__', 'test.test_ctypes._support', 'test.test_ctypes.test_aligned_structures', 'test.test_ctypes.test_anon', 'test.test_ctypes.test_array_in_pointer', 'test.test_ctypes.test_arrays', 'test.test_ctypes.test_as_parameter', 'test.test_ctypes.test_bitfields', 'test.test_ctypes.test_buffers', 'test.test_ctypes.test_bytes', 'test.test_ctypes.test_byteswap', 'test.test_ctypes.test_c_simple_type_meta', 'test.test_ctypes.test_callbacks', 'test.test_ctypes.test_cast', 'test.test_ctypes.test_cfuncs', 'test.test_ctypes.test_checkretval', 'test.test_ctypes.test_delattr', 'test.test_ctypes.test_dlerror', 'test.test_ctypes.test_dllist', 'test.test_ctypes.test_errno', 'test.test_ctypes.test_find', 'test.test_ctypes.test_frombuffer', 'test.test_ctypes.test_funcptr', 'test.test_ctypes.test_functions', 'test.test_ctypes.test_generated_structs', 'test.test_ctypes.test_incomplete', 'test.test_ctypes.test_init', 'test.test_ctypes.test_internals', 'test.test_ctypes.test_keeprefs', 'test.test_ctypes.test_libc', 'test.test_ctypes.test_loading', 'test.test_ctypes.test_macholib', 'test.test_ctypes.test_memfunctions', 'test.test_ctypes.test_numbers', 'test.test_ctypes.test_objects', 'test.test_ctypes.test_parameters', 'test.test_ctypes.test_pep3118', 'test.test_ctypes.test_pickling', 'test.test_ctypes.test_pointers', 'test.test_ctypes.test_prototypes', 'test.test_ctypes.test_python_api', 'test.test_ctypes.test_random_things', 'test.test_ctypes.test_refcounts', 'test.test_ctypes.test_repr', 'test.test_ctypes.test_returnfuncptrs', 'test.test_ctypes.test_simplesubclasses', 'test.test_ctypes.test_sizes', 'test.test_ctypes.test_slicing', 'test.test_ctypes.test_stringptr', 'test.test_ctypes.test_strings', 'test.test_ctypes.test_struct_fields', 'test.test_ctypes.test_structunion', 'test.test_ctypes.test_structures', 'test.test_ctypes.test_unaligned_structures', 'test.test_ctypes.test_unicode', 'test.test_ctypes.test_values', 'test.test_ctypes.test_varsize_struct', 'test.test_ctypes.test_win32', 'test.test_ctypes.test_win32_com_foreign_func', 'test.test_ctypes.test_wintypes', 'test.test_curses', 'test.test_dataclasses', 'test.test_dataclasses.dataclass_module_1', 'test.test_dataclasses.dataclass_module_1_str', 'test.test_dataclasses.dataclass_module_2', 'test.test_dataclasses.dataclass_module_2_str', 'test.test_dataclasses.dataclass_textanno', 'test.test_datetime', 'test.test_dbm', 'test.test_dbm_dumb', 'test.test_dbm_gnu', 'test.test_dbm_ndbm', 'test.test_dbm_sqlite3', 'test.test_decimal', 'test.test_decorators', 'test.test_defaultdict', 'test.test_deque', 'test.test_descr', 'test.test_descrtut', 'test.test_devpoll', 'test.test_dict', 'test.test_dictcomps', 'test.test_dictviews', 'test.test_difflib', 'test.test_dis', 'test.test_doctest', 'test.test_doctest.decorator_mod', 'test.test_doctest.doctest_aliases', 'test.test_doctest.doctest_lineno', 'test.test_doctest.sample_doctest', 'test.test_doctest.sample_doctest_errors', 'test.test_doctest.sample_doctest_no_docstrings', 'test.test_doctest.sample_doctest_no_doctests', 'test.test_doctest.sample_doctest_skip', 'test.test_doctest.test_doctest', 'test.test_doctest.test_doctest2', 'test.test_docxmlrpc', 'test.test_dtrace', 'test.test_dynamic', 'test.test_dynamicclassattribute', 'test.test_eintr', 'test.test_email', 'test.test_email.__main__', 'test.test_email.test__encoded_words', 'test.test_email.test__header_value_parser', 'test.test_email.test_asian_codecs', 'test.test_email.test_contentmanager', 'test.test_email.test_defect_handling', 'test.test_email.test_email', 'test.test_email.test_generator', 'test.test_email.test_headerregistry', 'test.test_email.test_inversion', 'test.test_email.test_message', 'test.test_email.test_parser', 'test.test_email.test_pickleable', 'test.test_email.test_policy', 'test.test_email.test_utils', 'test.test_email.torture_test', 'test.test_embed', 'test.test_ensurepip', 'test.test_enum', 'test.test_enumerate', 'test.test_eof', 'test.test_epoll', 'test.test_errno', 'test.test_except_star', 'test.test_exception_group', 'test.test_exception_hierarchy', 'test.test_exception_variations', 'test.test_exceptions', 'test.test_extcall', 'test.test_external_inspection', 'test.test_faulthandler', 'test.test_fcntl', 'test.test_file', 'test.test_file_eintr', 'test.test_filecmp', 'test.test_fileinput', 'test.test_fileio', 'test.test_fileutils', 'test.test_finalization', 'test.test_float', 'test.test_flufl', 'test.test_fnmatch', 'test.test_fork1', 'test.test_format', 'test.test_fractions', 'test.test_frame', 'test.test_free_threading', 'test.test_free_threading.test_bisect', 'test.test_free_threading.test_capi', 'test.test_free_threading.test_code', 'test.test_free_threading.test_collections', 'test.test_free_threading.test_cprofile', 'test.test_free_threading.test_csv', 'test.test_free_threading.test_dbm_gnu', 'test.test_free_threading.test_dict', 'test.test_free_threading.test_enumerate', 'test.test_free_threading.test_frame', 'test.test_free_threading.test_func_annotations', 'test.test_free_threading.test_functools', 'test.test_free_threading.test_gc', 'test.test_free_threading.test_grp', 'test.test_free_threading.test_heapq', 'test.test_free_threading.test_io', 'test.test_free_threading.test_iteration', 'test.test_free_threading.test_itertools_batched', 'test.test_free_threading.test_list', 'test.test_free_threading.test_methodcaller', 'test.test_free_threading.test_mmap', 'test.test_free_threading.test_monitoring', 'test.test_free_threading.test_races', 'test.test_free_threading.test_re', 'test.test_free_threading.test_resource', 'test.test_free_threading.test_reversed', 'test.test_free_threading.test_set', 'test.test_free_threading.test_slots', 'test.test_free_threading.test_str', 'test.test_free_threading.test_tokenize', 'test.test_free_threading.test_type', 'test.test_free_threading.test_uuid', 'test.test_free_threading.test_zip', 'test.test_frozen', 'test.test_fstring', 'test.test_ftplib', 'test.test_funcattrs', 'test.test_functools', 'test.test_future_stmt', 'test.test_future_stmt.badsyntax_future', 'test.test_future_stmt.import_nested_scope_twice', 'test.test_future_stmt.nested_scope', 'test.test_future_stmt.test_future', 'test.test_future_stmt.test_future_flags', 'test.test_future_stmt.test_future_multiple_features', 'test.test_future_stmt.test_future_multiple_imports', 'test.test_future_stmt.test_future_single_import', 'test.test_gc', 'test.test_gdb', 'test.test_gdb.gdb_sample', 'test.test_gdb.test_backtrace', 'test.test_gdb.test_cfunction', 'test.test_gdb.test_cfunction_full', 'test.test_gdb.test_misc', 'test.test_gdb.test_pretty_print', 'test.test_gdb.util', 'test.test_generated_cases', 'test.test_generator_stop', 'test.test_generators', 'test.test_genericalias', 'test.test_genericclass', 'test.test_genericpath', 'test.test_genexps', 'test.test_getopt', 'test.test_getpass', 'test.test_getpath', 'test.test_gettext', 'test.test_glob', 'test.test_global', 'test.test_grammar', 'test.test_graphlib', 'test.test_grp', 'test.test_gzip', 'test.test_hash', 'test.test_hashlib', 'test.test_heapq', 'test.test_hmac', 'test.test_html', 'test.test_htmlparser', 'test.test_http_cookiejar', 'test.test_http_cookies', 'test.test_httplib', 'test.test_httpservers', 'test.test_idle', 'test.test_imaplib', 'test.test_import', 'test.test_import.__main__', 'test.test_importlib', 'test.test_importlib.__main__', 'test.test_importlib.abc', 'test.test_importlib.builtin', 'test.test_importlib.builtin.__main__', 'test.test_importlib.builtin.test_finder', 'test.test_importlib.builtin.test_loader', 'test.test_importlib.extension', 'test.test_importlib.extension.__main__', 'test.test_importlib.extension._test_nonmodule_cases', 'test.test_importlib.extension.test_case_sensitivity', 'test.test_importlib.extension.test_finder', 'test.test_importlib.extension.test_loader', 'test.test_importlib.extension.test_path_hook', 'test.test_importlib.frozen', 'test.test_importlib.frozen.__main__', 'test.test_importlib.frozen.test_finder', 'test.test_importlib.frozen.test_loader', 'test.test_importlib.import_', 'test.test_importlib.import_.__main__', 'test.test_importlib.import_.test___loader__', 'test.test_importlib.import_.test___package__', 'test.test_importlib.import_.test_api', 'test.test_importlib.import_.test_caching', 'test.test_importlib.import_.test_fromlist', 'test.test_importlib.import_.test_helpers', 'test.test_importlib.import_.test_meta_path', 'test.test_importlib.import_.test_packages', 'test.test_importlib.import_.test_path', 'test.test_importlib.import_.test_relative_imports', 'test.test_importlib.metadata', 'test.test_importlib.metadata._context', 'test.test_importlib.metadata._path', 'test.test_importlib.metadata.data', 'test.test_importlib.metadata.fixtures', 'test.test_importlib.metadata.stubs', 'test.test_importlib.metadata.test_api', 'test.test_importlib.metadata.test_main', 'test.test_importlib.metadata.test_zip', 'test.test_importlib.resources', 'test.test_importlib.resources._path', 'test.test_importlib.resources.test_compatibilty_files', 'test.test_importlib.resources.test_contents', 'test.test_importlib.resources.test_custom', 'test.test_importlib.resources.test_files', 'test.test_importlib.resources.test_functional', 'test.test_importlib.resources.test_open', 'test.test_importlib.resources.test_path', 'test.test_importlib.resources.test_read', 'test.test_importlib.resources.test_reader', 'test.test_importlib.resources.test_resource', 'test.test_importlib.resources.util', 'test.test_importlib.resources.zip', 'test.test_importlib.source', 'test.test_importlib.source.__main__', 'test.test_importlib.source.test_case_sensitivity', 'test.test_importlib.source.test_file_loader', 'test.test_importlib.source.test_finder', 'test.test_importlib.source.test_path_hook', 'test.test_importlib.source.test_source_encoding', 'test.test_importlib.test_abc', 'test.test_importlib.test_api', 'test.test_importlib.test_lazy', 'test.test_importlib.test_locks', 'test.test_importlib.test_namespace_pkgs', 'test.test_importlib.test_pkg_import', 'test.test_importlib.test_spec', 'test.test_importlib.test_threaded_import', 'test.test_importlib.test_util', 'test.test_importlib.test_windows', 'test.test_importlib.threaded_import_hangers', 'test.test_importlib.util', 'test.test_index', 'test.test_inspect', 'test.test_inspect.inspect_deferred_annotations', 'test.test_inspect.inspect_fodder', 'test.test_inspect.inspect_fodder2', 'test.test_inspect.inspect_stock_annotations', 'test.test_inspect.inspect_stringized_annotations', 'test.test_inspect.inspect_stringized_annotations_2', 'test.test_inspect.inspect_stringized_annotations_pep695', 'test.test_inspect.test_inspect', 'test.test_int', 'test.test_int_literal', 'test.test_interpreters', 'test.test_interpreters.__main__', 'test.test_interpreters.test_api', 'test.test_interpreters.test_channels', 'test.test_interpreters.test_lifecycle', 'test.test_interpreters.test_queues', 'test.test_interpreters.test_stress', 'test.test_interpreters.utils', 'test.test_io', 'test.test_ioctl', 'test.test_ipaddress', 'test.test_isinstance', 'test.test_iter', 'test.test_iterlen', 'test.test_itertools', 'test.test_json', 'test.test_json.__main__', 'test.test_json.test_decode', 'test.test_json.test_default', 'test.test_json.test_dump', 'test.test_json.test_encode_basestring_ascii', 'test.test_json.test_enum', 'test.test_json.test_fail', 'test.test_json.test_float', 'test.test_json.test_indent', 'test.test_json.test_pass1', 'test.test_json.test_pass2', 'test.test_json.test_pass3', 'test.test_json.test_recursion', 'test.test_json.test_scanstring', 'test.test_json.test_separators', 'test.test_json.test_speedups', 'test.test_json.test_tool', 'test.test_json.test_unicode', 'test.test_keyword', 'test.test_keywordonlyarg', 'test.test_kqueue', 'test.test_largefile', 'test.test_launcher', 'test.test_linecache', 'test.test_list', 'test.test_listcomps', 'test.test_lltrace', 'test.test_locale', 'test.test_logging', 'test.test_long', 'test.test_longexp', 'test.test_lzma', 'test.test_mailbox', 'test.test_marshal', 'test.test_math', 'test.test_math_property', 'test.test_memoryio', 'test.test_memoryview', 'test.test_metaclass', 'test.test_mimetypes', 'test.test_minidom', 'test.test_mmap', 'test.test_module', 'test.test_module.bad_getattr', 'test.test_module.bad_getattr2', 'test.test_module.bad_getattr3', 'test.test_module.final_a', 'test.test_module.final_b', 'test.test_module.good_getattr', 'test.test_modulefinder', 'test.test_monitoring', 'test.test_msvcrt', 'test.test_multibytecodec', 'test.test_multiprocessing_fork', 'test.test_multiprocessing_fork.test_manager', 'test.test_multiprocessing_fork.test_misc', 'test.test_multiprocessing_fork.test_processes', 'test.test_multiprocessing_fork.test_threads', 'test.test_multiprocessing_forkserver', 'test.test_multiprocessing_forkserver.test_manager', 'test.test_multiprocessing_forkserver.test_misc', 'test.test_multiprocessing_forkserver.test_processes', 'test.test_multiprocessing_forkserver.test_threads', 'test.test_multiprocessing_main_handling', 'test.test_multiprocessing_spawn', 'test.test_multiprocessing_spawn.test_manager', 'test.test_multiprocessing_spawn.test_misc', 'test.test_multiprocessing_spawn.test_processes', 'test.test_multiprocessing_spawn.test_threads', 'test.test_named_expressions', 'test.test_netrc', 'test.test_ntpath', 'test.test_nturl2path', 'test.test_numeric_tower', 'test.test_opcache', 'test.test_opcodes', 'test.test_openpty', 'test.test_operator', 'test.test_optimizer', 'test.test_optparse', 'test.test_ordered_dict', 'test.test_os', 'test.test_osx_env', 'test.test_pathlib', 'test.test_pathlib.support', 'test.test_pathlib.support.lexical_path', 'test.test_pathlib.support.local_path', 'test.test_pathlib.support.zip_path', 'test.test_pathlib.test_copy', 'test.test_pathlib.test_join', 'test.test_pathlib.test_join_posix', 'test.test_pathlib.test_join_windows', 'test.test_pathlib.test_pathlib', 'test.test_pathlib.test_read', 'test.test_pathlib.test_write', 'test.test_patma', 'test.test_pdb', 'test.test_peepholer', 'test.test_peg_generator', 'test.test_peg_generator.__main__', 'test.test_peg_generator.test_c_parser', 'test.test_peg_generator.test_first_sets', 'test.test_peg_generator.test_grammar_validator', 'test.test_peg_generator.test_pegen', 'test.test_pep646_syntax', 'test.test_perf_profiler', 'test.test_perfmaps', 'test.test_pickle', 'test.test_picklebuffer', 'test.test_pickletools', 'test.test_pkg', 'test.test_pkgutil', 'test.test_platform', 'test.test_plistlib', 'test.test_poll', 'test.test_popen', 'test.test_poplib', 'test.test_positional_only_arg', 'test.test_posix', 'test.test_posixpath', 'test.test_pow', 'test.test_pprint', 'test.test_print', 'test.test_profile', 'test.test_property', 'test.test_pstats', 'test.test_pty', 'test.test_pulldom', 'test.test_pwd', 'test.test_py_compile', 'test.test_pyclbr', 'test.test_pydoc', 'test.test_pydoc.module_none', 'test.test_pydoc.pydoc_mod', 'test.test_pydoc.pydocfodder', 'test.test_pydoc.test_pydoc', 'test.test_pyexpat', 'test.test_pyrepl', 'test.test_pyrepl.__main__', 'test.test_pyrepl.support', 'test.test_pyrepl.test_eventqueue', 'test.test_pyrepl.test_input', 'test.test_pyrepl.test_interact', 'test.test_pyrepl.test_keymap', 'test.test_pyrepl.test_pyrepl', 'test.test_pyrepl.test_reader', 'test.test_pyrepl.test_terminfo', 'test.test_pyrepl.test_unix_console', 'test.test_pyrepl.test_utils', 'test.test_pyrepl.test_windows_console', 'test.test_queue', 'test.test_quopri', 'test.test_raise', 'test.test_random', 'test.test_range', 'test.test_re', 'test.test_readline', 'test.test_regrtest', 'test.test_remote_pdb', 'test.test_repl', 'test.test_reprlib', 'test.test_resource', 'test.test_richcmp', 'test.test_rlcompleter', 'test.test_robotparser', 'test.test_runpy', 'test.test_sax', 'test.test_sched', 'test.test_scope', 'test.test_script_helper', 'test.test_secrets', 'test.test_select', 'test.test_selectors', 'test.test_set', 'test.test_setcomps', 'test.test_shelve', 'test.test_shlex', 'test.test_shutil', 'test.test_signal', 'test.test_site', 'test.test_slice', 'test.test_smtplib', 'test.test_smtpnet', 'test.test_socket', 'test.test_sort', 'test.test_source_encoding', 'test.test_sqlite3', 'test.test_sqlite3.__main__', 'test.test_sqlite3.test_backup', 'test.test_sqlite3.test_cli', 'test.test_sqlite3.test_dbapi', 'test.test_sqlite3.test_dump', 'test.test_sqlite3.test_factory', 'test.test_sqlite3.test_hooks', 'test.test_sqlite3.test_regression', 'test.test_sqlite3.test_transactions', 'test.test_sqlite3.test_types', 'test.test_sqlite3.test_userfunctions', 'test.test_sqlite3.util', 'test.test_ssl', 'test.test_stable_abi_ctypes', 'test.test_startfile', 'test.test_stat', 'test.test_statistics', 'test.test_str', 'test.test_strftime', 'test.test_string', 'test.test_string._support', 'test.test_string.test_string', 'test.test_string.test_templatelib', 'test.test_string_literals', 'test.test_stringprep', 'test.test_strptime', 'test.test_strtod', 'test.test_struct', 'test.test_structseq', 'test.test_subclassinit', 'test.test_subprocess', 'test.test_sundry', 'test.test_super', 'test.test_support', 'test.test_symtable', 'test.test_syntax', 'test.test_sys', 'test.test_sys_setprofile', 'test.test_sys_settrace', 'test.test_sysconfig', 'test.test_syslog', 'test.test_tabnanny', 'test.test_tarfile', 'test.test_tcl', 'test.test_tempfile', 'test.test_termios', 'test.test_textwrap', 'test.test_thread', 'test.test_thread_local_bytecode', 'test.test_threadedtempfile', 'test.test_threading', 'test.test_threading_local', 'test.test_threadsignals', 'test.test_time', 'test.test_timeit', 'test.test_timeout', 'test.test_tkinter', 'test.test_tkinter.__main__', 'test.test_tkinter.support', 'test.test_tkinter.test_colorchooser', 'test.test_tkinter.test_font', 'test.test_tkinter.test_geometry_managers', 'test.test_tkinter.test_images', 'test.test_tkinter.test_loadtk', 'test.test_tkinter.test_messagebox', 'test.test_tkinter.test_simpledialog', 'test.test_tkinter.test_text', 'test.test_tkinter.test_variables', 'test.test_tkinter.test_widgets', 'test.test_tkinter.widget_tests', 'test.test_tokenize', 'test.test_tomllib.__main__', 'test.test_tomllib.burntsushi', 'test.test_tomllib.test_data', 'test.test_tomllib.test_error', 'test.test_tomllib.test_misc', 'test.test_tools', 'test.test_tools.__main__', 'test.test_tools.test_compute_changes', 'test.test_tools.test_freeze', 'test.test_tools.test_i18n', 'test.test_tools.test_makefile', 'test.test_tools.test_makeunicodedata', 'test.test_tools.test_msgfmt', 'test.test_tools.test_reindent', 'test.test_tools.test_sundry', 'test.test_trace', 'test.test_traceback', 'test.test_tracemalloc', 'test.test_tstring', 'test.test_ttk', 'test.test_ttk.__main__', 'test.test_ttk.test_extensions', 'test.test_ttk.test_style', 'test.test_ttk.test_widgets', 'test.test_ttk_textonly', 'test.test_tty', 'test.test_tuple', 'test.test_turtle', 'test.test_type_aliases', 'test.test_type_annotations', 'test.test_type_cache', 'test.test_type_comments', 'test.test_type_params', 'test.test_typechecks', 'test.test_types', 'test.test_typing', 'test.test_ucn', 'test.test_unary', 'test.test_unicode_file', 'test.test_unicode_file_functions', 'test.test_unicode_identifiers', 'test.test_unicodedata', 'test.test_unittest', 'test.test_unittest.__main__', 'test.test_unittest._test_warnings', 'test.test_unittest.dummy', 'test.test_unittest.support', 'test.test_unittest.test_assertions', 'test.test_unittest.test_async_case', 'test.test_unittest.test_break', 'test.test_unittest.test_case', 'test.test_unittest.test_discovery', 'test.test_unittest.test_functiontestcase', 'test.test_unittest.test_loader', 'test.test_unittest.test_program', 'test.test_unittest.test_result', 'test.test_unittest.test_runner', 'test.test_unittest.test_setups', 'test.test_unittest.test_skipping', 'test.test_unittest.test_suite', 'test.test_unittest.test_util', 'test.test_unittest.testmock', 'test.test_unittest.testmock.__main__', 'test.test_unittest.testmock.support', 'test.test_unittest.testmock.testasync', 'test.test_unittest.testmock.testcallable', 'test.test_unittest.testmock.testhelpers', 'test.test_unittest.testmock.testmagicmethods', 'test.test_unittest.testmock.testmock', 'test.test_unittest.testmock.testpatch', 'test.test_unittest.testmock.testsealable', 'test.test_unittest.testmock.testsentinel', 'test.test_unittest.testmock.testthreadingmock', 'test.test_unittest.testmock.testwith', 'test.test_univnewlines', 'test.test_unpack', 'test.test_unpack_ex', 'test.test_unparse', 'test.test_urllib', 'test.test_urllib2', 'test.test_urllib2_localnet', 'test.test_urllib2net', 'test.test_urllib_response', 'test.test_urllibnet', 'test.test_urlparse', 'test.test_userdict', 'test.test_userlist', 'test.test_userstring', 'test.test_utf8_mode', 'test.test_utf8source', 'test.test_uuid', 'test.test_venv', 'test.test_wait3', 'test.test_wait4', 'test.test_warnings', 'test.test_warnings.__main__', 'test.test_wave', 'test.test_weakref', 'test.test_weakset', 'test.test_webbrowser', 'test.test_winapi', 'test.test_winconsoleio', 'test.test_winreg', 'test.test_winsound', 'test.test_with', 'test.test_wmi', 'test.test_wsgiref', 'test.test_xml_dom_minicompat', 'test.test_xml_dom_xmlbuilder', 'test.test_xml_etree', 'test.test_xml_etree_c', 'test.test_xmlrpc', 'test.test_xpickle', 'test.test_xxlimited', 'test.test_xxtestfuzz', 'test.test_yield_from', 'test.test_zipapp', 'test.test_zipfile', 'test.test_zipfile.__main__', 'test.test_zipfile._path', 'test.test_zipfile._path._functools', 'test.test_zipfile._path._itertools', 'test.test_zipfile._path._support', 'test.test_zipfile._path._test_params', 'test.test_zipfile._path.test_complexity', 'test.test_zipfile._path.test_path', 'test.test_zipfile._path.write-alpharep', 'test.test_zipfile.test_core', 'test.test_zipfile64', 'test.test_zipimport', 'test.test_zipimport_support', 'test.test_zlib', 'test.test_zoneinfo', 'test.test_zoneinfo.__main__', 'test.test_zoneinfo._support', 'test.test_zoneinfo.test_zoneinfo', 'test.test_zoneinfo.test_zoneinfo_property', 'test.test_zstd', 'test.testcodec', 'test.tf_inherit_check', 'test.tokenizedata', 'test.tokenizedata.bad_coding', 'test.tokenizedata.bad_coding2', 'test.tokenizedata.badsyntax_3131', 'test.tokenizedata.badsyntax_pep3120', 'test.tokenizedata.coding20731', 'test.tracedmodules', 'test.tracedmodules.testmod', 'test.typinganndata', 'test.typinganndata._typed_dict_helper', 'test.typinganndata.ann_module', 'test.typinganndata.ann_module2', 'test.typinganndata.ann_module3', 'test.typinganndata.ann_module4', 'test.typinganndata.ann_module5', 'test.typinganndata.ann_module6', 'test.typinganndata.ann_module695', 'test.typinganndata.ann_module7', 'test.typinganndata.ann_module8', 'test.typinganndata.ann_module9', 'test.typinganndata.fwdref_module', 'test.typinganndata.mod_generics_cache', 'test.typinganndata.partialexecution', 'test.typinganndata.partialexecution.a', 'test.typinganndata.partialexecution.b', 'test.win_console_handler', 'test.xmltests', 'test.xpickle_worker', 'this', 'tkinter.__main__', 'tkinter.constants', 'tkinter.simpledialog', 'tomllib._parser', 'tomllib._re', 'tomllib._types', 'tracemalloc', 'turtledemo', 'turtledemo.__main__', 'turtledemo.bytedesign', 'turtledemo.chaos', 'turtledemo.clock', 'turtledemo.colormixer', 'turtledemo.forest', 'turtledemo.fractalcurves', 'turtledemo.lindenmayer', 'turtledemo.minimal_hanoi', 'turtledemo.nim', 'turtledemo.paint', 'turtledemo.peace', 'turtledemo.penrose', 'turtledemo.planet_and_moon', 'turtledemo.rosette', 'turtledemo.round_dance', 'turtledemo.sorting_animate', 'turtledemo.tree', 'turtledemo.two_canvases', 'turtledemo.yinyang', 'unittest.__main__', 'unittest._log', 'unittest.async_case', 'unittest.case', 'unittest.loader', 'unittest.main', 'unittest.result', 'unittest.runner', 'unittest.signals', 'unittest.suite', 'unittest.util', 'urllib', 'uuid', 'venv', 'venv.__main__', 'wsgiref', 'wsgiref.headers', 'xml.dom', 'xml.dom.NodeFilter', 'xml.dom.domreg', 'xml.dom.expatbuilder', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree', 'xml.etree.ElementInclude', 'xml.etree.ElementPath', 'xml.etree.cElementTree', 'xml.parsers', 'xml.parsers.expat', 'xml.sax._exceptions', 'xml.sax.expatreader', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc', 'xmlrpc.client', 'xmlrpc.server', 'zipfile.__main__', 'zipfile._path.glob', 'zoneinfo._common', 'zoneinfo._tzpath', 'zoneinfo._zoneinfo']
Following modules failed to be imported: ['asyncio.windows_events', 'asyncio.windows_utils', 'idlelib.autocomplete', 'idlelib.idle_test.test_autocomplete', 'multiprocessing.popen_spawn_win32', 'test.test_socketserver', 'test.test_tkinter.test_misc', 'tkinter', 'tkinter.colorchooser', 'tkinter.commondialog', 'tkinter.dialog', 'tkinter.dnd', 'tkinter.filedialog', 'tkinter.font', 'tkinter.messagebox', 'tkinter.scrolledtext', 'tkinter.ttk', 'turtle']
ok

----------------------------------------------------------------------
Ran 1 test in 1.243s

OK
0:01:46 load avg: 3.09 [ 66/486] test__colorize passed
PASS: test_colorized_detection_checks_for_environment_variables (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_environment_variables)
PASS: test_colorized_detection_checks_for_file (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_file)
PASS: test_colorized_detection_checks_for_std_streams (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_std_streams)
SKIP: test_colorized_detection_checks_on_windows (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_on_windows) 'requires Windows'
PASS: test_attributes (test.test__colorize.TestTheme.test_attributes)
PASS: test_copy_with (test.test__colorize.TestTheme.test_copy_with)
PASS: test_no_colors (test.test__colorize.TestTheme.test_no_colors)

----------------------------------------------------------------------
Ran 7 tests in 0.009s

OK (skipped=1)
0:01:46 load avg: 3.09 [ 67/486] test.test_pydoc.test_pydoc passed
PASS: test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports)
PASS: test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods)
test_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child)
PASS: Tests help on builtin object which have no child classes.
test_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses)
PASS: Tests help on metaclasses.
test_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child)
PASS: Tests help on builtin object which have only child classes.
test_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild)
PASS: Tests help on builtin classes which have grandchild classes.
test_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children)
PASS: Tests help on builtin object which have more than four child classes.
PASS: test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli)
PASS: test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect)
PASS: test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic)
PASS: test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect)
PASS: test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none)
PASS: test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager)
PASS: test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect)
PASS: test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests)
PASS: test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc)
PASS: test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip)
PASS: test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package)
PASS: test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package)
PASS: test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225)
PASS: test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation)
PASS: test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation)
PASS: test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation)
PASS: test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures)
PASS: test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases)
PASS: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased)
PASS: test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields)
PASS: test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore)
PASS: test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name)
PASS: test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii)
PASS: test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here)
PASS: test_online_docs_link (test.test_pydoc.test_pydoc.PydocDocTest.test_online_docs_link)
PASS: test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic)
PASS: test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect)
PASS: test_slotted_dataclass_with_field_docs (test.test_pydoc.test_pydoc.PydocDocTest.test_slotted_dataclass_with_field_docs)
PASS: test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis)
PASS: test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description)
PASS: test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid)
PASS: test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis)
PASS: test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless)
PASS: test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc)
PASS: test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc)
PASS: test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero)
PASS: test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class)
PASS: test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class)
PASS: test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module)
PASS: test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class)
PASS: test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class)
PASS: test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module)
PASS: test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc)
PASS: test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package)
PASS: test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir)
PASS: test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport)
PASS: test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile)
SKIP: test_modules (test.test_pydoc.test_pydoc.PydocImportTest.test_modules) 'causes undesirable side-effects (#20128)'
SKIP: test_modules_search (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search) 'causes undesirable side-effects (#20128)'
SKIP: test_modules_search_builtin (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search_builtin) 'some buildbots are not cooperating (#20128)'
PASS: test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error)
PASS: test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server)
PASS: test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err)
PASS: test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests)
PASS: test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute)
PASS: test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir)
PASS: test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false)
PASS: test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta)
PASS: test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta)
PASS: test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation)
PASS: test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation)
PASS: test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs)
PASS: test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o)
PASS: test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default)
PASS: test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method)
PASS: test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o)
PASS: test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs)
PASS: test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o)
PASS: test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default)
PASS: test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method)
PASS: test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin)
PASS: test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default)
PASS: test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class)
PASS: test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod)
PASS: test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor)
PASS: test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor)
PASS: test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor)
PASS: test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples)
PASS: test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias)
PASS: test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor)
PASS: test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links)
PASS: test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor)
PASS: test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module)
PASS: test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable)
PASS: test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs)
PASS: test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o)
PASS: test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default)
PASS: test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none)
PASS: test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor)
PASS: test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature)
PASS: test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property)
PASS: test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor)
PASS: test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form)
PASS: test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod)
PASS: test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor)
PASS: test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc)
PASS: test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs)
PASS: test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o)
PASS: test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default)
PASS: test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method)
PASS: test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o)
PASS: test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs)
PASS: test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o)
PASS: test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default)
PASS: test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method)
PASS: test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type)
PASS: test_interact_empty_line_continues (test.test_pydoc.test_pydoc.TestHelper.test_interact_empty_line_continues)
PASS: test_interact_quit_commands_exit (test.test_pydoc.test_pydoc.TestHelper.test_interact_quit_commands_exit)
PASS: test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords)
PASS: test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir)
PASS: test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir)
PASS: test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir)
PASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included)

----------------------------------------------------------------------
Ran 120 tests in 3.033s

OK (skipped=3)
0:01:47 load avg: 3.09 [ 68/486] test.test_multiprocessing_spawn.test_threads passed
test_abort (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_duplex_false)
SKIP: test_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'
SKIP: test_large_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'
SKIP: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'
SKIP: test_sendbytes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'
PASS: test_spawn_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_repr)
PASS: test_issue14725 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_context)
SKIP: test_lock_locked_2processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_locked_2processes) 'test not appropriate for threads'
SKIP: test_repr_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'
SKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'
PASS: test_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock_context)
SKIP: test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock_locked_2processes) 'test not appropriate for threads'
PASS: test_rapid_restart (test.test_multiprocessing_spawn.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)
PASS: test_boundaries (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_strings)
PASS: test_apply (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_no_failfast)
SKIP: test_map_unplicklable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'
PASS: test_release_task_refs (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception)
SKIP: test_active_children (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_args_argument) "resource 'cpu' is not enabled"
SKIP: test_child_fd_inflation (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'
SKIP: test_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'
PASS: test_cpu_count (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_cpu_count)
SKIP: test_current (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'
SKIP: test_daemon_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)
SKIP: test_forkserver_auth_is_enabled (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_auth_is_enabled) 'test not appropriate for threads'
SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'
SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'
SKIP: test_forkserver_without_auth_fails (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_without_auth_fails) 'test not appropriate for threads'
SKIP: test_interrupt (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_interrupt) 'test not appropriate for threads'
SKIP: test_interrupt_no_handler (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_interrupt_no_handler) 'test not appropriate for threads'
SKIP: test_kill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'
PASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_many_processes) "resource 'walltime' is not enabled"
SKIP: test_parent_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'
SKIP: test_parent_process_attributes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'
PASS: test_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process)
SKIP: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'
PASS: test_recursion (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_recursion)
SKIP: test_sentinel (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'
SKIP: test_set_executable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'
SKIP: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'
SKIP: test_wait_for_threads (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_put)
PASS: test_qsize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_qsize)
SKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'
SKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'
PASS: test_task_done (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_semaphore)
SKIP: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'

----------------------------------------------------------------------
Ran 110 tests in 12.566s

OK (skipped=35)
0:01:47 load avg: 3.09 [ 69/486] test__opcode passed
PASS: test_invalid_opcodes (test.test__opcode.OpListTests.test_invalid_opcodes)
PASS: test_is_valid (test.test__opcode.OpListTests.test_is_valid)
PASS: test_oplists (test.test__opcode.OpListTests.test_oplists)
PASS: test_opmaps (test.test__opcode.OpListTests.test_opmaps)
PASS: test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats)
PASS: test_stack_effect (test.test__opcode.StackEffectTests.test_stack_effect)
PASS: test_stack_effect_jump (test.test__opcode.StackEffectTests.test_stack_effect_jump)

----------------------------------------------------------------------
Ran 7 tests in 0.006s

OK
0:01:47 load avg: 3.09 [ 70/486] test__osx_support passed
SKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk) 'requires OS X'
SKIP: test__check_for_unavailable_sdk_alternate (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk_alternate) 'requires OS X'
SKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport.test__find_appropriate_compiler) 'requires OS X'
SKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport.test__find_build_tool) 'requires OS X'
SKIP: test__find_executable (test.test__osx_support.Test_OSXSupport.test__find_executable) 'requires OS X'
SKIP: test__get_system_version (test.test__osx_support.Test_OSXSupport.test__get_system_version) 'requires OS X'
SKIP: test__override_all_archs (test.test__osx_support.Test_OSXSupport.test__override_all_archs) 'requires OS X'
SKIP: test__read_output (test.test__osx_support.Test_OSXSupport.test__read_output) 'requires OS X'
SKIP: test__remove_original_values (test.test__osx_support.Test_OSXSupport.test__remove_original_values) 'requires OS X'
SKIP: test__remove_universal_flags (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags) 'requires OS X'
SKIP: test__remove_universal_flags_alternate (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags_alternate) 'requires OS X'
SKIP: test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport.test__remove_unsupported_archs) 'requires OS X'
SKIP: test__save_modified_value (test.test__osx_support.Test_OSXSupport.test__save_modified_value) 'requires OS X'
SKIP: test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged) 'requires OS X'
SKIP: test__supports_universal_builds (test.test__osx_support.Test_OSXSupport.test__supports_universal_builds) 'requires OS X'
SKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport.test_get_platform_osx) 'requires OS X'

----------------------------------------------------------------------
Ran 16 tests in 0.000s

OK (skipped=16)
0:01:47 load avg: 3.09 [ 71/486] test_abc passed
PASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)
PASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)
PASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)
PASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)
PASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)
PASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)
PASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)
PASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)
PASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)
PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)
PASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)
PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)
PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)
PASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)
PASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)
PASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)
PASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)
PASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)
PASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)
PASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)
PASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)
PASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)
PASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)
PASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)
PASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)
PASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)
PASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)
PASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)
PASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)
PASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)
PASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)
PASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)
PASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)
PASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)
PASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)
PASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)
PASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)
PASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)
PASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)
PASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)
PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)
PASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)
PASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)
PASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)
PASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)
PASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)
PASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)
PASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)
PASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)
PASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)
PASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)
PASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)
PASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)
PASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)
PASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)
PASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)
PASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)
PASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)
PASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)
PASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)
PASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)
PASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)
PASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)
PASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)
PASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)
PASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)
PASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)
PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)
PASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)
PASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)
PASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)

----------------------------------------------------------------------
Ran 72 tests in 0.013s

OK
0:01:47 load avg: 3.09 [ 72/486] test_abstract_numbers passed
PASS: test_complex (test.test_abstract_numbers.TestNumbers.test_complex)
PASS: test_float (test.test_abstract_numbers.TestNumbers.test_float)
PASS: test_int (test.test_abstract_numbers.TestNumbers.test_int)
PASS: test_complex (test.test_abstract_numbers.TestNumbersDefaultMethods.test_complex)
PASS: test_integral (test.test_abstract_numbers.TestNumbersDefaultMethods.test_integral)
PASS: test_rational (test.test_abstract_numbers.TestNumbersDefaultMethods.test_rational)
PASS: test_real (test.test_abstract_numbers.TestNumbersDefaultMethods.test_real)

----------------------------------------------------------------------
Ran 7 tests in 0.001s

OK
0:01:47 load avg: 3.09 [ 73/486] test__interpchannels passed
PASS: test_bad_id (test.test__interpchannels.ChannelIDTests.test_bad_id)
PASS: test_bad_kwargs (test.test__interpchannels.ChannelIDTests.test_bad_kwargs)
PASS: test_coerce_id (test.test__interpchannels.ChannelIDTests.test_coerce_id)
PASS: test_default_kwargs (test.test__interpchannels.ChannelIDTests.test_default_kwargs)
PASS: test_does_not_exist (test.test__interpchannels.ChannelIDTests.test_does_not_exist)
PASS: test_equality (test.test__interpchannels.ChannelIDTests.test_equality)
PASS: test_repr (test.test__interpchannels.ChannelIDTests.test_repr)
PASS: test_shareable (test.test__interpchannels.ChannelIDTests.test_shareable)
PASS: test_str (test.test__interpchannels.ChannelIDTests.test_str)
PASS: test_with_kwargs (test.test__interpchannels.ChannelIDTests.test_with_kwargs)
PASS: test_by_unassociated_interp (test.test__interpchannels.ChannelReleaseTests.test_by_unassociated_interp)
PASS: test_close_if_unassociated (test.test__interpchannels.ChannelReleaseTests.test_close_if_unassociated)
PASS: test_multiple_times (test.test__interpchannels.ChannelReleaseTests.test_multiple_times)
PASS: test_multiple_users (test.test__interpchannels.ChannelReleaseTests.test_multiple_users)
PASS: test_never_used (test.test__interpchannels.ChannelReleaseTests.test_never_used)
PASS: test_no_kwargs (test.test__interpchannels.ChannelReleaseTests.test_no_kwargs)
PASS: test_partially (test.test__interpchannels.ChannelReleaseTests.test_partially)
PASS: test_single_user (test.test__interpchannels.ChannelReleaseTests.test_single_user)
PASS: test_used_multiple_times_by_single_user (test.test__interpchannels.ChannelReleaseTests.test_used_multiple_times_by_single_user)
PASS: test_with_unused_items (test.test__interpchannels.ChannelReleaseTests.test_with_unused_items)
PASS: test_allowed_types (test.test__interpchannels.ChannelTests.test_allowed_types)
PASS: test_channel_list_all_closed (test.test__interpchannels.ChannelTests.test_channel_list_all_closed)
PASS: test_channel_list_all_destroyed (test.test__interpchannels.ChannelTests.test_channel_list_all_destroyed)
PASS: test_channel_list_all_released (test.test__interpchannels.ChannelTests.test_channel_list_all_released)
test_channel_list_interpreters_basic (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_basic)
PASS: Test basic listing channel _interpreters.
test_channel_list_interpreters_closed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed)
PASS: Test listing channel interpreters with a closed channel.
test_channel_list_interpreters_closed_send_end (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed_send_end)
PASS: Test listing channel interpreters with a channel's send end closed.
test_channel_list_interpreters_destroyed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_destroyed)
PASS: Test listing channel interpreters with a destroyed interpreter.
PASS: test_channel_list_interpreters_invalid_args (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_args)
PASS: test_channel_list_interpreters_invalid_channel (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_channel)
test_channel_list_interpreters_multiple (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_multiple)
PASS: Test listing interpreters for a channel with many associations.
test_channel_list_interpreters_none (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_none)
PASS: Test listing interpreters for a channel with no associations.
test_channel_list_interpreters_released (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_released)
PASS: Test listing channel interpreters with a released channel.
PASS: test_close_both_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_forced)
PASS: test_close_both_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_unforced)
PASS: test_close_by_unassociated_interp (test.test__interpchannels.ChannelTests.test_close_by_unassociated_interp)
PASS: test_close_defaults_with_unused_items (test.test__interpchannels.ChannelTests.test_close_defaults_with_unused_items)
PASS: test_close_empty (test.test__interpchannels.ChannelTests.test_close_empty)
PASS: test_close_multiple_times (test.test__interpchannels.ChannelTests.test_close_multiple_times)
PASS: test_close_multiple_users (test.test__interpchannels.ChannelTests.test_close_multiple_users)
PASS: test_close_never_used (test.test__interpchannels.ChannelTests.test_close_never_used)
PASS: test_close_recv_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_forced)
PASS: test_close_recv_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_unforced)
PASS: test_close_send_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_forced)
PASS: test_close_send_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_unforced)
PASS: test_close_single_user (test.test__interpchannels.ChannelTests.test_close_single_user)
PASS: test_close_used_multiple_times_by_single_user (test.test__interpchannels.ChannelTests.test_close_used_multiple_times_by_single_user)
PASS: test_create_cid (test.test__interpchannels.ChannelTests.test_create_cid)
PASS: test_ids_global (test.test__interpchannels.ChannelTests.test_ids_global)
PASS: test_recv_default (test.test__interpchannels.ChannelTests.test_recv_default)
PASS: test_recv_empty (test.test__interpchannels.ChannelTests.test_recv_empty)
PASS: test_recv_not_found (test.test__interpchannels.ChannelTests.test_recv_not_found)
PASS: test_recv_sending_interp_destroyed (test.test__interpchannels.ChannelTests.test_recv_sending_interp_destroyed)
SKIP: test_run_string_arg_resolved (test.test__interpchannels.ChannelTests.test_run_string_arg_resolved) 'disabled until high-level channels exist'
PASS: test_run_string_arg_unresolved (test.test__interpchannels.ChannelTests.test_run_string_arg_unresolved)
PASS: test_send_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_blocking_no_wait)
PASS: test_send_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_blocking_waiting)
PASS: test_send_buffer (test.test__interpchannels.ChannelTests.test_send_buffer)
PASS: test_send_buffer_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_no_wait)
PASS: test_send_buffer_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_waiting)
SKIP: test_send_buffer_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_closed_while_waiting) 'temporarily skipped due to refleaks'
SKIP: test_send_buffer_timeout (test.test__interpchannels.ChannelTests.test_send_buffer_timeout) 'temporarily skipped due to refleaks'
PASS: test_send_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_closed_while_waiting)
PASS: test_send_not_found (test.test__interpchannels.ChannelTests.test_send_not_found)
PASS: test_send_recv_different_interpreters (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters)
PASS: test_send_recv_different_interpreters_and_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threads)
PASS: test_send_recv_different_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_threads)
PASS: test_send_recv_main (test.test__interpchannels.ChannelTests.test_send_recv_main)
PASS: test_send_recv_same_interpreter (test.test__interpchannels.ChannelTests.test_send_recv_same_interpreter)
PASS: test_send_timeout (test.test__interpchannels.ChannelTests.test_send_timeout)
PASS: test_sequential_ids (test.test__interpchannels.ChannelTests.test_sequential_ids)
SKIP: test_close (test.test__interpchannels.ExhaustiveChannelTests.test_close) 'these tests take several hours to run'
SKIP: test_force_close (test.test__interpchannels.ExhaustiveChannelTests.test_force_close) 'these tests take several hours to run'

----------------------------------------------------------------------
Ran 73 tests in 1.333s

OK (skipped=5)
0:01:48 load avg: 3.09 [ 74/486] test_android skipped
test_android skipped -- Android-specific
0:01:48 load avg: 3.09 [ 75/486] test_annotationlib passed
PASS: test_annotated_meta (test.test_annotationlib.MetaclassTests.test_annotated_meta)
PASS: test_ordering (test.test_annotationlib.MetaclassTests.test_ordering)
PASS: test_unannotated_meta (test.test_annotationlib.MetaclassTests.test_unannotated_meta)
PASS: test__all__ (test.test_annotationlib.TestAnnotationLib.test__all__)
PASS: test_lazy_imports (test.test_annotationlib.TestAnnotationLib.test_lazy_imports)
PASS: test_annotations_to_string (test.test_annotationlib.TestAnnotationsToString.test_annotations_to_string)
PASS: test_condition_not_stringified (test.test_annotationlib.TestCallAnnotateFunction.test_condition_not_stringified)
PASS: test_error_from_value_raised (test.test_annotationlib.TestCallAnnotateFunction.test_error_from_value_raised)
PASS: test_unsupported_formats (test.test_annotationlib.TestCallAnnotateFunction.test_unsupported_formats)
PASS: test_user_annotate_forwardref_fakeglobals (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_forwardref_fakeglobals)
PASS: test_user_annotate_forwardref_supported (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_forwardref_supported)
PASS: test_user_annotate_forwardref_value_fallback (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_forwardref_value_fallback)
PASS: test_user_annotate_string_fakeglobals (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_string_fakeglobals)
PASS: test_user_annotate_string_supported (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_string_supported)
PASS: test_user_annotate_string_value_fallback (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_string_value_fallback)
PASS: test_user_annotate_value (test.test_annotationlib.TestCallAnnotateFunction.test_user_annotate_value)
PASS: test_evaluation (test.test_annotationlib.TestCallEvaluateFunction.test_evaluation)
PASS: test_fake_global_evaluation (test.test_annotationlib.TestCallEvaluateFunction.test_fake_global_evaluation)
PASS: test_enum (test.test_annotationlib.TestFormat.test_enum)
PASS: test_delayed_syntax_error (test.test_annotationlib.TestForwardRefClass.test_delayed_syntax_error)
PASS: test_evaluate_forwardref_format (test.test_annotationlib.TestForwardRefClass.test_evaluate_forwardref_format)
PASS: test_evaluate_notimplemented_format (test.test_annotationlib.TestForwardRefClass.test_evaluate_notimplemented_format)
PASS: test_evaluate_string_format (test.test_annotationlib.TestForwardRefClass.test_evaluate_string_format)
PASS: test_evaluate_undefined_generic (test.test_annotationlib.TestForwardRefClass.test_evaluate_undefined_generic)
PASS: test_evaluate_with_type_params (test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params)
PASS: test_evaluate_with_type_params_and_scope_conflict (test.test_annotationlib.TestForwardRefClass.test_evaluate_with_type_params_and_scope_conflict)
PASS: test_forward_equality (test.test_annotationlib.TestForwardRefClass.test_forward_equality)
test_forward_equality_and_hash_with_cells (test.test_annotationlib.TestForwardRefClass.test_forward_equality_and_hash_with_cells)
PASS: Regression test for GH-143831.
PASS: test_forward_equality_get_type_hints (test.test_annotationlib.TestForwardRefClass.test_forward_equality_get_type_hints)
PASS: test_forward_equality_hash (test.test_annotationlib.TestForwardRefClass.test_forward_equality_hash)
PASS: test_forward_equality_namespace (test.test_annotationlib.TestForwardRefClass.test_forward_equality_namespace)
PASS: test_forward_recursion_actually (test.test_annotationlib.TestForwardRefClass.test_forward_recursion_actually)
PASS: test_forward_repr (test.test_annotationlib.TestForwardRefClass.test_forward_repr)
PASS: test_forwardref_instance_type_error (test.test_annotationlib.TestForwardRefClass.test_forwardref_instance_type_error)
PASS: test_forwardref_only_str_arg (test.test_annotationlib.TestForwardRefClass.test_forwardref_only_str_arg)
PASS: test_forwardref_subclass_type_error (test.test_annotationlib.TestForwardRefClass.test_forwardref_subclass_type_error)
PASS: test_fwdref_evaluate_argument_mutation (test.test_annotationlib.TestForwardRefClass.test_fwdref_evaluate_argument_mutation)
PASS: test_fwdref_final_class (test.test_annotationlib.TestForwardRefClass.test_fwdref_final_class)
PASS: test_fwdref_invalid_syntax (test.test_annotationlib.TestForwardRefClass.test_fwdref_invalid_syntax)
PASS: test_fwdref_to_builtin (test.test_annotationlib.TestForwardRefClass.test_fwdref_to_builtin)
PASS: test_fwdref_value_is_not_cached (test.test_annotationlib.TestForwardRefClass.test_fwdref_value_is_not_cached)
PASS: test_fwdref_with_module (test.test_annotationlib.TestForwardRefClass.test_fwdref_with_module)
PASS: test_fwdref_with_owner (test.test_annotationlib.TestForwardRefClass.test_fwdref_with_owner)
PASS: test_multiple_ways_to_create (test.test_annotationlib.TestForwardRefClass.test_multiple_ways_to_create)
PASS: test_name_lookup_without_eval (test.test_annotationlib.TestForwardRefClass.test_name_lookup_without_eval)
PASS: test_or (test.test_annotationlib.TestForwardRefClass.test_or)
PASS: test_re_evaluate_generics (test.test_annotationlib.TestForwardRefClass.test_re_evaluate_generics)
PASS: test_special_attrs (test.test_annotationlib.TestForwardRefClass.test_special_attrs)
PASS: test_syntax_error (test.test_annotationlib.TestForwardRefClass.test_syntax_error)
PASS: test_syntax_error_empty_string (test.test_annotationlib.TestForwardRefClass.test_syntax_error_empty_string)
PASS: test_closure (test.test_annotationlib.TestForwardRefFormat.test_closure)
PASS: test_function (test.test_annotationlib.TestForwardRefFormat.test_function)
PASS: test_multiple_closure (test.test_annotationlib.TestForwardRefFormat.test_multiple_closure)
PASS: test_nonexistent_attribute (test.test_annotationlib.TestForwardRefFormat.test_nonexistent_attribute)
PASS: test_partially_nonexistent (test.test_annotationlib.TestForwardRefFormat.test_partially_nonexistent)
PASS: test_partially_nonexistent_union (test.test_annotationlib.TestForwardRefFormat.test_partially_nonexistent_union)
PASS: test_with_metaclass (test.test_annotationlib.TestGetAnnotateFromClassNamespace.test_with_metaclass)
PASS: test_annotations_on_custom_object (test.test_annotationlib.TestGetAnnotations.test_annotations_on_custom_object)
PASS: test_builtin_type (test.test_annotationlib.TestGetAnnotations.test_builtin_type)
PASS: test_custom_format_eval_str (test.test_annotationlib.TestGetAnnotations.test_custom_format_eval_str)
PASS: test_custom_metaclass (test.test_annotationlib.TestGetAnnotations.test_custom_metaclass)
PASS: test_custom_object_with_annotations (test.test_annotationlib.TestGetAnnotations.test_custom_object_with_annotations)
PASS: test_eval_str_wrapped_chain_no_cycle (test.test_annotationlib.TestGetAnnotations.test_eval_str_wrapped_chain_no_cycle)
PASS: test_eval_str_wrapped_cycle_mutual (test.test_annotationlib.TestGetAnnotations.test_eval_str_wrapped_cycle_mutual)
PASS: test_eval_str_wrapped_cycle_self (test.test_annotationlib.TestGetAnnotations.test_eval_str_wrapped_cycle_self)
PASS: test_format (test.test_annotationlib.TestGetAnnotations.test_format)
PASS: test_forwardref_prefers_annotations (test.test_annotationlib.TestGetAnnotations.test_forwardref_prefers_annotations)
PASS: test_missing_dunder_dict (test.test_annotationlib.TestGetAnnotations.test_missing_dunder_dict)
PASS: test_modify_annotations (test.test_annotationlib.TestGetAnnotations.test_modify_annotations)
PASS: test_no_annotations (test.test_annotationlib.TestGetAnnotations.test_no_annotations)
PASS: test_non_dict_annotate (test.test_annotationlib.TestGetAnnotations.test_non_dict_annotate)
PASS: test_non_dict_annotations (test.test_annotationlib.TestGetAnnotations.test_non_dict_annotations)
PASS: test_nonlocal_in_annotation_scope (test.test_annotationlib.TestGetAnnotations.test_nonlocal_in_annotation_scope)
PASS: test_only_annotate (test.test_annotationlib.TestGetAnnotations.test_only_annotate)
PASS: test_partial_evaluation (test.test_annotationlib.TestGetAnnotations.test_partial_evaluation)
PASS: test_partial_evaluation_cell (test.test_annotationlib.TestGetAnnotations.test_partial_evaluation_cell)
PASS: test_partial_evaluation_error (test.test_annotationlib.TestGetAnnotations.test_partial_evaluation_error)
PASS: test_pep695_generic_class_with_future_annotations (test.test_annotationlib.TestGetAnnotations.test_pep695_generic_class_with_future_annotations)
PASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_annotationlib.TestGetAnnotations.test_pep695_generic_class_with_future_annotations_and_local_shadowing)
PASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_annotationlib.TestGetAnnotations.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generic_function_with_future_annotations (test.test_annotationlib.TestGetAnnotations.test_pep_695_generic_function_with_future_annotations)
PASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_annotationlib.TestGetAnnotations.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generic_method_with_future_annotations (test.test_annotationlib.TestGetAnnotations.test_pep_695_generic_method_with_future_annotations)
PASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars (test.test_annotationlib.TestGetAnnotations.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars)
PASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_annotationlib.TestGetAnnotations.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_annotationlib.TestGetAnnotations.test_pep_695_generics_with_future_annotations_nested_in_function)
PASS: test_raises_error_from_value (test.test_annotationlib.TestGetAnnotations.test_raises_error_from_value)
PASS: test_raising_annotations_on_custom_object (test.test_annotationlib.TestGetAnnotations.test_raising_annotations_on_custom_object)
PASS: test_stock_annotations (test.test_annotationlib.TestGetAnnotations.test_stock_annotations)
PASS: test_stock_annotations_in_module (test.test_annotationlib.TestGetAnnotations.test_stock_annotations_in_module)
PASS: test_stock_annotations_on_wrapper (test.test_annotationlib.TestGetAnnotations.test_stock_annotations_on_wrapper)
PASS: test_stringized_annotation_permutations (test.test_annotationlib.TestGetAnnotations.test_stringized_annotation_permutations)
PASS: test_stringized_annotations_in_empty_module (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_in_empty_module)
PASS: test_stringized_annotations_in_module (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_in_module)
PASS: test_stringized_annotations_on_class (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_on_class)
PASS: test_stringized_annotations_on_custom_object (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_on_custom_object)
PASS: test_stringized_annotations_on_partial_wrapper (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_on_partial_wrapper)
PASS: test_stringized_annotations_on_wrapper (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_on_wrapper)
PASS: test_stringized_annotations_with_star_unpack (test.test_annotationlib.TestGetAnnotations.test_stringized_annotations_with_star_unpack)
PASS: test_closure (test.test_annotationlib.TestStringFormat.test_closure)
PASS: test_closure_undefined (test.test_annotationlib.TestStringFormat.test_closure_undefined)
PASS: test_displays (test.test_annotationlib.TestStringFormat.test_displays)
PASS: test_expressions (test.test_annotationlib.TestStringFormat.test_expressions)
PASS: test_function (test.test_annotationlib.TestStringFormat.test_function)
PASS: test_getitem (test.test_annotationlib.TestStringFormat.test_getitem)
PASS: test_literals (test.test_annotationlib.TestStringFormat.test_literals)
PASS: test_nested_expressions (test.test_annotationlib.TestStringFormat.test_nested_expressions)
PASS: test_reverse_ops (test.test_annotationlib.TestStringFormat.test_reverse_ops)
PASS: test_shenanigans (test.test_annotationlib.TestStringFormat.test_shenanigans)
PASS: test_slice (test.test_annotationlib.TestStringFormat.test_slice)
PASS: test_template_str (test.test_annotationlib.TestStringFormat.test_template_str)
PASS: test_unsupported_operations (test.test_annotationlib.TestStringFormat.test_unsupported_operations)
PASS: test_type_repr (test.test_annotationlib.TestTypeRepr.test_type_repr)

----------------------------------------------------------------------
Ran 113 tests in 0.188s

OK
0:01:48 load avg: 3.09 [ 76/486] test_apple skipped
test_apple skipped -- Apple-specific
0:01:48 load avg: 3.09 [ 77/486] test__interpreters passed
PASS: test_invalid_shared_encoding (test.test__interpreters.CommonTests.test_invalid_shared_encoding)
PASS: test_invalid_shared_none (test.test__interpreters.CommonTests.test_invalid_shared_none)
PASS: test_signatures (test.test__interpreters.CommonTests.test_signatures)
PASS: test_after_destroy_all (test.test__interpreters.CreateTests.test_after_destroy_all)
PASS: test_after_destroy_some (test.test__interpreters.CreateTests.test_after_destroy_some)
PASS: test_in_main (test.test__interpreters.CreateTests.test_in_main)
PASS: test_in_subinterpreter (test.test__interpreters.CreateTests.test_in_subinterpreter)
PASS: test_in_thread (test.test__interpreters.CreateTests.test_in_thread)
PASS: test_in_threaded_subinterpreter (test.test__interpreters.CreateTests.test_in_threaded_subinterpreter)
SKIP: test_unique_id (test.test__interpreters.CreateTests.test_unique_id) 'enable this test when working on pystate.c'
PASS: test_all (test.test__interpreters.DestroyTests.test_all)
PASS: test_already_destroyed (test.test__interpreters.DestroyTests.test_already_destroyed)
PASS: test_bad_id (test.test__interpreters.DestroyTests.test_bad_id)
PASS: test_does_not_exist (test.test__interpreters.DestroyTests.test_does_not_exist)
PASS: test_from_current (test.test__interpreters.DestroyTests.test_from_current)
PASS: test_from_other_thread (test.test__interpreters.DestroyTests.test_from_other_thread)
PASS: test_from_sibling (test.test__interpreters.DestroyTests.test_from_sibling)
PASS: test_main (test.test__interpreters.DestroyTests.test_main)
PASS: test_one (test.test__interpreters.DestroyTests.test_one)
PASS: test_still_running (test.test__interpreters.DestroyTests.test_still_running)
PASS: test_main (test.test__interpreters.GetCurrentTests.test_main)
PASS: test_subinterpreter (test.test__interpreters.GetCurrentTests.test_subinterpreter)
PASS: test_from_main (test.test__interpreters.GetMainTests.test_from_main)
PASS: test_from_subinterpreter (test.test__interpreters.GetMainTests.test_from_subinterpreter)
PASS: test_already_destroyed (test.test__interpreters.IsRunningTests.test_already_destroyed)
PASS: test_bad_id (test.test__interpreters.IsRunningTests.test_bad_id)
PASS: test_does_not_exist (test.test__interpreters.IsRunningTests.test_does_not_exist)
PASS: test_from_subinterpreter (test.test__interpreters.IsRunningTests.test_from_subinterpreter)
PASS: test_main (test.test__interpreters.IsRunningTests.test_main)
SKIP: test_subinterpreter (test.test__interpreters.IsRunningTests.test_subinterpreter) 'Fails on FreeBSD'
PASS: test_default_shareables (test.test__interpreters.IsShareableTests.test_default_shareables)
PASS: test_not_shareable (test.test__interpreters.IsShareableTests.test_not_shareable)
PASS: test_after_creating (test.test__interpreters.ListAllTests.test_after_creating)
PASS: test_after_destroying (test.test__interpreters.ListAllTests.test_after_destroying)
PASS: test_initial (test.test__interpreters.ListAllTests.test_initial)
PASS: test_import_in_interpreter (test.test__interpreters.ModuleTests.test_import_in_interpreter)
PASS: test_AttributeError (test.test__interpreters.RunFailedTests.test_AttributeError)
PASS: test_ExceptionGroup (test.test__interpreters.RunFailedTests.test_ExceptionGroup)
PASS: test_NameError (test.test__interpreters.RunFailedTests.test_NameError)
PASS: test_exit (test.test__interpreters.RunFailedTests.test_exit)
PASS: test_invalid_syntax (test.test__interpreters.RunFailedTests.test_invalid_syntax)
PASS: test_plain_exception (test.test__interpreters.RunFailedTests.test_plain_exception)
PASS: test_user_defined_exception (test.test__interpreters.RunFailedTests.test_user_defined_exception)
PASS: test_args (test.test__interpreters.RunFuncTests.test_args)
PASS: test_closure (test.test__interpreters.RunFuncTests.test_closure)
PASS: test_code_object (test.test__interpreters.RunFuncTests.test_code_object)
PASS: test_in_thread (test.test__interpreters.RunFuncTests.test_in_thread)
PASS: test_return_value (test.test__interpreters.RunFuncTests.test_return_value)
PASS: test_success (test.test__interpreters.RunFuncTests.test_success)
PASS: test_already_running (test.test__interpreters.RunStringTests.test_already_running)
PASS: test_bad_id (test.test__interpreters.RunStringTests.test_bad_id)
PASS: test_bad_script (test.test__interpreters.RunStringTests.test_bad_script)
PASS: test_bytes_for_script (test.test__interpreters.RunStringTests.test_bytes_for_script)
PASS: test_create_daemon_thread (test.test__interpreters.RunStringTests.test_create_daemon_thread)
PASS: test_create_thread (test.test__interpreters.RunStringTests.test_create_thread)
PASS: test_does_not_exist (test.test__interpreters.RunStringTests.test_does_not_exist)
PASS: test_error_id (test.test__interpreters.RunStringTests.test_error_id)
PASS: test_execution_namespace_is_main (test.test__interpreters.RunStringTests.test_execution_namespace_is_main)
PASS: test_fork (test.test__interpreters.RunStringTests.test_fork)
PASS: test_in_thread (test.test__interpreters.RunStringTests.test_in_thread)
PASS: test_main_reused (test.test__interpreters.RunStringTests.test_main_reused)
PASS: test_os_exec (test.test__interpreters.RunStringTests.test_os_exec)
PASS: test_shareable_types (test.test__interpreters.RunStringTests.test_shareable_types)
PASS: test_shared_overwrites (test.test__interpreters.RunStringTests.test_shared_overwrites)
PASS: test_shared_overwrites_default_vars (test.test__interpreters.RunStringTests.test_shared_overwrites_default_vars)
SKIP: test_still_running_at_exit (test.test__interpreters.RunStringTests.test_still_running_at_exit) 'blocking forever'
PASS: test_str_subclass_string (test.test__interpreters.RunStringTests.test_str_subclass_string)
PASS: test_success (test.test__interpreters.RunStringTests.test_success)
PASS: test_with_shared (test.test__interpreters.RunStringTests.test_with_shared)

----------------------------------------------------------------------
Ran 69 tests in 1.590s

OK (skipped=3)
0:01:48 load avg: 3.09 [ 78/486] test_asdl_parser skipped
test_asdl_parser skipped -- test irrelevant for an installed Python
0:01:49 load avg: 3.09 [ 79/486] test_array passed
PASS: test_error (test.test_array.ArrayReconstructorTest.test_error)
PASS: test_numbers (test.test_array.ArrayReconstructorTest.test_numbers)
PASS: test_unicode (test.test_array.ArrayReconstructorTest.test_unicode)
PASS: test_add (test.test_array.ByteTest.test_add)
PASS: test_assignment (test.test_array.ByteTest.test_assignment)
PASS: test_buffer (test.test_array.ByteTest.test_buffer)
PASS: test_buffer_info (test.test_array.ByteTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.ByteTest.test_bug_782369)
PASS: test_byteswap (test.test_array.ByteTest.test_byteswap)
PASS: test_clear (test.test_array.ByteTest.test_clear)
PASS: test_cmp (test.test_array.ByteTest.test_cmp)
PASS: test_constructor (test.test_array.ByteTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.ByteTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.ByteTest.test_copy)
PASS: test_count (test.test_array.ByteTest.test_count)
PASS: test_coveritertraverse (test.test_array.ByteTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.ByteTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.ByteTest.test_deepcopy)
PASS: test_delitem (test.test_array.ByteTest.test_delitem)
PASS: test_delslice (test.test_array.ByteTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.ByteTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.ByteTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.ByteTest.test_extend)
PASS: test_extended_getslice (test.test_array.ByteTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.ByteTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.ByteTest.test_extslice)
PASS: test_filewrite (test.test_array.ByteTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.ByteTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.ByteTest.test_fromarray)
PASS: test_frombytearray (test.test_array.ByteTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.ByteTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.ByteTest.test_getitem)
PASS: test_getslice (test.test_array.ByteTest.test_getslice)
PASS: test_iadd (test.test_array.ByteTest.test_iadd)
PASS: test_imul (test.test_array.ByteTest.test_imul)
PASS: test_index (test.test_array.ByteTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.ByteTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.ByteTest.test_insert)
PASS: test_iterationcontains (test.test_array.ByteTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.ByteTest.test_iterator_pickle)
PASS: test_len (test.test_array.ByteTest.test_len)
PASS: test_mul (test.test_array.ByteTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.ByteTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.ByteTest.test_overflow)
PASS: test_pickle (test.test_array.ByteTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.ByteTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.ByteTest.test_pop)
PASS: test_reduce_ex (test.test_array.ByteTest.test_reduce_ex)
PASS: test_remove (test.test_array.ByteTest.test_remove)
PASS: test_repr (test.test_array.ByteTest.test_repr)
PASS: test_reverse (test.test_array.ByteTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.ByteTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.ByteTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.ByteTest.test_setitem)
PASS: test_setslice (test.test_array.ByteTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.ByteTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.ByteTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.ByteTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.ByteTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.ByteTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.ByteTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.ByteTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.ByteTest.test_tofromlist)
PASS: test_type_error (test.test_array.ByteTest.test_type_error)
PASS: test_weakref (test.test_array.ByteTest.test_weakref)
PASS: test_add (test.test_array.DoubleTest.test_add)
PASS: test_alloc_overflow (test.test_array.DoubleTest.test_alloc_overflow)
PASS: test_assignment (test.test_array.DoubleTest.test_assignment)
PASS: test_buffer (test.test_array.DoubleTest.test_buffer)
PASS: test_buffer_info (test.test_array.DoubleTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.DoubleTest.test_bug_782369)
PASS: test_byteswap (test.test_array.DoubleTest.test_byteswap)
PASS: test_clear (test.test_array.DoubleTest.test_clear)
PASS: test_cmp (test.test_array.DoubleTest.test_cmp)
PASS: test_constructor (test.test_array.DoubleTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.DoubleTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.DoubleTest.test_copy)
PASS: test_count (test.test_array.DoubleTest.test_count)
PASS: test_coveritertraverse (test.test_array.DoubleTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.DoubleTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.DoubleTest.test_deepcopy)
PASS: test_delitem (test.test_array.DoubleTest.test_delitem)
PASS: test_delslice (test.test_array.DoubleTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.DoubleTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.DoubleTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.DoubleTest.test_extend)
PASS: test_extended_getslice (test.test_array.DoubleTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.DoubleTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.DoubleTest.test_extslice)
PASS: test_filewrite (test.test_array.DoubleTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.DoubleTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.DoubleTest.test_fromarray)
PASS: test_frombytearray (test.test_array.DoubleTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.DoubleTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.DoubleTest.test_getitem)
PASS: test_getslice (test.test_array.DoubleTest.test_getslice)
PASS: test_iadd (test.test_array.DoubleTest.test_iadd)
PASS: test_imul (test.test_array.DoubleTest.test_imul)
PASS: test_index (test.test_array.DoubleTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.DoubleTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.DoubleTest.test_insert)
PASS: test_iterationcontains (test.test_array.DoubleTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.DoubleTest.test_iterator_pickle)
PASS: test_len (test.test_array.DoubleTest.test_len)
PASS: test_mul (test.test_array.DoubleTest.test_mul)
PASS: test_nan (test.test_array.DoubleTest.test_nan)
PASS: test_obsolete_write_lock (test.test_array.DoubleTest.test_obsolete_write_lock)
PASS: test_pickle (test.test_array.DoubleTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.DoubleTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.DoubleTest.test_pop)
PASS: test_reduce_ex (test.test_array.DoubleTest.test_reduce_ex)
PASS: test_remove (test.test_array.DoubleTest.test_remove)
PASS: test_repr (test.test_array.DoubleTest.test_repr)
PASS: test_reverse (test.test_array.DoubleTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.DoubleTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.DoubleTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.DoubleTest.test_setitem)
PASS: test_setslice (test.test_array.DoubleTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.DoubleTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.DoubleTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.DoubleTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.DoubleTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.DoubleTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.DoubleTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.DoubleTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.DoubleTest.test_tofromlist)
PASS: test_weakref (test.test_array.DoubleTest.test_weakref)
PASS: test_add (test.test_array.FloatTest.test_add)
PASS: test_assignment (test.test_array.FloatTest.test_assignment)
PASS: test_buffer (test.test_array.FloatTest.test_buffer)
PASS: test_buffer_info (test.test_array.FloatTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.FloatTest.test_bug_782369)
PASS: test_byteswap (test.test_array.FloatTest.test_byteswap)
PASS: test_clear (test.test_array.FloatTest.test_clear)
PASS: test_cmp (test.test_array.FloatTest.test_cmp)
PASS: test_constructor (test.test_array.FloatTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.FloatTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.FloatTest.test_copy)
PASS: test_count (test.test_array.FloatTest.test_count)
PASS: test_coveritertraverse (test.test_array.FloatTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.FloatTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.FloatTest.test_deepcopy)
PASS: test_delitem (test.test_array.FloatTest.test_delitem)
PASS: test_delslice (test.test_array.FloatTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.FloatTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.FloatTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.FloatTest.test_extend)
PASS: test_extended_getslice (test.test_array.FloatTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.FloatTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.FloatTest.test_extslice)
PASS: test_filewrite (test.test_array.FloatTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.FloatTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.FloatTest.test_fromarray)
PASS: test_frombytearray (test.test_array.FloatTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.FloatTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.FloatTest.test_getitem)
PASS: test_getslice (test.test_array.FloatTest.test_getslice)
PASS: test_iadd (test.test_array.FloatTest.test_iadd)
PASS: test_imul (test.test_array.FloatTest.test_imul)
PASS: test_index (test.test_array.FloatTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.FloatTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.FloatTest.test_insert)
PASS: test_iterationcontains (test.test_array.FloatTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.FloatTest.test_iterator_pickle)
PASS: test_len (test.test_array.FloatTest.test_len)
PASS: test_mul (test.test_array.FloatTest.test_mul)
PASS: test_nan (test.test_array.FloatTest.test_nan)
PASS: test_obsolete_write_lock (test.test_array.FloatTest.test_obsolete_write_lock)
PASS: test_pickle (test.test_array.FloatTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.FloatTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.FloatTest.test_pop)
PASS: test_reduce_ex (test.test_array.FloatTest.test_reduce_ex)
PASS: test_remove (test.test_array.FloatTest.test_remove)
PASS: test_repr (test.test_array.FloatTest.test_repr)
PASS: test_reverse (test.test_array.FloatTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.FloatTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.FloatTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.FloatTest.test_setitem)
PASS: test_setslice (test.test_array.FloatTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.FloatTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.FloatTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.FloatTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.FloatTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.FloatTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.FloatTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.FloatTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.FloatTest.test_tofromlist)
PASS: test_weakref (test.test_array.FloatTest.test_weakref)
PASS: test_add (test.test_array.IntTest.test_add)
PASS: test_assignment (test.test_array.IntTest.test_assignment)
PASS: test_buffer (test.test_array.IntTest.test_buffer)
PASS: test_buffer_info (test.test_array.IntTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.IntTest.test_bug_782369)
PASS: test_byteswap (test.test_array.IntTest.test_byteswap)
PASS: test_clear (test.test_array.IntTest.test_clear)
PASS: test_cmp (test.test_array.IntTest.test_cmp)
PASS: test_constructor (test.test_array.IntTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.IntTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.IntTest.test_copy)
PASS: test_count (test.test_array.IntTest.test_count)
PASS: test_coveritertraverse (test.test_array.IntTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.IntTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.IntTest.test_deepcopy)
PASS: test_delitem (test.test_array.IntTest.test_delitem)
PASS: test_delslice (test.test_array.IntTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.IntTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.IntTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.IntTest.test_extend)
PASS: test_extended_getslice (test.test_array.IntTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.IntTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.IntTest.test_extslice)
PASS: test_filewrite (test.test_array.IntTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.IntTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.IntTest.test_fromarray)
PASS: test_frombytearray (test.test_array.IntTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.IntTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.IntTest.test_getitem)
PASS: test_getslice (test.test_array.IntTest.test_getslice)
PASS: test_iadd (test.test_array.IntTest.test_iadd)
PASS: test_imul (test.test_array.IntTest.test_imul)
PASS: test_index (test.test_array.IntTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.IntTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.IntTest.test_insert)
PASS: test_iterationcontains (test.test_array.IntTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.IntTest.test_iterator_pickle)
PASS: test_len (test.test_array.IntTest.test_len)
PASS: test_mul (test.test_array.IntTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.IntTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.IntTest.test_overflow)
PASS: test_pickle (test.test_array.IntTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.IntTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.IntTest.test_pop)
PASS: test_reduce_ex (test.test_array.IntTest.test_reduce_ex)
PASS: test_remove (test.test_array.IntTest.test_remove)
PASS: test_repr (test.test_array.IntTest.test_repr)
PASS: test_reverse (test.test_array.IntTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.IntTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.IntTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.IntTest.test_setitem)
PASS: test_setslice (test.test_array.IntTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.IntTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.IntTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.IntTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.IntTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.IntTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.IntTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.IntTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.IntTest.test_tofromlist)
PASS: test_type_error (test.test_array.IntTest.test_type_error)
PASS: test_weakref (test.test_array.IntTest.test_weakref)
PASS: test_access (test.test_array.LargeArrayTest.test_access)
PASS: test_append (test.test_array.LargeArrayTest.test_append)
PASS: test_count (test.test_array.LargeArrayTest.test_count)
PASS: test_example_data (test.test_array.LargeArrayTest.test_example_data)
PASS: test_extend (test.test_array.LargeArrayTest.test_extend)
PASS: test_frombytes (test.test_array.LargeArrayTest.test_frombytes)
PASS: test_fromlist (test.test_array.LargeArrayTest.test_fromlist)
PASS: test_gh_128961 (test.test_array.LargeArrayTest.test_gh_128961)
PASS: test_index (test.test_array.LargeArrayTest.test_index)
PASS: test_insert (test.test_array.LargeArrayTest.test_insert)
PASS: test_pop (test.test_array.LargeArrayTest.test_pop)
PASS: test_remove (test.test_array.LargeArrayTest.test_remove)
PASS: test_reverse (test.test_array.LargeArrayTest.test_reverse)
PASS: test_setitem_use_after_clear_with_float_data (test.test_array.LargeArrayTest.test_setitem_use_after_clear_with_float_data)
PASS: test_setitem_use_after_clear_with_int_data (test.test_array.LargeArrayTest.test_setitem_use_after_clear_with_int_data)
PASS: test_setitem_use_after_shrink_with_int_data (test.test_array.LargeArrayTest.test_setitem_use_after_shrink_with_int_data)
PASS: test_slice (test.test_array.LargeArrayTest.test_slice)
PASS: test_tolist (test.test_array.LargeArrayTest.test_tolist)
PASS: test_add (test.test_array.LongLongTest.test_add)
PASS: test_assignment (test.test_array.LongLongTest.test_assignment)
PASS: test_buffer (test.test_array.LongLongTest.test_buffer)
PASS: test_buffer_info (test.test_array.LongLongTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.LongLongTest.test_bug_782369)
PASS: test_byteswap (test.test_array.LongLongTest.test_byteswap)
PASS: test_clear (test.test_array.LongLongTest.test_clear)
PASS: test_cmp (test.test_array.LongLongTest.test_cmp)
PASS: test_constructor (test.test_array.LongLongTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.LongLongTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.LongLongTest.test_copy)
PASS: test_count (test.test_array.LongLongTest.test_count)
PASS: test_coveritertraverse (test.test_array.LongLongTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.LongLongTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.LongLongTest.test_deepcopy)
PASS: test_delitem (test.test_array.LongLongTest.test_delitem)
PASS: test_delslice (test.test_array.LongLongTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.LongLongTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.LongLongTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.LongLongTest.test_extend)
PASS: test_extended_getslice (test.test_array.LongLongTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.LongLongTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.LongLongTest.test_extslice)
PASS: test_filewrite (test.test_array.LongLongTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.LongLongTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.LongLongTest.test_fromarray)
PASS: test_frombytearray (test.test_array.LongLongTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.LongLongTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.LongLongTest.test_getitem)
PASS: test_getslice (test.test_array.LongLongTest.test_getslice)
PASS: test_iadd (test.test_array.LongLongTest.test_iadd)
PASS: test_imul (test.test_array.LongLongTest.test_imul)
PASS: test_index (test.test_array.LongLongTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.LongLongTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.LongLongTest.test_insert)
PASS: test_iterationcontains (test.test_array.LongLongTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.LongLongTest.test_iterator_pickle)
PASS: test_len (test.test_array.LongLongTest.test_len)
PASS: test_mul (test.test_array.LongLongTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.LongLongTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.LongLongTest.test_overflow)
PASS: test_pickle (test.test_array.LongLongTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.LongLongTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.LongLongTest.test_pop)
PASS: test_reduce_ex (test.test_array.LongLongTest.test_reduce_ex)
PASS: test_remove (test.test_array.LongLongTest.test_remove)
PASS: test_repr (test.test_array.LongLongTest.test_repr)
PASS: test_reverse (test.test_array.LongLongTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.LongLongTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.LongLongTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.LongLongTest.test_setitem)
PASS: test_setslice (test.test_array.LongLongTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.LongLongTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.LongLongTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.LongLongTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.LongLongTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.LongLongTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.LongLongTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.LongLongTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.LongLongTest.test_tofromlist)
PASS: test_type_error (test.test_array.LongLongTest.test_type_error)
PASS: test_weakref (test.test_array.LongLongTest.test_weakref)
PASS: test_add (test.test_array.LongTest.test_add)
PASS: test_assignment (test.test_array.LongTest.test_assignment)
PASS: test_buffer (test.test_array.LongTest.test_buffer)
PASS: test_buffer_info (test.test_array.LongTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.LongTest.test_bug_782369)
PASS: test_byteswap (test.test_array.LongTest.test_byteswap)
PASS: test_clear (test.test_array.LongTest.test_clear)
PASS: test_cmp (test.test_array.LongTest.test_cmp)
PASS: test_constructor (test.test_array.LongTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.LongTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.LongTest.test_copy)
PASS: test_count (test.test_array.LongTest.test_count)
PASS: test_coveritertraverse (test.test_array.LongTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.LongTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.LongTest.test_deepcopy)
PASS: test_delitem (test.test_array.LongTest.test_delitem)
PASS: test_delslice (test.test_array.LongTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.LongTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.LongTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.LongTest.test_extend)
PASS: test_extended_getslice (test.test_array.LongTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.LongTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.LongTest.test_extslice)
PASS: test_filewrite (test.test_array.LongTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.LongTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.LongTest.test_fromarray)
PASS: test_frombytearray (test.test_array.LongTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.LongTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.LongTest.test_getitem)
PASS: test_getslice (test.test_array.LongTest.test_getslice)
PASS: test_iadd (test.test_array.LongTest.test_iadd)
PASS: test_imul (test.test_array.LongTest.test_imul)
PASS: test_index (test.test_array.LongTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.LongTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.LongTest.test_insert)
PASS: test_iterationcontains (test.test_array.LongTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.LongTest.test_iterator_pickle)
PASS: test_len (test.test_array.LongTest.test_len)
PASS: test_mul (test.test_array.LongTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.LongTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.LongTest.test_overflow)
PASS: test_pickle (test.test_array.LongTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.LongTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.LongTest.test_pop)
PASS: test_reduce_ex (test.test_array.LongTest.test_reduce_ex)
PASS: test_remove (test.test_array.LongTest.test_remove)
PASS: test_repr (test.test_array.LongTest.test_repr)
PASS: test_reverse (test.test_array.LongTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.LongTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.LongTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.LongTest.test_setitem)
PASS: test_setslice (test.test_array.LongTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.LongTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.LongTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.LongTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.LongTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.LongTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.LongTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.LongTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.LongTest.test_tofromlist)
PASS: test_type_error (test.test_array.LongTest.test_type_error)
PASS: test_weakref (test.test_array.LongTest.test_weakref)
PASS: test_array_is_sequence (test.test_array.MiscTest.test_array_is_sequence)
PASS: test_bad_constructor (test.test_array.MiscTest.test_bad_constructor)
PASS: test_disallow_instantiation (test.test_array.MiscTest.test_disallow_instantiation)
PASS: test_empty (test.test_array.MiscTest.test_empty)
PASS: test_immutable (test.test_array.MiscTest.test_immutable)
PASS: test_add (test.test_array.ShortTest.test_add)
PASS: test_assignment (test.test_array.ShortTest.test_assignment)
PASS: test_buffer (test.test_array.ShortTest.test_buffer)
PASS: test_buffer_info (test.test_array.ShortTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.ShortTest.test_bug_782369)
PASS: test_byteswap (test.test_array.ShortTest.test_byteswap)
PASS: test_clear (test.test_array.ShortTest.test_clear)
PASS: test_cmp (test.test_array.ShortTest.test_cmp)
PASS: test_constructor (test.test_array.ShortTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.ShortTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.ShortTest.test_copy)
PASS: test_count (test.test_array.ShortTest.test_count)
PASS: test_coveritertraverse (test.test_array.ShortTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.ShortTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.ShortTest.test_deepcopy)
PASS: test_delitem (test.test_array.ShortTest.test_delitem)
PASS: test_delslice (test.test_array.ShortTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.ShortTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.ShortTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.ShortTest.test_extend)
PASS: test_extended_getslice (test.test_array.ShortTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.ShortTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.ShortTest.test_extslice)
PASS: test_filewrite (test.test_array.ShortTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.ShortTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.ShortTest.test_fromarray)
PASS: test_frombytearray (test.test_array.ShortTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.ShortTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.ShortTest.test_getitem)
PASS: test_getslice (test.test_array.ShortTest.test_getslice)
PASS: test_iadd (test.test_array.ShortTest.test_iadd)
PASS: test_imul (test.test_array.ShortTest.test_imul)
PASS: test_index (test.test_array.ShortTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.ShortTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.ShortTest.test_insert)
PASS: test_iterationcontains (test.test_array.ShortTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.ShortTest.test_iterator_pickle)
PASS: test_len (test.test_array.ShortTest.test_len)
PASS: test_mul (test.test_array.ShortTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.ShortTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.ShortTest.test_overflow)
PASS: test_pickle (test.test_array.ShortTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.ShortTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.ShortTest.test_pop)
PASS: test_reduce_ex (test.test_array.ShortTest.test_reduce_ex)
PASS: test_remove (test.test_array.ShortTest.test_remove)
PASS: test_repr (test.test_array.ShortTest.test_repr)
PASS: test_reverse (test.test_array.ShortTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.ShortTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.ShortTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.ShortTest.test_setitem)
PASS: test_setslice (test.test_array.ShortTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.ShortTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.ShortTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.ShortTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.ShortTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.ShortTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.ShortTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.ShortTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.ShortTest.test_tofromlist)
PASS: test_type_error (test.test_array.ShortTest.test_type_error)
PASS: test_weakref (test.test_array.ShortTest.test_weakref)
PASS: test_add (test.test_array.UCS4Test.test_add)
PASS: test_buffer (test.test_array.UCS4Test.test_buffer)
PASS: test_buffer_info (test.test_array.UCS4Test.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UCS4Test.test_bug_782369)
PASS: test_byteswap (test.test_array.UCS4Test.test_byteswap)
PASS: test_clear (test.test_array.UCS4Test.test_clear)
PASS: test_cmp (test.test_array.UCS4Test.test_cmp)
PASS: test_constructor (test.test_array.UCS4Test.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UCS4Test.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UCS4Test.test_copy)
PASS: test_count (test.test_array.UCS4Test.test_count)
PASS: test_coveritertraverse (test.test_array.UCS4Test.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UCS4Test.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UCS4Test.test_deepcopy)
PASS: test_delitem (test.test_array.UCS4Test.test_delitem)
PASS: test_empty_string_mem_leak_gh140474 (test.test_array.UCS4Test.test_empty_string_mem_leak_gh140474)
PASS: test_exhausted_iterator (test.test_array.UCS4Test.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UCS4Test.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UCS4Test.test_extend)
PASS: test_extended_getslice (test.test_array.UCS4Test.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UCS4Test.test_extended_set_del_slice)
PASS: test_filewrite (test.test_array.UCS4Test.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UCS4Test.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UCS4Test.test_fromarray)
PASS: test_fromfile_ioerror (test.test_array.UCS4Test.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UCS4Test.test_getitem)
PASS: test_getslice (test.test_array.UCS4Test.test_getslice)
PASS: test_iadd (test.test_array.UCS4Test.test_iadd)
PASS: test_imul (test.test_array.UCS4Test.test_imul)
PASS: test_index (test.test_array.UCS4Test.test_index)
PASS: test_initialize_with_unicode (test.test_array.UCS4Test.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UCS4Test.test_insert)
PASS: test_issue17223 (test.test_array.UCS4Test.test_issue17223)
PASS: test_iterator_pickle (test.test_array.UCS4Test.test_iterator_pickle)
PASS: test_len (test.test_array.UCS4Test.test_len)
PASS: test_mul (test.test_array.UCS4Test.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UCS4Test.test_obsolete_write_lock)
PASS: test_pickle (test.test_array.UCS4Test.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UCS4Test.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UCS4Test.test_pop)
PASS: test_reduce_ex (test.test_array.UCS4Test.test_reduce_ex)
PASS: test_remove (test.test_array.UCS4Test.test_remove)
PASS: test_repr (test.test_array.UCS4Test.test_repr)
PASS: test_reverse (test.test_array.UCS4Test.test_reverse)
PASS: test_reverse_iterator (test.test_array.UCS4Test.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UCS4Test.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UCS4Test.test_setitem)
PASS: test_setslice (test.test_array.UCS4Test.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UCS4Test.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UCS4Test.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UCS4Test.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UCS4Test.test_subclass_with_kwargs)
PASS: test_tofrombytes (test.test_array.UCS4Test.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UCS4Test.test_tofromfile)
PASS: test_tofromlist (test.test_array.UCS4Test.test_tofromlist)
PASS: test_typecode_u_deprecation (test.test_array.UCS4Test.test_typecode_u_deprecation)
PASS: test_unicode (test.test_array.UCS4Test.test_unicode)
PASS: test_weakref (test.test_array.UCS4Test.test_weakref)
PASS: test_add (test.test_array.UnicodeTest.test_add)
PASS: test_buffer (test.test_array.UnicodeTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnicodeTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnicodeTest.test_bug_782369)
PASS: test_byteswap (test.test_array.UnicodeTest.test_byteswap)
PASS: test_clear (test.test_array.UnicodeTest.test_clear)
PASS: test_cmp (test.test_array.UnicodeTest.test_cmp)
PASS: test_constructor (test.test_array.UnicodeTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnicodeTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnicodeTest.test_copy)
PASS: test_count (test.test_array.UnicodeTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnicodeTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnicodeTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnicodeTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnicodeTest.test_delitem)
PASS: test_empty_string_mem_leak_gh140474 (test.test_array.UnicodeTest.test_empty_string_mem_leak_gh140474)
PASS: test_exhausted_iterator (test.test_array.UnicodeTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnicodeTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnicodeTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnicodeTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnicodeTest.test_extended_set_del_slice)
PASS: test_filewrite (test.test_array.UnicodeTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnicodeTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnicodeTest.test_fromarray)
PASS: test_fromfile_ioerror (test.test_array.UnicodeTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnicodeTest.test_getitem)
PASS: test_getslice (test.test_array.UnicodeTest.test_getslice)
PASS: test_iadd (test.test_array.UnicodeTest.test_iadd)
PASS: test_imul (test.test_array.UnicodeTest.test_imul)
PASS: test_index (test.test_array.UnicodeTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnicodeTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnicodeTest.test_insert)
PASS: test_issue17223 (test.test_array.UnicodeTest.test_issue17223)
PASS: test_iterator_pickle (test.test_array.UnicodeTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnicodeTest.test_len)
PASS: test_mul (test.test_array.UnicodeTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnicodeTest.test_obsolete_write_lock)
PASS: test_pickle (test.test_array.UnicodeTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnicodeTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnicodeTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnicodeTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnicodeTest.test_remove)
PASS: test_repr (test.test_array.UnicodeTest.test_repr)
PASS: test_reverse (test.test_array.UnicodeTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnicodeTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnicodeTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnicodeTest.test_setitem)
PASS: test_setslice (test.test_array.UnicodeTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnicodeTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnicodeTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnicodeTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnicodeTest.test_subclass_with_kwargs)
PASS: test_tofrombytes (test.test_array.UnicodeTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnicodeTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnicodeTest.test_tofromlist)
PASS: test_typecode_u_deprecation (test.test_array.UnicodeTest.test_typecode_u_deprecation)
PASS: test_unicode (test.test_array.UnicodeTest.test_unicode)
PASS: test_weakref (test.test_array.UnicodeTest.test_weakref)
PASS: test_add (test.test_array.UnsignedByteTest.test_add)
PASS: test_assignment (test.test_array.UnsignedByteTest.test_assignment)
PASS: test_buffer (test.test_array.UnsignedByteTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnsignedByteTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnsignedByteTest.test_bug_782369)
PASS: test_bytes_extend (test.test_array.UnsignedByteTest.test_bytes_extend)
PASS: test_byteswap (test.test_array.UnsignedByteTest.test_byteswap)
PASS: test_clear (test.test_array.UnsignedByteTest.test_clear)
PASS: test_cmp (test.test_array.UnsignedByteTest.test_cmp)
PASS: test_constructor (test.test_array.UnsignedByteTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnsignedByteTest.test_copy)
PASS: test_count (test.test_array.UnsignedByteTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnsignedByteTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnsignedByteTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnsignedByteTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnsignedByteTest.test_delitem)
PASS: test_delslice (test.test_array.UnsignedByteTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.UnsignedByteTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnsignedByteTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnsignedByteTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnsignedByteTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.UnsignedByteTest.test_extslice)
PASS: test_filewrite (test.test_array.UnsignedByteTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnsignedByteTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnsignedByteTest.test_fromarray)
PASS: test_frombytearray (test.test_array.UnsignedByteTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.UnsignedByteTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnsignedByteTest.test_getitem)
PASS: test_getslice (test.test_array.UnsignedByteTest.test_getslice)
PASS: test_iadd (test.test_array.UnsignedByteTest.test_iadd)
PASS: test_imul (test.test_array.UnsignedByteTest.test_imul)
PASS: test_index (test.test_array.UnsignedByteTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnsignedByteTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnsignedByteTest.test_insert)
PASS: test_iterationcontains (test.test_array.UnsignedByteTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.UnsignedByteTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnsignedByteTest.test_len)
PASS: test_mul (test.test_array.UnsignedByteTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnsignedByteTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.UnsignedByteTest.test_overflow)
PASS: test_pickle (test.test_array.UnsignedByteTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnsignedByteTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnsignedByteTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnsignedByteTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnsignedByteTest.test_remove)
PASS: test_repr (test.test_array.UnsignedByteTest.test_repr)
PASS: test_reverse (test.test_array.UnsignedByteTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnsignedByteTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnsignedByteTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnsignedByteTest.test_setitem)
PASS: test_setslice (test.test_array.UnsignedByteTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnsignedByteTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnsignedByteTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnsignedByteTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnsignedByteTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.UnsignedByteTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.UnsignedByteTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnsignedByteTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnsignedByteTest.test_tofromlist)
PASS: test_type_error (test.test_array.UnsignedByteTest.test_type_error)
PASS: test_weakref (test.test_array.UnsignedByteTest.test_weakref)
PASS: test_add (test.test_array.UnsignedIntTest.test_add)
PASS: test_assignment (test.test_array.UnsignedIntTest.test_assignment)
PASS: test_buffer (test.test_array.UnsignedIntTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnsignedIntTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnsignedIntTest.test_bug_782369)
PASS: test_bytes_extend (test.test_array.UnsignedIntTest.test_bytes_extend)
PASS: test_byteswap (test.test_array.UnsignedIntTest.test_byteswap)
PASS: test_clear (test.test_array.UnsignedIntTest.test_clear)
PASS: test_cmp (test.test_array.UnsignedIntTest.test_cmp)
PASS: test_constructor (test.test_array.UnsignedIntTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnsignedIntTest.test_copy)
PASS: test_count (test.test_array.UnsignedIntTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnsignedIntTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnsignedIntTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnsignedIntTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnsignedIntTest.test_delitem)
PASS: test_delslice (test.test_array.UnsignedIntTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.UnsignedIntTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnsignedIntTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnsignedIntTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnsignedIntTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.UnsignedIntTest.test_extslice)
PASS: test_filewrite (test.test_array.UnsignedIntTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnsignedIntTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnsignedIntTest.test_fromarray)
PASS: test_frombytearray (test.test_array.UnsignedIntTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.UnsignedIntTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnsignedIntTest.test_getitem)
PASS: test_getslice (test.test_array.UnsignedIntTest.test_getslice)
PASS: test_iadd (test.test_array.UnsignedIntTest.test_iadd)
PASS: test_imul (test.test_array.UnsignedIntTest.test_imul)
PASS: test_index (test.test_array.UnsignedIntTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnsignedIntTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnsignedIntTest.test_insert)
PASS: test_iterationcontains (test.test_array.UnsignedIntTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.UnsignedIntTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnsignedIntTest.test_len)
PASS: test_mul (test.test_array.UnsignedIntTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnsignedIntTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.UnsignedIntTest.test_overflow)
PASS: test_pickle (test.test_array.UnsignedIntTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnsignedIntTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnsignedIntTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnsignedIntTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnsignedIntTest.test_remove)
PASS: test_repr (test.test_array.UnsignedIntTest.test_repr)
PASS: test_reverse (test.test_array.UnsignedIntTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnsignedIntTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnsignedIntTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnsignedIntTest.test_setitem)
PASS: test_setslice (test.test_array.UnsignedIntTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnsignedIntTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnsignedIntTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnsignedIntTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnsignedIntTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.UnsignedIntTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.UnsignedIntTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnsignedIntTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnsignedIntTest.test_tofromlist)
PASS: test_type_error (test.test_array.UnsignedIntTest.test_type_error)
PASS: test_weakref (test.test_array.UnsignedIntTest.test_weakref)
PASS: test_add (test.test_array.UnsignedLongLongTest.test_add)
PASS: test_assignment (test.test_array.UnsignedLongLongTest.test_assignment)
PASS: test_buffer (test.test_array.UnsignedLongLongTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnsignedLongLongTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnsignedLongLongTest.test_bug_782369)
PASS: test_bytes_extend (test.test_array.UnsignedLongLongTest.test_bytes_extend)
PASS: test_byteswap (test.test_array.UnsignedLongLongTest.test_byteswap)
PASS: test_clear (test.test_array.UnsignedLongLongTest.test_clear)
PASS: test_cmp (test.test_array.UnsignedLongLongTest.test_cmp)
PASS: test_constructor (test.test_array.UnsignedLongLongTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnsignedLongLongTest.test_copy)
PASS: test_count (test.test_array.UnsignedLongLongTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnsignedLongLongTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnsignedLongLongTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnsignedLongLongTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnsignedLongLongTest.test_delitem)
PASS: test_delslice (test.test_array.UnsignedLongLongTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnsignedLongLongTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnsignedLongLongTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnsignedLongLongTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.UnsignedLongLongTest.test_extslice)
PASS: test_filewrite (test.test_array.UnsignedLongLongTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnsignedLongLongTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnsignedLongLongTest.test_fromarray)
PASS: test_frombytearray (test.test_array.UnsignedLongLongTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.UnsignedLongLongTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnsignedLongLongTest.test_getitem)
PASS: test_getslice (test.test_array.UnsignedLongLongTest.test_getslice)
PASS: test_iadd (test.test_array.UnsignedLongLongTest.test_iadd)
PASS: test_imul (test.test_array.UnsignedLongLongTest.test_imul)
PASS: test_index (test.test_array.UnsignedLongLongTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnsignedLongLongTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnsignedLongLongTest.test_insert)
PASS: test_iterationcontains (test.test_array.UnsignedLongLongTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.UnsignedLongLongTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnsignedLongLongTest.test_len)
PASS: test_mul (test.test_array.UnsignedLongLongTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnsignedLongLongTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.UnsignedLongLongTest.test_overflow)
PASS: test_pickle (test.test_array.UnsignedLongLongTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnsignedLongLongTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnsignedLongLongTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnsignedLongLongTest.test_remove)
PASS: test_repr (test.test_array.UnsignedLongLongTest.test_repr)
PASS: test_reverse (test.test_array.UnsignedLongLongTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnsignedLongLongTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnsignedLongLongTest.test_setitem)
PASS: test_setslice (test.test_array.UnsignedLongLongTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnsignedLongLongTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.UnsignedLongLongTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.UnsignedLongLongTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnsignedLongLongTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnsignedLongLongTest.test_tofromlist)
PASS: test_type_error (test.test_array.UnsignedLongLongTest.test_type_error)
PASS: test_weakref (test.test_array.UnsignedLongLongTest.test_weakref)
PASS: test_add (test.test_array.UnsignedLongTest.test_add)
PASS: test_assignment (test.test_array.UnsignedLongTest.test_assignment)
PASS: test_buffer (test.test_array.UnsignedLongTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnsignedLongTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnsignedLongTest.test_bug_782369)
PASS: test_bytes_extend (test.test_array.UnsignedLongTest.test_bytes_extend)
PASS: test_byteswap (test.test_array.UnsignedLongTest.test_byteswap)
PASS: test_clear (test.test_array.UnsignedLongTest.test_clear)
PASS: test_cmp (test.test_array.UnsignedLongTest.test_cmp)
PASS: test_constructor (test.test_array.UnsignedLongTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnsignedLongTest.test_copy)
PASS: test_count (test.test_array.UnsignedLongTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnsignedLongTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnsignedLongTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnsignedLongTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnsignedLongTest.test_delitem)
PASS: test_delslice (test.test_array.UnsignedLongTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.UnsignedLongTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnsignedLongTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnsignedLongTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnsignedLongTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.UnsignedLongTest.test_extslice)
PASS: test_filewrite (test.test_array.UnsignedLongTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnsignedLongTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnsignedLongTest.test_fromarray)
PASS: test_frombytearray (test.test_array.UnsignedLongTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.UnsignedLongTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnsignedLongTest.test_getitem)
PASS: test_getslice (test.test_array.UnsignedLongTest.test_getslice)
PASS: test_iadd (test.test_array.UnsignedLongTest.test_iadd)
PASS: test_imul (test.test_array.UnsignedLongTest.test_imul)
PASS: test_index (test.test_array.UnsignedLongTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnsignedLongTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnsignedLongTest.test_insert)
PASS: test_iterationcontains (test.test_array.UnsignedLongTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.UnsignedLongTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnsignedLongTest.test_len)
PASS: test_mul (test.test_array.UnsignedLongTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnsignedLongTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.UnsignedLongTest.test_overflow)
PASS: test_pickle (test.test_array.UnsignedLongTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnsignedLongTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnsignedLongTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnsignedLongTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnsignedLongTest.test_remove)
PASS: test_repr (test.test_array.UnsignedLongTest.test_repr)
PASS: test_reverse (test.test_array.UnsignedLongTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnsignedLongTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnsignedLongTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnsignedLongTest.test_setitem)
PASS: test_setslice (test.test_array.UnsignedLongTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnsignedLongTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnsignedLongTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnsignedLongTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnsignedLongTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.UnsignedLongTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.UnsignedLongTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnsignedLongTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnsignedLongTest.test_tofromlist)
PASS: test_type_error (test.test_array.UnsignedLongTest.test_type_error)
PASS: test_weakref (test.test_array.UnsignedLongTest.test_weakref)
PASS: test_add (test.test_array.UnsignedShortTest.test_add)
PASS: test_assignment (test.test_array.UnsignedShortTest.test_assignment)
PASS: test_buffer (test.test_array.UnsignedShortTest.test_buffer)
PASS: test_buffer_info (test.test_array.UnsignedShortTest.test_buffer_info)
PASS: test_bug_782369 (test.test_array.UnsignedShortTest.test_bug_782369)
PASS: test_bytes_extend (test.test_array.UnsignedShortTest.test_bytes_extend)
PASS: test_byteswap (test.test_array.UnsignedShortTest.test_byteswap)
PASS: test_clear (test.test_array.UnsignedShortTest.test_clear)
PASS: test_cmp (test.test_array.UnsignedShortTest.test_cmp)
PASS: test_constructor (test.test_array.UnsignedShortTest.test_constructor)
PASS: test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument)
PASS: test_copy (test.test_array.UnsignedShortTest.test_copy)
PASS: test_count (test.test_array.UnsignedShortTest.test_count)
PASS: test_coveritertraverse (test.test_array.UnsignedShortTest.test_coveritertraverse)
PASS: test_create_from_bytes (test.test_array.UnsignedShortTest.test_create_from_bytes)
PASS: test_deepcopy (test.test_array.UnsignedShortTest.test_deepcopy)
PASS: test_delitem (test.test_array.UnsignedShortTest.test_delitem)
PASS: test_delslice (test.test_array.UnsignedShortTest.test_delslice)
PASS: test_exhausted_iterator (test.test_array.UnsignedShortTest.test_exhausted_iterator)
PASS: test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator)
PASS: test_extend (test.test_array.UnsignedShortTest.test_extend)
PASS: test_extended_getslice (test.test_array.UnsignedShortTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_array.UnsignedShortTest.test_extended_set_del_slice)
PASS: test_extslice (test.test_array.UnsignedShortTest.test_extslice)
PASS: test_filewrite (test.test_array.UnsignedShortTest.test_filewrite)
PASS: test_free_after_iterating (test.test_array.UnsignedShortTest.test_free_after_iterating)
PASS: test_fromarray (test.test_array.UnsignedShortTest.test_fromarray)
PASS: test_frombytearray (test.test_array.UnsignedShortTest.test_frombytearray)
PASS: test_fromfile_ioerror (test.test_array.UnsignedShortTest.test_fromfile_ioerror)
PASS: test_getitem (test.test_array.UnsignedShortTest.test_getitem)
PASS: test_getslice (test.test_array.UnsignedShortTest.test_getslice)
PASS: test_iadd (test.test_array.UnsignedShortTest.test_iadd)
PASS: test_imul (test.test_array.UnsignedShortTest.test_imul)
PASS: test_index (test.test_array.UnsignedShortTest.test_index)
PASS: test_initialize_with_unicode (test.test_array.UnsignedShortTest.test_initialize_with_unicode)
PASS: test_insert (test.test_array.UnsignedShortTest.test_insert)
PASS: test_iterationcontains (test.test_array.UnsignedShortTest.test_iterationcontains)
PASS: test_iterator_pickle (test.test_array.UnsignedShortTest.test_iterator_pickle)
PASS: test_len (test.test_array.UnsignedShortTest.test_len)
PASS: test_mul (test.test_array.UnsignedShortTest.test_mul)
PASS: test_obsolete_write_lock (test.test_array.UnsignedShortTest.test_obsolete_write_lock)
PASS: test_overflow (test.test_array.UnsignedShortTest.test_overflow)
PASS: test_pickle (test.test_array.UnsignedShortTest.test_pickle)
PASS: test_pickle_for_empty_array (test.test_array.UnsignedShortTest.test_pickle_for_empty_array)
PASS: test_pop (test.test_array.UnsignedShortTest.test_pop)
PASS: test_reduce_ex (test.test_array.UnsignedShortTest.test_reduce_ex)
PASS: test_remove (test.test_array.UnsignedShortTest.test_remove)
PASS: test_repr (test.test_array.UnsignedShortTest.test_repr)
PASS: test_reverse (test.test_array.UnsignedShortTest.test_reverse)
PASS: test_reverse_iterator (test.test_array.UnsignedShortTest.test_reverse_iterator)
PASS: test_reverse_iterator_picking (test.test_array.UnsignedShortTest.test_reverse_iterator_picking)
PASS: test_setitem (test.test_array.UnsignedShortTest.test_setitem)
PASS: test_setslice (test.test_array.UnsignedShortTest.test_setslice)
PASS: test_sizeof_with_buffer (test.test_array.UnsignedShortTest.test_sizeof_with_buffer)
PASS: test_sizeof_without_buffer (test.test_array.UnsignedShortTest.test_sizeof_without_buffer)
PASS: test_str (test.test_array.UnsignedShortTest.test_str)
PASS: test_subclass_with_kwargs (test.test_array.UnsignedShortTest.test_subclass_with_kwargs)
PASS: test_subclassing (test.test_array.UnsignedShortTest.test_subclassing)
PASS: test_tofrombytes (test.test_array.UnsignedShortTest.test_tofrombytes)
PASS: test_tofromfile (test.test_array.UnsignedShortTest.test_tofromfile)
PASS: test_tofromlist (test.test_array.UnsignedShortTest.test_tofromlist)
PASS: test_type_error (test.test_array.UnsignedShortTest.test_type_error)
PASS: test_weakref (test.test_array.UnsignedShortTest.test_weakref)

----------------------------------------------------------------------
Ran 890 tests in 0.877s

OK
0:01:50 load avg: 3.09 [ 80/486] test_asyncgen passed
PASS: test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args)
PASS: test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent)
PASS: test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises)
PASS: test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args)
PASS: test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await)
PASS: test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter)
PASS: test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator)
PASS: test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator)
PASS: test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion)
PASS: test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack)
PASS: test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros)
PASS: test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter)
PASS: test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class)
PASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01)
PASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02)
PASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03)
PASS: test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06)
PASS: test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07)
PASS: test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08)
PASS: test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10)
PASS: test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11)
PASS: test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12)
PASS: test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04)
PASS: test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05)
PASS: test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06)
PASS: test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration)
PASS: test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple)
PASS: test_async_gen_asyncio_anext_tuple_no_exceptions (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_no_exceptions)
PASS: test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01)
PASS: test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02)
PASS: test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03)
PASS: test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01)
PASS: test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02)
PASS: test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03)
PASS: test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration)
PASS: test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple)
PASS: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09)
PASS: test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01)
PASS: test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02)
PASS: test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01)
PASS: test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02)
PASS: test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice)
PASS: test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice)
PASS: test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01)
PASS: test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02)
PASS: test_async_gen_expression_incorrect (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_incorrect)
PASS: test_async_gen_throw_custom_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_aclose_coro_twice)
PASS: test_async_gen_throw_custom_same_athrow_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_athrow_coro_twice)
PASS: test_async_gen_throw_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_same_aclose_coro_twice)
PASS: test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext)
PASS: test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable)
PASS: test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext)
PASS: test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext)
PASS: test_sync_anext_raises_exception (test.test_asyncgen.AsyncGenAsyncioTest.test_sync_anext_raises_exception)
PASS: test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01)
PASS: test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02)
PASS: test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03)
PASS: test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04)
PASS: test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05)
PASS: test_async_gen_3_arg_deprecation_warning (test.test_asyncgen.AsyncGenTest.test_async_gen_3_arg_deprecation_warning)
PASS: test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_api_01)
PASS: test_async_gen_asend_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_close_runtime_error)
PASS: test_async_gen_asend_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_send)
PASS: test_async_gen_asend_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_throw)
PASS: test_async_gen_athrow_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_close_runtime_error)
PASS: test_async_gen_athrow_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_send)
PASS: test_async_gen_athrow_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_throw)
PASS: test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03)
PASS: test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04)
PASS: test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05)
PASS: test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06)
PASS: test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07)
PASS: test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08)
PASS: test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09)
PASS: test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10)
PASS: test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11)
PASS: test_async_gen_exception_12 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_12)
PASS: test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01)
PASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02)
PASS: test_aclose (test.test_asyncgen.TestUnawaitedWarnings.test_aclose)
PASS: test_aclose_throw (test.test_asyncgen.TestUnawaitedWarnings.test_aclose_throw)
PASS: test_asend (test.test_asyncgen.TestUnawaitedWarnings.test_asend)
PASS: test_asend_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_asend_send_already_running)
PASS: test_athrow (test.test_asyncgen.TestUnawaitedWarnings.test_athrow)
PASS: test_athrow_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_athrow_send_already_running)

----------------------------------------------------------------------
Ran 85 tests in 0.997s

OK
0:01:51 load avg: 3.24 [ 81/486] test_atexit passed
PASS: test_atexit_instances (test.test_atexit.FunctionalTest.test_atexit_instances)
SKIP: test_atexit_thread_safety (test.test_atexit.FunctionalTest.test_atexit_thread_safety) "resource 'cpu' is not enabled"
PASS: test_shutdown (test.test_atexit.FunctionalTest.test_shutdown)
test_general (test.test_atexit.GeneralTest.test_general) ... 
===== script _test_atexit.py ======
PASS: test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function)
PASS: test_badargs (__main__.GeneralTest.test_badargs)
PASS: test_bound_methods (__main__.GeneralTest.test_bound_methods)
PASS: test_clear (__main__.GeneralTest.test_clear)
PASS: test_eq_unregister (__main__.GeneralTest.test_eq_unregister)
PASS: test_eq_unregister_clear (__main__.GeneralTest.test_eq_unregister_clear)
PASS: test_exit (__main__.GeneralTest.test_exit)
PASS: test_order (__main__.GeneralTest.test_order)
PASS: test_raise (__main__.GeneralTest.test_raise)
PASS: test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized)
PASS: test_stress (__main__.GeneralTest.test_stress)
PASS: test_unregister (__main__.GeneralTest.test_unregister)

----------------------------------------------------------------------
Ran 12 tests in 0.001s

OK
===== script _test_atexit.py completed: exit code 0 ======
ok
PASS: test_atexit_with_low_memory (test.test_atexit.SubinterpreterTest.test_atexit_with_low_memory)
PASS: test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown)
PASS: test_callbacks_leak (test.test_atexit.SubinterpreterTest.test_callbacks_leak)
PASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle)

----------------------------------------------------------------------
Ran 8 tests in 0.254s

OK (skipped=1)
0:01:51 load avg: 3.24 [ 82/486] test_argparse passed
PASS: test_skip_invalid_stderr (test.test_argparse.StdStreamTest.test_skip_invalid_stderr)
PASS: test_skip_invalid_stdout (test.test_argparse.StdStreamTest.test_skip_invalid_stdout)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionExtend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestActionExtend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestActionExtend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestActionExtend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestActionExtend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestActionExtend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestActionExtend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestActionExtend.test_successes_one_group_sysargs)
PASS: test (test.test_argparse.TestActionRegistration.test)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_sysargs)
PASS: test_dest (test.test_argparse.TestActionsReturned.test_dest)
PASS: test_misc (test.test_argparse.TestActionsReturned.test_misc)
PASS: test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length0)
PASS: test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length1)
PASS: test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length2)
PASS: test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length3)
PASS: test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_string)
PASS: test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length0)
PASS: test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length1)
PASS: test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length2)
PASS: test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length3)
PASS: test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_string)
PASS: test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length0)
PASS: test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length1)
PASS: test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length2)
PASS: test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length3)
PASS: test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_string)
PASS: test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length0)
PASS: test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length1)
PASS: test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length2)
PASS: test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length3)
PASS: test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_string)
PASS: test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length0)
PASS: test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length1)
PASS: test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length2)
PASS: test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length3)
PASS: test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_string)
PASS: test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length0)
PASS: test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length1)
PASS: test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length2)
PASS: test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length3)
PASS: test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_string)
PASS: test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length0)
PASS: test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length1)
PASS: test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length2)
PASS: test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length3)
PASS: test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_string)
PASS: test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length0)
PASS: test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length1)
PASS: test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length2)
PASS: test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length3)
PASS: test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_string)
PASS: test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length0)
PASS: test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length1)
PASS: test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length2)
PASS: test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length3)
PASS: test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_string)
PASS: test_abbreviation (test.test_argparse.TestAddSubparsers.test_abbreviation)
PASS: test_alias_help (test.test_argparse.TestAddSubparsers.test_alias_help)
PASS: test_alias_invocation (test.test_argparse.TestAddSubparsers.test_alias_invocation)
PASS: test_dest (test.test_argparse.TestAddSubparsers.test_dest)
PASS: test_error_alias_invocation (test.test_argparse.TestAddSubparsers.test_error_alias_invocation)
PASS: test_help (test.test_argparse.TestAddSubparsers.test_help)
PASS: test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_alternate_prefix_chars)
PASS: test_help_blank (test.test_argparse.TestAddSubparsers.test_help_blank)
PASS: test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_extra_prefix_chars)
PASS: test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers.test_help_non_breaking_spaces)
PASS: test_invalid_subparser_help (test.test_argparse.TestAddSubparsers.test_invalid_subparser_help)
PASS: test_invalid_subparsers_help (test.test_argparse.TestAddSubparsers.test_invalid_subparsers_help)
PASS: test_optional_subparsers (test.test_argparse.TestAddSubparsers.test_optional_subparsers)
PASS: test_parse_args (test.test_argparse.TestAddSubparsers.test_parse_args)
PASS: test_parse_args_failures (test.test_argparse.TestAddSubparsers.test_parse_args_failures)
PASS: test_parse_args_failures_details (test.test_argparse.TestAddSubparsers.test_parse_args_failures_details)
PASS: test_parse_args_failures_details_custom_usage (test.test_argparse.TestAddSubparsers.test_parse_args_failures_details_custom_usage)
PASS: test_parse_known_args (test.test_argparse.TestAddSubparsers.test_parse_known_args)
PASS: test_parse_known_args_to_class_namespace (test.test_argparse.TestAddSubparsers.test_parse_known_args_to_class_namespace)
PASS: test_parse_known_args_with_single_dash_option (test.test_argparse.TestAddSubparsers.test_parse_known_args_with_single_dash_option)
PASS: test_parser_command_help (test.test_argparse.TestAddSubparsers.test_parser_command_help)
PASS: test_required_subparsers_default (test.test_argparse.TestAddSubparsers.test_required_subparsers_default)
PASS: test_required_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_required_subparsers_no_destination_error)
PASS: test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_attribute)
PASS: test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_kwarg)
PASS: test_subparser1_help (test.test_argparse.TestAddSubparsers.test_subparser1_help)
PASS: test_subparser2_help (test.test_argparse.TestAddSubparsers.test_subparser2_help)
PASS: test_subparser_title_help (test.test_argparse.TestAddSubparsers.test_subparser_title_help)
PASS: test_suggestions_choices_empty (test.test_argparse.TestArgumentAndSubparserSuggestions.test_suggestions_choices_empty)
PASS: test_suggestions_choices_int (test.test_argparse.TestArgumentAndSubparserSuggestions.test_suggestions_choices_int)
PASS: test_suggestions_choices_mixed_types (test.test_argparse.TestArgumentAndSubparserSuggestions.test_suggestions_choices_mixed_types)
PASS: test_wrong_argument_error_no_suggestions (test.test_argparse.TestArgumentAndSubparserSuggestions.test_wrong_argument_error_no_suggestions)
PASS: test_wrong_argument_error_with_suggestions (test.test_argparse.TestArgumentAndSubparserSuggestions.test_wrong_argument_error_with_suggestions)
PASS: test_wrong_argument_no_suggestion_implicit (test.test_argparse.TestArgumentAndSubparserSuggestions.test_wrong_argument_no_suggestion_implicit)
PASS: test_wrong_argument_subparsers_no_suggestions (test.test_argparse.TestArgumentAndSubparserSuggestions.test_wrong_argument_subparsers_no_suggestions)
PASS: test_wrong_argument_subparsers_with_suggestions (test.test_argparse.TestArgumentAndSubparserSuggestions.test_wrong_argument_subparsers_with_suggestions)
PASS: test_argument_error (test.test_argparse.TestArgumentError.test_argument_error)
PASS: test_pickle_roundtrip (test.test_argparse.TestArgumentParserPickleable.test_pickle_roundtrip)
PASS: test_argument_type_error (test.test_argparse.TestArgumentTypeError.test_argument_type_error)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_sysargs)
PASS: test_const (test.test_argparse.TestBooleanOptionalAction.test_const)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_sysargs)
PASS: test_invalid_name (test.test_argparse.TestBooleanOptionalAction.test_invalid_name)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_sysargs)
PASS: test_argparse_color (test.test_argparse.TestColorized.test_argparse_color)
PASS: test_argparse_color_custom_usage (test.test_argparse.TestColorized.test_argparse_color_custom_usage)
PASS: test_argparse_color_mutually_exclusive_group_usage (test.test_argparse.TestColorized.test_argparse_color_mutually_exclusive_group_usage)
PASS: test_custom_formatter_class (test.test_argparse.TestColorized.test_custom_formatter_class)
PASS: test_custom_formatter_function (test.test_argparse.TestColorized.test_custom_formatter_function)
PASS: test_subparser_prog_is_stored_without_color (test.test_argparse.TestColorized.test_subparser_prog_is_stored_without_color)
PASS: test_bad_type (test.test_argparse.TestConflictHandling.test_bad_type)
PASS: test_conflict_error (test.test_argparse.TestConflictHandling.test_conflict_error)
PASS: test_resolve_error (test.test_argparse.TestConflictHandling.test_resolve_error)
PASS: test_subparser_conflict (test.test_argparse.TestConflictHandling.test_subparser_conflict)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_sysargs)
PASS: test_deprecated_arguments (test.test_argparse.TestDeprecatedArguments.test_deprecated_arguments)
PASS: test_deprecated_boolean_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_boolean_option)
PASS: test_deprecated_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_option)
PASS: test_deprecated_subparser (test.test_argparse.TestDeprecatedArguments.test_deprecated_subparser)
PASS: test_deprecated_varargument (test.test_argparse.TestDeprecatedArguments.test_deprecated_varargument)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_sysargs)
PASS: test_multiple_argument_option (test.test_argparse.TestDoubleDash.test_multiple_argument_option)
PASS: test_multiple_double_dashes (test.test_argparse.TestDoubleDash.test_multiple_double_dashes)
PASS: test_remainder (test.test_argparse.TestDoubleDash.test_remainder)
PASS: test_single_argument_option (test.test_argparse.TestDoubleDash.test_single_argument_option)
PASS: test_subparser (test.test_argparse.TestDoubleDash.test_subparser)
PASS: test_subparser_after_multiple_argument_option (test.test_argparse.TestDoubleDash.test_subparser_after_multiple_argument_option)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs)
PASS: test_argparse_module_encoding (test.test_argparse.TestEncoding.test_argparse_module_encoding)
PASS: test_test_argparse_module_encoding (test.test_argparse.TestEncoding.test_test_argparse_module_encoding)
PASS: test_ambiguous_option (test.test_argparse.TestExitOnError.test_ambiguous_option)
PASS: test_conflicting_mutually_exclusive_args_optional_with_metavar (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_optional_with_metavar)
PASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1)
PASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2)
PASS: test_exit_on_error_with_bad_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_bad_args)
PASS: test_exit_on_error_with_good_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_good_args)
PASS: test_os_error (test.test_argparse.TestExitOnError.test_os_error)
PASS: test_required_args (test.test_argparse.TestExitOnError.test_required_args)
PASS: test_required_args_n (test.test_argparse.TestExitOnError.test_required_args_n)
PASS: test_required_args_n_with_metavar (test.test_argparse.TestExitOnError.test_required_args_n_with_metavar)
PASS: test_required_args_one_or_more (test.test_argparse.TestExitOnError.test_required_args_one_or_more)
PASS: test_required_args_one_or_more_with_metavar (test.test_argparse.TestExitOnError.test_required_args_one_or_more_with_metavar)
PASS: test_required_args_optional (test.test_argparse.TestExitOnError.test_required_args_optional)
PASS: test_required_args_remainder (test.test_argparse.TestExitOnError.test_required_args_remainder)
PASS: test_required_args_with_metavar (test.test_argparse.TestExitOnError.test_required_args_with_metavar)
PASS: test_required_args_zero_or_more (test.test_argparse.TestExitOnError.test_required_args_zero_or_more)
PASS: test_required_mutually_exclusive_args (test.test_argparse.TestExitOnError.test_required_mutually_exclusive_args)
PASS: test_unrecognized_args (test.test_argparse.TestExitOnError.test_unrecognized_args)
PASS: test_unrecognized_intermixed_args (test.test_argparse.TestExitOnError.test_unrecognized_intermixed_args)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_sysargs)
PASS: test (test.test_argparse.TestFileTypeDeprecation.test)
PASS: test (test.test_argparse.TestFileTypeMissingInitialization.test)
PASS: test_invalid_file_type (test.test_argparse.TestFileTypeOpenArgs.test_invalid_file_type)
PASS: test_open_args (test.test_argparse.TestFileTypeOpenArgs.test_open_args)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeR.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeR.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_sysargs)
PASS: test_r (test.test_argparse.TestFileTypeRepr.test_r)
PASS: test_r_1_replace (test.test_argparse.TestFileTypeRepr.test_r_1_replace)
PASS: test_r_latin (test.test_argparse.TestFileTypeRepr.test_r_latin)
PASS: test_w_big5_ignore (test.test_argparse.TestFileTypeRepr.test_w_big5_ignore)
PASS: test_wb_1 (test.test_argparse.TestFileTypeRepr.test_wb_1)
SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeW.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeW.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeX.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeX.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeX.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeX.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_get_default (test.test_argparse.TestGetDefault.test_get_default)
PASS: test_group_prefix_chars (test.test_argparse.TestGroupConstructor.test_group_prefix_chars)
PASS: test_group_prefix_chars_default (test.test_argparse.TestGroupConstructor.test_group_prefix_chars_default)
PASS: test_nested_argument_group (test.test_argparse.TestGroupConstructor.test_nested_argument_group)
PASS: test_format_help (test.test_argparse.TestHelpAlternatePrefixChars.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpArgumentDefaults.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpArgumentDefaults.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpArgumentDefaults.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpArgumentDefaults.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpBiggerOptionals.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionals.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionals.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpBiggerOptionals.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpBiggerPositionals.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpBiggerPositionals.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpBiggerPositionals.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpBiggerPositionals.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_usage)
PASS: test_custom_formatter_class (test.test_argparse.TestHelpCustomHelpFormatter.test_custom_formatter_class)
PASS: test_custom_formatter_function (test.test_argparse.TestHelpCustomHelpFormatter.test_custom_formatter_function)
test_usage_long_subparser_command (test.test_argparse.TestHelpCustomHelpFormatter.test_usage_long_subparser_command)
PASS: Test that subparser commands are formatted correctly in help
PASS: test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpNoHelpOptional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpNoHelpOptional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpNoHelpOptional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpNoHelpOptional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpNone.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpNone.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpNone.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpNone.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpNone.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpNone.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpOnlyUserGroups.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpOnlyUserGroups.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpRawDescription.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpRawDescription.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpRawDescription.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpRawDescription.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpRawDescription.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpRawDescription.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpRawText.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpRawText.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpRawText.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpRawText.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpRawText.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpRawText.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpReformatting.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpReformatting.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpReformatting.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpReformatting.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpReformatting.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpReformatting.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpRequiredOptional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpRequiredOptional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpRequiredOptional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpRequiredOptional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpRequiredOptional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpRequiredOptional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSubparsersOrdering.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSubparsersOrdering.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSuppressOptional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSuppressOptional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSuppressPositional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSuppressPositional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSuppressPositional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressPositional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSuppressPositional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSuppressPositional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpSuppressUsage.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpSuppressUsage.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpSuppressUsage.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpSuppressUsage.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpSuppressUsage.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpSuppressUsage.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpTupleMetavarOptional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpTupleMetavarPositional.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsage.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsage.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsage.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsage.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsage.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsage.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageLongProg.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProg.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProg.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProg.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageLongProg.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProg.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_usage)
PASS: test_all_suppressed_mutex_followed_by_long_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_followed_by_long_arg)
PASS: test_all_suppressed_mutex_with_optional_nargs (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_with_optional_nargs)
PASS: test_empty_metavar_required_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_empty_metavar_required_arg)
PASS: test_long_mutex_groups_wrap (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_long_mutex_groups_wrap)
PASS: test_mutex_groups_with_mixed_optionals_positionals_wrap (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_mutex_groups_with_mixed_optionals_positionals_wrap)
PASS: test_newline_in_metavar (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_newline_in_metavar)
PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpUsageWithParentheses.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpUsageWithParentheses.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpVariableExpansion.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansion.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansion.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansion.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpVariableExpansion.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansion.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpVersionAction.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpVersionAction.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpVersionAction.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpVersionAction.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpVersionAction.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpVersionAction.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpVersionActionSuppress.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpVersionActionSuppress.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpWrappingLongNames.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpWrappingLongNames.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpWrappingLongNames.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpWrappingLongNames.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_usage)
PASS: test_format_help (test.test_argparse.TestHelpWrappingShortNames.test_format_help)
PASS: test_format_usage (test.test_argparse.TestHelpWrappingShortNames.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestHelpWrappingShortNames.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestHelpWrappingShortNames.test_print_help)
PASS: test_print_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_usage)
PASS: test (test.test_argparse.TestImportStar.test)
PASS: test_all_exports_everything_but_modules (test.test_argparse.TestImportStar.test_all_exports_everything_but_modules)
PASS: test_basic (test.test_argparse.TestIntermixedArgs.test_basic)
PASS: test_invalid_args (test.test_argparse.TestIntermixedArgs.test_invalid_args)
PASS: test_remainder (test.test_argparse.TestIntermixedArgs.test_remainder)
PASS: test_required_exclusive (test.test_argparse.TestIntermixedArgs.test_required_exclusive)
PASS: test_required_exclusive_with_positional (test.test_argparse.TestIntermixedArgs.test_required_exclusive_with_positional)
PASS: test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError.test_missing_argument_name_in_message)
PASS: test_invalid_type (test.test_argparse.TestInvalidAction.test_invalid_type)
PASS: test_modified_invalid_action (test.test_argparse.TestInvalidAction.test_modified_invalid_action)
PASS: test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_action)
PASS: test_invalid_help (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_help)
PASS: test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_keyword_arguments)
PASS: test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_option_strings)
PASS: test_invalid_prefix (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_prefix)
PASS: test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_type)
PASS: test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors.test_missing_destination)
PASS: test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_more_than_one_argument_actions)
PASS: test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors.test_multiple_dest)
PASS: test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_actions)
PASS: test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_no_const_actions)
PASS: test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_parsers_action_missing_params)
PASS: test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_required_const_actions)
PASS: test_required_positional (test.test_argparse.TestInvalidArgumentConstructors.test_required_positional)
PASS: test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors.test_user_defined_action)
PASS: test_version_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_version_missing_params)
PASS: test_nargs_alphabetic (test.test_argparse.TestInvalidNargs.test_nargs_alphabetic)
PASS: test_nargs_zero (test.test_argparse.TestInvalidNargs.test_nargs_zero)
PASS: test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError.test_missing_argument_name_in_message)
PASS: test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_optional_not_in_message)
PASS: test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_positional_not_in_message)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_required)
PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help)
PASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help_subparser_all_mutually_exclusive_group_members_suppressed)
PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument)
PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_group)
PASS: test_nested_mutex_groups (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_nested_mutex_groups)
PASS: test_optional_order (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_optional_order)
PASS: test_usage_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_usage_empty_group)
PASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help)
PASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help_subparser_all_mutually_exclusive_group_members_suppressed)
PASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument)
PASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_group)
PASS: test_nested_mutex_groups (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_nested_mutex_groups)
PASS: test_optional_order (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_optional_order)
PASS: test_usage_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_usage_empty_group)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_required)
PASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_not_required)
PASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_required)
PASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_not_required)
PASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_required)
PASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_not_required)
PASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_required)
PASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_not_required)
PASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_required)
PASS: test_constructor (test.test_argparse.TestNamespace.test_constructor)
PASS: test_equality (test.test_argparse.TestNamespace.test_equality)
PASS: test_equality_returns_notimplemented (test.test_argparse.TestNamespace.test_equality_returns_notimplemented)
PASS: test_empty (test.test_argparse.TestNamespaceContainsSimple.test_empty)
PASS: test_non_empty (test.test_argparse.TestNamespaceContainsSimple.test_non_empty)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestNegativeNumber.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestNegativeNumber.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestNegativeNumber.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestNegativeNumber.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestNegativeNumber.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestNegativeNumber.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestNegativeNumber.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestNegativeNumber.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestNegativeNumber.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestNegativeNumber.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestNegativeNumber.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestNegativeNumber.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionLike.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionLike.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionLike.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionLike.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionLike.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionLike.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionLike.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionLike.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_sysargs)
PASS: test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions.test_alternate_help_version)
PASS: test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions.test_help_version_extra_arguments)
PASS: test_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_no_help)
PASS: test_version (test.test_argparse.TestOptionalsHelpVersionActions.test_version)
PASS: test_version_action (test.test_argparse.TestOptionalsHelpVersionActions.test_version_action)
PASS: test_version_format (test.test_argparse.TestOptionalsHelpVersionActions.test_version_format)
PASS: test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_version_no_help)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_sysargs)
PASS: test_conflicting_parents (test.test_argparse.TestParentParsers.test_conflicting_parents)
PASS: test_conflicting_parents_mutex (test.test_argparse.TestParentParsers.test_conflicting_parents_mutex)
PASS: test_groups_parents (test.test_argparse.TestParentParsers.test_groups_parents)
PASS: test_multiple_parents (test.test_argparse.TestParentParsers.test_multiple_parents)
PASS: test_multiple_parents_mutex (test.test_argparse.TestParentParsers.test_multiple_parents_mutex)
PASS: test_mutex_groups_parents (test.test_argparse.TestParentParsers.test_mutex_groups_parents)
PASS: test_parent_help (test.test_argparse.TestParentParsers.test_parent_help)
PASS: test_same_argument_name_parents (test.test_argparse.TestParentParsers.test_same_argument_name_parents)
PASS: test_single_grandparent_mutex (test.test_argparse.TestParentParsers.test_single_grandparent_mutex)
PASS: test_single_parent (test.test_argparse.TestParentParsers.test_single_parent)
PASS: test_single_parent_mutex (test.test_argparse.TestParentParsers.test_single_parent_mutex)
PASS: test_subparser_parents (test.test_argparse.TestParentParsers.test_subparser_parents)
PASS: test_subparser_parents_mutex (test.test_argparse.TestParentParsers.test_subparser_parents_mutex)
PASS: test_wrong_type_parents (test.test_argparse.TestParentParsers.test_wrong_type_parents)
PASS: test_arguments_list (test.test_argparse.TestParseKnownArgs.test_arguments_list)
PASS: test_arguments_list_positional (test.test_argparse.TestParseKnownArgs.test_arguments_list_positional)
PASS: test_arguments_tuple (test.test_argparse.TestParseKnownArgs.test_arguments_tuple)
PASS: test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs.test_arguments_tuple_positional)
PASS: test_mixed (test.test_argparse.TestParseKnownArgs.test_mixed)
PASS: test_optionals (test.test_argparse.TestParseKnownArgs.test_optionals)
PASS: test_zero_or_more_optional (test.test_argparse.TestParseKnownArgs.test_zero_or_more_optional)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefault42.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefault42.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_sysargs)
PASS: test_group_first (test.test_argparse.TestPositionalsGroups.test_group_first)
PASS: test_interleaved_groups (test.test_argparse.TestPositionalsGroups.test_interleaved_groups)
PASS: test_nongroup_first (test.test_argparse.TestPositionalsGroups.test_nongroup_first)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_sysargs)
PASS: test_directory (test.test_argparse.TestProgName.test_directory)
PASS: test_directory_compiled (test.test_argparse.TestProgName.test_directory_compiled)
PASS: test_directory_in_zipfile (test.test_argparse.TestProgName.test_directory_in_zipfile)
PASS: test_directory_in_zipfile_compiled (test.test_argparse.TestProgName.test_directory_in_zipfile_compiled)
PASS: test_module (test.test_argparse.TestProgName.test_module)
PASS: test_module_compiled (test.test_argparse.TestProgName.test_module_compiled)
PASS: test_package (test.test_argparse.TestProgName.test_package)
PASS: test_package_compiled (test.test_argparse.TestProgName.test_package_compiled)
PASS: test_script (test.test_argparse.TestProgName.test_script)
PASS: test_script_compiled (test.test_argparse.TestProgName.test_script_compiled)
PASS: test_zipfile (test.test_argparse.TestProgName.test_zipfile)
PASS: test_zipfile_compiled (test.test_argparse.TestProgName.test_zipfile_compiled)
PASS: test_set_defaults_no_args (test.test_argparse.TestSetDefaults.test_set_defaults_no_args)
PASS: test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults.test_set_defaults_on_parent_and_subparser)
PASS: test_set_defaults_parents (test.test_argparse.TestSetDefaults.test_set_defaults_parents)
PASS: test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument)
PASS: test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_group)
PASS: test_set_defaults_subparsers (test.test_argparse.TestSetDefaults.test_set_defaults_subparsers)
PASS: test_set_defaults_with_args (test.test_argparse.TestSetDefaults.test_set_defaults_with_args)
PASS: test_format_help (test.test_argparse.TestShortColumns.test_format_help)
PASS: test_format_usage (test.test_argparse.TestShortColumns.test_format_usage)
PASS: test_print_file_help (test.test_argparse.TestShortColumns.test_print_file_help)
PASS: test_print_file_usage (test.test_argparse.TestShortColumns.test_print_file_usage)
PASS: test_print_help (test.test_argparse.TestShortColumns.test_print_help)
PASS: test_print_usage (test.test_argparse.TestShortColumns.test_print_usage)
PASS: test_help_message_contains_enum_choices (test.test_argparse.TestStrEnumChoices.test_help_message_contains_enum_choices)
PASS: test_invalid_enum_value_raises_error (test.test_argparse.TestStrEnumChoices.test_invalid_enum_value_raises_error)
PASS: test_parse_enum_value (test.test_argparse.TestStrEnumChoices.test_parse_enum_value)
PASS: test_argument (test.test_argparse.TestStrings.test_argument)
PASS: test_namespace (test.test_argparse.TestStrings.test_namespace)
PASS: test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_kwargs_and_starkwargs_notidentifier)
PASS: test_namespace_starkwargs_identifier (test.test_argparse.TestStrings.test_namespace_starkwargs_identifier)
PASS: test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_starkwargs_notidentifier)
PASS: test_optional (test.test_argparse.TestStrings.test_optional)
PASS: test_parser (test.test_argparse.TestStrings.test_parser)
SKIP: test_translations (test.test_argparse.TestTranslations.test_translations) 'i18n directory could not be found'
PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeCallable.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeCallable.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable.test_successes_one_group_sysargs)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_sysargs)
PASS: test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once)
PASS: test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault.test_issue_15906)
PASS: test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default)
PASS: test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default)
PASS: test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default)
PASS: test (test.test_argparse.TestTypeRegistration.test)
PASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_listargs)
PASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_sysargs)
PASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_listargs)
PASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_sysargs)
PASS: test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_listargs)
PASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_sysargs)
PASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_listargs)
PASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_sysargs)
PASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_listargs)
PASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_sysargs)
PASS: test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_listargs)
PASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_sysargs)
PASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar.test_help_with_metavar)

----------------------------------------------------------------------
Ran 1893 tests in 3.177s

OK (skipped=49)
0:01:51 load avg: 3.24 [ 83/486] test_augassign passed
PASS: testBasic (test.test_augassign.AugAssignTest.testBasic)
PASS: testCustomMethods1 (test.test_augassign.AugAssignTest.testCustomMethods1)
PASS: testCustomMethods2 (test.test_augassign.AugAssignTest.testCustomMethods2)
PASS: testInDict (test.test_augassign.AugAssignTest.testInDict)
PASS: testInList (test.test_augassign.AugAssignTest.testInList)
PASS: testSequences (test.test_augassign.AugAssignTest.testSequences)
PASS: test_with_unpacking (test.test_augassign.AugAssignTest.test_with_unpacking)

----------------------------------------------------------------------
Ran 7 tests in 0.001s

OK
0:01:52 load avg: 3.24 [ 84/486] test_ast passed
PASS: test_FunctionDef (test.test_ast.test_ast.ASTConstructorTests.test_FunctionDef)
PASS: test_complete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_complete_field_types)
PASS: test_custom_attributes (test.test_ast.test_ast.ASTConstructorTests.test_custom_attributes)
PASS: test_custom_subclass_with_no_fields (test.test_ast.test_ast.ASTConstructorTests.test_custom_subclass_with_no_fields)
PASS: test_expr_context (test.test_ast.test_ast.ASTConstructorTests.test_expr_context)
PASS: test_fields_and_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types)
PASS: test_fields_and_types_no_default (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types_no_default)
PASS: test_fields_but_no_field_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_but_no_field_types)
PASS: test_incomplete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_incomplete_field_types)
PASS: test_malformed_fields_with_bytes (test.test_ast.test_ast.ASTConstructorTests.test_malformed_fields_with_bytes)
PASS: test_non_str_kwarg (test.test_ast.test_ast.ASTConstructorTests.test_non_str_kwarg)
PASS: test_bad_integer (test.test_ast.test_ast.ASTHelpers_Test.test_bad_integer)
PASS: test_copy_location (test.test_ast.test_ast.ASTHelpers_Test.test_copy_location)
PASS: test_dump (test.test_ast.test_ast.ASTHelpers_Test.test_dump)
PASS: test_dump_incomplete (test.test_ast.test_ast.ASTHelpers_Test.test_dump_incomplete)
PASS: test_dump_indent (test.test_ast.test_ast.ASTHelpers_Test.test_dump_indent)
PASS: test_dump_show_empty (test.test_ast.test_ast.ASTHelpers_Test.test_dump_show_empty)
PASS: test_elif_stmt_start_position (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position)
PASS: test_elif_stmt_start_position_with_else (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_with_else)
PASS: test_fix_missing_locations (test.test_ast.test_ast.ASTHelpers_Test.test_fix_missing_locations)
PASS: test_get_docstring (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring)
PASS: test_get_docstring_none (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring_none)
PASS: test_increment_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno)
PASS: test_increment_lineno_on_module (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno_on_module)
PASS: test_iter_child_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_iter_child_nodes)
PASS: test_iter_fields (test.test_ast.test_ast.ASTHelpers_Test.test_iter_fields)
PASS: test_level_as_none (test.test_ast.test_ast.ASTHelpers_Test.test_level_as_none)
PASS: test_literal_eval (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval)
PASS: test_literal_eval_complex (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_complex)
PASS: test_literal_eval_malformed_dict_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_dict_nodes)
PASS: test_literal_eval_malformed_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_lineno)
PASS: test_literal_eval_str_int_limit (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_str_int_limit)
PASS: test_literal_eval_syntax_errors (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_syntax_errors)
PASS: test_literal_eval_trailing_ws (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_trailing_ws)
PASS: test_multi_line_docstring_col_offset_and_lineno_issue16806 (test.test_ast.test_ast.ASTHelpers_Test.test_multi_line_docstring_col_offset_and_lineno_issue16806)
PASS: test_parse (test.test_ast.test_ast.ASTHelpers_Test.test_parse)
PASS: test_parse_in_error (test.test_ast.test_ast.ASTHelpers_Test.test_parse_in_error)
PASS: test_recursion_direct (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_direct)
PASS: test_recursion_indirect (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_indirect)
PASS: test_starred_expr_end_position_within_call (test.test_ast.test_ast.ASTHelpers_Test.test_starred_expr_end_position_within_call)
PASS: test_folding_format (test.test_ast.test_ast.ASTOptimizationTests.test_folding_format)
PASS: test_folding_match_case_allowed_expressions (test.test_ast.test_ast.ASTOptimizationTests.test_folding_match_case_allowed_expressions)
PASS: test_match_case_not_folded_in_unoptimized_ast (test.test_ast.test_ast.ASTOptimizationTests.test_match_case_not_folded_in_unoptimized_ast)
PASS: test_assert (test.test_ast.test_ast.ASTValidatorTests.test_assert)
PASS: test_assign (test.test_ast.test_ast.ASTValidatorTests.test_assign)
PASS: test_attribute (test.test_ast.test_ast.ASTValidatorTests.test_attribute)
PASS: test_augassign (test.test_ast.test_ast.ASTValidatorTests.test_augassign)
PASS: test_boolop (test.test_ast.test_ast.ASTValidatorTests.test_boolop)
PASS: test_call (test.test_ast.test_ast.ASTValidatorTests.test_call)
PASS: test_classdef (test.test_ast.test_ast.ASTValidatorTests.test_classdef)
PASS: test_compare (test.test_ast.test_ast.ASTValidatorTests.test_compare)
PASS: test_delete (test.test_ast.test_ast.ASTValidatorTests.test_delete)
PASS: test_dict (test.test_ast.test_ast.ASTValidatorTests.test_dict)
PASS: test_dictcomp (test.test_ast.test_ast.ASTValidatorTests.test_dictcomp)
PASS: test_expr (test.test_ast.test_ast.ASTValidatorTests.test_expr)
PASS: test_for (test.test_ast.test_ast.ASTValidatorTests.test_for)
PASS: test_funcdef (test.test_ast.test_ast.ASTValidatorTests.test_funcdef)
PASS: test_funcdef_pattern_matching (test.test_ast.test_ast.ASTValidatorTests.test_funcdef_pattern_matching)
PASS: test_generatorexp (test.test_ast.test_ast.ASTValidatorTests.test_generatorexp)
PASS: test_global (test.test_ast.test_ast.ASTValidatorTests.test_global)
PASS: test_if (test.test_ast.test_ast.ASTValidatorTests.test_if)
PASS: test_ifexp (test.test_ast.test_ast.ASTValidatorTests.test_ifexp)
PASS: test_import (test.test_ast.test_ast.ASTValidatorTests.test_import)
PASS: test_importfrom (test.test_ast.test_ast.ASTValidatorTests.test_importfrom)
PASS: test_lambda (test.test_ast.test_ast.ASTValidatorTests.test_lambda)
PASS: test_list (test.test_ast.test_ast.ASTValidatorTests.test_list)
PASS: test_listcomp (test.test_ast.test_ast.ASTValidatorTests.test_listcomp)
PASS: test_match_validation_pattern (test.test_ast.test_ast.ASTValidatorTests.test_match_validation_pattern)
PASS: test_module (test.test_ast.test_ast.ASTValidatorTests.test_module)
PASS: test_nonlocal (test.test_ast.test_ast.ASTValidatorTests.test_nonlocal)
PASS: test_raise (test.test_ast.test_ast.ASTValidatorTests.test_raise)
PASS: test_set (test.test_ast.test_ast.ASTValidatorTests.test_set)
PASS: test_setcomp (test.test_ast.test_ast.ASTValidatorTests.test_setcomp)
PASS: test_starred (test.test_ast.test_ast.ASTValidatorTests.test_starred)
SKIP: test_stdlib_validates (test.test_ast.test_ast.ASTValidatorTests.test_stdlib_validates) "resource 'cpu' is not enabled"
PASS: test_subscript (test.test_ast.test_ast.ASTValidatorTests.test_subscript)
PASS: test_try (test.test_ast.test_ast.ASTValidatorTests.test_try)
PASS: test_try_star (test.test_ast.test_ast.ASTValidatorTests.test_try_star)
PASS: test_tuple (test.test_ast.test_ast.ASTValidatorTests.test_tuple)
PASS: test_unaryop (test.test_ast.test_ast.ASTValidatorTests.test_unaryop)
PASS: test_while (test.test_ast.test_ast.ASTValidatorTests.test_while)
PASS: test_with (test.test_ast.test_ast.ASTValidatorTests.test_with)
PASS: test_yield (test.test_ast.test_ast.ASTValidatorTests.test_yield)
PASS: test_AST_fields_NULL_check (test.test_ast.test_ast.AST_Tests.test_AST_fields_NULL_check)
PASS: test_AST_garbage_collection (test.test_ast.test_ast.AST_Tests.test_AST_garbage_collection)
PASS: test_AST_objects (test.test_ast.test_ast.AST_Tests.test_AST_objects)
PASS: test_alias (test.test_ast.test_ast.AST_Tests.test_alias)
PASS: test_arguments (test.test_ast.test_ast.AST_Tests.test_arguments)
PASS: test_assignment_expression_feature_version (test.test_ast.test_ast.AST_Tests.test_assignment_expression_feature_version)
PASS: test_ast_asdl_signature (test.test_ast.test_ast.AST_Tests.test_ast_asdl_signature)
PASS: test_ast_recursion_limit (test.test_ast.test_ast.AST_Tests.test_ast_recursion_limit)
PASS: test_ast_validation (test.test_ast.test_ast.AST_Tests.test_ast_validation)
PASS: test_base_classes (test.test_ast.test_ast.AST_Tests.test_base_classes)
PASS: test_classattrs (test.test_ast.test_ast.AST_Tests.test_classattrs)
PASS: test_compare_attributes_option (test.test_ast.test_ast.AST_Tests.test_compare_attributes_option)
PASS: test_compare_attributes_option_missing_attribute (test.test_ast.test_ast.AST_Tests.test_compare_attributes_option_missing_attribute)
PASS: test_compare_basics (test.test_ast.test_ast.AST_Tests.test_compare_basics)
PASS: test_compare_fieldless (test.test_ast.test_ast.AST_Tests.test_compare_fieldless)
PASS: test_compare_literals (test.test_ast.test_ast.AST_Tests.test_compare_literals)
PASS: test_compare_modes (test.test_ast.test_ast.AST_Tests.test_compare_modes)
PASS: test_compare_modified_ast (test.test_ast.test_ast.AST_Tests.test_compare_modified_ast)
PASS: test_compilation_of_ast_nodes_with_default_end_position_values (test.test_ast.test_ast.AST_Tests.test_compilation_of_ast_nodes_with_default_end_position_values)
PASS: test_conditional_context_managers_parse_with_low_feature_version (test.test_ast.test_ast.AST_Tests.test_conditional_context_managers_parse_with_low_feature_version)
PASS: test_constant_as_name (test.test_ast.test_ast.AST_Tests.test_constant_as_name)
PASS: test_constant_as_unicode_name (test.test_ast.test_ast.AST_Tests.test_constant_as_unicode_name)
PASS: test_constant_subclasses (test.test_ast.test_ast.AST_Tests.test_constant_subclasses)
PASS: test_docstring_optimization_multiple_nodes (test.test_ast.test_ast.AST_Tests.test_docstring_optimization_multiple_nodes)
PASS: test_docstring_optimization_single_node (test.test_ast.test_ast.AST_Tests.test_docstring_optimization_single_node)
PASS: test_empty_yield_from (test.test_ast.test_ast.AST_Tests.test_empty_yield_from)
PASS: test_exception_groups_feature_version (test.test_ast.test_ast.AST_Tests.test_exception_groups_feature_version)
PASS: test_field_attr_existence (test.test_ast.test_ast.AST_Tests.test_field_attr_existence)
PASS: test_field_attr_writable (test.test_ast.test_ast.AST_Tests.test_field_attr_writable)
PASS: test_from_import (test.test_ast.test_ast.AST_Tests.test_from_import)
PASS: test_invalid_constant (test.test_ast.test_ast.AST_Tests.test_invalid_constant)
PASS: test_invalid_identifier (test.test_ast.test_ast.AST_Tests.test_invalid_identifier)
PASS: test_invalid_major_feature_version (test.test_ast.test_ast.AST_Tests.test_invalid_major_feature_version)
PASS: test_invalid_position_information (test.test_ast.test_ast.AST_Tests.test_invalid_position_information)
PASS: test_invalid_sum (test.test_ast.test_ast.AST_Tests.test_invalid_sum)
PASS: test_issue18374_binop_col_offset (test.test_ast.test_ast.AST_Tests.test_issue18374_binop_col_offset)
PASS: test_issue31592 (test.test_ast.test_ast.AST_Tests.test_issue31592)
PASS: test_issue39579_dotted_name_end_col_offset (test.test_ast.test_ast.AST_Tests.test_issue39579_dotted_name_end_col_offset)
PASS: test_module (test.test_ast.test_ast.AST_Tests.test_module)
PASS: test_negative_locations_for_compile (test.test_ast.test_ast.AST_Tests.test_negative_locations_for_compile)
PASS: test_no_fields (test.test_ast.test_ast.AST_Tests.test_no_fields)
PASS: test_nodeclasses (test.test_ast.test_ast.AST_Tests.test_nodeclasses)
PASS: test_non_interned_future_from_ast (test.test_ast.test_ast.AST_Tests.test_non_interned_future_from_ast)
PASS: test_none_checks (test.test_ast.test_ast.AST_Tests.test_none_checks)
PASS: test_null_bytes (test.test_ast.test_ast.AST_Tests.test_null_bytes)
PASS: test_optimization_levels__debug__ (test.test_ast.test_ast.AST_Tests.test_optimization_levels__debug__)
PASS: test_parse_invalid_ast (test.test_ast.test_ast.AST_Tests.test_parse_invalid_ast)
PASS: test_pep750_tstring (test.test_ast.test_ast.AST_Tests.test_pep750_tstring)
PASS: test_pep758_except_star_without_parens (test.test_ast.test_ast.AST_Tests.test_pep758_except_star_without_parens)
PASS: test_pep758_except_with_single_expr (test.test_ast.test_ast.AST_Tests.test_pep758_except_with_single_expr)
PASS: test_pep758_except_without_parens (test.test_ast.test_ast.AST_Tests.test_pep758_except_without_parens)
PASS: test_positional_only_feature_version (test.test_ast.test_ast.AST_Tests.test_positional_only_feature_version)
PASS: test_precedence_enum (test.test_ast.test_ast.AST_Tests.test_precedence_enum)
PASS: test_repr (test.test_ast.test_ast.AST_Tests.test_repr)
PASS: test_repr_large_input_crash (test.test_ast.test_ast.AST_Tests.test_repr_large_input_crash)
PASS: test_slice (test.test_ast.test_ast.AST_Tests.test_slice)
PASS: test_snippets (test.test_ast.test_ast.AST_Tests.test_snippets)
PASS: test_tstring (test.test_ast.test_ast.AST_Tests.test_tstring)
PASS: test_type_params_default_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_default_feature_version)
PASS: test_type_params_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_feature_version)
PASS: test_eval_mode_flag (test.test_ast.test_ast.CommandLineTests.test_eval_mode_flag)
PASS: test_exec_mode_flag (test.test_ast.test_ast.CommandLineTests.test_exec_mode_flag)
PASS: test_feature_version_flag (test.test_ast.test_ast.CommandLineTests.test_feature_version_flag)
PASS: test_func_type_mode_flag (test.test_ast.test_ast.CommandLineTests.test_func_type_mode_flag)
PASS: test_help_message (test.test_ast.test_ast.CommandLineTests.test_help_message)
PASS: test_include_attributes_flag (test.test_ast.test_ast.CommandLineTests.test_include_attributes_flag)
PASS: test_indent_flag (test.test_ast.test_ast.CommandLineTests.test_indent_flag)
SKIP: test_invocation (test.test_ast.test_ast.CommandLineTests.test_invocation) "resource 'cpu' is not enabled"
PASS: test_no_optimize_flag (test.test_ast.test_ast.CommandLineTests.test_no_optimize_flag)
PASS: test_no_type_comments_flag (test.test_ast.test_ast.CommandLineTests.test_no_type_comments_flag)
PASS: test_optimize_flag (test.test_ast.test_ast.CommandLineTests.test_optimize_flag)
PASS: test_show_empty_flag (test.test_ast.test_ast.CommandLineTests.test_show_empty_flag)
PASS: test_single_mode_flag (test.test_ast.test_ast.CommandLineTests.test_single_mode_flag)
PASS: test_assign_to_constant (test.test_ast.test_ast.ConstantTests.test_assign_to_constant)
PASS: test_get_docstring (test.test_ast.test_ast.ConstantTests.test_get_docstring)
PASS: test_literal_eval (test.test_ast.test_ast.ConstantTests.test_literal_eval)
PASS: test_load_const (test.test_ast.test_ast.ConstantTests.test_load_const)
PASS: test_singletons (test.test_ast.test_ast.ConstantTests.test_singletons)
PASS: test_string_kind (test.test_ast.test_ast.ConstantTests.test_string_kind)
PASS: test_validation (test.test_ast.test_ast.ConstantTests.test_validation)
PASS: test_values (test.test_ast.test_ast.ConstantTests.test_values)
PASS: test_copy_with_parents (test.test_ast.test_ast.CopyTests.test_copy_with_parents)
PASS: test_pickling (test.test_ast.test_ast.CopyTests.test_pickling)
PASS: test_replace_accept_known_class_attributes (test.test_ast.test_ast.CopyTests.test_replace_accept_known_class_attributes)
PASS: test_replace_accept_known_class_fields (test.test_ast.test_ast.CopyTests.test_replace_accept_known_class_fields)
PASS: test_replace_accept_known_custom_class_attributes (test.test_ast.test_ast.CopyTests.test_replace_accept_known_custom_class_attributes)
PASS: test_replace_accept_known_custom_class_fields (test.test_ast.test_ast.CopyTests.test_replace_accept_known_custom_class_fields)
PASS: test_replace_accept_missing_field_with_default (test.test_ast.test_ast.CopyTests.test_replace_accept_missing_field_with_default)
PASS: test_replace_ignore_known_custom_instance_fields (test.test_ast.test_ast.CopyTests.test_replace_ignore_known_custom_instance_fields)
PASS: test_replace_interface (test.test_ast.test_ast.CopyTests.test_replace_interface)
PASS: test_replace_native (test.test_ast.test_ast.CopyTests.test_replace_native)
PASS: test_replace_non_str_kwarg (test.test_ast.test_ast.CopyTests.test_replace_non_str_kwarg)
PASS: test_replace_reject_known_custom_instance_fields_commits (test.test_ast.test_ast.CopyTests.test_replace_reject_known_custom_instance_fields_commits)
PASS: test_replace_reject_missing_field (test.test_ast.test_ast.CopyTests.test_replace_reject_missing_field)
PASS: test_replace_reject_unknown_instance_fields (test.test_ast.test_ast.CopyTests.test_replace_reject_unknown_instance_fields)
PASS: test_attribute_spaces (test.test_ast.test_ast.EndPositionTests.test_attribute_spaces)
PASS: test_binop (test.test_ast.test_ast.EndPositionTests.test_binop)
PASS: test_boolop (test.test_ast.test_ast.EndPositionTests.test_boolop)
PASS: test_call (test.test_ast.test_ast.EndPositionTests.test_call)
PASS: test_call_noargs (test.test_ast.test_ast.EndPositionTests.test_call_noargs)
PASS: test_class_def (test.test_ast.test_ast.EndPositionTests.test_class_def)
PASS: test_class_kw (test.test_ast.test_ast.EndPositionTests.test_class_kw)
PASS: test_comprehensions (test.test_ast.test_ast.EndPositionTests.test_comprehensions)
PASS: test_continued_str (test.test_ast.test_ast.EndPositionTests.test_continued_str)
PASS: test_displays (test.test_ast.test_ast.EndPositionTests.test_displays)
PASS: test_fstring (test.test_ast.test_ast.EndPositionTests.test_fstring)
PASS: test_fstring_multi_line (test.test_ast.test_ast.EndPositionTests.test_fstring_multi_line)
PASS: test_func_def (test.test_ast.test_ast.EndPositionTests.test_func_def)
PASS: test_import_from_multi_line (test.test_ast.test_ast.EndPositionTests.test_import_from_multi_line)
PASS: test_lambda (test.test_ast.test_ast.EndPositionTests.test_lambda)
PASS: test_multi_line_str (test.test_ast.test_ast.EndPositionTests.test_multi_line_str)
PASS: test_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_redundant_parenthesis)
PASS: test_slices (test.test_ast.test_ast.EndPositionTests.test_slices)
PASS: test_source_segment_endings (test.test_ast.test_ast.EndPositionTests.test_source_segment_endings)
PASS: test_source_segment_missing_info (test.test_ast.test_ast.EndPositionTests.test_source_segment_missing_info)
PASS: test_source_segment_multi (test.test_ast.test_ast.EndPositionTests.test_source_segment_multi)
PASS: test_source_segment_newlines (test.test_ast.test_ast.EndPositionTests.test_source_segment_newlines)
PASS: test_source_segment_padded (test.test_ast.test_ast.EndPositionTests.test_source_segment_padded)
PASS: test_source_segment_tabs (test.test_ast.test_ast.EndPositionTests.test_source_segment_tabs)
PASS: test_suites (test.test_ast.test_ast.EndPositionTests.test_suites)
PASS: test_trailers_with_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_trailers_with_redundant_parenthesis)
PASS: test_tuples (test.test_ast.test_ast.EndPositionTests.test_tuples)
PASS: test_yield_await (test.test_ast.test_ast.EndPositionTests.test_yield_await)
PASS: test_lazy_import (test.test_ast.test_ast.LazyImportTest.test_lazy_import)
PASS: test_reload_module (test.test_ast.test_ast.ModuleStateTests.test_reload_module)
PASS: test_subinterpreter (test.test_ast.test_ast.ModuleStateTests.test_subinterpreter)
PASS: test_sys_modules (test.test_ast.test_ast.ModuleStateTests.test_sys_modules)
PASS: test_node_mutate (test.test_ast.test_ast.NodeTransformerTests.test_node_mutate)
PASS: test_node_remove_from_list (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_from_list)
PASS: test_node_remove_single (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_single)
PASS: test_node_replace (test.test_ast.test_ast.NodeTransformerTests.test_node_replace)
PASS: test_node_return_list (test.test_ast.test_ast.NodeTransformerTests.test_node_return_list)

----------------------------------------------------------------------
Ran 215 tests in 3.402s

OK (skipped=2)
0:01:52 load avg: 3.24 [ 85/486] test_base64 passed
PASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase.test_ErrorHeritage)
PASS: test_RFC4648_test_cases (test.test_base64.BaseXYTestCase.test_RFC4648_test_cases)
PASS: test_a85_padding (test.test_base64.BaseXYTestCase.test_a85_padding)
PASS: test_a85decode (test.test_base64.BaseXYTestCase.test_a85decode)
PASS: test_a85decode_errors (test.test_base64.BaseXYTestCase.test_a85decode_errors)
PASS: test_a85encode (test.test_base64.BaseXYTestCase.test_a85encode)
PASS: test_b16decode (test.test_base64.BaseXYTestCase.test_b16decode)
PASS: test_b16encode (test.test_base64.BaseXYTestCase.test_b16encode)
PASS: test_b32decode (test.test_base64.BaseXYTestCase.test_b32decode)
PASS: test_b32decode_casefold (test.test_base64.BaseXYTestCase.test_b32decode_casefold)
PASS: test_b32decode_error (test.test_base64.BaseXYTestCase.test_b32decode_error)
PASS: test_b32decode_map01 (test.test_base64.BaseXYTestCase.test_b32decode_map01)
PASS: test_b32encode (test.test_base64.BaseXYTestCase.test_b32encode)
PASS: test_b32hexdecode (test.test_base64.BaseXYTestCase.test_b32hexdecode)
PASS: test_b32hexdecode_error (test.test_base64.BaseXYTestCase.test_b32hexdecode_error)
PASS: test_b32hexdecode_other_types (test.test_base64.BaseXYTestCase.test_b32hexdecode_other_types)
PASS: test_b32hexencode (test.test_base64.BaseXYTestCase.test_b32hexencode)
PASS: test_b32hexencode_other_types (test.test_base64.BaseXYTestCase.test_b32hexencode_other_types)
PASS: test_b64decode (test.test_base64.BaseXYTestCase.test_b64decode)
PASS: test_b64decode_altchars (test.test_base64.BaseXYTestCase.test_b64decode_altchars)
PASS: test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase.test_b64decode_invalid_chars)
PASS: test_b64decode_padding_error (test.test_base64.BaseXYTestCase.test_b64decode_padding_error)
PASS: test_b64encode (test.test_base64.BaseXYTestCase.test_b64encode)
PASS: test_b85_padding (test.test_base64.BaseXYTestCase.test_b85_padding)
PASS: test_b85decode (test.test_base64.BaseXYTestCase.test_b85decode)
PASS: test_b85decode_errors (test.test_base64.BaseXYTestCase.test_b85decode_errors)
PASS: test_b85encode (test.test_base64.BaseXYTestCase.test_b85encode)
PASS: test_decode_nonascii_str (test.test_base64.BaseXYTestCase.test_decode_nonascii_str)
PASS: test_z85decode (test.test_base64.BaseXYTestCase.test_z85decode)
PASS: test_z85decode_errors (test.test_base64.BaseXYTestCase.test_z85decode_errors)
PASS: test_z85encode (test.test_base64.BaseXYTestCase.test_z85encode)
PASS: test_lazy_import (test.test_base64.LazyImportTest.test_lazy_import)
PASS: test_decode (test.test_base64.LegacyBase64TestCase.test_decode)
PASS: test_decodebytes (test.test_base64.LegacyBase64TestCase.test_decodebytes)
PASS: test_encode (test.test_base64.LegacyBase64TestCase.test_encode)
PASS: test_encodebytes (test.test_base64.LegacyBase64TestCase.test_encodebytes)
PASS: test_decode (test.test_base64.TestMain.test_decode)
PASS: test_encode_file (test.test_base64.TestMain.test_encode_file)
PASS: test_encode_from_stdin (test.test_base64.TestMain.test_encode_from_stdin)
PASS: test_prints_usage_with_help_flag (test.test_base64.TestMain.test_prints_usage_with_help_flag)
PASS: test_prints_usage_with_invalid_flag (test.test_base64.TestMain.test_prints_usage_with_invalid_flag)

----------------------------------------------------------------------
Ran 41 tests in 0.190s

OK
0:01:52 load avg: 3.24 [ 86/486] test_baseexception passed
PASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests.test_builtins_new_style)
PASS: test_inheritance (test.test_baseexception.ExceptionClassTests.test_inheritance)
PASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests.test_interface_multi_arg)
PASS: test_interface_no_arg (test.test_baseexception.ExceptionClassTests.test_interface_no_arg)
PASS: test_interface_single_arg (test.test_baseexception.ExceptionClassTests.test_interface_single_arg)
PASS: test_setstate_refcount_no_crash (test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash)
PASS: test_catch_BaseException_instance (test.test_baseexception.UsageTests.test_catch_BaseException_instance)
PASS: test_catch_non_BaseException (test.test_baseexception.UsageTests.test_catch_non_BaseException)
PASS: test_catch_string (test.test_baseexception.UsageTests.test_catch_string)
PASS: test_raise_new_style_non_exception (test.test_baseexception.UsageTests.test_raise_new_style_non_exception)
PASS: test_raise_string (test.test_baseexception.UsageTests.test_raise_string)

----------------------------------------------------------------------
Ran 11 tests in 0.006s

OK
0:01:52 load avg: 3.24 [ 87/486] test_bigaddrspace passed
SKIP: test_concat (test.test_bigaddrspace.BytesTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_repeat (test.test_bigaddrspace.BytesTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_concat (test.test_bigaddrspace.StrTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_optimized_concat (test.test_bigaddrspace.StrTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'
SKIP: test_repeat (test.test_bigaddrspace.StrTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'

----------------------------------------------------------------------
Ran 6 tests in 0.000s

OK (skipped=6)
0:01:52 load avg: 3.24 [ 88/486] test_bdb passed
PASS: test_bp_after_last_statement (test.test_bdb.BreakpointTestCase.test_bp_after_last_statement)
PASS: test_bp_condition (test.test_bdb.BreakpointTestCase.test_bp_condition)
PASS: test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase.test_bp_exception_on_condition_evaluation)
PASS: test_bp_ignore_count (test.test_bdb.BreakpointTestCase.test_bp_ignore_count)
PASS: test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase.test_bp_on_non_existent_module)
PASS: test_clear_at_no_bp (test.test_bdb.BreakpointTestCase.test_clear_at_no_bp)
PASS: test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase.test_clear_two_bp_on_same_line)
PASS: test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase.test_disabled_temporary_bp)
PASS: test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase.test_ignore_count_on_disabled_bp)
PASS: test_load_bps_from_previous_Bdb_instance (test.test_bdb.BreakpointTestCase.test_load_bps_from_previous_Bdb_instance)
PASS: test_temporary_bp (test.test_bdb.BreakpointTestCase.test_temporary_bp)
PASS: test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase.test_next_command_in_generator_for_loop)
PASS: test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_next_command_in_generator_with_subiterator)
PASS: test_next_to_botframe (test.test_bdb.IssuesTestCase.test_next_to_botframe)
PASS: test_next_until_return_in_generator (test.test_bdb.IssuesTestCase.test_next_until_return_in_generator)
PASS: test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_return_command_in_generator_with_subiterator)
PASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase.test_step_at_return_with_no_trace_in_caller)
PASS: test_run_step (test.test_bdb.RunTestCase.test_run_step)
PASS: test_runeval_step (test.test_bdb.RunTestCase.test_runeval_step)
PASS: test_down (test.test_bdb.StateTestCase.test_down)
PASS: test_next (test.test_bdb.StateTestCase.test_next)
PASS: test_next_in_caller_frame (test.test_bdb.StateTestCase.test_next_in_caller_frame)
PASS: test_next_on_plain_statement (test.test_bdb.StateTestCase.test_next_on_plain_statement)
PASS: test_next_over_import (test.test_bdb.StateTestCase.test_next_over_import)
PASS: test_return (test.test_bdb.StateTestCase.test_return)
PASS: test_return_in_caller_frame (test.test_bdb.StateTestCase.test_return_in_caller_frame)
PASS: test_skip (test.test_bdb.StateTestCase.test_skip)
PASS: test_skip_with_no_name_module (test.test_bdb.StateTestCase.test_skip_with_no_name_module)
PASS: test_step (test.test_bdb.StateTestCase.test_step)
PASS: test_step_next_on_last_statement (test.test_bdb.StateTestCase.test_step_next_on_last_statement)
PASS: test_stepinstr (test.test_bdb.StateTestCase.test_stepinstr)
PASS: test_until (test.test_bdb.StateTestCase.test_until)
PASS: test_until_in_caller_frame (test.test_bdb.StateTestCase.test_until_in_caller_frame)
PASS: test_until_with_too_large_count (test.test_bdb.StateTestCase.test_until_with_too_large_count)
PASS: test_up (test.test_bdb.StateTestCase.test_up)
PASS: test_format_stack_entry_no_lineno (test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno)

----------------------------------------------------------------------
Ran 36 tests in 0.063s

OK
0:01:52 load avg: 3.24 [ 89/486] test_bigmem passed
PASS: test_capitalize (test.test_bigmem.BytearrayTest.test_capitalize)
PASS: test_center (test.test_bigmem.BytearrayTest.test_center)
PASS: test_compare (test.test_bigmem.BytearrayTest.test_compare)
PASS: test_concat (test.test_bigmem.BytearrayTest.test_concat)
PASS: test_contains (test.test_bigmem.BytearrayTest.test_contains)
PASS: test_count (test.test_bigmem.BytearrayTest.test_count)
PASS: test_decode (test.test_bigmem.BytearrayTest.test_decode)
PASS: test_endswith (test.test_bigmem.BytearrayTest.test_endswith)
PASS: test_expandtabs (test.test_bigmem.BytearrayTest.test_expandtabs)
PASS: test_find (test.test_bigmem.BytearrayTest.test_find)
PASS: test_index (test.test_bigmem.BytearrayTest.test_index)
PASS: test_isalnum (test.test_bigmem.BytearrayTest.test_isalnum)
PASS: test_isalpha (test.test_bigmem.BytearrayTest.test_isalpha)
PASS: test_isdigit (test.test_bigmem.BytearrayTest.test_isdigit)
PASS: test_islower (test.test_bigmem.BytearrayTest.test_islower)
PASS: test_isspace (test.test_bigmem.BytearrayTest.test_isspace)
PASS: test_istitle (test.test_bigmem.BytearrayTest.test_istitle)
PASS: test_isupper (test.test_bigmem.BytearrayTest.test_isupper)
PASS: test_join (test.test_bigmem.BytearrayTest.test_join)
PASS: test_ljust (test.test_bigmem.BytearrayTest.test_ljust)
PASS: test_lower (test.test_bigmem.BytearrayTest.test_lower)
PASS: test_lstrip (test.test_bigmem.BytearrayTest.test_lstrip)
PASS: test_repeat (test.test_bigmem.BytearrayTest.test_repeat)
PASS: test_replace (test.test_bigmem.BytearrayTest.test_replace)
PASS: test_rfind (test.test_bigmem.BytearrayTest.test_rfind)
PASS: test_rindex (test.test_bigmem.BytearrayTest.test_rindex)
PASS: test_rjust (test.test_bigmem.BytearrayTest.test_rjust)
PASS: test_rstrip (test.test_bigmem.BytearrayTest.test_rstrip)
PASS: test_slice_and_getitem (test.test_bigmem.BytearrayTest.test_slice_and_getitem)
PASS: test_split_small (test.test_bigmem.BytearrayTest.test_split_small)
PASS: test_splitlines (test.test_bigmem.BytearrayTest.test_splitlines)
PASS: test_startswith (test.test_bigmem.BytearrayTest.test_startswith)
PASS: test_strip (test.test_bigmem.BytearrayTest.test_strip)
PASS: test_swapcase (test.test_bigmem.BytearrayTest.test_swapcase)
PASS: test_title (test.test_bigmem.BytearrayTest.test_title)
PASS: test_translate (test.test_bigmem.BytearrayTest.test_translate)
PASS: test_upper (test.test_bigmem.BytearrayTest.test_upper)
PASS: test_zfill (test.test_bigmem.BytearrayTest.test_zfill)
PASS: test_capitalize (test.test_bigmem.BytesTest.test_capitalize)
PASS: test_center (test.test_bigmem.BytesTest.test_center)
PASS: test_compare (test.test_bigmem.BytesTest.test_compare)
PASS: test_concat (test.test_bigmem.BytesTest.test_concat)
PASS: test_contains (test.test_bigmem.BytesTest.test_contains)
PASS: test_count (test.test_bigmem.BytesTest.test_count)
PASS: test_decode (test.test_bigmem.BytesTest.test_decode)
PASS: test_endswith (test.test_bigmem.BytesTest.test_endswith)
PASS: test_expandtabs (test.test_bigmem.BytesTest.test_expandtabs)
PASS: test_find (test.test_bigmem.BytesTest.test_find)
PASS: test_hash (test.test_bigmem.BytesTest.test_hash)
PASS: test_index (test.test_bigmem.BytesTest.test_index)
PASS: test_isalnum (test.test_bigmem.BytesTest.test_isalnum)
PASS: test_isalpha (test.test_bigmem.BytesTest.test_isalpha)
PASS: test_isdigit (test.test_bigmem.BytesTest.test_isdigit)
PASS: test_islower (test.test_bigmem.BytesTest.test_islower)
PASS: test_isspace (test.test_bigmem.BytesTest.test_isspace)
PASS: test_istitle (test.test_bigmem.BytesTest.test_istitle)
PASS: test_isupper (test.test_bigmem.BytesTest.test_isupper)
PASS: test_join (test.test_bigmem.BytesTest.test_join)
PASS: test_ljust (test.test_bigmem.BytesTest.test_ljust)
PASS: test_lower (test.test_bigmem.BytesTest.test_lower)
PASS: test_lstrip (test.test_bigmem.BytesTest.test_lstrip)
PASS: test_repeat (test.test_bigmem.BytesTest.test_repeat)
PASS: test_replace (test.test_bigmem.BytesTest.test_replace)
PASS: test_rfind (test.test_bigmem.BytesTest.test_rfind)
PASS: test_rindex (test.test_bigmem.BytesTest.test_rindex)
PASS: test_rjust (test.test_bigmem.BytesTest.test_rjust)
PASS: test_rstrip (test.test_bigmem.BytesTest.test_rstrip)
PASS: test_slice_and_getitem (test.test_bigmem.BytesTest.test_slice_and_getitem)
PASS: test_split_large (test.test_bigmem.BytesTest.test_split_large)
PASS: test_split_small (test.test_bigmem.BytesTest.test_split_small)
PASS: test_splitlines (test.test_bigmem.BytesTest.test_splitlines)
PASS: test_startswith (test.test_bigmem.BytesTest.test_startswith)
PASS: test_strip (test.test_bigmem.BytesTest.test_strip)
PASS: test_swapcase (test.test_bigmem.BytesTest.test_swapcase)
PASS: test_title (test.test_bigmem.BytesTest.test_title)
PASS: test_translate (test.test_bigmem.BytesTest.test_translate)
PASS: test_upper (test.test_bigmem.BytesTest.test_upper)
PASS: test_zfill (test.test_bigmem.BytesTest.test_zfill)
PASS: test_dict (test.test_bigmem.DictTest.test_dict)
PASS: test_stickiness (test.test_bigmem.ImmortalityTest.test_stickiness)
PASS: test_append (test.test_bigmem.ListTest.test_append)
PASS: test_compare (test.test_bigmem.ListTest.test_compare)
PASS: test_concat_large (test.test_bigmem.ListTest.test_concat_large)
PASS: test_concat_small (test.test_bigmem.ListTest.test_concat_small)
PASS: test_contains (test.test_bigmem.ListTest.test_contains)
PASS: test_count (test.test_bigmem.ListTest.test_count)
PASS: test_extend_large (test.test_bigmem.ListTest.test_extend_large)
PASS: test_extend_small (test.test_bigmem.ListTest.test_extend_small)
PASS: test_hash (test.test_bigmem.ListTest.test_hash)
PASS: test_index (test.test_bigmem.ListTest.test_index)
PASS: test_index_and_slice (test.test_bigmem.ListTest.test_index_and_slice)
PASS: test_inplace_concat_large (test.test_bigmem.ListTest.test_inplace_concat_large)
PASS: test_inplace_concat_small (test.test_bigmem.ListTest.test_inplace_concat_small)
PASS: test_inplace_repeat_large (test.test_bigmem.ListTest.test_inplace_repeat_large)
PASS: test_inplace_repeat_small (test.test_bigmem.ListTest.test_inplace_repeat_small)
PASS: test_insert (test.test_bigmem.ListTest.test_insert)
PASS: test_pop (test.test_bigmem.ListTest.test_pop)
PASS: test_remove (test.test_bigmem.ListTest.test_remove)
PASS: test_repeat_large (test.test_bigmem.ListTest.test_repeat_large)
PASS: test_repeat_small (test.test_bigmem.ListTest.test_repeat_small)
PASS: test_repr_large (test.test_bigmem.ListTest.test_repr_large)
PASS: test_repr_small (test.test_bigmem.ListTest.test_repr_small)
PASS: test_reverse (test.test_bigmem.ListTest.test_reverse)
PASS: test_sort (test.test_bigmem.ListTest.test_sort)
PASS: test_capitalize (test.test_bigmem.StrTest.test_capitalize)
PASS: test_center (test.test_bigmem.StrTest.test_center)
PASS: test_compare (test.test_bigmem.StrTest.test_compare)
PASS: test_concat (test.test_bigmem.StrTest.test_concat)
PASS: test_contains (test.test_bigmem.StrTest.test_contains)
PASS: test_count (test.test_bigmem.StrTest.test_count)
PASS: test_encode (test.test_bigmem.StrTest.test_encode)
PASS: test_encode_ascii (test.test_bigmem.StrTest.test_encode_ascii)
PASS: test_encode_raw_unicode_escape (test.test_bigmem.StrTest.test_encode_raw_unicode_escape)
PASS: test_encode_utf32 (test.test_bigmem.StrTest.test_encode_utf32)
PASS: test_encode_utf7 (test.test_bigmem.StrTest.test_encode_utf7)
PASS: test_endswith (test.test_bigmem.StrTest.test_endswith)
PASS: test_expandtabs (test.test_bigmem.StrTest.test_expandtabs)
PASS: test_find (test.test_bigmem.StrTest.test_find)
PASS: test_format (test.test_bigmem.StrTest.test_format)
PASS: test_hash (test.test_bigmem.StrTest.test_hash)
PASS: test_index (test.test_bigmem.StrTest.test_index)
PASS: test_isalnum (test.test_bigmem.StrTest.test_isalnum)
PASS: test_isalpha (test.test_bigmem.StrTest.test_isalpha)
PASS: test_isdigit (test.test_bigmem.StrTest.test_isdigit)
PASS: test_islower (test.test_bigmem.StrTest.test_islower)
PASS: test_isspace (test.test_bigmem.StrTest.test_isspace)
PASS: test_istitle (test.test_bigmem.StrTest.test_istitle)
PASS: test_isupper (test.test_bigmem.StrTest.test_isupper)
PASS: test_join (test.test_bigmem.StrTest.test_join)
PASS: test_ljust (test.test_bigmem.StrTest.test_ljust)
PASS: test_lower (test.test_bigmem.StrTest.test_lower)
PASS: test_lstrip (test.test_bigmem.StrTest.test_lstrip)
PASS: test_repeat (test.test_bigmem.StrTest.test_repeat)
PASS: test_replace (test.test_bigmem.StrTest.test_replace)
PASS: test_repr_large (test.test_bigmem.StrTest.test_repr_large)
PASS: test_repr_small (test.test_bigmem.StrTest.test_repr_small)
PASS: test_rfind (test.test_bigmem.StrTest.test_rfind)
PASS: test_rindex (test.test_bigmem.StrTest.test_rindex)
PASS: test_rjust (test.test_bigmem.StrTest.test_rjust)
PASS: test_rstrip (test.test_bigmem.StrTest.test_rstrip)
PASS: test_slice_and_getitem (test.test_bigmem.StrTest.test_slice_and_getitem)
PASS: test_split_large (test.test_bigmem.StrTest.test_split_large)
PASS: test_split_small (test.test_bigmem.StrTest.test_split_small)
PASS: test_splitlines (test.test_bigmem.StrTest.test_splitlines)
PASS: test_startswith (test.test_bigmem.StrTest.test_startswith)
PASS: test_strip (test.test_bigmem.StrTest.test_strip)
PASS: test_swapcase (test.test_bigmem.StrTest.test_swapcase)
PASS: test_title (test.test_bigmem.StrTest.test_title)
PASS: test_translate (test.test_bigmem.StrTest.test_translate)
PASS: test_unicode_repr (test.test_bigmem.StrTest.test_unicode_repr)
PASS: test_unicode_repr_wide (test.test_bigmem.StrTest.test_unicode_repr_wide)
PASS: test_upper (test.test_bigmem.StrTest.test_upper)
PASS: test_zfill (test.test_bigmem.StrTest.test_zfill)
PASS: test_compare (test.test_bigmem.TupleTest.test_compare)
PASS: test_concat_large (test.test_bigmem.TupleTest.test_concat_large)
PASS: test_concat_small (test.test_bigmem.TupleTest.test_concat_small)
PASS: test_contains (test.test_bigmem.TupleTest.test_contains)
PASS: test_from_2G_generator (test.test_bigmem.TupleTest.test_from_2G_generator)
PASS: test_from_almost_2G_generator (test.test_bigmem.TupleTest.test_from_almost_2G_generator)
PASS: test_hash (test.test_bigmem.TupleTest.test_hash)
PASS: test_index_and_slice (test.test_bigmem.TupleTest.test_index_and_slice)
PASS: test_repeat_large (test.test_bigmem.TupleTest.test_repeat_large)
PASS: test_repeat_large_2 (test.test_bigmem.TupleTest.test_repeat_large_2)
PASS: test_repeat_small (test.test_bigmem.TupleTest.test_repeat_small)
PASS: test_repr_large (test.test_bigmem.TupleTest.test_repr_large)
PASS: test_repr_small (test.test_bigmem.TupleTest.test_repr_small)

----------------------------------------------------------------------
Ran 166 tests in 0.029s

OK
0:01:52 load avg: 3.24 [ 90/486] test_binascii passed
PASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest.test_b2a_base64_newline)
SKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.ArrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'
SKIP: test_b2a_roundtrip (test.test_binascii.ArrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_excess_data (test.test_binascii.ArrayBinASCIITest.test_base64_excess_data)
SKIP: test_base64_roundtrip (test.test_binascii.ArrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_strict_mode (test.test_binascii.ArrayBinASCIITest.test_base64_strict_mode)
PASS: test_base64errors (test.test_binascii.ArrayBinASCIITest.test_base64errors)
PASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest.test_base64invalid)
PASS: test_base64valid (test.test_binascii.ArrayBinASCIITest.test_base64valid)
PASS: test_c_contiguity (test.test_binascii.ArrayBinASCIITest.test_c_contiguity)
PASS: test_crc32 (test.test_binascii.ArrayBinASCIITest.test_crc32)
PASS: test_crc_hqx (test.test_binascii.ArrayBinASCIITest.test_crc_hqx)
PASS: test_empty_string (test.test_binascii.ArrayBinASCIITest.test_empty_string)
PASS: test_exceptions (test.test_binascii.ArrayBinASCIITest.test_exceptions)
PASS: test_functions (test.test_binascii.ArrayBinASCIITest.test_functions)
PASS: test_hex (test.test_binascii.ArrayBinASCIITest.test_hex)
SKIP: test_hex_roundtrip (test.test_binascii.ArrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'
test_hex_separator (test.test_binascii.ArrayBinASCIITest.test_hex_separator)
PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.
PASS: test_qp (test.test_binascii.ArrayBinASCIITest.test_qp)
PASS: test_returned_value (test.test_binascii.ArrayBinASCIITest.test_returned_value)
PASS: test_unicode_a2b (test.test_binascii.ArrayBinASCIITest.test_unicode_a2b)
PASS: test_unicode_b2a (test.test_binascii.ArrayBinASCIITest.test_unicode_b2a)
PASS: test_uu (test.test_binascii.ArrayBinASCIITest.test_uu)
PASS: test_b2a_base64_newline (test.test_binascii.BinASCIITest.test_b2a_base64_newline)
SKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'
SKIP: test_b2a_roundtrip (test.test_binascii.BinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_excess_data (test.test_binascii.BinASCIITest.test_base64_excess_data)
SKIP: test_base64_roundtrip (test.test_binascii.BinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_strict_mode (test.test_binascii.BinASCIITest.test_base64_strict_mode)
PASS: test_base64errors (test.test_binascii.BinASCIITest.test_base64errors)
PASS: test_base64invalid (test.test_binascii.BinASCIITest.test_base64invalid)
PASS: test_base64valid (test.test_binascii.BinASCIITest.test_base64valid)
PASS: test_c_contiguity (test.test_binascii.BinASCIITest.test_c_contiguity)
PASS: test_crc32 (test.test_binascii.BinASCIITest.test_crc32)
PASS: test_crc_hqx (test.test_binascii.BinASCIITest.test_crc_hqx)
PASS: test_empty_string (test.test_binascii.BinASCIITest.test_empty_string)
PASS: test_exceptions (test.test_binascii.BinASCIITest.test_exceptions)
PASS: test_functions (test.test_binascii.BinASCIITest.test_functions)
PASS: test_hex (test.test_binascii.BinASCIITest.test_hex)
SKIP: test_hex_roundtrip (test.test_binascii.BinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'
test_hex_separator (test.test_binascii.BinASCIITest.test_hex_separator)
PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.
PASS: test_qp (test.test_binascii.BinASCIITest.test_qp)
PASS: test_returned_value (test.test_binascii.BinASCIITest.test_returned_value)
PASS: test_unicode_a2b (test.test_binascii.BinASCIITest.test_unicode_a2b)
PASS: test_unicode_b2a (test.test_binascii.BinASCIITest.test_unicode_b2a)
PASS: test_uu (test.test_binascii.BinASCIITest.test_uu)
PASS: test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest.test_b2a_base64_newline)
SKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BytearrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'
SKIP: test_b2a_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_excess_data (test.test_binascii.BytearrayBinASCIITest.test_base64_excess_data)
SKIP: test_base64_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_strict_mode (test.test_binascii.BytearrayBinASCIITest.test_base64_strict_mode)
PASS: test_base64errors (test.test_binascii.BytearrayBinASCIITest.test_base64errors)
PASS: test_base64invalid (test.test_binascii.BytearrayBinASCIITest.test_base64invalid)
PASS: test_base64valid (test.test_binascii.BytearrayBinASCIITest.test_base64valid)
PASS: test_c_contiguity (test.test_binascii.BytearrayBinASCIITest.test_c_contiguity)
PASS: test_crc32 (test.test_binascii.BytearrayBinASCIITest.test_crc32)
PASS: test_crc_hqx (test.test_binascii.BytearrayBinASCIITest.test_crc_hqx)
PASS: test_empty_string (test.test_binascii.BytearrayBinASCIITest.test_empty_string)
PASS: test_exceptions (test.test_binascii.BytearrayBinASCIITest.test_exceptions)
PASS: test_functions (test.test_binascii.BytearrayBinASCIITest.test_functions)
PASS: test_hex (test.test_binascii.BytearrayBinASCIITest.test_hex)
SKIP: test_hex_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'
test_hex_separator (test.test_binascii.BytearrayBinASCIITest.test_hex_separator)
PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.
PASS: test_qp (test.test_binascii.BytearrayBinASCIITest.test_qp)
PASS: test_returned_value (test.test_binascii.BytearrayBinASCIITest.test_returned_value)
PASS: test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest.test_unicode_a2b)
PASS: test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest.test_unicode_b2a)
PASS: test_uu (test.test_binascii.BytearrayBinASCIITest.test_uu)
SKIP: test_big_buffer (test.test_binascii.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'
PASS: test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest.test_b2a_base64_newline)
SKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'
SKIP: test_b2a_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_excess_data (test.test_binascii.MemoryviewBinASCIITest.test_base64_excess_data)
SKIP: test_base64_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'
PASS: test_base64_strict_mode (test.test_binascii.MemoryviewBinASCIITest.test_base64_strict_mode)
PASS: test_base64errors (test.test_binascii.MemoryviewBinASCIITest.test_base64errors)
PASS: test_base64invalid (test.test_binascii.MemoryviewBinASCIITest.test_base64invalid)
PASS: test_base64valid (test.test_binascii.MemoryviewBinASCIITest.test_base64valid)
PASS: test_c_contiguity (test.test_binascii.MemoryviewBinASCIITest.test_c_contiguity)
PASS: test_crc32 (test.test_binascii.MemoryviewBinASCIITest.test_crc32)
PASS: test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest.test_crc_hqx)
PASS: test_empty_string (test.test_binascii.MemoryviewBinASCIITest.test_empty_string)
PASS: test_exceptions (test.test_binascii.MemoryviewBinASCIITest.test_exceptions)
PASS: test_functions (test.test_binascii.MemoryviewBinASCIITest.test_functions)
PASS: test_hex (test.test_binascii.MemoryviewBinASCIITest.test_hex)
SKIP: test_hex_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'
test_hex_separator (test.test_binascii.MemoryviewBinASCIITest.test_hex_separator)
PASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.
PASS: test_qp (test.test_binascii.MemoryviewBinASCIITest.test_qp)
PASS: test_returned_value (test.test_binascii.MemoryviewBinASCIITest.test_returned_value)
PASS: test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest.test_unicode_a2b)
PASS: test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest.test_unicode_b2a)
PASS: test_uu (test.test_binascii.MemoryviewBinASCIITest.test_uu)

----------------------------------------------------------------------
Ran 93 tests in 0.012s

OK (skipped=17)
0:01:52 load avg: 3.24 [ 91/486] test_binop passed
PASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests.test_fallback_ne_blocking)
PASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests.test_fallback_rmethod_blocking)
PASS: test_comparison_orders (test.test_binop.OperationOrderTests.test_comparison_orders)
PASS: test_add (test.test_binop.RatTestCase.test_add)
PASS: test_constructor (test.test_binop.RatTestCase.test_constructor)
PASS: test_div (test.test_binop.RatTestCase.test_div)
PASS: test_eq (test.test_binop.RatTestCase.test_eq)
PASS: test_floordiv (test.test_binop.RatTestCase.test_floordiv)
PASS: test_gcd (test.test_binop.RatTestCase.test_gcd)
PASS: test_mul (test.test_binop.RatTestCase.test_mul)
PASS: test_sub (test.test_binop.RatTestCase.test_sub)
PASS: test_true_div (test.test_binop.RatTestCase.test_true_div)

----------------------------------------------------------------------
Ran 12 tests in 0.002s

OK
0:01:53 load avg: 3.24 [ 92/486] test_bisect passed
PASS: test_backcompatibility (test.test_bisect.TestBisectC.test_backcompatibility)
PASS: test_insort (test.test_bisect.TestBisectC.test_insort)
PASS: test_insort_keynotNone (test.test_bisect.TestBisectC.test_insort_keynotNone)
PASS: test_keyword_args (test.test_bisect.TestBisectC.test_keyword_args)
PASS: test_large_pyrange (test.test_bisect.TestBisectC.test_large_pyrange)
PASS: test_large_range (test.test_bisect.TestBisectC.test_large_range)
PASS: test_lookups_with_key_function (test.test_bisect.TestBisectC.test_lookups_with_key_function)
PASS: test_lt_returns_non_bool (test.test_bisect.TestBisectC.test_lt_returns_non_bool)
PASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectC.test_lt_returns_notimplemented)
PASS: test_negative_lo (test.test_bisect.TestBisectC.test_negative_lo)
PASS: test_optionalSlicing (test.test_bisect.TestBisectC.test_optionalSlicing)
PASS: test_precomputed (test.test_bisect.TestBisectC.test_precomputed)
PASS: test_random (test.test_bisect.TestBisectC.test_random)
PASS: test_backcompatibility (test.test_bisect.TestBisectPython.test_backcompatibility)
PASS: test_insort (test.test_bisect.TestBisectPython.test_insort)
PASS: test_insort_keynotNone (test.test_bisect.TestBisectPython.test_insort_keynotNone)
PASS: test_keyword_args (test.test_bisect.TestBisectPython.test_keyword_args)
PASS: test_large_pyrange (test.test_bisect.TestBisectPython.test_large_pyrange)
PASS: test_large_range (test.test_bisect.TestBisectPython.test_large_range)
PASS: test_lookups_with_key_function (test.test_bisect.TestBisectPython.test_lookups_with_key_function)
PASS: test_lt_returns_non_bool (test.test_bisect.TestBisectPython.test_lt_returns_non_bool)
PASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectPython.test_lt_returns_notimplemented)
PASS: test_negative_lo (test.test_bisect.TestBisectPython.test_negative_lo)
PASS: test_optionalSlicing (test.test_bisect.TestBisectPython.test_optionalSlicing)
PASS: test_precomputed (test.test_bisect.TestBisectPython.test_precomputed)
PASS: test_random (test.test_bisect.TestBisectPython.test_random)
PASS: test_colors (test.test_bisect.TestDocExampleC.test_colors)
PASS: test_grades (test.test_bisect.TestDocExampleC.test_grades)
PASS: test_colors (test.test_bisect.TestDocExamplePython.test_colors)
PASS: test_grades (test.test_bisect.TestDocExamplePython.test_grades)
PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingC.test_arg_parsing)
PASS: test_cmp_err (test.test_bisect.TestErrorHandlingC.test_cmp_err)
PASS: test_get_only (test.test_bisect.TestErrorHandlingC.test_get_only)
PASS: test_len_only (test.test_bisect.TestErrorHandlingC.test_len_only)
PASS: test_non_sequence (test.test_bisect.TestErrorHandlingC.test_non_sequence)
PASS: test_arg_parsing (test.test_bisect.TestErrorHandlingPython.test_arg_parsing)
PASS: test_cmp_err (test.test_bisect.TestErrorHandlingPython.test_cmp_err)
PASS: test_get_only (test.test_bisect.TestErrorHandlingPython.test_get_only)
PASS: test_len_only (test.test_bisect.TestErrorHandlingPython.test_len_only)
PASS: test_non_sequence (test.test_bisect.TestErrorHandlingPython.test_non_sequence)
PASS: test_backcompatibility (test.test_bisect.TestInsortC.test_backcompatibility)
PASS: test_listDerived (test.test_bisect.TestInsortC.test_listDerived)
PASS: test_vsBuiltinSort (test.test_bisect.TestInsortC.test_vsBuiltinSort)
PASS: test_backcompatibility (test.test_bisect.TestInsortPython.test_backcompatibility)
PASS: test_listDerived (test.test_bisect.TestInsortPython.test_listDerived)
PASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython.test_vsBuiltinSort)

----------------------------------------------------------------------
Ran 46 tests in 0.014s

OK
0:01:53 load avg: 3.24 [ 93/486] test_bool passed
PASS: test_blocked (test.test_bool.BoolTest.test_blocked)
PASS: test_bool_called_at_least_once (test.test_bool.BoolTest.test_bool_called_at_least_once)
PASS: test_bool_new (test.test_bool.BoolTest.test_bool_new)
PASS: test_boolean (test.test_bool.BoolTest.test_boolean)
PASS: test_callable (test.test_bool.BoolTest.test_callable)
PASS: test_complex (test.test_bool.BoolTest.test_complex)
PASS: test_contains (test.test_bool.BoolTest.test_contains)
PASS: test_convert (test.test_bool.BoolTest.test_convert)
PASS: test_convert_to_bool (test.test_bool.BoolTest.test_convert_to_bool)
PASS: test_fileclosed (test.test_bool.BoolTest.test_fileclosed)
PASS: test_float (test.test_bool.BoolTest.test_float)
PASS: test_format (test.test_bool.BoolTest.test_format)
PASS: test_from_bytes (test.test_bool.BoolTest.test_from_bytes)
PASS: test_hasattr (test.test_bool.BoolTest.test_hasattr)
PASS: test_int (test.test_bool.BoolTest.test_int)
PASS: test_interpreter_convert_to_bool_raises (test.test_bool.BoolTest.test_interpreter_convert_to_bool_raises)
PASS: test_isinstance (test.test_bool.BoolTest.test_isinstance)
PASS: test_issubclass (test.test_bool.BoolTest.test_issubclass)
PASS: test_keyword_args (test.test_bool.BoolTest.test_keyword_args)
PASS: test_marshal (test.test_bool.BoolTest.test_marshal)
PASS: test_math (test.test_bool.BoolTest.test_math)
PASS: test_operator (test.test_bool.BoolTest.test_operator)
PASS: test_pickle (test.test_bool.BoolTest.test_pickle)
PASS: test_picklevalues (test.test_bool.BoolTest.test_picklevalues)
PASS: test_real_and_imag (test.test_bool.BoolTest.test_real_and_imag)
PASS: test_repr (test.test_bool.BoolTest.test_repr)
PASS: test_sane_len (test.test_bool.BoolTest.test_sane_len)
PASS: test_str (test.test_bool.BoolTest.test_str)
PASS: test_string (test.test_bool.BoolTest.test_string)
PASS: test_subclass (test.test_bool.BoolTest.test_subclass)
PASS: test_types (test.test_bool.BoolTest.test_types)

----------------------------------------------------------------------
Ran 31 tests in 0.005s

OK
0:01:53 load avg: 3.24 [ 94/486] test_bufio passed
PASS: test_nullpat (test.test_bufio.CBufferSizeTest.test_nullpat)
PASS: test_primepat (test.test_bufio.CBufferSizeTest.test_primepat)
PASS: test_nullpat (test.test_bufio.PyBufferSizeTest.test_nullpat)
PASS: test_primepat (test.test_bufio.PyBufferSizeTest.test_primepat)

----------------------------------------------------------------------
Ran 4 tests in 0.489s

OK
0:01:54 load avg: 3.24 [ 95/486] test_build_details passed
SKIP: test_round_trip (test.test_build_details.BuildDetailsRelativePathsTests.test_round_trip) 'Failed to import generate-build-details'
PASS: test_base_interpreter (test.test_build_details.CPythonBuildDetailsTests.test_base_interpreter)
PASS: test_base_prefix (test.test_build_details.CPythonBuildDetailsTests.test_base_prefix)
PASS: test_c_api (test.test_build_details.CPythonBuildDetailsTests.test_c_api)
PASS: test_implementation (test.test_build_details.CPythonBuildDetailsTests.test_implementation)
PASS: test_language_version (test.test_build_details.CPythonBuildDetailsTests.test_language_version)
PASS: test_language_version_info (test.test_build_details.CPythonBuildDetailsTests.test_language_version_info)
PASS: test_location (test.test_build_details.CPythonBuildDetailsTests.test_location)
PASS: test_platform (test.test_build_details.CPythonBuildDetailsTests.test_platform)
PASS: test_top_level_container (test.test_build_details.CPythonBuildDetailsTests.test_top_level_container)

----------------------------------------------------------------------
Ran 10 tests in 0.007s

OK (skipped=1)
0:01:54 load avg: 3.24 [ 96/486] test_builtin passed
PASS: test___ne__ (test.test_builtin.BuiltinTest.test___ne__)
PASS: test_abs (test.test_builtin.BuiltinTest.test_abs)
PASS: test_all (test.test_builtin.BuiltinTest.test_all)
PASS: test_all_any_tuple_optimization (test.test_builtin.BuiltinTest.test_all_any_tuple_optimization)
PASS: test_any (test.test_builtin.BuiltinTest.test_any)
PASS: test_ascii (test.test_builtin.BuiltinTest.test_ascii)
PASS: test_bin (test.test_builtin.BuiltinTest.test_bin)
PASS: test_bool_notimplemented (test.test_builtin.BuiltinTest.test_bool_notimplemented)
PASS: test_bug_27936 (test.test_builtin.BuiltinTest.test_bug_27936)
PASS: test_bytearray_extend_error (test.test_builtin.BuiltinTest.test_bytearray_extend_error)
PASS: test_bytearray_join_with_custom_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_custom_iterator)
PASS: test_bytearray_join_with_misbehaving_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_misbehaving_iterator)
PASS: test_bytearray_translate (test.test_builtin.BuiltinTest.test_bytearray_translate)
PASS: test_callable (test.test_builtin.BuiltinTest.test_callable)
PASS: test_chr (test.test_builtin.BuiltinTest.test_chr)
PASS: test_cmp (test.test_builtin.BuiltinTest.test_cmp)
PASS: test_compile (test.test_builtin.BuiltinTest.test_compile)
PASS: test_compile_ast (test.test_builtin.BuiltinTest.test_compile_ast)
test_compile_async_generator (test.test_builtin.BuiltinTest.test_compile_async_generator)
PASS: With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to
test_compile_top_level_await (test.test_builtin.BuiltinTest.test_compile_top_level_await)
PASS: Test whether code with top level await can be compiled.
PASS: test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases)
test_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest.test_compile_top_level_await_no_coro)
PASS: Make sure top level non-await codes get the correct coroutine flags
PASS: test_construct_singletons (test.test_builtin.BuiltinTest.test_construct_singletons)
PASS: test_delattr (test.test_builtin.BuiltinTest.test_delattr)
PASS: test_dir (test.test_builtin.BuiltinTest.test_dir)
PASS: test_divmod (test.test_builtin.BuiltinTest.test_divmod)
PASS: test_eval (test.test_builtin.BuiltinTest.test_eval)
PASS: test_eval_builtins_mapping (test.test_builtin.BuiltinTest.test_eval_builtins_mapping)
PASS: test_eval_builtins_mapping_reduce (test.test_builtin.BuiltinTest.test_eval_builtins_mapping_reduce)
PASS: test_eval_kwargs (test.test_builtin.BuiltinTest.test_eval_kwargs)
PASS: test_exec (test.test_builtin.BuiltinTest.test_exec)
PASS: test_exec_builtins_mapping_import (test.test_builtin.BuiltinTest.test_exec_builtins_mapping_import)
PASS: test_exec_closure (test.test_builtin.BuiltinTest.test_exec_closure)
PASS: test_exec_globals (test.test_builtin.BuiltinTest.test_exec_globals)
PASS: test_exec_globals_dict_subclass (test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass)
PASS: test_exec_globals_error_on_get (test.test_builtin.BuiltinTest.test_exec_globals_error_on_get)
PASS: test_exec_globals_frozen (test.test_builtin.BuiltinTest.test_exec_globals_frozen)
PASS: test_exec_kwargs (test.test_builtin.BuiltinTest.test_exec_kwargs)
PASS: test_exec_redirected (test.test_builtin.BuiltinTest.test_exec_redirected)
PASS: test_filter (test.test_builtin.BuiltinTest.test_filter)
SKIP: test_filter_dealloc (test.test_builtin.BuiltinTest.test_filter_dealloc) "resource 'cpu' is not enabled"
PASS: test_filter_pickle (test.test_builtin.BuiltinTest.test_filter_pickle)
PASS: test_format (test.test_builtin.BuiltinTest.test_format)
PASS: test_general_eval (test.test_builtin.BuiltinTest.test_general_eval)
PASS: test_getattr (test.test_builtin.BuiltinTest.test_getattr)
PASS: test_hasattr (test.test_builtin.BuiltinTest.test_hasattr)
PASS: test_hash (test.test_builtin.BuiltinTest.test_hash)
PASS: test_hex (test.test_builtin.BuiltinTest.test_hex)
PASS: test_id (test.test_builtin.BuiltinTest.test_id)
PASS: test_import (test.test_builtin.BuiltinTest.test_import)
PASS: test_input (test.test_builtin.BuiltinTest.test_input)
PASS: test_input_gh130163 (test.test_builtin.BuiltinTest.test_input_gh130163)
PASS: test_invalid_hash_typeerror (test.test_builtin.BuiltinTest.test_invalid_hash_typeerror)
PASS: test_isinstance (test.test_builtin.BuiltinTest.test_isinstance)
PASS: test_issubclass (test.test_builtin.BuiltinTest.test_issubclass)
PASS: test_iter (test.test_builtin.BuiltinTest.test_iter)
PASS: test_len (test.test_builtin.BuiltinTest.test_len)
PASS: test_map (test.test_builtin.BuiltinTest.test_map)
PASS: test_map_pickle (test.test_builtin.BuiltinTest.test_map_pickle)
PASS: test_map_pickle_strict (test.test_builtin.BuiltinTest.test_map_pickle_strict)
PASS: test_map_pickle_strict_fail (test.test_builtin.BuiltinTest.test_map_pickle_strict_fail)
PASS: test_map_strict (test.test_builtin.BuiltinTest.test_map_strict)
PASS: test_map_strict_error_handling (test.test_builtin.BuiltinTest.test_map_strict_error_handling)
PASS: test_map_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_map_strict_error_handling_stopiteration)
PASS: test_map_strict_iterators (test.test_builtin.BuiltinTest.test_map_strict_iterators)
PASS: test_max (test.test_builtin.BuiltinTest.test_max)
PASS: test_min (test.test_builtin.BuiltinTest.test_min)
PASS: test_neg (test.test_builtin.BuiltinTest.test_neg)
PASS: test_next (test.test_builtin.BuiltinTest.test_next)
PASS: test_oct (test.test_builtin.BuiltinTest.test_oct)
PASS: test_open (test.test_builtin.BuiltinTest.test_open)
PASS: test_open_default_encoding (test.test_builtin.BuiltinTest.test_open_default_encoding)
PASS: test_open_non_inheritable (test.test_builtin.BuiltinTest.test_open_non_inheritable)
PASS: test_ord (test.test_builtin.BuiltinTest.test_ord)
PASS: test_pow (test.test_builtin.BuiltinTest.test_pow)
PASS: test_repr (test.test_builtin.BuiltinTest.test_repr)
PASS: test_repr_blocked (test.test_builtin.BuiltinTest.test_repr_blocked)
PASS: test_round (test.test_builtin.BuiltinTest.test_round)
PASS: test_round_large (test.test_builtin.BuiltinTest.test_round_large)
PASS: test_setattr (test.test_builtin.BuiltinTest.test_setattr)
PASS: test_singleton_attribute_access (test.test_builtin.BuiltinTest.test_singleton_attribute_access)
PASS: test_sum (test.test_builtin.BuiltinTest.test_sum)
PASS: test_sum_accuracy (test.test_builtin.BuiltinTest.test_sum_accuracy)
PASS: test_type (test.test_builtin.BuiltinTest.test_type)
PASS: test_vars (test.test_builtin.BuiltinTest.test_vars)
PASS: test_zip (test.test_builtin.BuiltinTest.test_zip)
PASS: test_zip_bad_iterable (test.test_builtin.BuiltinTest.test_zip_bad_iterable)
PASS: test_zip_pickle (test.test_builtin.BuiltinTest.test_zip_pickle)
PASS: test_zip_pickle_strict (test.test_builtin.BuiltinTest.test_zip_pickle_strict)
PASS: test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail)
PASS: test_zip_result_gc (test.test_builtin.BuiltinTest.test_zip_result_gc)
PASS: test_zip_strict (test.test_builtin.BuiltinTest.test_zip_strict)
PASS: test_zip_strict_error_handling (test.test_builtin.BuiltinTest.test_zip_strict_error_handling)
PASS: test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration)
PASS: test_zip_strict_iterators (test.test_builtin.BuiltinTest.test_zip_strict_iterators)
PASS: test_immortals (test.test_builtin.ImmortalTests.test_immortals)
PASS: test_list_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_list_repeat_respect_immortality)
PASS: test_tuple_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_tuple_repeat_respect_immortality)
SKIP: test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) 'Test may fail under heavy load'
SKIP: test_input_tty (test.test_builtin.PtyTests.test_input_tty) 'stdin and stdout must be ttys'
SKIP: test_input_tty_non_ascii (test.test_builtin.PtyTests.test_input_tty_non_ascii) 'stdin and stdout must be ttys'
SKIP: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors) 'stdin and stdout must be ttys'
SKIP: test_input_tty_nondecodable_input (test.test_builtin.PtyTests.test_input_tty_nondecodable_input) 'stdin and stdout must be ttys'
SKIP: test_input_tty_nonencodable_prompt (test.test_builtin.PtyTests.test_input_tty_nonencodable_prompt) 'stdin and stdout must be ttys'
SKIP: test_input_tty_null_in_prompt (test.test_builtin.PtyTests.test_input_tty_null_in_prompt) 'stdin and stdout must be ttys'
PASS: test_cleanup (test.test_builtin.ShutdownTest.test_cleanup)
PASS: test_breakpoint (test.test_builtin.TestBreakpoint.test_breakpoint)
PASS: test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords)
PASS: test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset)
PASS: test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set)
PASS: test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error)
PASS: test_envar_good_path_builtin (test.test_builtin.TestBreakpoint.test_envar_good_path_builtin)
PASS: test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string)
PASS: test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0)
PASS: test_envar_good_path_other (test.test_builtin.TestBreakpoint.test_envar_good_path_other)
PASS: test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set)
PASS: test_envar_unimportable (test.test_builtin.TestBreakpoint.test_envar_unimportable)
PASS: test_runtime_error_when_hook_is_lost (test.test_builtin.TestBreakpoint.test_runtime_error_when_hook_is_lost)
PASS: test_bad_arguments (test.test_builtin.TestSorted.test_bad_arguments)
PASS: test_baddecorator (test.test_builtin.TestSorted.test_baddecorator)
PASS: test_basic (test.test_builtin.TestSorted.test_basic)
PASS: test_inputtypes (test.test_builtin.TestSorted.test_inputtypes)
PASS: test_bad_args (test.test_builtin.TestType.test_bad_args)
PASS: test_bad_slots (test.test_builtin.TestType.test_bad_slots)
PASS: test_namespace_order (test.test_builtin.TestType.test_namespace_order)
PASS: test_new_type (test.test_builtin.TestType.test_new_type)
PASS: test_type_doc (test.test_builtin.TestType.test_type_doc)
PASS: test_type_firstlineno (test.test_builtin.TestType.test_type_firstlineno)
PASS: test_type_name (test.test_builtin.TestType.test_type_name)
PASS: test_type_nokwargs (test.test_builtin.TestType.test_type_nokwargs)
PASS: test_type_qualname (test.test_builtin.TestType.test_type_qualname)
PASS: test_type_typeparams (test.test_builtin.TestType.test_type_typeparams)
bin (builtins)
PASS: Doctest: builtins.bin
hex (builtins.bytearray)
PASS: Doctest: builtins.bytearray.hex
hex (builtins.bytes)
PASS: Doctest: builtins.bytes.hex
as_integer_ratio (builtins.float)
PASS: Doctest: builtins.float.as_integer_ratio
fromhex (builtins.float)
PASS: Doctest: builtins.float.fromhex
hex (builtins.float)
PASS: Doctest: builtins.float.hex
hex (builtins)
PASS: Doctest: builtins.hex
int (builtins)
PASS: Doctest: builtins.int
as_integer_ratio (builtins.int)
PASS: Doctest: builtins.int.as_integer_ratio
bit_count (builtins.int)
PASS: Doctest: builtins.int.bit_count
bit_length (builtins.int)
PASS: Doctest: builtins.int.bit_length
hex (builtins.memoryview)
PASS: Doctest: builtins.memoryview.hex
oct (builtins)
PASS: Doctest: builtins.oct
zip (builtins)
PASS: Doctest: builtins.zip

----------------------------------------------------------------------
Ran 146 tests in 0.139s

OK (skipped=8)
0:01:54 load avg: 3.24 [ 97/486] test_buffer passed
PASS: test_bytearray_release_buffer_read_flag (test.test_buffer.TestBufferProtocol.test_bytearray_release_buffer_read_flag)
PASS: test_flags_overflow (test.test_buffer.TestBufferProtocol.test_flags_overflow)
PASS: test_issue_7385 (test.test_buffer.TestBufferProtocol.test_issue_7385)
PASS: test_memoryview_array (test.test_buffer.TestBufferProtocol.test_memoryview_array)
PASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol.test_memoryview_assign)
PASS: test_memoryview_cast (test.test_buffer.TestBufferProtocol.test_memoryview_cast)
SKIP: test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol.test_memoryview_cast_1D_ND) "resource 'cpu' is not enabled"
PASS: test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol.test_memoryview_cast_invalid)
PASS: test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_shape)
PASS: test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_strides)
PASS: test_memoryview_check_released (test.test_buffer.TestBufferProtocol.test_memoryview_check_released)
PASS: test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_c)
PASS: test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_fortran)
PASS: test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_mixed)
PASS: test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_suboffsets)
PASS: test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_shape)
PASS: test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_strides)
PASS: test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_one)
PASS: test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_zero)
PASS: test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol.test_memoryview_compare_not_equal)
PASS: test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol.test_memoryview_compare_random_formats)
PASS: test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases)
PASS: test_memoryview_compare_special_cases_deprecated_u_type_code (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases_deprecated_u_type_code)
PASS: test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_shape)
PASS: test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_strides)
PASS: test_memoryview_construction (test.test_buffer.TestBufferProtocol.test_memoryview_construction)
PASS: test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol.test_memoryview_from_static_exporter)
PASS: test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol.test_memoryview_get_contiguous)
PASS: test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol.test_memoryview_getbuffer_undefined)
PASS: test_memoryview_hash (test.test_buffer.TestBufferProtocol.test_memoryview_hash)
PASS: test_memoryview_index (test.test_buffer.TestBufferProtocol.test_memoryview_index)
PASS: test_memoryview_redirect (test.test_buffer.TestBufferProtocol.test_memoryview_redirect)
PASS: test_memoryview_release (test.test_buffer.TestBufferProtocol.test_memoryview_release)
PASS: test_memoryview_repr (test.test_buffer.TestBufferProtocol.test_memoryview_repr)
PASS: test_memoryview_sequence (test.test_buffer.TestBufferProtocol.test_memoryview_sequence)
PASS: test_memoryview_serializing (test.test_buffer.TestBufferProtocol.test_memoryview_serializing)
PASS: test_memoryview_sizeof (test.test_buffer.TestBufferProtocol.test_memoryview_sizeof)
PASS: test_memoryview_slice (test.test_buffer.TestBufferProtocol.test_memoryview_slice)
PASS: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol.test_memoryview_struct_module)
PASS: test_memoryview_tobytes (test.test_buffer.TestBufferProtocol.test_memoryview_tobytes)
PASS: test_memoryview_tolist (test.test_buffer.TestBufferProtocol.test_memoryview_tolist)
PASS: test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol.test_ndarray_cmp_contig)
PASS: test_ndarray_exceptions (test.test_buffer.TestBufferProtocol.test_ndarray_exceptions)
PASS: test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_format_scalar)
PASS: test_ndarray_format_shape (test.test_buffer.TestBufferProtocol.test_ndarray_format_shape)
PASS: test_ndarray_format_strides (test.test_buffer.TestBufferProtocol.test_ndarray_format_strides)
PASS: test_ndarray_fortran (test.test_buffer.TestBufferProtocol.test_ndarray_fortran)
PASS: test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol.test_ndarray_get_pointer)
SKIP: test_ndarray_getbuf (test.test_buffer.TestBufferProtocol.test_ndarray_getbuf) "resource 'cpu' is not enabled"
PASS: test_ndarray_hash (test.test_buffer.TestBufferProtocol.test_ndarray_hash)
PASS: test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_multidim)
PASS: test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_single)
PASS: test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_index_invalid)
PASS: test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_index_null_strides)
PASS: test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_index_scalar)
PASS: test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_setitem_single)
PASS: test_ndarray_linked_list (test.test_buffer.TestBufferProtocol.test_ndarray_linked_list)
PASS: test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol.test_ndarray_memoryview_from_buffer)
PASS: test_ndarray_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_multidim)
PASS: test_ndarray_offset (test.test_buffer.TestBufferProtocol.test_ndarray_offset)
PASS: test_ndarray_random (test.test_buffer.TestBufferProtocol.test_ndarray_random)
PASS: test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid)
PASS: test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol.test_ndarray_random_slice_assign)
PASS: test_ndarray_re_export (test.test_buffer.TestBufferProtocol.test_ndarray_re_export)
PASS: test_ndarray_sequence (test.test_buffer.TestBufferProtocol.test_ndarray_sequence)
PASS: test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_multidim)
PASS: test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_single)
PASS: test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_slice_invalid)
PASS: test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim)
PASS: test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets)
PASS: test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape)
PASS: test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides)
PASS: test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_zero_shape)
PASS: test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol.test_ndarray_zero_strides)
PASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol.test_py_buffer_to_contiguous)
PASS: test_pybuffer_size_from_format (test.test_buffer.TestBufferProtocol.test_pybuffer_size_from_format)
PASS: test_bad_buffer_method (test.test_buffer.TestPythonBufferProtocol.test_bad_buffer_method)
PASS: test_basic (test.test_buffer.TestPythonBufferProtocol.test_basic)
PASS: test_buffer_flags (test.test_buffer.TestPythonBufferProtocol.test_buffer_flags)
PASS: test_c_buffer (test.test_buffer.TestPythonBufferProtocol.test_c_buffer)
PASS: test_c_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_buffer_invalid_flags)
PASS: test_c_fill_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_invalid_flags)
PASS: test_c_fill_buffer_readonly_and_writable (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_readonly_and_writable)
PASS: test_call_builtins (test.test_buffer.TestPythonBufferProtocol.test_call_builtins)
PASS: test_inherit_but_return_something_else (test.test_buffer.TestPythonBufferProtocol.test_inherit_but_return_something_else)
PASS: test_inheritance (test.test_buffer.TestPythonBufferProtocol.test_inheritance)
PASS: test_inheritance_releasebuffer (test.test_buffer.TestPythonBufferProtocol.test_inheritance_releasebuffer)
PASS: test_multiple_inheritance_buffer_last (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last)
PASS: test_multiple_inheritance_buffer_last_raising (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last_raising)
PASS: test_override_only_release (test.test_buffer.TestPythonBufferProtocol.test_override_only_release)
PASS: test_release_buffer (test.test_buffer.TestPythonBufferProtocol.test_release_buffer)
PASS: test_release_buffer_with_exception_set (test.test_buffer.TestPythonBufferProtocol.test_release_buffer_with_exception_set)
PASS: test_release_saves_reference (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference)
PASS: test_release_saves_reference_no_subclassing (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference_no_subclassing)
PASS: test_same_buffer_returned (test.test_buffer.TestPythonBufferProtocol.test_same_buffer_returned)

----------------------------------------------------------------------
Ran 95 tests in 1.243s

OK (skipped=2)
0:01:54 load avg: 3.24 [ 98/486] test_audit passed
PASS: test_assert_unicode (test.test_audit.AuditTest.test_assert_unicode)
PASS: test_basic (test.test_audit.AuditTest.test_basic)
PASS: test_block_add_hook (test.test_audit.AuditTest.test_block_add_hook)
PASS: test_block_add_hook_baseexception (test.test_audit.AuditTest.test_block_add_hook_baseexception)
PASS: test_cantrace (test.test_audit.AuditTest.test_cantrace)
PASS: test_ctypes_call_function (test.test_audit.AuditTest.test_ctypes_call_function)
PASS: test_excepthook (test.test_audit.AuditTest.test_excepthook)
test_gc (test.test_audit.AuditTest.test_gc) ... ('gc.get_objects', ' ', '1')
('gc.get_referrers', ' ', '(<object object at 0xffff8908c7b0>,)')
('gc.get_referents', ' ', '([<object object at 0xffff8908c7b0>],)')
ok
SKIP: test_http (test.test_audit.AuditTest.test_http) "resource 'network' is not enabled"
PASS: test_marshal (test.test_audit.AuditTest.test_marshal)
PASS: test_mmap (test.test_audit.AuditTest.test_mmap)
PASS: test_monkeypatch (test.test_audit.AuditTest.test_monkeypatch)
PASS: test_not_in_gc (test.test_audit.AuditTest.test_not_in_gc)
PASS: test_open (test.test_audit.AuditTest.test_open)
PASS: test_pickle (test.test_audit.AuditTest.test_pickle)
PASS: test_posixsubprocess (test.test_audit.AuditTest.test_posixsubprocess)
test_socket (test.test_audit.AuditTest.test_socket) ... ('socket.gethostname', '', '')
('socket.__new__', ' ', '<socket.socket fd=-1, family=0, type=0, proto=0> 2 1 0')
('socket.bind', ' ', "<socket.socket fd=3, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)> ('127.0.0.1', 8080)")
ok
test_sqlite3 (test.test_audit.AuditTest.test_sqlite3) ... ('sqlite3.connect', ' ', "(':memory:',)")
('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0xffff968258a0>,)')
('sqlite3.connect', ' ', "(':memory:',)")
('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0xffff968272e0>,)')
ok
test_sys_getframe (test.test_audit.AuditTest.test_sys_getframe) ... ('sys._getframe', ' ', 'test_sys_getframe')
ok
test_sys_getframemodulename (test.test_audit.AuditTest.test_sys_getframemodulename) ... ('sys._getframemodulename', ' ', '0')
ok
test_sys_monitoring_register_callback (test.test_audit.AuditTest.test_sys_monitoring_register_callback) ... ('sys.monitoring.register_callback', ' ', '(None,)')
ok
PASS: test_sys_remote_exec (test.test_audit.AuditTest.test_sys_remote_exec)
test_syslog (test.test_audit.AuditTest.test_syslog) ... Events:
  ('syslog.openlog', ' ', 'python 0 8')
  ('syslog.syslog', ' ', '6 test')
  ('syslog.setlogmask', ' ', '7')
  ('syslog.closelog', '', '')
  ('syslog.syslog', ' ', '6 test2')
  ('syslog.openlog', ' ', 'audit-tests.py 0 8')
  ('syslog.openlog', ' ', 'audit-tests.py 8 128')
  ('syslog.openlog', ' ', 'None 0 8')
  ('syslog.closelog', '', '')
ok
test_threading (test.test_audit.AuditTest.test_threading) ... ('_thread.start_new_thread', ' ', '(<test_func>, (), None)')
('test.test_func', ' ', '()')
('_thread.start_joinable_thread', ' ', '(<test_func>, 1, None)')
('test.test_func', ' ', '()')
ok
test_time (test.test_audit.AuditTest.test_time) ... ('time.sleep', ' ', '0')
('time.sleep', ' ', '0.0625')
('time.sleep', ' ', '-1')
ok
test_time_fail (test.test_audit.AuditTest.test_time_fail) ... Traceback (most recent call last):
  File "/usr/lib/python3.14/test/audit-tests.py", line 681, in <module>
    globals()[test](*sys.argv[2:])
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/test/audit-tests.py", line 607, in test_time
    time.sleep(0)
    ~~~~~~~~~~^^^
  File "/usr/lib/python3.14/test/audit-tests.py", line 604, in hook
    raise AssertionError('hook failed')
AssertionError: hook failed
ok
PASS: test_unraisablehook (test.test_audit.AuditTest.test_unraisablehook)
SKIP: test_winapi_createnamedpipe (test.test_audit.AuditTest.test_winapi_createnamedpipe) "No module named '_winapi'"
SKIP: test_winreg (test.test_audit.AuditTest.test_winreg) "No module named 'winreg'"
SKIP: test_wmi_exec_query (test.test_audit.AuditTest.test_wmi_exec_query) "No module named '_wmi'"

----------------------------------------------------------------------
Ran 30 tests in 3.461s

OK (skipped=4)
0:01:56 load avg: 3.54 [ 99/486] test_bz2 passed -- running (1): test.test_multiprocessing_spawn.test_processes (31.5 sec)
PASS: testCompress (test.test_bz2.BZ2CompressorTest.testCompress)
PASS: testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G)
PASS: testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10)
PASS: testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString)
PASS: testPickle (test.test_bz2.BZ2CompressorTest.testPickle)
PASS: testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress)
PASS: testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G)
PASS: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10)
PASS: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData)
PASS: testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize)
PASS: testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError)
PASS: testPickle (test.test_bz2.BZ2DecompressorTest.testPickle)
PASS: test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor)
PASS: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1)
PASS: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2)
PASS: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3)
PASS: test_failure (test.test_bz2.BZ2DecompressorTest.test_failure)
SKIP: test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_uninitialized_BZ2Decompressor_crash (test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash)
PASS: testAppend (test.test_bz2.BZ2FileTest.testAppend)
PASS: testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs)
PASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock)
PASS: testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol)
testDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited)
PASS: Decompressed data buffering should be limited
PASS: testFileno (test.test_bz2.BZ2FileTest.testFileno)
PASS: testIterator (test.test_bz2.BZ2FileTest.testIterator)
PASS: testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream)
PASS: testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads)
PASS: testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering)
PASS: testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename)
PASS: testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel)
PASS: testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName)
PASS: testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName)
PASS: testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName)
PASS: testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename)
PASS: testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent)
PASS: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename)
PASS: testPeek (test.test_bz2.BZ2FileTest.testPeek)
PASS: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO)
PASS: testRead (test.test_bz2.BZ2FileTest.testRead)
PASS: testRead0 (test.test_bz2.BZ2FileTest.testRead0)
PASS: testRead100 (test.test_bz2.BZ2FileTest.testRead100)
PASS: testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile)
PASS: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO)
PASS: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10)
PASS: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream)
PASS: testReadInto (test.test_bz2.BZ2FileTest.testReadInto)
PASS: testReadLine (test.test_bz2.BZ2FileTest.testReadLine)
PASS: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream)
PASS: testReadLines (test.test_bz2.BZ2FileTest.testReadLines)
PASS: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream)
PASS: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream)
PASS: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream)
PASS: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk)
PASS: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk)
PASS: testReadable (test.test_bz2.BZ2FileTest.testReadable)
PASS: testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline)
PASS: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards)
PASS: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams)
PASS: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO)
PASS: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd)
PASS: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams)
PASS: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward)
PASS: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams)
PASS: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO)
PASS: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd)
PASS: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream)
PASS: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice)
PASS: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream)
PASS: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart)
PASS: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream)
PASS: testSeekable (test.test_bz2.BZ2FileTest.testSeekable)
PASS: testThreading (test.test_bz2.BZ2FileTest.testThreading)
PASS: testWritable (test.test_bz2.BZ2FileTest.testWritable)
PASS: testWrite (test.test_bz2.BZ2FileTest.testWrite)
PASS: testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO)
PASS: testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10)
PASS: testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines)
PASS: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile)
PASS: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel)
PASS: test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439)
PASS: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated)
PASS: testCompress (test.test_bz2.CompressDecompressTest.testCompress)
PASS: testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString)
PASS: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress)
PASS: testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData)
PASS: testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty)
PASS: testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete)
PASS: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream)
PASS: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk)
PASS: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString)
PASS: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk)
PASS: test_bad_params (test.test_bz2.OpenTest.test_bad_params)
PASS: test_binary_modes (test.test_bz2.OpenTest.test_binary_modes)
PASS: test_encoding (test.test_bz2.OpenTest.test_encoding)
PASS: test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler)
PASS: test_fileobj (test.test_bz2.OpenTest.test_fileobj)
PASS: test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes)
PASS: test_newline (test.test_bz2.OpenTest.test_newline)
PASS: test_text_modes (test.test_bz2.OpenTest.test_text_modes)
PASS: test_x_mode (test.test_bz2.OpenTest.test_x_mode)

----------------------------------------------------------------------
Ran 101 tests in 1.611s

OK (skipped=1)
0:01:57 load avg: 3.54 [100/486] test_call passed -- running (1): test.test_multiprocessing_spawn.test_processes (32.1 sec)
PASS: test_module_not_callable_no_suggestion_0 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_0)
PASS: test_module_not_callable_no_suggestion_1 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_1)
PASS: test_module_not_callable_no_suggestion_2 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_2)
PASS: test_module_not_callable_no_suggestion_3 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_3)
PASS: test_module_not_callable_suggestion (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_suggestion)
PASS: test_object_not_callable (test.test_call.CFunctionCallsErrorMessages.test_object_not_callable)
PASS: test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1)
PASS: test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_kw)
PASS: test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2)
PASS: test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_kw)
PASS: test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0)
PASS: test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_kw)
PASS: test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_1_kw)
PASS: test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2)
PASS: test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_kw)
PASS: test_varargs0 (test.test_call.CFunctionCallsErrorMessages.test_varargs0)
PASS: test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs10_kw)
PASS: test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs11_kw)
PASS: test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs12_kw)
PASS: test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs13_kw)
PASS: test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs14_kw)
PASS: test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs15_kw)
PASS: test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs16_kw)
PASS: test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs17_kw)
PASS: test_varargs18_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs18_kw)
PASS: test_varargs19_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs19_kw)
PASS: test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs1_kw)
PASS: test_varargs1max (test.test_call.CFunctionCallsErrorMessages.test_varargs1max)
PASS: test_varargs1min (test.test_call.CFunctionCallsErrorMessages.test_varargs1min)
PASS: test_varargs2 (test.test_call.CFunctionCallsErrorMessages.test_varargs2)
PASS: test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs2_kw)
PASS: test_varargs2max (test.test_call.CFunctionCallsErrorMessages.test_varargs2max)
PASS: test_varargs2min (test.test_call.CFunctionCallsErrorMessages.test_varargs2min)
PASS: test_varargs3 (test.test_call.CFunctionCallsErrorMessages.test_varargs3)
PASS: test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs3_kw)
PASS: test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs4_kw)
PASS: test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs5_kw)
PASS: test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs6_kw)
PASS: test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs7_kw)
PASS: test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs8_kw)
PASS: test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs9_kw)
PASS: test_fastcall_clearing_dict (test.test_call.FastCallTests.test_fastcall_clearing_dict)
PASS: test_vectorcall (test.test_call.FastCallTests.test_vectorcall)
PASS: test_vectorcall_dict (test.test_call.FastCallTests.test_vectorcall_dict)
PASS: test_frames_are_popped_after_failed_calls (test.test_call.FunctionCalls.test_frames_are_popped_after_failed_calls)
PASS: test_kwargs_order (test.test_call.FunctionCalls.test_kwargs_order)
PASS: test_cfunction_call (test.test_call.TestCAPI.test_cfunction_call)
PASS: test_fastcall (test.test_call.TestCallingConventions.test_fastcall)
PASS: test_fastcall_error_kw (test.test_call.TestCallingConventions.test_fastcall_error_kw)
PASS: test_fastcall_ext (test.test_call.TestCallingConventions.test_fastcall_ext)
PASS: test_fastcall_keywords (test.test_call.TestCallingConventions.test_fastcall_keywords)
PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventions.test_fastcall_keywords_ext)
PASS: test_noargs (test.test_call.TestCallingConventions.test_noargs)
PASS: test_noargs_error_arg (test.test_call.TestCallingConventions.test_noargs_error_arg)
PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventions.test_noargs_error_arg2)
PASS: test_noargs_error_ext (test.test_call.TestCallingConventions.test_noargs_error_ext)
PASS: test_noargs_error_kw (test.test_call.TestCallingConventions.test_noargs_error_kw)
PASS: test_noargs_ext (test.test_call.TestCallingConventions.test_noargs_ext)
PASS: test_o (test.test_call.TestCallingConventions.test_o)
PASS: test_o_error_arg_kw (test.test_call.TestCallingConventions.test_o_error_arg_kw)
PASS: test_o_error_ext (test.test_call.TestCallingConventions.test_o_error_ext)
PASS: test_o_error_kw (test.test_call.TestCallingConventions.test_o_error_kw)
PASS: test_o_error_no_arg (test.test_call.TestCallingConventions.test_o_error_no_arg)
PASS: test_o_error_two_args (test.test_call.TestCallingConventions.test_o_error_two_args)
PASS: test_o_ext (test.test_call.TestCallingConventions.test_o_ext)
PASS: test_varargs (test.test_call.TestCallingConventions.test_varargs)
PASS: test_varargs_error_kw (test.test_call.TestCallingConventions.test_varargs_error_kw)
PASS: test_varargs_ext (test.test_call.TestCallingConventions.test_varargs_ext)
PASS: test_varargs_keywords (test.test_call.TestCallingConventions.test_varargs_keywords)
PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventions.test_varargs_keywords_ext)
PASS: test_fastcall (test.test_call.TestCallingConventionsClass.test_fastcall)
PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClass.test_fastcall_error_kw)
PASS: test_fastcall_ext (test.test_call.TestCallingConventionsClass.test_fastcall_ext)
PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClass.test_fastcall_keywords)
PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClass.test_fastcall_keywords_ext)
PASS: test_noargs (test.test_call.TestCallingConventionsClass.test_noargs)
PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClass.test_noargs_error_arg)
PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClass.test_noargs_error_arg2)
PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClass.test_noargs_error_ext)
PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClass.test_noargs_error_kw)
PASS: test_noargs_ext (test.test_call.TestCallingConventionsClass.test_noargs_ext)
PASS: test_o (test.test_call.TestCallingConventionsClass.test_o)
PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClass.test_o_error_arg_kw)
PASS: test_o_error_ext (test.test_call.TestCallingConventionsClass.test_o_error_ext)
PASS: test_o_error_kw (test.test_call.TestCallingConventionsClass.test_o_error_kw)
PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClass.test_o_error_no_arg)
PASS: test_o_error_two_args (test.test_call.TestCallingConventionsClass.test_o_error_two_args)
PASS: test_o_ext (test.test_call.TestCallingConventionsClass.test_o_ext)
PASS: test_varargs (test.test_call.TestCallingConventionsClass.test_varargs)
PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClass.test_varargs_error_kw)
PASS: test_varargs_ext (test.test_call.TestCallingConventionsClass.test_varargs_ext)
PASS: test_varargs_keywords (test.test_call.TestCallingConventionsClass.test_varargs_keywords)
PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClass.test_varargs_keywords_ext)
PASS: test_fastcall (test.test_call.TestCallingConventionsClassInstance.test_fastcall)
PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClassInstance.test_fastcall_error_kw)
PASS: test_fastcall_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_ext)
PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords)
PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_ext)
PASS: test_noargs (test.test_call.TestCallingConventionsClassInstance.test_noargs)
PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg)
PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg2)
PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_ext)
PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_kw)
PASS: test_noargs_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_ext)
PASS: test_o (test.test_call.TestCallingConventionsClassInstance.test_o)
PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_arg_kw)
PASS: test_o_error_ext (test.test_call.TestCallingConventionsClassInstance.test_o_error_ext)
PASS: test_o_error_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_kw)
PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClassInstance.test_o_error_no_arg)
PASS: test_o_error_two_args (test.test_call.TestCallingConventionsClassInstance.test_o_error_two_args)
PASS: test_o_ext (test.test_call.TestCallingConventionsClassInstance.test_o_ext)
PASS: test_varargs (test.test_call.TestCallingConventionsClassInstance.test_varargs)
PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_varargs_error_kw)
PASS: test_varargs_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_ext)
PASS: test_varargs_keywords (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords)
PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_ext)
PASS: test_fastcall (test.test_call.TestCallingConventionsInstance.test_fastcall)
PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsInstance.test_fastcall_error_kw)
PASS: test_fastcall_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_ext)
PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords)
PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_ext)
PASS: test_noargs (test.test_call.TestCallingConventionsInstance.test_noargs)
PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg)
PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg2)
PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsInstance.test_noargs_error_ext)
PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsInstance.test_noargs_error_kw)
PASS: test_noargs_ext (test.test_call.TestCallingConventionsInstance.test_noargs_ext)
PASS: test_o (test.test_call.TestCallingConventionsInstance.test_o)
PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsInstance.test_o_error_arg_kw)
PASS: test_o_error_ext (test.test_call.TestCallingConventionsInstance.test_o_error_ext)
PASS: test_o_error_kw (test.test_call.TestCallingConventionsInstance.test_o_error_kw)
PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsInstance.test_o_error_no_arg)
PASS: test_o_error_two_args (test.test_call.TestCallingConventionsInstance.test_o_error_two_args)
PASS: test_o_ext (test.test_call.TestCallingConventionsInstance.test_o_ext)
PASS: test_varargs (test.test_call.TestCallingConventionsInstance.test_varargs)
PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsInstance.test_varargs_error_kw)
PASS: test_varargs_ext (test.test_call.TestCallingConventionsInstance.test_varargs_ext)
PASS: test_varargs_keywords (test.test_call.TestCallingConventionsInstance.test_varargs_keywords)
PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsInstance.test_varargs_keywords_ext)
PASS: test_fastcall (test.test_call.TestCallingConventionsStatic.test_fastcall)
PASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsStatic.test_fastcall_error_kw)
PASS: test_fastcall_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_ext)
PASS: test_fastcall_keywords (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords)
PASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_ext)
PASS: test_noargs (test.test_call.TestCallingConventionsStatic.test_noargs)
PASS: test_noargs_error_arg (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg)
PASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg2)
PASS: test_noargs_error_ext (test.test_call.TestCallingConventionsStatic.test_noargs_error_ext)
PASS: test_noargs_error_kw (test.test_call.TestCallingConventionsStatic.test_noargs_error_kw)
PASS: test_noargs_ext (test.test_call.TestCallingConventionsStatic.test_noargs_ext)
PASS: test_o (test.test_call.TestCallingConventionsStatic.test_o)
PASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsStatic.test_o_error_arg_kw)
PASS: test_o_error_ext (test.test_call.TestCallingConventionsStatic.test_o_error_ext)
PASS: test_o_error_kw (test.test_call.TestCallingConventionsStatic.test_o_error_kw)
PASS: test_o_error_no_arg (test.test_call.TestCallingConventionsStatic.test_o_error_no_arg)
PASS: test_o_error_two_args (test.test_call.TestCallingConventionsStatic.test_o_error_two_args)
PASS: test_o_ext (test.test_call.TestCallingConventionsStatic.test_o_ext)
PASS: test_varargs (test.test_call.TestCallingConventionsStatic.test_varargs)
PASS: test_varargs_error_kw (test.test_call.TestCallingConventionsStatic.test_varargs_error_kw)
PASS: test_varargs_ext (test.test_call.TestCallingConventionsStatic.test_varargs_ext)
PASS: test_varargs_keywords (test.test_call.TestCallingConventionsStatic.test_varargs_keywords)
PASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsStatic.test_varargs_keywords_ext)
PASS: test_unexpected_keyword_suggestion_kinds (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_kinds)
PASS: test_unexpected_keyword_suggestion_valid_positions (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_valid_positions)
PASS: test_unexpected_keyword_suggestion_via_getargs (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_via_getargs)
PASS: test_missing_arguments (test.test_call.TestErrorMessagesUseQualifiedName.test_missing_arguments)
PASS: test_multiple_values (test.test_call.TestErrorMessagesUseQualifiedName.test_multiple_values)
PASS: test_positional_only_passed_as_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_positional_only_passed_as_keyword)
PASS: test_too_many_positional (test.test_call.TestErrorMessagesUseQualifiedName.test_too_many_positional)
PASS: test_unexpected_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_unexpected_keyword)
PASS: test_function_with_many_args (test.test_call.TestFunctionWithManyArgs.test_function_with_many_args)
PASS: test_method_descriptor_flag (test.test_call.TestPEP590.test_method_descriptor_flag)
PASS: test_setvectorcall (test.test_call.TestPEP590.test_setvectorcall)
PASS: test_setvectorcall_load_attr_specialization_deopt (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_deopt)
PASS: test_setvectorcall_load_attr_specialization_skip (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_skip)
PASS: test_vectorcall (test.test_call.TestPEP590.test_vectorcall)
PASS: test_vectorcall_flag (test.test_call.TestPEP590.test_vectorcall_flag)
PASS: test_vectorcall_limited_incoming (test.test_call.TestPEP590.test_vectorcall_limited_incoming)
PASS: test_vectorcall_limited_outgoing (test.test_call.TestPEP590.test_vectorcall_limited_outgoing)
PASS: test_vectorcall_limited_outgoing_method (test.test_call.TestPEP590.test_vectorcall_limited_outgoing_method)
PASS: test_vectorcall_override (test.test_call.TestPEP590.test_vectorcall_override)
test_vectorcall_override_on_mutable_class (test.test_call.TestPEP590.test_vectorcall_override_on_mutable_class)
PASS: Setting __call__ should disable vectorcall
test_vectorcall_override_with_subclass (test.test_call.TestPEP590.test_vectorcall_override_with_subclass)
PASS: Setting __call__ on a superclass should disable vectorcall
PASS: test_margin_is_sufficient (test.test_call.TestRecursion.test_margin_is_sufficient)
PASS: test_recursion_with_kwargs (test.test_call.TestRecursion.test_recursion_with_kwargs)
PASS: test_super_deep (test.test_call.TestRecursion.test_super_deep)

----------------------------------------------------------------------
Ran 186 tests in 0.299s

OK
0:01:59 load avg: 3.54 [101/486] test_calendar passed -- running (1): test.test_multiprocessing_spawn.test_processes (34.4 sec)
PASS: test_days (test.test_calendar.CalendarTestCase.test_days)
PASS: test_deprecation_warning (test.test_calendar.CalendarTestCase.test_deprecation_warning)
PASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase.test_enumerate_weekdays)
PASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase.test_illegal_weekday_reported)
PASS: test_isleap (test.test_calendar.CalendarTestCase.test_isleap)
PASS: test_itermonthdays (test.test_calendar.CalendarTestCase.test_itermonthdays)
PASS: test_itermonthdays2 (test.test_calendar.CalendarTestCase.test_itermonthdays2)
PASS: test_itermonthdays3 (test.test_calendar.CalendarTestCase.test_itermonthdays3)
PASS: test_itermonthdays4 (test.test_calendar.CalendarTestCase.test_itermonthdays4)
PASS: test_iterweekdays (test.test_calendar.CalendarTestCase.test_iterweekdays)
PASS: test_locale_calendar_formatmonthname (test.test_calendar.CalendarTestCase.test_locale_calendar_formatmonthname)
PASS: test_locale_calendar_formatweekday (test.test_calendar.CalendarTestCase.test_locale_calendar_formatweekday)
PASS: test_locale_calendars_reset_locale_properly (test.test_calendar.CalendarTestCase.test_locale_calendars_reset_locale_properly)
PASS: test_locale_html_calendar (test.test_calendar.CalendarTestCase.test_locale_html_calendar)
PASS: test_locale_html_calendar_custom_css_class_month_name (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_month_name)
PASS: test_locale_html_calendar_custom_css_class_weekday (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_weekday)
PASS: test_locale_text_calendar (test.test_calendar.CalendarTestCase.test_locale_text_calendar)
PASS: test_months (test.test_calendar.CalendarTestCase.test_months)
PASS: test_setfirstweekday (test.test_calendar.CalendarTestCase.test_setfirstweekday)
PASS: test_help (test.test_calendar.CommandLineTestCase.test_help)
PASS: test_html_output_current_year (test.test_calendar.CommandLineTestCase.test_html_output_current_year)
PASS: test_html_output_year_css (test.test_calendar.CommandLineTestCase.test_html_output_year_css)
PASS: test_html_output_year_encoding (test.test_calendar.CommandLineTestCase.test_html_output_year_encoding)
PASS: test_illegal_arguments (test.test_calendar.CommandLineTestCase.test_illegal_arguments)
PASS: test_option_encoding (test.test_calendar.CommandLineTestCase.test_option_encoding)
PASS: test_option_lines (test.test_calendar.CommandLineTestCase.test_option_lines)
PASS: test_option_locale (test.test_calendar.CommandLineTestCase.test_option_locale)
PASS: test_option_months (test.test_calendar.CommandLineTestCase.test_option_months)
PASS: test_option_spacing (test.test_calendar.CommandLineTestCase.test_option_spacing)
PASS: test_option_type (test.test_calendar.CommandLineTestCase.test_option_type)
PASS: test_option_width (test.test_calendar.CommandLineTestCase.test_option_width)
PASS: test_output_current_year (test.test_calendar.CommandLineTestCase.test_output_current_year)
PASS: test_output_month (test.test_calendar.CommandLineTestCase.test_output_month)
PASS: test_output_year (test.test_calendar.CommandLineTestCase.test_output_year)
PASS: test_no_leapdays (test.test_calendar.LeapdaysTestCase.test_no_leapdays)
PASS: test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase.test_no_leapdays_upper_boundary)
PASS: test_no_range (test.test_calendar.LeapdaysTestCase.test_no_range)
PASS: test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase.test_one_leapday_lower_boundary)
PASS: test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase.test_several_leapyears_in_range)
PASS: test__all__ (test.test_calendar.MiscTestCase.test__all__)
PASS: test_april (test.test_calendar.MondayTestCase.test_april)
PASS: test_december (test.test_calendar.MondayTestCase.test_december)
PASS: test_february (test.test_calendar.MondayTestCase.test_february)
PASS: test_december (test.test_calendar.MonthRangeTestCase.test_december)
PASS: test_february_leap (test.test_calendar.MonthRangeTestCase.test_february_leap)
PASS: test_february_nonleap (test.test_calendar.MonthRangeTestCase.test_february_nonleap)
PASS: test_illegal_month_reported (test.test_calendar.MonthRangeTestCase.test_illegal_month_reported)
PASS: test_january (test.test_calendar.MonthRangeTestCase.test_january)
PASS: test_thirteenth_month (test.test_calendar.MonthRangeTestCase.test_thirteenth_month)
PASS: test_zeroth_month (test.test_calendar.MonthRangeTestCase.test_zeroth_month)
PASS: test_format (test.test_calendar.OutputTestCase.test_format)
PASS: test_formatmonth (test.test_calendar.OutputTestCase.test_formatmonth)
PASS: test_formatmonth_with_invalid_month (test.test_calendar.OutputTestCase.test_formatmonth_with_invalid_month)
PASS: test_formatmonthname_with_year (test.test_calendar.OutputTestCase.test_formatmonthname_with_year)
PASS: test_formatmonthname_without_year (test.test_calendar.OutputTestCase.test_formatmonthname_without_year)
PASS: test_formatweekheader_long (test.test_calendar.OutputTestCase.test_formatweekheader_long)
PASS: test_formatweekheader_short (test.test_calendar.OutputTestCase.test_formatweekheader_short)
PASS: test_output (test.test_calendar.OutputTestCase.test_output)
PASS: test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_ascii)
PASS: test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_default)
PASS: test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_utf8)
PASS: test_output_textcalendar (test.test_calendar.OutputTestCase.test_output_textcalendar)
PASS: test_prmonth (test.test_calendar.OutputTestCase.test_prmonth)
PASS: test_prweek (test.test_calendar.OutputTestCase.test_prweek)
PASS: test_pryear (test.test_calendar.OutputTestCase.test_pryear)
PASS: test_yeardatescalendar (test.test_calendar.OutputTestCase.test_yeardatescalendar)
PASS: test_yeardayscalendar (test.test_calendar.OutputTestCase.test_yeardayscalendar)
PASS: test_april (test.test_calendar.SundayTestCase.test_april)
PASS: test_december (test.test_calendar.SundayTestCase.test_december)
PASS: test_february (test.test_calendar.SundayTestCase.test_february)
PASS: test_format_year (test.test_calendar.TestSubClassingCase.test_format_year)
PASS: test_format_year_head (test.test_calendar.TestSubClassingCase.test_format_year_head)
PASS: test_formatmonth (test.test_calendar.TestSubClassingCase.test_formatmonth)
PASS: test_formatmonth_with_invalid_month (test.test_calendar.TestSubClassingCase.test_formatmonth_with_invalid_month)
PASS: test_formatmonthname (test.test_calendar.TestSubClassingCase.test_formatmonthname)
PASS: test_formatweek (test.test_calendar.TestSubClassingCase.test_formatweek)
PASS: test_formatweek_head (test.test_calendar.TestSubClassingCase.test_formatweek_head)
PASS: test_timegm (test.test_calendar.TimegmTestCase.test_timegm)

----------------------------------------------------------------------
Ran 78 tests in 4.281s

OK
0:01:59 load avg: 3.54 [102/486] test_cext passed -- running (1): test.test_multiprocessing_spawn.test_processes (34.6 sec)
SKIP: test_build (test.test_cext.TestInteralCAPI.test_build) "resource 'cpu' is not enabled"
SKIP: test_build (test.test_cext.TestPublicCAPI.test_build) "resource 'cpu' is not enabled"
SKIP: test_build_c11 (test.test_cext.TestPublicCAPI.test_build_c11) "resource 'cpu' is not enabled"
SKIP: test_build_c99 (test.test_cext.TestPublicCAPI.test_build_c99) "resource 'cpu' is not enabled"
SKIP: test_build_limited (test.test_cext.TestPublicCAPI.test_build_limited) "resource 'cpu' is not enabled"
SKIP: test_build_limited_c11 (test.test_cext.TestPublicCAPI.test_build_limited_c11) "resource 'cpu' is not enabled"

----------------------------------------------------------------------
Ran 6 tests in 0.000s

OK (skipped=6)
0:01:59 load avg: 3.54 [103/486] test_charmapcodec passed -- running (1): test.test_multiprocessing_spawn.test_processes (34.8 sec)
PASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest.test_constructorx)
PASS: test_constructory (test.test_charmapcodec.CharmapCodecTest.test_constructory)
PASS: test_encodex (test.test_charmapcodec.CharmapCodecTest.test_encodex)
PASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest.test_maptoundefined)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
0:02:00 load avg: 3.54 [104/486] test_class passed -- running (1): test.test_multiprocessing_spawn.test_processes (35.1 sec)
PASS: testBadTypeReturned (test.test_class.ClassTests.testBadTypeReturned)
PASS: testBinaryOps (test.test_class.ClassTests.testBinaryOps)
PASS: testClassCallRecursionLimit (test.test_class.ClassTests.testClassCallRecursionLimit)
PASS: testClassWithExtCall (test.test_class.ClassTests.testClassWithExtCall)
PASS: testConstructorErrorMessages (test.test_class.ClassTests.testConstructorErrorMessages)
PASS: testDel (test.test_class.ClassTests.testDel)
PASS: testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2)
PASS: testGetSetAndDel (test.test_class.ClassTests.testGetSetAndDel)
PASS: testHasAttrString (test.test_class.ClassTests.testHasAttrString)
PASS: testHashComparisonOfMethods (test.test_class.ClassTests.testHashComparisonOfMethods)
PASS: testHashStuff (test.test_class.ClassTests.testHashStuff)
PASS: testInit (test.test_class.ClassTests.testInit)
PASS: testListAndDictOps (test.test_class.ClassTests.testListAndDictOps)
PASS: testMetaclassCallOptimization (test.test_class.ClassTests.testMetaclassCallOptimization)
PASS: testMisc (test.test_class.ClassTests.testMisc)
PASS: testObjectAttributeAccessErrorMessages (test.test_class.ClassTests.testObjectAttributeAccessErrorMessages)
PASS: testPredefinedAttrs (test.test_class.ClassTests.testPredefinedAttrs)
PASS: testSFBug532646 (test.test_class.ClassTests.testSFBug532646)
PASS: testSetattrNonStringName (test.test_class.ClassTests.testSetattrNonStringName)
PASS: testSetattrWrapperNameIntern (test.test_class.ClassTests.testSetattrWrapperNameIntern)
PASS: testTypeAttributeAccessErrorMessages (test.test_class.ClassTests.testTypeAttributeAccessErrorMessages)
PASS: testUnaryOps (test.test_class.ClassTests.testUnaryOps)
PASS: test_specialization_class_call_doesnt_crash (test.test_class.ClassTests.test_specialization_class_call_doesnt_crash)
PASS: test_both_flags_for_regular_class (test.test_class.TestInlineValues.test_both_flags_for_regular_class)
test_bug_117750 (test.test_class.TestInlineValues.test_bug_117750)
PASS: Aborted on 3.13a6
PASS: test_detach_materialized_dict_no_memory (test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory)
PASS: test_has_inline_values (test.test_class.TestInlineValues.test_has_inline_values)
PASS: test_inspect_dict (test.test_class.TestInlineValues.test_inspect_dict)
PASS: test_instances (test.test_class.TestInlineValues.test_instances)
PASS: test_managed_dict_only_for_varsized_subclass (test.test_class.TestInlineValues.test_managed_dict_only_for_varsized_subclass)
PASS: test_many_attributes (test.test_class.TestInlineValues.test_many_attributes)
PASS: test_many_attributes_with_dict (test.test_class.TestInlineValues.test_many_attributes_with_dict)
PASS: test_no_flags_for_slots_class (test.test_class.TestInlineValues.test_no_flags_for_slots_class)
PASS: test_rematerialize_object_dict (test.test_class.TestInlineValues.test_rematerialize_object_dict)
PASS: test_store_attr_deleted_dict (test.test_class.TestInlineValues.test_store_attr_deleted_dict)
test_store_attr_type_cache (test.test_class.TestInlineValues.test_store_attr_type_cache)
PASS: Verifies that the type cache doesn't provide a value which  is
PASS: test_update_dict (test.test_class.TestInlineValues.test_update_dict)

----------------------------------------------------------------------
Ran 37 tests in 0.122s

OK
0:02:00 load avg: 3.54 [105/486] test_clinic skipped -- running (1): test.test_multiprocessing_spawn.test_processes (35.2 sec)
test_clinic skipped -- clinic directory could not be found
0:02:00 load avg: 3.54 [106/486] test_cmath passed -- running (1): test.test_multiprocessing_spawn.test_processes (35.5 sec)
PASS: testAtanSign (test.test_cmath.CMathTests.testAtanSign)
PASS: testAtanhSign (test.test_cmath.CMathTests.testAtanhSign)
PASS: testTanhSign (test.test_cmath.CMathTests.testTanhSign)
PASS: test_abs (test.test_cmath.CMathTests.test_abs)
PASS: test_abs_overflows (test.test_cmath.CMathTests.test_abs_overflows)
PASS: test_cmath_matches_math (test.test_cmath.CMathTests.test_cmath_matches_math)
PASS: test_constants (test.test_cmath.CMathTests.test_constants)
PASS: test_infinity_and_nan_constants (test.test_cmath.CMathTests.test_infinity_and_nan_constants)
PASS: test_input_type (test.test_cmath.CMathTests.test_input_type)
PASS: test_isfinite (test.test_cmath.CMathTests.test_isfinite)
PASS: test_isinf (test.test_cmath.CMathTests.test_isinf)
PASS: test_isnan (test.test_cmath.CMathTests.test_isnan)
PASS: test_phase (test.test_cmath.CMathTests.test_phase)
PASS: test_polar (test.test_cmath.CMathTests.test_polar)
PASS: test_polar_errno (test.test_cmath.CMathTests.test_polar_errno)
PASS: test_rect (test.test_cmath.CMathTests.test_rect)
PASS: test_specific_values (test.test_cmath.CMathTests.test_specific_values)
PASS: test_user_object (test.test_cmath.CMathTests.test_user_object)
PASS: test_asymmetry (test.test_cmath.IsCloseTests.test_asymmetry)
PASS: test_complex_near_zero (test.test_cmath.IsCloseTests.test_complex_near_zero)
PASS: test_complex_special (test.test_cmath.IsCloseTests.test_complex_special)
PASS: test_complex_values (test.test_cmath.IsCloseTests.test_complex_values)
PASS: test_decimals (test.test_cmath.IsCloseTests.test_decimals)
PASS: test_eight_decimal_places (test.test_cmath.IsCloseTests.test_eight_decimal_places)
PASS: test_fractions (test.test_cmath.IsCloseTests.test_fractions)
PASS: test_identical (test.test_cmath.IsCloseTests.test_identical)
PASS: test_identical_infinite (test.test_cmath.IsCloseTests.test_identical_infinite)
PASS: test_inf_ninf_nan (test.test_cmath.IsCloseTests.test_inf_ninf_nan)
PASS: test_integers (test.test_cmath.IsCloseTests.test_integers)
PASS: test_near_zero (test.test_cmath.IsCloseTests.test_near_zero)
PASS: test_negative_tolerances (test.test_cmath.IsCloseTests.test_negative_tolerances)
PASS: test_reject_complex_tolerances (test.test_cmath.IsCloseTests.test_reject_complex_tolerances)
PASS: test_zero_tolerance (test.test_cmath.IsCloseTests.test_zero_tolerance)

----------------------------------------------------------------------
Ran 33 tests in 0.028s

OK
0:02:00 load avg: 3.54 [107/486] test_cmd passed -- running (1): test.test_multiprocessing_spawn.test_processes (35.8 sec)
SKIP: test_bang_completion_without_do_shell (test.test_cmd.CmdTestReadline.test_bang_completion_without_do_shell) 'no bang completion without readline'
PASS: test_basic_completion (test.test_cmd.CmdTestReadline.test_basic_completion)
PASS: test_lazy_import (test.test_cmd.LazyImportTest.test_lazy_import)
PASS: test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl)
PASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF)
CmdPrintExceptionClass (test.test_cmd)
PASS: Doctest: test.test_cmd.CmdPrintExceptionClass
samplecmdclass (test.test_cmd)
PASS: Doctest: test.test_cmd.samplecmdclass

----------------------------------------------------------------------
Ran 7 tests in 0.057s

OK (skipped=1)
0:02:00 load avg: 3.54 [108/486] test_bytes passed -- running (1): test.test_multiprocessing_spawn.test_processes (35.8 sec)
PASS: test_bytearray_repr (test.test_bytes.AssortedBytesTest.test_bytearray_repr)
PASS: test_bytearray_str (test.test_bytes.AssortedBytesTest.test_bytearray_str)
PASS: test_bytes_repr (test.test_bytes.AssortedBytesTest.test_bytes_repr)
PASS: test_bytes_str (test.test_bytes.AssortedBytesTest.test_bytes_str)
SKIP: test_compare (test.test_bytes.AssortedBytesTest.test_compare) 'BytesWarning is needed for this test: use -bb option'
PASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest.test_compare_bytes_to_bytearray)
PASS: test_doc (test.test_bytes.AssortedBytesTest.test_doc)
PASS: test_format (test.test_bytes.AssortedBytesTest.test_format)
PASS: test_from_bytearray (test.test_bytes.AssortedBytesTest.test_from_bytearray)
PASS: test_literal (test.test_bytes.AssortedBytesTest.test_literal)
PASS: test_return_self (test.test_bytes.AssortedBytesTest.test_return_self)
PASS: test_rsplit_bytearray (test.test_bytes.AssortedBytesTest.test_rsplit_bytearray)
PASS: test_split_bytearray (test.test_bytes.AssortedBytesTest.test_split_bytearray)
PASS: test_adaptive_find (test.test_bytes.ByteArrayAsStringTest.test_adaptive_find)
PASS: test_add (test.test_bytes.ByteArrayAsStringTest.test_add)
PASS: test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest.test_additional_rsplit)
PASS: test_additional_split (test.test_bytes.ByteArrayAsStringTest.test_additional_split)
PASS: test_capitalize (test.test_bytes.ByteArrayAsStringTest.test_capitalize)
PASS: test_center (test.test_bytes.ByteArrayAsStringTest.test_center)
PASS: test_cmp (test.test_bytes.ByteArrayAsStringTest.test_cmp)
PASS: test_count (test.test_bytes.ByteArrayAsStringTest.test_count)
PASS: test_count_keyword (test.test_bytes.ByteArrayAsStringTest.test_count_keyword)
PASS: test_expandtabs (test.test_bytes.ByteArrayAsStringTest.test_expandtabs)
PASS: test_find (test.test_bytes.ByteArrayAsStringTest.test_find)
PASS: test_find_many_lengths (test.test_bytes.ByteArrayAsStringTest.test_find_many_lengths)
test_find_periodic_pattern (test.test_bytes.ByteArrayAsStringTest.test_find_periodic_pattern)
PASS: Cover the special path for periodic patterns.
test_find_shift_table_overflow (test.test_bytes.ByteArrayAsStringTest.test_find_shift_table_overflow)
PASS: When the table of 8-bit shifts overflows.
PASS: test_find_with_memory (test.test_bytes.ByteArrayAsStringTest.test_find_with_memory)
PASS: test_fixtype (test.test_bytes.ByteArrayAsStringTest.test_fixtype)
PASS: test_index (test.test_bytes.ByteArrayAsStringTest.test_index)
PASS: test_isalnum (test.test_bytes.ByteArrayAsStringTest.test_isalnum)
PASS: test_isalpha (test.test_bytes.ByteArrayAsStringTest.test_isalpha)
PASS: test_isascii (test.test_bytes.ByteArrayAsStringTest.test_isascii)
PASS: test_isdigit (test.test_bytes.ByteArrayAsStringTest.test_isdigit)
PASS: test_islower (test.test_bytes.ByteArrayAsStringTest.test_islower)
PASS: test_isspace (test.test_bytes.ByteArrayAsStringTest.test_isspace)
PASS: test_istitle (test.test_bytes.ByteArrayAsStringTest.test_istitle)
PASS: test_isupper (test.test_bytes.ByteArrayAsStringTest.test_isupper)
PASS: test_ljust (test.test_bytes.ByteArrayAsStringTest.test_ljust)
PASS: test_lower (test.test_bytes.ByteArrayAsStringTest.test_lower)
PASS: test_mixed_cmp (test.test_bytes.ByteArrayAsStringTest.test_mixed_cmp)
PASS: test_mul (test.test_bytes.ByteArrayAsStringTest.test_mul)
PASS: test_removeprefix (test.test_bytes.ByteArrayAsStringTest.test_removeprefix)
PASS: test_removesuffix (test.test_bytes.ByteArrayAsStringTest.test_removesuffix)
PASS: test_replace (test.test_bytes.ByteArrayAsStringTest.test_replace)
SKIP: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'
PASS: test_replace_uses_two_way_maxcount (test.test_bytes.ByteArrayAsStringTest.test_replace_uses_two_way_maxcount)
PASS: test_replacement_on_buffer_boundary (test.test_bytes.ByteArrayAsStringTest.test_replacement_on_buffer_boundary)
PASS: test_rfind (test.test_bytes.ByteArrayAsStringTest.test_rfind)
PASS: test_rindex (test.test_bytes.ByteArrayAsStringTest.test_rindex)
PASS: test_rjust (test.test_bytes.ByteArrayAsStringTest.test_rjust)
PASS: test_rsplit (test.test_bytes.ByteArrayAsStringTest.test_rsplit)
PASS: test_split (test.test_bytes.ByteArrayAsStringTest.test_split)
PASS: test_splitlines (test.test_bytes.ByteArrayAsStringTest.test_splitlines)
PASS: test_strip (test.test_bytes.ByteArrayAsStringTest.test_strip)
PASS: test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest.test_strip_whitespace)
PASS: test_swapcase (test.test_bytes.ByteArrayAsStringTest.test_swapcase)
PASS: test_title (test.test_bytes.ByteArrayAsStringTest.test_title)
PASS: test_upper (test.test_bytes.ByteArrayAsStringTest.test_upper)
PASS: test_zfill (test.test_bytes.ByteArrayAsStringTest.test_zfill)
PASS: test_basic (test.test_bytes.ByteArraySubclassTest.test_basic)
PASS: test_copy (test.test_bytes.ByteArraySubclassTest.test_copy)
PASS: test_fromhex (test.test_bytes.ByteArraySubclassTest.test_fromhex)
PASS: test_init_override (test.test_bytes.ByteArraySubclassTest.test_init_override)
PASS: test_join (test.test_bytes.ByteArraySubclassTest.test_join)
PASS: test_pickle (test.test_bytes.ByteArraySubclassTest.test_pickle)
PASS: test_basic (test.test_bytes.ByteArraySubclassWithSlotsTest.test_basic)
PASS: test_copy (test.test_bytes.ByteArraySubclassWithSlotsTest.test_copy)
PASS: test_fromhex (test.test_bytes.ByteArraySubclassWithSlotsTest.test_fromhex)
PASS: test_join (test.test_bytes.ByteArraySubclassWithSlotsTest.test_join)
PASS: test_pickle (test.test_bytes.ByteArraySubclassWithSlotsTest.test_pickle)
PASS: test_alloc (test.test_bytes.ByteArrayTest.test_alloc)
PASS: test_append (test.test_bytes.ByteArrayTest.test_append)
PASS: test_basics (test.test_bytes.ByteArrayTest.test_basics)
PASS: test_bytearray_api (test.test_bytes.ByteArrayTest.test_bytearray_api)
PASS: test_center (test.test_bytes.ByteArrayTest.test_center)
PASS: test_check_encoding_errors (test.test_bytes.ByteArrayTest.test_check_encoding_errors)
PASS: test_clear (test.test_bytes.ByteArrayTest.test_clear)
PASS: test_compare (test.test_bytes.ByteArrayTest.test_compare)
PASS: test_compare_to_str (test.test_bytes.ByteArrayTest.test_compare_to_str)
PASS: test_concat (test.test_bytes.ByteArrayTest.test_concat)
PASS: test_constructor_exceptions (test.test_bytes.ByteArrayTest.test_constructor_exceptions)
SKIP: test_constructor_overflow (test.test_bytes.ByteArrayTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_constructor_type_errors (test.test_bytes.ByteArrayTest.test_constructor_type_errors)
PASS: test_constructor_value_errors (test.test_bytes.ByteArrayTest.test_constructor_value_errors)
PASS: test_contains (test.test_bytes.ByteArrayTest.test_contains)
PASS: test_copied (test.test_bytes.ByteArrayTest.test_copied)
PASS: test_copy (test.test_bytes.ByteArrayTest.test_copy)
PASS: test_count (test.test_bytes.ByteArrayTest.test_count)
PASS: test_decode (test.test_bytes.ByteArrayTest.test_decode)
PASS: test_del_expand (test.test_bytes.ByteArrayTest.test_del_expand)
PASS: test_delitem (test.test_bytes.ByteArrayTest.test_delitem)
PASS: test_empty_sequence (test.test_bytes.ByteArrayTest.test_empty_sequence)
PASS: test_encoding (test.test_bytes.ByteArrayTest.test_encoding)
PASS: test_endswith (test.test_bytes.ByteArrayTest.test_endswith)
PASS: test_exhausted_iterator (test.test_bytes.ByteArrayTest.test_exhausted_iterator)
PASS: test_extend (test.test_bytes.ByteArrayTest.test_extend)
PASS: test_extend_empty_buffer_overflow (test.test_bytes.ByteArrayTest.test_extend_empty_buffer_overflow)
PASS: test_extended_getslice (test.test_bytes.ByteArrayTest.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_bytes.ByteArrayTest.test_extended_set_del_slice)
PASS: test_fifo_overrun (test.test_bytes.ByteArrayTest.test_fifo_overrun)
PASS: test_find (test.test_bytes.ByteArrayTest.test_find)
PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest.test_find_etc_raise_correct_error_messages)
PASS: test_free_after_iterating (test.test_bytes.ByteArrayTest.test_free_after_iterating)
PASS: test_from_buffer (test.test_bytes.ByteArrayTest.test_from_buffer)
PASS: test_from_index (test.test_bytes.ByteArrayTest.test_from_index)
PASS: test_from_int (test.test_bytes.ByteArrayTest.test_from_int)
PASS: test_from_iterable (test.test_bytes.ByteArrayTest.test_from_iterable)
PASS: test_from_list (test.test_bytes.ByteArrayTest.test_from_list)
PASS: test_from_mutating_list (test.test_bytes.ByteArrayTest.test_from_mutating_list)
PASS: test_from_ssize (test.test_bytes.ByteArrayTest.test_from_ssize)
PASS: test_from_tuple (test.test_bytes.ByteArrayTest.test_from_tuple)
PASS: test_fromhex (test.test_bytes.ByteArrayTest.test_fromhex)
PASS: test_getitem_error (test.test_bytes.ByteArrayTest.test_getitem_error)
PASS: test_getslice (test.test_bytes.ByteArrayTest.test_getslice)
PASS: test_hex (test.test_bytes.ByteArrayTest.test_hex)
PASS: test_hex_separator_basics (test.test_bytes.ByteArrayTest.test_hex_separator_basics)
PASS: test_hex_separator_five_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_five_bytes)
PASS: test_hex_separator_six_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_six_bytes)
PASS: test_hex_use_after_free (test.test_bytes.ByteArrayTest.test_hex_use_after_free)
PASS: test_iconcat (test.test_bytes.ByteArrayTest.test_iconcat)
PASS: test_imod (test.test_bytes.ByteArrayTest.test_imod)
PASS: test_index (test.test_bytes.ByteArrayTest.test_index)
PASS: test_init_alloc (test.test_bytes.ByteArrayTest.test_init_alloc)
PASS: test_insert (test.test_bytes.ByteArrayTest.test_insert)
PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest.test_integer_arguments_out_of_byte_range)
PASS: test_irepeat (test.test_bytes.ByteArrayTest.test_irepeat)
PASS: test_irepeat_1char (test.test_bytes.ByteArrayTest.test_irepeat_1char)
PASS: test_iterator_length_hint (test.test_bytes.ByteArrayTest.test_iterator_length_hint)
PASS: test_iterator_pickling (test.test_bytes.ByteArrayTest.test_iterator_pickling)
PASS: test_iterator_pickling2 (test.test_bytes.ByteArrayTest.test_iterator_pickling2)
PASS: test_join (test.test_bytes.ByteArrayTest.test_join)
PASS: test_ljust (test.test_bytes.ByteArrayTest.test_ljust)
PASS: test_maketrans (test.test_bytes.ByteArrayTest.test_maketrans)
PASS: test_memory_leak_gh_140939 (test.test_bytes.ByteArrayTest.test_memory_leak_gh_140939)
PASS: test_mod (test.test_bytes.ByteArrayTest.test_mod)
PASS: test_mod_concurrent_mutation (test.test_bytes.ByteArrayTest.test_mod_concurrent_mutation)
PASS: test_mutating_index (test.test_bytes.ByteArrayTest.test_mutating_index)
PASS: test_mutating_index_inbounds (test.test_bytes.ByteArrayTest.test_mutating_index_inbounds)
PASS: test_nohash (test.test_bytes.ByteArrayTest.test_nohash)
PASS: test_none_arguments (test.test_bytes.ByteArrayTest.test_none_arguments)
PASS: test_nosort (test.test_bytes.ByteArrayTest.test_nosort)
PASS: test_obsolete_write_lock (test.test_bytes.ByteArrayTest.test_obsolete_write_lock)
PASS: test_ord (test.test_bytes.ByteArrayTest.test_ord)
PASS: test_partition (test.test_bytes.ByteArrayTest.test_partition)
PASS: test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest.test_partition_bytearray_doesnt_share_nullstring)
PASS: test_partition_int_error (test.test_bytes.ByteArrayTest.test_partition_int_error)
PASS: test_partition_string_error (test.test_bytes.ByteArrayTest.test_partition_string_error)
PASS: test_pickling (test.test_bytes.ByteArrayTest.test_pickling)
PASS: test_pop (test.test_bytes.ByteArrayTest.test_pop)
PASS: test_regexps (test.test_bytes.ByteArrayTest.test_regexps)
PASS: test_remove (test.test_bytes.ByteArrayTest.test_remove)
PASS: test_repeat (test.test_bytes.ByteArrayTest.test_repeat)
PASS: test_repeat_1char (test.test_bytes.ByteArrayTest.test_repeat_1char)
PASS: test_repeat_after_setslice (test.test_bytes.ByteArrayTest.test_repeat_after_setslice)
PASS: test_replace (test.test_bytes.ByteArrayTest.test_replace)
PASS: test_replace_int_error (test.test_bytes.ByteArrayTest.test_replace_int_error)
PASS: test_resize (test.test_bytes.ByteArrayTest.test_resize)
PASS: test_resize_forbidden (test.test_bytes.ByteArrayTest.test_resize_forbidden)
PASS: test_reverse (test.test_bytes.ByteArrayTest.test_reverse)
PASS: test_reversed (test.test_bytes.ByteArrayTest.test_reversed)
PASS: test_rfind (test.test_bytes.ByteArrayTest.test_rfind)
PASS: test_rindex (test.test_bytes.ByteArrayTest.test_rindex)
PASS: test_rjust (test.test_bytes.ByteArrayTest.test_rjust)
PASS: test_rmod (test.test_bytes.ByteArrayTest.test_rmod)
PASS: test_rpartition (test.test_bytes.ByteArrayTest.test_rpartition)
PASS: test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest.test_rsplit_unicodewhitespace)
PASS: test_search_methods_reentrancy_raises_buffererror (test.test_bytes.ByteArrayTest.test_search_methods_reentrancy_raises_buffererror)
PASS: test_setitem (test.test_bytes.ByteArrayTest.test_setitem)
PASS: test_setitem_error (test.test_bytes.ByteArrayTest.test_setitem_error)
PASS: test_setslice (test.test_bytes.ByteArrayTest.test_setslice)
PASS: test_setslice_extend (test.test_bytes.ByteArrayTest.test_setslice_extend)
PASS: test_setslice_trap (test.test_bytes.ByteArrayTest.test_setslice_trap)
PASS: test_split_int_error (test.test_bytes.ByteArrayTest.test_split_int_error)
PASS: test_split_string_error (test.test_bytes.ByteArrayTest.test_split_string_error)
PASS: test_split_unicodewhitespace (test.test_bytes.ByteArrayTest.test_split_unicodewhitespace)
PASS: test_sq_item (test.test_bytes.ByteArrayTest.test_sq_item)
PASS: test_startswith (test.test_bytes.ByteArrayTest.test_startswith)
PASS: test_strip_bytearray (test.test_bytes.ByteArrayTest.test_strip_bytearray)
PASS: test_strip_int_error (test.test_bytes.ByteArrayTest.test_strip_int_error)
PASS: test_strip_string_error (test.test_bytes.ByteArrayTest.test_strip_string_error)
PASS: test_translate (test.test_bytes.ByteArrayTest.test_translate)
PASS: test_xjust_int_error (test.test_bytes.ByteArrayTest.test_xjust_int_error)
PASS: test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test.test_returns_new_copy)
PASS: test_adaptive_find (test.test_bytes.BytesAsStringTest.test_adaptive_find)
PASS: test_add (test.test_bytes.BytesAsStringTest.test_add)
PASS: test_additional_rsplit (test.test_bytes.BytesAsStringTest.test_additional_rsplit)
PASS: test_additional_split (test.test_bytes.BytesAsStringTest.test_additional_split)
PASS: test_capitalize (test.test_bytes.BytesAsStringTest.test_capitalize)
PASS: test_center (test.test_bytes.BytesAsStringTest.test_center)
PASS: test_cmp (test.test_bytes.BytesAsStringTest.test_cmp)
PASS: test_count (test.test_bytes.BytesAsStringTest.test_count)
PASS: test_count_keyword (test.test_bytes.BytesAsStringTest.test_count_keyword)
PASS: test_expandtabs (test.test_bytes.BytesAsStringTest.test_expandtabs)
PASS: test_find (test.test_bytes.BytesAsStringTest.test_find)
PASS: test_find_many_lengths (test.test_bytes.BytesAsStringTest.test_find_many_lengths)
test_find_periodic_pattern (test.test_bytes.BytesAsStringTest.test_find_periodic_pattern)
PASS: Cover the special path for periodic patterns.
test_find_shift_table_overflow (test.test_bytes.BytesAsStringTest.test_find_shift_table_overflow)
PASS: When the table of 8-bit shifts overflows.
PASS: test_find_with_memory (test.test_bytes.BytesAsStringTest.test_find_with_memory)
PASS: test_fixtype (test.test_bytes.BytesAsStringTest.test_fixtype)
PASS: test_index (test.test_bytes.BytesAsStringTest.test_index)
PASS: test_isalnum (test.test_bytes.BytesAsStringTest.test_isalnum)
PASS: test_isalpha (test.test_bytes.BytesAsStringTest.test_isalpha)
PASS: test_isascii (test.test_bytes.BytesAsStringTest.test_isascii)
PASS: test_isdigit (test.test_bytes.BytesAsStringTest.test_isdigit)
PASS: test_islower (test.test_bytes.BytesAsStringTest.test_islower)
PASS: test_isspace (test.test_bytes.BytesAsStringTest.test_isspace)
PASS: test_istitle (test.test_bytes.BytesAsStringTest.test_istitle)
PASS: test_isupper (test.test_bytes.BytesAsStringTest.test_isupper)
PASS: test_ljust (test.test_bytes.BytesAsStringTest.test_ljust)
PASS: test_lower (test.test_bytes.BytesAsStringTest.test_lower)
PASS: test_mixed_cmp (test.test_bytes.BytesAsStringTest.test_mixed_cmp)
PASS: test_mul (test.test_bytes.BytesAsStringTest.test_mul)
PASS: test_removeprefix (test.test_bytes.BytesAsStringTest.test_removeprefix)
PASS: test_removesuffix (test.test_bytes.BytesAsStringTest.test_removesuffix)
PASS: test_replace (test.test_bytes.BytesAsStringTest.test_replace)
SKIP: test_replace_overflow (test.test_bytes.BytesAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'
PASS: test_replace_uses_two_way_maxcount (test.test_bytes.BytesAsStringTest.test_replace_uses_two_way_maxcount)
PASS: test_replacement_on_buffer_boundary (test.test_bytes.BytesAsStringTest.test_replacement_on_buffer_boundary)
PASS: test_rfind (test.test_bytes.BytesAsStringTest.test_rfind)
PASS: test_rindex (test.test_bytes.BytesAsStringTest.test_rindex)
PASS: test_rjust (test.test_bytes.BytesAsStringTest.test_rjust)
PASS: test_rsplit (test.test_bytes.BytesAsStringTest.test_rsplit)
PASS: test_split (test.test_bytes.BytesAsStringTest.test_split)
PASS: test_splitlines (test.test_bytes.BytesAsStringTest.test_splitlines)
PASS: test_strip (test.test_bytes.BytesAsStringTest.test_strip)
PASS: test_strip_whitespace (test.test_bytes.BytesAsStringTest.test_strip_whitespace)
PASS: test_swapcase (test.test_bytes.BytesAsStringTest.test_swapcase)
PASS: test_title (test.test_bytes.BytesAsStringTest.test_title)
PASS: test_upper (test.test_bytes.BytesAsStringTest.test_upper)
PASS: test_zfill (test.test_bytes.BytesAsStringTest.test_zfill)
PASS: test_basic (test.test_bytes.BytesSubclassTest.test_basic)
PASS: test_copy (test.test_bytes.BytesSubclassTest.test_copy)
PASS: test_fromhex (test.test_bytes.BytesSubclassTest.test_fromhex)
PASS: test_join (test.test_bytes.BytesSubclassTest.test_join)
PASS: test_pickle (test.test_bytes.BytesSubclassTest.test_pickle)
PASS: test__bytes__ (test.test_bytes.BytesTest.test__bytes__)
PASS: test_basics (test.test_bytes.BytesTest.test_basics)
PASS: test_buffer_is_readonly (test.test_bytes.BytesTest.test_buffer_is_readonly)
PASS: test_bytes_blocking (test.test_bytes.BytesTest.test_bytes_blocking)
PASS: test_center (test.test_bytes.BytesTest.test_center)
PASS: test_check_encoding_errors (test.test_bytes.BytesTest.test_check_encoding_errors)
PASS: test_compare (test.test_bytes.BytesTest.test_compare)
PASS: test_compare_to_str (test.test_bytes.BytesTest.test_compare_to_str)
PASS: test_concat (test.test_bytes.BytesTest.test_concat)
PASS: test_constructor_exceptions (test.test_bytes.BytesTest.test_constructor_exceptions)
SKIP: test_constructor_overflow (test.test_bytes.BytesTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_constructor_type_errors (test.test_bytes.BytesTest.test_constructor_type_errors)
PASS: test_constructor_value_errors (test.test_bytes.BytesTest.test_constructor_value_errors)
PASS: test_contains (test.test_bytes.BytesTest.test_contains)
PASS: test_copy (test.test_bytes.BytesTest.test_copy)
PASS: test_count (test.test_bytes.BytesTest.test_count)
PASS: test_custom (test.test_bytes.BytesTest.test_custom)
PASS: test_decode (test.test_bytes.BytesTest.test_decode)
PASS: test_empty_sequence (test.test_bytes.BytesTest.test_empty_sequence)
PASS: test_encoding (test.test_bytes.BytesTest.test_encoding)
PASS: test_endswith (test.test_bytes.BytesTest.test_endswith)
PASS: test_extended_getslice (test.test_bytes.BytesTest.test_extended_getslice)
PASS: test_find (test.test_bytes.BytesTest.test_find)
PASS: test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest.test_find_etc_raise_correct_error_messages)
PASS: test_free_after_iterating (test.test_bytes.BytesTest.test_free_after_iterating)
PASS: test_from_buffer (test.test_bytes.BytesTest.test_from_buffer)
PASS: test_from_format (test.test_bytes.BytesTest.test_from_format)
PASS: test_from_index (test.test_bytes.BytesTest.test_from_index)
PASS: test_from_int (test.test_bytes.BytesTest.test_from_int)
PASS: test_from_iterable (test.test_bytes.BytesTest.test_from_iterable)
PASS: test_from_list (test.test_bytes.BytesTest.test_from_list)
PASS: test_from_mutating_list (test.test_bytes.BytesTest.test_from_mutating_list)
PASS: test_from_ssize (test.test_bytes.BytesTest.test_from_ssize)
PASS: test_from_tuple (test.test_bytes.BytesTest.test_from_tuple)
PASS: test_fromhex (test.test_bytes.BytesTest.test_fromhex)
PASS: test_getitem_error (test.test_bytes.BytesTest.test_getitem_error)
PASS: test_getslice (test.test_bytes.BytesTest.test_getslice)
PASS: test_hex (test.test_bytes.BytesTest.test_hex)
PASS: test_hex_separator_basics (test.test_bytes.BytesTest.test_hex_separator_basics)
PASS: test_hex_separator_five_bytes (test.test_bytes.BytesTest.test_hex_separator_five_bytes)
PASS: test_hex_separator_six_bytes (test.test_bytes.BytesTest.test_hex_separator_six_bytes)
PASS: test_imod (test.test_bytes.BytesTest.test_imod)
PASS: test_index (test.test_bytes.BytesTest.test_index)
PASS: test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest.test_integer_arguments_out_of_byte_range)
PASS: test_iterator_pickling (test.test_bytes.BytesTest.test_iterator_pickling)
PASS: test_join (test.test_bytes.BytesTest.test_join)
PASS: test_ljust (test.test_bytes.BytesTest.test_ljust)
PASS: test_maketrans (test.test_bytes.BytesTest.test_maketrans)
PASS: test_memory_leak_gh_140939 (test.test_bytes.BytesTest.test_memory_leak_gh_140939)
PASS: test_mod (test.test_bytes.BytesTest.test_mod)
PASS: test_none_arguments (test.test_bytes.BytesTest.test_none_arguments)
PASS: test_ord (test.test_bytes.BytesTest.test_ord)
PASS: test_partition (test.test_bytes.BytesTest.test_partition)
PASS: test_partition_int_error (test.test_bytes.BytesTest.test_partition_int_error)
PASS: test_partition_string_error (test.test_bytes.BytesTest.test_partition_string_error)
PASS: test_pickling (test.test_bytes.BytesTest.test_pickling)
PASS: test_repeat (test.test_bytes.BytesTest.test_repeat)
PASS: test_repeat_1char (test.test_bytes.BytesTest.test_repeat_1char)
PASS: test_repeat_id_preserving (test.test_bytes.BytesTest.test_repeat_id_preserving)
PASS: test_replace (test.test_bytes.BytesTest.test_replace)
PASS: test_replace_int_error (test.test_bytes.BytesTest.test_replace_int_error)
PASS: test_reversed (test.test_bytes.BytesTest.test_reversed)
PASS: test_rfind (test.test_bytes.BytesTest.test_rfind)
PASS: test_rindex (test.test_bytes.BytesTest.test_rindex)
PASS: test_rjust (test.test_bytes.BytesTest.test_rjust)
PASS: test_rmod (test.test_bytes.BytesTest.test_rmod)
PASS: test_rpartition (test.test_bytes.BytesTest.test_rpartition)
PASS: test_rsplit_unicodewhitespace (test.test_bytes.BytesTest.test_rsplit_unicodewhitespace)
PASS: test_split_int_error (test.test_bytes.BytesTest.test_split_int_error)
PASS: test_split_string_error (test.test_bytes.BytesTest.test_split_string_error)
PASS: test_split_unicodewhitespace (test.test_bytes.BytesTest.test_split_unicodewhitespace)
PASS: test_sq_item (test.test_bytes.BytesTest.test_sq_item)
PASS: test_startswith (test.test_bytes.BytesTest.test_startswith)
PASS: test_strip_bytearray (test.test_bytes.BytesTest.test_strip_bytearray)
PASS: test_strip_int_error (test.test_bytes.BytesTest.test_strip_int_error)
PASS: test_strip_string_error (test.test_bytes.BytesTest.test_strip_string_error)
PASS: test_translate (test.test_bytes.BytesTest.test_translate)
PASS: test_xjust_int_error (test.test_bytes.BytesTest.test_xjust_int_error)
SKIP: test_free_threading_bytearray (test.test_bytes.FreeThreadingTest.test_free_threading_bytearray) 'this test can only possibly fail with GIL disabled'
SKIP: test_free_threading_bytearray_resize (test.test_bytes.FreeThreadingTest.test_free_threading_bytearray_resize) 'this test can only possibly fail with GIL disabled'
SKIP: test_free_threading_bytearrayiter (test.test_bytes.FreeThreadingTest.test_free_threading_bytearrayiter) 'this test can only possibly fail with GIL disabled'

----------------------------------------------------------------------
Ran 317 tests in 6.154s

OK (skipped=8)
0:02:05 load avg: 3.58 [109/486] test_cmd_line_script passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.0 sec)
PASS: test_basic_script (test.test_cmd_line_script.CmdLineTest.test_basic_script)
PASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution)
PASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution)
PASS: test_dash_c_loader (test.test_cmd_line_script.CmdLineTest.test_dash_c_loader)
PASS: test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc)
PASS: test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one)
PASS: test_dash_m_errors (test.test_cmd_line_script.CmdLineTest.test_dash_m_errors)
PASS: test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback)
PASS: test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback)
PASS: test_directory (test.test_cmd_line_script.CmdLineTest.test_directory)
PASS: test_directory_compiled (test.test_cmd_line_script.CmdLineTest.test_directory_compiled)
PASS: test_directory_error (test.test_cmd_line_script.CmdLineTest.test_directory_error)
PASS: test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file)
PASS: test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value)
PASS: test_issue20884 (test.test_cmd_line_script.CmdLineTest.test_issue20884)
PASS: test_issue8202 (test.test_cmd_line_script.CmdLineTest.test_issue8202)
PASS: test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored)
PASS: test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored)
PASS: test_module_in_package (test.test_cmd_line_script.CmdLineTest.test_module_in_package)
PASS: test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile)
PASS: test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile)
PASS: test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii)
PASS: test_nonexisting_script (test.test_cmd_line_script.CmdLineTest.test_nonexisting_script)
PASS: test_package (test.test_cmd_line_script.CmdLineTest.test_package)
PASS: test_package_compiled (test.test_cmd_line_script.CmdLineTest.test_package_compiled)
PASS: test_package_error (test.test_cmd_line_script.CmdLineTest.test_package_error)
PASS: test_package_recursion (test.test_cmd_line_script.CmdLineTest.test_package_recursion)
PASS: test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage)
PASS: test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush)
PASS: test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr)
PASS: test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush)
PASS: test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr)
PASS: test_script_abspath (test.test_cmd_line_script.CmdLineTest.test_script_abspath)
PASS: test_script_as_dev_fd (test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd)
PASS: test_script_compiled (test.test_cmd_line_script.CmdLineTest.test_script_compiled)
PASS: test_source_lines_are_shown_when_running_source (test.test_cmd_line_script.CmdLineTest.test_source_lines_are_shown_when_running_source)
PASS: test_stdin_loader (test.test_cmd_line_script.CmdLineTest.test_stdin_loader)
PASS: test_syntaxerror_does_not_crash (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_does_not_crash)
PASS: test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position)
PASS: test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line)
PASS: test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring)
PASS: test_syntaxerror_null_bytes (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes)
PASS: test_syntaxerror_null_bytes_in_multiline_string (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string)
PASS: test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position)
PASS: test_zipfile (test.test_cmd_line_script.CmdLineTest.test_zipfile)
PASS: test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash)
PASS: test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp)
PASS: test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash)
PASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest.test_zipfile_error)

----------------------------------------------------------------------
Ran 49 tests in 3.979s

OK
0:02:05 load avg: 3.58 [110/486] test_code passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.4 sec)
PASS: test_bad_index (test.test_code.CoExtra.test_bad_index)
PASS: test_free_called (test.test_code.CoExtra.test_free_called)
PASS: test_free_different_thread (test.test_code.CoExtra.test_free_different_thread)
PASS: test_get_non_code (test.test_code.CoExtra.test_get_non_code)
PASS: test_get_set (test.test_code.CoExtra.test_get_set)
SKIP: test_interned_constants (test.test_code.CodeConstsTest.test_interned_constants) 'does not intern all constants'
PASS: test_interned_string (test.test_code.CodeConstsTest.test_interned_string)
PASS: test_interned_string_default (test.test_code.CodeConstsTest.test_interned_string_default)
PASS: test_interned_string_in_frozenset (test.test_code.CodeConstsTest.test_interned_string_in_frozenset)
PASS: test_interned_string_in_tuple (test.test_code.CodeConstsTest.test_interned_string_in_tuple)
PASS: test_interned_string_with_null (test.test_code.CodeConstsTest.test_interned_string_with_null)
PASS: test_unusual_constants (test.test_code.CodeConstsTest.test_unusual_constants)
PASS: test_co_branches (test.test_code.CodeLocationTest.test_co_branches)
PASS: test_code_new_empty (test.test_code.CodeLocationTest.test_code_new_empty)
PASS: test_docstring_under_o2 (test.test_code.CodeLocationTest.test_docstring_under_o2)
PASS: test_lines (test.test_code.CodeLocationTest.test_lines)
PASS: test_positions (test.test_code.CodeLocationTest.test_positions)
PASS: test_closure_injection (test.test_code.CodeTest.test_closure_injection)
PASS: test_co_lnotab_is_deprecated (test.test_code.CodeTest.test_co_lnotab_is_deprecated)
PASS: test_co_positions_artificial_instructions (test.test_code.CodeTest.test_co_positions_artificial_instructions)
PASS: test_co_positions_empty_linetable (test.test_code.CodeTest.test_co_positions_empty_linetable)
test_code_equal_with_instrumentation (test.test_code.CodeTest.test_code_equal_with_instrumentation)
PASS: GH-109052
PASS: test_code_equality (test.test_code.CodeTest.test_code_equality)
PASS: test_code_hash_uses_bytecode (test.test_code.CodeTest.test_code_hash_uses_bytecode)
PASS: test_code_hash_uses_firstlineno (test.test_code.CodeTest.test_code_hash_uses_firstlineno)
PASS: test_code_hash_uses_order (test.test_code.CodeTest.test_code_hash_uses_order)
PASS: test_constructor (test.test_code.CodeTest.test_constructor)
PASS: test_empty_linetable (test.test_code.CodeTest.test_empty_linetable)
PASS: test_endline_and_columntable_none_when_no_debug_ranges (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges)
PASS: test_endline_and_columntable_none_when_no_debug_ranges_env (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_env)
PASS: test_invalid_bytecode (test.test_code.CodeTest.test_invalid_bytecode)
PASS: test_local_kinds (test.test_code.CodeTest.test_local_kinds)
PASS: test_newempty (test.test_code.CodeTest.test_newempty)
PASS: test_nlocals_mismatch (test.test_code.CodeTest.test_nlocals_mismatch)
PASS: test_qualname (test.test_code.CodeTest.test_qualname)
PASS: test_replace (test.test_code.CodeTest.test_replace)
PASS: test_returns_only_none (test.test_code.CodeTest.test_returns_only_none)
PASS: test_shrinking_localsplus (test.test_code.CodeTest.test_shrinking_localsplus)
PASS: test_stateless (test.test_code.CodeTest.test_stateless)
PASS: test_var_counts (test.test_code.CodeTest.test_var_counts)
PASS: test_basic (test.test_code.CodeWeakRefTest.test_basic)
test_code (test)
PASS: Doctest: test.test_code

----------------------------------------------------------------------
Ran 42 tests in 0.193s

OK (skipped=1)
0:02:05 load avg: 3.58 [111/486] test_capi passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.4 sec)
PASS: test_iter_next (test.test_capi.test_abstract.CAPITest.test_iter_next)
PASS: test_iter_nextitem (test.test_capi.test_abstract.CAPITest.test_iter_nextitem)
PASS: test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check)
PASS: test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring)
PASS: test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring)
PASS: test_mapping_getoptionalitem (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitem)
PASS: test_mapping_getoptionalitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitemstring)
PASS: test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey)
PASS: test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring)
PASS: test_mapping_haskeystringwitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystringwitherror)
PASS: test_mapping_haskeywitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeywitherror)
PASS: test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems)
PASS: test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg)
PASS: test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring)
PASS: test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size)
PASS: test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii)
PASS: test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes)
PASS: test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr)
PASS: test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring)
PASS: test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem)
PASS: test_object_generichash (test.test_capi.test_abstract.CAPITest.test_object_generichash)
PASS: test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr)
PASS: test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring)
PASS: test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem)
PASS: test_object_getoptionalattr (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattr)
PASS: test_object_getoptionalattrstring (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattrstring)
PASS: test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr)
PASS: test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring)
PASS: test_object_hasattrstringwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrstringwitherror)
PASS: test_object_hasattrwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrwitherror)
PASS: test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr)
PASS: test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr)
PASS: test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring)
PASS: test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem)
PASS: test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str)
PASS: test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check)
PASS: test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat)
PASS: test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains)
PASS: test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count)
PASS: test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem)
PASS: test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice)
PASS: test_sequence_fast (test.test_capi.test_abstract.CAPITest.test_sequence_fast)
PASS: test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem)
PASS: test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index)
PASS: test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat)
PASS: test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat)
PASS: test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list)
PASS: test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat)
PASS: test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem)
PASS: test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice)
PASS: test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size)
PASS: test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple)
test_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring)
PASS: Test PyByteArray_AsString()
PASS: test_check (test.test_capi.test_bytearray.CAPITest.test_check)
PASS: test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact)
test_concat (test.test_capi.test_bytearray.CAPITest.test_concat)
PASS: Test PyByteArray_Concat()
PASS: test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject)
PASS: test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize)
test_resize (test.test_capi.test_bytearray.CAPITest.test_resize)
PASS: Test PyByteArray_Resize()
PASS: test_size (test.test_capi.test_bytearray.CAPITest.test_size)
test_asstring (test.test_capi.test_bytes.CAPITest.test_asstring)
PASS: Test PyBytes_AsString()
test_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize)
PASS: Test PyBytes_AsStringAndSize()
PASS: test_check (test.test_capi.test_bytes.CAPITest.test_check)
PASS: test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact)
test_concat (test.test_capi.test_bytes.CAPITest.test_concat)
PASS: Test PyBytes_Concat()
test_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel)
PASS: Test PyBytes_ConcatAndDel()
test_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape)
PASS: Test PyBytes_DecodeEscape()
PASS: test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject)
PASS: test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring)
PASS: test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize)
test_join (test.test_capi.test_bytes.CAPITest.test_join)
PASS: Test PyBytes_Join()
PASS: test_repr (test.test_capi.test_bytes.CAPITest.test_repr)
test_resize (test.test_capi.test_bytes.CAPITest.test_resize)
PASS: Test _PyBytes_Resize()
PASS: test_size (test.test_capi.test_bytes.CAPITest.test_size)
PASS: test_codec_backslashreplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_backslashreplace_errors_handler)
PASS: test_codec_ignore_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_ignore_errors_handler)
PASS: test_codec_lookup_error (test.test_capi.test_codecs.CAPICodecErrors.test_codec_lookup_error)
PASS: test_codec_namereplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_namereplace_errors_handler)
PASS: test_codec_register_error (test.test_capi.test_codecs.CAPICodecErrors.test_codec_register_error)
PASS: test_codec_replace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_replace_errors_handler)
PASS: test_codec_strict_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_strict_errors_handler)
PASS: test_codec_xmlcharrefreplace_errors_handler (test.test_capi.test_codecs.CAPICodecErrors.test_codec_xmlcharrefreplace_errors_handler)
PASS: test_codec_decode (test.test_capi.test_codecs.CAPICodecs.test_codec_decode)
PASS: test_codec_decoder (test.test_capi.test_codecs.CAPICodecs.test_codec_decoder)
PASS: test_codec_encode (test.test_capi.test_codecs.CAPICodecs.test_codec_encode)
PASS: test_codec_encoder (test.test_capi.test_codecs.CAPICodecs.test_codec_encoder)
PASS: test_codec_incremental_decoder (test.test_capi.test_codecs.CAPICodecs.test_codec_incremental_decoder)
PASS: test_codec_incremental_encoder (test.test_capi.test_codecs.CAPICodecs.test_codec_incremental_encoder)
PASS: test_codec_known_encoding (test.test_capi.test_codecs.CAPICodecs.test_codec_known_encoding)
PASS: test_codec_register (test.test_capi.test_codecs.CAPICodecs.test_codec_register)
PASS: test_codec_stream_reader (test.test_capi.test_codecs.CAPICodecs.test_codec_stream_reader)
PASS: test_codec_stream_writer (test.test_capi.test_codecs.CAPICodecs.test_codec_stream_writer)
PASS: test_codec_unregister (test.test_capi.test_codecs.CAPICodecs.test_codec_unregister)
test_asasciistring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asasciistring)
PASS: Test PyUnicode_AsASCIIString()
test_ascharmapstring (test.test_capi.test_codecs.CAPIUnicodeTest.test_ascharmapstring)
PASS: Test PyUnicode_AsCharmapString()
test_asencodedstring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asencodedstring)
PASS: Test PyUnicode_AsEncodedString()
test_aslatin1string (test.test_capi.test_codecs.CAPIUnicodeTest.test_aslatin1string)
PASS: Test PyUnicode_AsLatin1String()
test_asrawunicodeescapestring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asrawunicodeescapestring)
PASS: Test PyUnicode_AsRawUnicodeEscapeString()
test_asunicodeescapestring (test.test_capi.test_codecs.CAPIUnicodeTest.test_asunicodeescapestring)
PASS: Test PyUnicode_AsUnicodeEscapeString()
test_asutf16string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf16string)
PASS: Test PyUnicode_AsUTF16String()
test_asutf32string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf32string)
PASS: Test PyUnicode_AsUTF32String()
test_asutf8string (test.test_capi.test_codecs.CAPIUnicodeTest.test_asutf8string)
PASS: Test PyUnicode_AsUTF8String()
test_decode (test.test_capi.test_codecs.CAPIUnicodeTest.test_decode)
PASS: Test PyUnicode_Decode()
test_decodeascii (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeascii)
PASS: Test PyUnicode_DecodeASCII()
test_decodecharmap (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodecharmap)
PASS: Test PyUnicode_DecodeCharmap()
test_decodelatin1 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodelatin1)
PASS: Test PyUnicode_DecodeLatin1()
test_decoderawunicodeescape (test.test_capi.test_codecs.CAPIUnicodeTest.test_decoderawunicodeescape)
PASS: Test PyUnicode_DecodeRawUnicodeEscape()
test_decodeunicodeescape (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeunicodeescape)
PASS: Test PyUnicode_DecodeUnicodeEscape()
test_decodeutf16 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf16)
PASS: Test PyUnicode_DecodeUTF16()
test_decodeutf16stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf16stateful)
PASS: Test PyUnicode_DecodeUTF16Stateful()
test_decodeutf32 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf32)
PASS: Test PyUnicode_DecodeUTF8()
test_decodeutf32stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf32stateful)
PASS: Test PyUnicode_DecodeUTF32Stateful()
test_decodeutf8 (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf8)
PASS: Test PyUnicode_DecodeUTF8()
test_decodeutf8stateful (test.test_capi.test_codecs.CAPIUnicodeTest.test_decodeutf8stateful)
PASS: Test PyUnicode_DecodeUTF8Stateful()
test_fromencodedobject (test.test_capi.test_codecs.CAPIUnicodeTest.test_fromencodedobject)
PASS: Test PyUnicode_FromEncodedObject()
PASS: test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex)
PASS: test_check (test.test_capi.test_complex.CAPIComplexTest.test_check)
PASS: test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact)
PASS: test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex)
PASS: test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles)
PASS: test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble)
PASS: test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs)
PASS: test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff)
PASS: test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg)
PASS: test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow)
PASS: test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod)
PASS: test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot)
PASS: test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum)
PASS: test_py_cr_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_diff)
PASS: test_py_cr_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_prod)
PASS: test_py_cr_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_quot)
PASS: test_py_cr_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_cr_sum)
PASS: test_py_rc_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_rc_diff)
PASS: test_py_rc_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_rc_quot)
PASS: test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble)
PASS: test_config_get (test.test_capi.test_config.CAPITests.test_config_get)
PASS: test_config_get_non_existent (test.test_capi.test_config.CAPITests.test_config_get_non_existent)
PASS: test_config_get_sys_flags (test.test_capi.test_config.CAPITests.test_config_get_sys_flags)
PASS: test_config_get_write_bytecode (test.test_capi.test_config.CAPITests.test_config_get_write_bytecode)
PASS: test_config_getint (test.test_capi.test_config.CAPITests.test_config_getint)
PASS: test_config_set_cpu_count (test.test_capi.test_config.CAPITests.test_config_set_cpu_count)
PASS: test_config_set_read_only (test.test_capi.test_config.CAPITests.test_config_set_read_only)
PASS: test_config_set_sys_attr (test.test_capi.test_config.CAPITests.test_config_set_sys_attr)
PASS: test_config_set_sys_flag (test.test_capi.test_config.CAPITests.test_config_set_sys_flag)
PASS: test_get_config_names (test.test_capi.test_config.CAPITests.test_get_config_names)
PASS: test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check)
PASS: test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact)
PASS: test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear)
PASS: test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains)
PASS: test_dict_contains_string (test.test_capi.test_dict.CAPITest.test_dict_contains_string)
PASS: test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy)
PASS: test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem)
PASS: test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring)
PASS: test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem)
PASS: test_dict_getitemref (test.test_capi.test_dict.CAPITest.test_dict_getitemref)
PASS: test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring)
PASS: test_dict_getitemstringref (test.test_capi.test_dict.CAPITest.test_dict_getitemstringref)
PASS: test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror)
PASS: test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg)
PASS: test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge)
PASS: test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2)
PASS: test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new)
PASS: test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next)
PASS: test_dict_pop (test.test_capi.test_dict.CAPITest.test_dict_pop)
PASS: test_dict_popstring (test.test_capi.test_dict.CAPITest.test_dict_popstring)
PASS: test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault)
PASS: test_dict_setdefaultref (test.test_capi.test_dict.CAPITest.test_dict_setdefaultref)
PASS: test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem)
PASS: test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring)
PASS: test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size)
PASS: test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update)
PASS: test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new)
PASS: test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems)
SKIP: test.test_capi.test_emscripten (unittest.loader.ModuleSkipped.test.test_capi.test_emscripten) 'Emscripten-only test'
PASS: test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc)
PASS: test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name)
PASS: test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit)
PASS: test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins)
PASS: test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe)
PASS: test_eval_getframe_builtins (test.test_capi.test_eval.Tests.test_eval_getframe_builtins)
PASS: test_eval_getframe_globals (test.test_capi.test_eval.Tests.test_eval_getframe_globals)
PASS: test_eval_getframe_locals (test.test_capi.test_eval.Tests.test_eval_getframe_locals)
PASS: test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals)
PASS: test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals)
PASS: test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit)
PASS: test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals)
PASS: test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple)
PASS: test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args)
PASS: test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure)
PASS: test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default)
PASS: test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default)
PASS: test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs)
PASS: test_unicode_decode_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_get_end)
PASS: test_unicode_decode_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_get_start)
PASS: test_unicode_decode_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_set_end)
PASS: test_unicode_decode_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_decode_error_set_start)
PASS: test_unicode_encode_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_get_end)
PASS: test_unicode_encode_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_get_start)
PASS: test_unicode_encode_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_set_end)
PASS: test_unicode_encode_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_encode_error_set_start)
PASS: test_unicode_translate_error_get_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_get_end)
PASS: test_unicode_translate_error_get_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_get_start)
PASS: test_unicode_translate_error_set_end (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_set_end)
PASS: test_unicode_translate_error_set_start (test.test_capi.test_exceptions.TestUnicodeError.test_unicode_translate_error_set_start)
PASS: test_err_formatunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable)
PASS: test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore)
PASS: test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised)
PASS: test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable)
test_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format)
PASS: Test PyErr_Format()
PASS: test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object)
PASS: test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch)
test_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string)
PASS: Test PyErr_SetString()
test_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename)
PASS: Test PyErr_SetFromErrnoWithFilename()
PASS: test__pyerr_setkeyerror (test.test_capi.test_exceptions.Test_Exceptions.test__pyerr_setkeyerror)
PASS: test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info)
PASS: test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception)
PASS: test_warn_during_finalization (test.test_capi.test_exceptions.Test_Exceptions.test_warn_during_finalization)
PASS: test_warn_with_stacklevel (test.test_capi.test_exceptions.Test_Exceptions.test_warn_with_stacklevel)
PASS: test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error)
PASS: test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args)
PASS: test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise)
PASS: test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts)
PASS: test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions)
PASS: test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig)
PASS: test_py_fopen (test.test_capi.test_file.CAPIFileTest.test_py_fopen)
PASS: test_py_universalnewlinefgets (test.test_capi.test_file.CAPIFileTest.test_py_universalnewlinefgets)
PASS: test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd)
PASS: test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline)
PASS: test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter)
PASS: test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write)
PASS: test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject)
PASS: test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring)
PASS: test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor)
PASS: test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble)
PASS: test_check (test.test_capi.test_float.CAPIFloatTest.test_check)
PASS: test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact)
PASS: test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble)
PASS: test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring)
PASS: test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo)
PASS: test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax)
PASS: test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin)
PASS: test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack)
PASS: test_pack_unpack_nans_for_different_formats (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_nans_for_different_formats)
PASS: test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip)
PASS: test_pack_unpack_roundtrip_for_nans (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip_for_nans)
PASS: test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack)
test_frame_fback_api (test.test_capi.test_frame.FrameTest.test_frame_fback_api)
PASS: Test that accessing `f_back` does not cause a segmentation fault on
PASS: test_frame_get_generator (test.test_capi.test_frame.FrameTest.test_frame_get_generator)
PASS: test_frame_getters (test.test_capi.test_frame.FrameTest.test_frame_getters)
PASS: test_getvar (test.test_capi.test_frame.FrameTest.test_getvar)
PASS: test_function_get_annotations (test.test_capi.test_function.FunctionTest.test_function_get_annotations)
PASS: test_function_get_closure (test.test_capi.test_function.FunctionTest.test_function_get_closure)
PASS: test_function_get_closure_error (test.test_capi.test_function.FunctionTest.test_function_get_closure_error)
PASS: test_function_get_code (test.test_capi.test_function.FunctionTest.test_function_get_code)
PASS: test_function_get_defaults (test.test_capi.test_function.FunctionTest.test_function_get_defaults)
PASS: test_function_get_globals (test.test_capi.test_function.FunctionTest.test_function_get_globals)
PASS: test_function_get_kw_defaults (test.test_capi.test_function.FunctionTest.test_function_get_kw_defaults)
PASS: test_function_get_module (test.test_capi.test_function.FunctionTest.test_function_get_module)
PASS: test_function_set_closure (test.test_capi.test_function.FunctionTest.test_function_set_closure)
PASS: test_function_set_closure_errors (test.test_capi.test_function.FunctionTest.test_function_set_closure_errors)
PASS: test_function_set_closure_none (test.test_capi.test_function.FunctionTest.test_function_set_closure_none)
PASS: test_function_set_defaults (test.test_capi.test_function.FunctionTest.test_function_set_defaults)
PASS: test_function_set_kw_defaults (test.test_capi.test_function.FunctionTest.test_function_set_kw_defaults)
PASS: test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p)
PASS: test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c)
PASS: test_getargs_empty (test.test_capi.test_getargs.Bytes_TestCase.test_getargs_empty)
PASS: test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star)
PASS: test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y)
PASS: test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash)
PASS: test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star)
PASS: test_D (test.test_capi.test_getargs.Float_TestCase.test_D)
PASS: test_d (test.test_capi.test_getargs.Float_TestCase.test_d)
PASS: test_f (test.test_capi.test_getargs.Float_TestCase.test_f)
PASS: test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding)
PASS: test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword)
PASS: test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args)
PASS: test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args)
PASS: test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args)
PASS: test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args)
PASS: test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args)
PASS: test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword)
PASS: test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args)
PASS: test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass)
PASS: test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2)
PASS: test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword)
PASS: test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args)
PASS: test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs)
PASS: test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args)
PASS: test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args)
PASS: test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args)
PASS: test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args)
PASS: test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword)
PASS: test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args)
PASS: test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K)
PASS: test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L)
PASS: test_S (test.test_capi.test_getargs.Object_TestCase.test_S)
PASS: test_U (test.test_capi.test_getargs.Object_TestCase.test_U)
PASS: test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y)
PASS: test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use)
PASS: test_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic)
PASS: test_gh_119213 (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_gh_119213)
PASS: test_nested_sequence (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_sequence)
PASS: test_nonascii_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nonascii_keywords)
PASS: test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords)
PASS: test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only)
PASS: test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword)
PASS: test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args)
PASS: test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args)
PASS: test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args)
PASS: test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args)
PASS: test_h (test.test_capi.test_getargs.Signed_TestCase.test_h)
PASS: test_i (test.test_capi.test_getargs.Signed_TestCase.test_i)
PASS: test_l (test.test_capi.test_getargs.Signed_TestCase.test_l)
PASS: test_n (test.test_capi.test_getargs.Signed_TestCase.test_n)
test_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem)
PASS: If this test failed, you probably added a new "format unit"
PASS: test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix)
PASS: test_C (test.test_capi.test_getargs.String_TestCase.test_C)
PASS: test_es (test.test_capi.test_getargs.String_TestCase.test_es)
PASS: test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash)
PASS: test_et (test.test_capi.test_getargs.String_TestCase.test_et)
PASS: test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash)
PASS: test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args)
PASS: test_s (test.test_capi.test_getargs.String_TestCase.test_s)
PASS: test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash)
PASS: test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star)
PASS: test_z (test.test_capi.test_getargs.String_TestCase.test_z)
PASS: test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash)
PASS: test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star)
PASS: test (test.test_capi.test_getargs.Test6012.test)
PASS: test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args)
PASS: test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple)
PASS: test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B)
PASS: test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H)
PASS: test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I)
PASS: test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b)
PASS: test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k)
PASS: test_hash_buffer (test.test_capi.test_hash.CAPITest.test_hash_buffer)
PASS: test_hash_getfuncdef (test.test_capi.test_hash.CAPITest.test_hash_getfuncdef)
PASS: test_hash_pointer (test.test_capi.test_hash.CAPITest.test_hash_pointer)
PASS: test_immortal_builtins (test.test_capi.test_immortal.TestInternalCAPI.test_immortal_builtins)
PASS: test_immortal (test.test_capi.test_immortal.TestUnstableCAPI.test_immortal)
PASS: test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule)
PASS: test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject)
PASS: test_addmoduleref (test.test_capi.test_import.ImportTests.test_addmoduleref)
PASS: test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule)
PASS: test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex)
PASS: test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject)
PASS: test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames)
PASS: test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber)
PASS: test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag)
PASS: test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule)
PASS: test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict)
PASS: test_import (test.test_capi.test_import.ImportTests.test_import)
PASS: test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule)
PASS: test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject)
PASS: test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule)
PASS: test_importmoduleattr (test.test_capi.test_import.ImportTests.test_importmoduleattr)
PASS: test_importmoduleattrstring (test.test_capi.test_import.ImportTests.test_importmoduleattrstring)
PASS: test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex)
PASS: test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel)
PASS: test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject)
PASS: test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock)
PASS: test_check (test.test_capi.test_list.CAPITest.test_check)
PASS: test_list_append (test.test_capi.test_list.CAPITest.test_list_append)
PASS: test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple)
PASS: test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact)
PASS: test_list_clear (test.test_capi.test_list.CAPITest.test_list_clear)
PASS: test_list_extend (test.test_capi.test_list.CAPITest.test_list_extend)
PASS: test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item)
PASS: test_list_get_item_ref (test.test_capi.test_list.CAPITest.test_list_get_item_ref)
PASS: test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size)
PASS: test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem)
PASS: test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice)
PASS: test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert)
PASS: test_list_new (test.test_capi.test_list.CAPITest.test_list_new)
PASS: test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse)
PASS: test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item)
PASS: test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem)
PASS: test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice)
PASS: test_list_size (test.test_capi.test_list.CAPITest.test_list_size)
PASS: test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort)
PASS: test_uninitialized_list_repr (test.test_capi.test_list.CAPITest.test_uninitialized_list_repr)
PASS: test_bug_143050 (test.test_capi.test_long.LongTests.test_bug_143050)
PASS: test_compact (test.test_capi.test_long.LongTests.test_compact)
PASS: test_compact_known (test.test_capi.test_long.LongTests.test_compact_known)
PASS: test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t)
PASS: test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t)
PASS: test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble)
PASS: test_long_asint (test.test_capi.test_long.LongTests.test_long_asint)
PASS: test_long_asint32 (test.test_capi.test_long.LongTests.test_long_asint32)
PASS: test_long_asint64 (test.test_capi.test_long.LongTests.test_long_asint64)
PASS: test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong)
PASS: test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow)
PASS: test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong)
PASS: test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow)
test_long_asnativebytes (test.test_capi.test_long.LongTests.test_long_asnativebytes) ... SIZEOF_SIZE=8
MAX_SSIZE=7FFFFFFFFFFFFFFF
MAX_USIZE=FFFFFFFFFFFFFFFF
ok
PASS: test_long_asnativebytes_fuzz (test.test_capi.test_long.LongTests.test_long_asnativebytes_fuzz)
PASS: test_long_asnativebytes_huge (test.test_capi.test_long.LongTests.test_long_asnativebytes_huge)
PASS: test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid)
PASS: test_long_aspid_limited (test.test_capi.test_long.LongTests.test_long_aspid_limited)
PASS: test_long_asuint32 (test.test_capi.test_long.LongTests.test_long_asuint32)
PASS: test_long_asuint64 (test.test_capi.test_long.LongTests.test_long_asuint64)
PASS: test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong)
PASS: test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong)
PASS: test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask)
PASS: test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask)
PASS: test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr)
PASS: test_long_check (test.test_capi.test_long.LongTests.test_long_check)
PASS: test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact)
PASS: test_long_export (test.test_capi.test_long.LongTests.test_long_export)
PASS: test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble)
PASS: test_long_fromnativebytes (test.test_capi.test_long.LongTests.test_long_fromnativebytes)
PASS: test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring)
PASS: test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject)
PASS: test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr)
PASS: test_long_getsign (test.test_capi.test_long.LongTests.test_long_getsign)
PASS: test_long_isnegative (test.test_capi.test_long.LongTests.test_long_isnegative)
PASS: test_long_ispositive (test.test_capi.test_long.LongTests.test_long_ispositive)
PASS: test_long_iszero (test.test_capi.test_long.LongTests.test_long_iszero)
PASS: test_long_layout (test.test_capi.test_long.LongTests.test_long_layout)
PASS: test_longwriter_create (test.test_capi.test_long.LongTests.test_longwriter_create)
PASS: test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse)
PASS: test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow)
PASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil)
PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed)
PASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed)
PASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil)
PASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed)
PASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed)
PASS: test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory)
SKIP: test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) 'need Py_DEBUG'
SKIP: test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) 'need Py_DEBUG'
SKIP: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) 'need Py_DEBUG'
SKIP: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) 'need Py_DEBUG'
SKIP: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) 'need Py_DEBUG'
SKIP: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) 'need Py_DEBUG'
SKIP: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) 'need Py_DEBUG'
SKIP: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) 'need Py_DEBUG'
SKIP: test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) 'need Py_DEBUG'
PASS: test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse)
PASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow)
PASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil)
PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed)
PASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed)
PASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil)
PASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed)
PASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed)
PASS: test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory)
PASS: test_api_misuse (test.test_capi.test_mem.PyMemMimallocDebugTests.test_api_misuse)
PASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMimallocDebugTests.test_buffer_overflow)
PASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pymem_malloc_without_gil)
PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_forbidden_bytes_is_freed)
PASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_freed_is_freed)
PASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_malloc_without_gil)
PASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_null_is_freed)
PASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_uninitialized_is_freed)
PASS: test_set_nomemory (test.test_capi.test_mem.PyMemMimallocDebugTests.test_set_nomemory)
PASS: test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse)
PASS: test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow)
PASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil)
PASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed)
PASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed)
PASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil)
PASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed)
PASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed)
PASS: test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory)
PASS: test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString)
PASS: test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue)
PASS: test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N)
PASS: test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints)
PASS: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once)
PASS: test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once)
PASS: test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow)
PASS: test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication)
PASS: test_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict)
PASS: test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing)
PASS: test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols)
PASS: test_gen_get_code (test.test_capi.test_misc.CAPITest.test_gen_get_code)
PASS: test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error)
PASS: test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature)
PASS: test_heaptype_base_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_base_with_custom_metaclass)
PASS: test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer)
PASS: test_heaptype_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass)
PASS: test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new)
PASS: test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new)
PASS: test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict)
PASS: test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict)
PASS: test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref)
PASS: test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict)
PASS: test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro)
PASS: test_heaptype_with_tp_vectorcall (test.test_capi.test_misc.CAPITest.test_heaptype_with_tp_vectorcall)
PASS: test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref)
PASS: test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base)
PASS: test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod)
PASS: test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer)
PASS: test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict)
PASS: test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin)
PASS: test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop)
PASS: test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc)
PASS: test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase)
PASS: test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null)
PASS: test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null)
PASS: test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null)
PASS: test_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots)
PASS: test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error)
PASS: test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error)
PASS: test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array)
PASS: test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once)
PASS: test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once)
PASS: test_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both)
PASS: test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict)
PASS: test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref)
PASS: test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec)
PASS: test_tp_bases_slot (test.test_capi.test_misc.CAPITest.test_tp_bases_slot)
PASS: test_tp_bases_slot_none (test.test_capi.test_misc.CAPITest.test_tp_bases_slot_none)
SKIP: test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) "resource 'cpu' is not enabled"
SKIP: test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) "resource 'cpu' is not enabled"
PASS: test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass)
PASS: test_unstable_gc_new_with_extra_data (test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data)
PASS: test_get_config (test.test_capi.test_misc.InterpreterConfigTests.test_get_config)
PASS: test_interp_init (test.test_capi.test_misc.InterpreterConfigTests.test_interp_init)
PASS: test_predefined_config (test.test_capi.test_misc.InterpreterConfigTests.test_predefined_config)
PASS: test_update_from_dict (test.test_capi.test_misc.InterpreterConfigTests.test_update_from_dict)
PASS: test_conversion_bad (test.test_capi.test_misc.InterpreterIDTests.test_conversion_bad)
PASS: test_conversion_coerced (test.test_capi.test_misc.InterpreterIDTests.test_conversion_coerced)
PASS: test_conversion_from_interpreter (test.test_capi.test_misc.InterpreterIDTests.test_conversion_from_interpreter)
PASS: test_conversion_int (test.test_capi.test_misc.InterpreterIDTests.test_conversion_int)
PASS: test_linked_lifecycle_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_does_not_exist)
PASS: test_linked_lifecycle_incref_link (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_incref_link)
PASS: test_linked_lifecycle_initial (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_initial)
PASS: test_linked_lifecycle_link_incref_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_decref)
PASS: test_linked_lifecycle_link_incref_unlink_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_unlink_decref)
PASS: test_linked_lifecycle_link_unlink (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_unlink)
PASS: test_linked_lifecycle_never_linked (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_never_linked)
PASS: test_lookup_destroyed (test.test_capi.test_misc.InterpreterIDTests.test_lookup_destroyed)
PASS: test_lookup_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_lookup_does_not_exist)
PASS: test_lookup_exists (test.test_capi.test_misc.InterpreterIDTests.test_lookup_exists)
test_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings)
PASS: The config with which an interpreter is created corresponds
test_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global)
PASS: bpo-44050: Extension module state should be shared between interpreters
test_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception)
PASS: Exceptions saved in global module state get shared between
test_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check)
PASS: PyInterpreterConfig.check_multi_interp_extensions can be overridden
PASS: test_py_config_isoloated_per_interpreter (test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter)
PASS: test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps)
PASS: test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features)
PASS: test_ceval_decref (test.test_capi.test_misc.TestCEval.test_ceval_decref)
test_HeapCCollection (test.test_capi.test_misc.TestHeapTypeRelative.test_HeapCCollection)
PASS: Make sure HeapCCollection works properly by itself
test_heaptype_inherit_itemsize (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_inherit_itemsize)
PASS: Test HeapCCollection subclasses work properly
PASS: test_heaptype_invalid_inheritance (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance)
test_heaptype_relative_members (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members)
PASS: Test HeapCCollection subclasses work properly
PASS: test_heaptype_relative_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors)
PASS: test_heaptype_relative_sizes (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes)
PASS: test_heaptype_relative_special_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_special_members_errors)
test_pyobject_getitemdata_error (test.test_capi.test_misc.TestHeapTypeRelative.test_pyobject_getitemdata_error)
PASS: Test PyObject_GetItemData fails on unsupported types
PASS: test_code (test.test_capi.test_misc.TestInternalFrameApi.test_code)
PASS: test_lasti (test.test_capi.test_misc.TestInternalFrameApi.test_lasti)
PASS: test_line (test.test_capi.test_misc.TestInternalFrameApi.test_line)
PASS: test_isolated_subinterpreter (test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter)
PASS: test_main_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_non_threaded)
PASS: test_main_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_threaded)
PASS: test_many_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls)
PASS: test_max_pending (test.test_capi.test_misc.TestPendingCalls.test_max_pending)
PASS: test_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls)
SKIP: test_py_thread_id (test.test_capi.test_misc.TestPyThreadId.test_py_thread_id) 'need Py_GIL_DISABLED'
PASS: test_pytype_ready_always_sets_tp_type (test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type)
PASS: test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock)
PASS: test_gilstate_matches_current (test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current)
PASS: test_thread_gilstate_in_clear (test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear)
PASS: test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state)
PASS: test_pack_full_version (test.test_capi.test_misc.TestVersions.test_pack_full_version)
PASS: test_pack_full_version_ctypes (test.test_capi.test_misc.TestVersions.test_pack_full_version_ctypes)
PASS: test_pack_version (test.test_capi.test_misc.TestVersions.test_pack_version)
PASS: test_pack_version_ctypes (test.test_capi.test_misc.TestVersions.test_pack_version_ctypes)
PASS: test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def)
PASS: test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro)
test_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access)
PASS: Checks methods defined with and without argument clinic
test_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module)
PASS: PyType_GetModule for defining_class
PASS: test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super)
PASS: test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr)
PASS: test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call)
PASS: test_inlined_call_function_ex (test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex)
PASS: test_inlined_for_iter (test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter)
PASS: test_inlined_load_attr (test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr)
PASS: test_inlined_send (test.test_capi.test_misc.Test_Pep523API.test_inlined_send)
PASS: test_lock_basic (test.test_capi.test_misc.Test_PyLock.test_lock_basic)
PASS: test_lock_benchmark (test.test_capi.test_misc.Test_PyLock.test_lock_benchmark)
PASS: test_lock_counter (test.test_capi.test_misc.Test_PyLock.test_lock_counter)
PASS: test_lock_counter_slow (test.test_capi.test_misc.Test_PyLock.test_lock_counter_slow)
PASS: test_lock_once (test.test_capi.test_misc.Test_PyLock.test_lock_once)
PASS: test_lock_recursive (test.test_capi.test_misc.Test_PyLock.test_lock_recursive)
PASS: test_lock_rwlock (test.test_capi.test_misc.Test_PyLock.test_lock_rwlock)
PASS: test_lock_two_threads (test.test_capi.test_misc.Test_PyLock.test_lock_two_threads)
PASS: test_atexit (test.test_capi.test_misc.Test_testcapi.test_atexit)
PASS: test_atomic_add_int (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int)
PASS: test_atomic_add_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int16)
PASS: test_atomic_add_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int32)
PASS: test_atomic_add_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int64)
PASS: test_atomic_add_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int8)
PASS: test_atomic_add_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_intptr)
PASS: test_atomic_add_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_add_ssize)
PASS: test_atomic_add_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint)
PASS: test_atomic_add_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint16)
PASS: test_atomic_add_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint32)
PASS: test_atomic_add_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint64)
PASS: test_atomic_add_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint8)
PASS: test_atomic_add_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uintptr)
PASS: test_atomic_and_or_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint16)
PASS: test_atomic_and_or_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint32)
PASS: test_atomic_and_or_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint64)
PASS: test_atomic_and_or_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint8)
PASS: test_atomic_and_or_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uintptr)
PASS: test_atomic_compare_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int)
PASS: test_atomic_compare_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int16)
PASS: test_atomic_compare_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int32)
PASS: test_atomic_compare_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int64)
PASS: test_atomic_compare_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int8)
PASS: test_atomic_compare_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_intptr)
PASS: test_atomic_compare_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ptr)
PASS: test_atomic_compare_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ssize)
PASS: test_atomic_compare_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint)
PASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint16)
PASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint32)
PASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint64)
PASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint8)
PASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uintptr)
PASS: test_atomic_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int)
PASS: test_atomic_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int16)
PASS: test_atomic_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int32)
PASS: test_atomic_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int64)
PASS: test_atomic_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int8)
PASS: test_atomic_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_intptr)
PASS: test_atomic_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ptr)
PASS: test_atomic_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ssize)
PASS: test_atomic_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint)
PASS: test_atomic_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint16)
PASS: test_atomic_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint32)
PASS: test_atomic_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint64)
PASS: test_atomic_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint8)
PASS: test_atomic_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uintptr)
PASS: test_atomic_fences (test.test_capi.test_misc.Test_testcapi.test_atomic_fences)
PASS: test_atomic_load_store_int (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int)
PASS: test_atomic_load_store_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int16)
PASS: test_atomic_load_store_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int32)
PASS: test_atomic_load_store_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int64)
PASS: test_atomic_load_store_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int8)
PASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_release_acquire)
PASS: test_atomic_load_store_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_intptr)
PASS: test_atomic_load_store_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ptr)
PASS: test_atomic_load_store_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ssize)
PASS: test_atomic_load_store_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint)
PASS: test_atomic_load_store_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint16)
PASS: test_atomic_load_store_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint32)
PASS: test_atomic_load_store_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint64)
PASS: test_atomic_load_store_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint8)
PASS: test_atomic_load_store_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uintptr)
PASS: test_atomic_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_release_acquire)
PASS: test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N)
PASS: test_buildvalue_p (test.test_capi.test_misc.Test_testcapi.test_buildvalue_p)
PASS: test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule)
PASS: test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api)
PASS: test_code_extra (test.test_capi.test_misc.Test_testcapi.test_code_extra)
PASS: test_config (test.test_capi.test_misc.Test_testcapi.test_config)
PASS: test_critical_sections (test.test_capi.test_misc.Test_testcapi.test_critical_sections)
PASS: test_current_tstate_matches (test.test_capi.test_misc.Test_testcapi.test_current_tstate_matches)
PASS: test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi)
PASS: test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak)
PASS: test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration)
PASS: test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous)
PASS: test_from_spec_invalid_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance)
PASS: test_from_spec_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance)
PASS: test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control)
PASS: test_gc_visit_objects_basic (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_basic)
PASS: test_gc_visit_objects_exit_early (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_exit_early)
PASS: test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots)
PASS: test_get_type_dict (test.test_capi.test_misc.Test_testcapi.test_get_type_dict)
PASS: test_immortal_builtins (test.test_capi.test_misc.Test_testcapi.test_immortal_builtins)
PASS: test_immortal_small_ints (test.test_capi.test_misc.Test_testcapi.test_immortal_small_ints)
PASS: test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API)
PASS: test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak)
PASS: test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance)
PASS: test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api)
PASS: test_macros (test.test_capi.test_misc.Test_testcapi.test_macros)
PASS: test_pep3118_obsolete_write_locks (test.test_capi.test_misc.Test_testcapi.test_pep3118_obsolete_write_locks)
PASS: test_py_clear (test.test_capi.test_misc.Test_testcapi.test_py_clear)
PASS: test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs)
PASS: test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros)
PASS: test_py_setref (test.test_capi.test_misc.Test_testcapi.test_py_setref)
PASS: test_py_try_inc_ref (test.test_capi.test_misc.Test_testcapi.test_py_try_inc_ref)
PASS: test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0)
PASS: test_pymem_setallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators)
PASS: test_pymem_setrawallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators)
PASS: test_pyobject_new (test.test_capi.test_misc.Test_testcapi.test_pyobject_new)
PASS: test_pyobject_setallocators (test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators)
PASS: test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state)
PASS: test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs)
PASS: test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros)
PASS: test_reftracer (test.test_capi.test_misc.Test_testcapi.test_reftracer)
PASS: test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size)
PASS: test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types)
PASS: test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double)
PASS: test_structseq_newtype_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak)
PASS: test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc)
PASS: test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi)
PASS: test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec)
PASS: test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data)
PASS: test_w_code_invalid (test.test_capi.test_misc.Test_testcapi.test_w_code_invalid)
PASS: test_weakref_capi (test.test_capi.test_misc.Test_testcapi.test_weakref_capi)
PASS: test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar)
test_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring)
PASS: This is a pretty normal docstring.
PASS: test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak)
PASS: test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak)
PASS: test_bit_length (test.test_capi.test_misc.Test_testinternalcapi.test_bit_length)
PASS: test_bswap (test.test_capi.test_misc.Test_testinternalcapi.test_bswap)
PASS: test_bytes_find (test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find)
PASS: test_critical_sections (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections)
PASS: test_critical_sections_gc (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_gc)
PASS: test_critical_sections_nest (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_nest)
PASS: test_critical_sections_stw (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_stw)
PASS: test_critical_sections_suspend (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_suspend)
PASS: test_critical_sections_threads (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_threads)
PASS: test_edit_cost (test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost)
PASS: test_hashtable (test.test_capi.test_misc.Test_testinternalcapi.test_hashtable)
PASS: test_long_numbits (test.test_capi.test_misc.Test_testinternalcapi.test_long_numbits)
PASS: test_popcount (test.test_capi.test_misc.Test_testinternalcapi.test_popcount)
PASS: test_threadstate_set_stack_protection (test.test_capi.test_misc.Test_testinternalcapi.test_threadstate_set_stack_protection)
PASS: test_tstate_capi (test.test_capi.test_misc.Test_testinternalcapi.test_tstate_capi)
PASS: test_PyOS_mystricmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystricmp)
PASS: test_PyOS_mystrnicmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystrnicmp)
PASS: test_alignof_max_align_t (test.test_capi.test_misc.Test_testlimitedcapi.test_alignof_max_align_t)
PASS: test_constants (test.test_capi.test_misc.Test_testlimitedcapi.test_constants)
PASS: test_frozenset_add_in_capi (test.test_capi.test_misc.Test_testlimitedcapi.test_frozenset_add_in_capi)
test_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_and_overflow)
PASS: Test the PyLong_AsLongAndOverflow API.
PASS: test_long_api (test.test_capi.test_misc.Test_testlimitedcapi.test_long_api)
PASS: test_long_as_double (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_double)
test_long_as_size_t (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_size_t)
PASS: Test the PyLong_As{Size,Ssize}_t API.
PASS: test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_unsigned_long_long_mask)
test_long_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_long_and_overflow)
PASS: Test the PyLong_AsLongLongAndOverflow API.
PASS: test_longlong_api (test.test_capi.test_misc.Test_testlimitedcapi.test_longlong_api)
PASS: test_set_contains_does_not_convert_unhashable_key (test.test_capi.test_misc.Test_testlimitedcapi.test_set_contains_does_not_convert_unhashable_key)
PASS: test_string_from_format (test.test_capi.test_misc.Test_testlimitedcapi.test_string_from_format)
PASS: test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testlimitedcapi.test_unicode_compare_with_ascii)
PASS: test_widechar (test.test_capi.test_misc.Test_testlimitedcapi.test_widechar)
PASS: test_asssizet (test.test_capi.test_number.CAPITest.test_asssizet)
PASS: test_binary_ops (test.test_capi.test_number.CAPITest.test_binary_ops)
PASS: test_check (test.test_capi.test_number.CAPITest.test_check)
PASS: test_float (test.test_capi.test_number.CAPITest.test_float)
PASS: test_index (test.test_capi.test_number.CAPITest.test_index)
PASS: test_long (test.test_capi.test_number.CAPITest.test_long)
PASS: test_misc_add (test.test_capi.test_number.CAPITest.test_misc_add)
PASS: test_misc_multiply (test.test_capi.test_number.CAPITest.test_misc_multiply)
PASS: test_misc_power (test.test_capi.test_number.CAPITest.test_misc_power)
PASS: test_tobase (test.test_capi.test_number.CAPITest.test_tobase)
PASS: test_unary_ops (test.test_capi.test_number.CAPITest.test_unary_ops)
SKIP: test_decref_delayed (test.test_capi.test_object.CAPITest.test_decref_delayed) "resource 'cpu' is not enabled"
SKIP: test_decref_freed_object (test.test_capi.test_object.CAPITest.test_decref_freed_object) 'need _testcapi.decref_freed_object()'
PASS: test_is_unique_temporary (test.test_capi.test_object.CAPITest.test_is_unique_temporary)
SKIP: test_negative_refcount (test.test_capi.test_object.CAPITest.test_negative_refcount) 'need _testcapi.negative_refcount()'
test_ClearWeakRefsNoCallbacks (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks)
PASS: Ensure PyUnstable_Object_ClearWeakRefsNoCallbacks works
test_ClearWeakRefsNoCallbacks_no_weakref_support (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks_no_weakref_support)
PASS: Don't fail on objects that don't support weakrefs
SKIP: test_enable_deferred_refcount (test.test_capi.test_object.EnableDeferredRefcountingTest.test_enable_deferred_refcount) "resource 'cpu' is not enabled"
PASS: test_get_constant (test.test_capi.test_object.GetConstantTest.test_get_constant)
PASS: test_get_constant_borrowed (test.test_capi.test_object.GetConstantTest.test_get_constant_borrowed)
PASS: test_is_uniquely_referenced (test.test_capi.test_object.IsUniquelyReferencedTest.test_is_uniquely_referenced)
PASS: testPyObjectPrintNULL (test.test_capi.test_object.PrintTest.testPyObjectPrintNULL)
PASS: testPyObjectPrintNoRefObject (test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject)
PASS: testPyObjectPrintOSError (test.test_capi.test_object.PrintTest.testPyObjectPrintOSError)
PASS: testPyObjectPrintObject (test.test_capi.test_object.PrintTest.testPyObjectPrintObject)
SKIP: test_invalidate_object (test.test_capi.test_opt.TestExecutorInvalidation.test_invalidate_object) 'requires JIT enabled'
SKIP: test_sys__clear_internal_caches (test.test_capi.test_opt.TestExecutorInvalidation.test_sys__clear_internal_caches) 'requires JIT enabled'
SKIP: test_uop_optimizer_invalidation (test.test_capi.test_opt.TestExecutorInvalidation.test_uop_optimizer_invalidation) 'requires JIT enabled'
SKIP: test_basic_loop (test.test_capi.test_opt.TestUops.test_basic_loop) 'requires JIT enabled'
SKIP: test_branch_taken (test.test_capi.test_opt.TestUops.test_branch_taken) 'requires JIT enabled'
SKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUops.test_call_py_exact_args) 'requires JIT enabled'
SKIP: test_confidence_score (test.test_capi.test_opt.TestUops.test_confidence_score) 'requires JIT enabled'
test_extended_arg (test.test_capi.test_opt.TestUops.test_extended_arg)
SKIP: Check EXTENDED_ARG handling in superblock creation 'requires JIT enabled'
SKIP: test_for_iter_list (test.test_capi.test_opt.TestUops.test_for_iter_list) 'requires JIT enabled'
SKIP: test_for_iter_range (test.test_capi.test_opt.TestUops.test_for_iter_range) 'requires JIT enabled'
SKIP: test_for_iter_tier_two (test.test_capi.test_opt.TestUops.test_for_iter_tier_two) 'requires JIT enabled'
SKIP: test_for_iter_tuple (test.test_capi.test_opt.TestUops.test_for_iter_tuple) 'requires JIT enabled'
SKIP: test_jump_backward (test.test_capi.test_opt.TestUops.test_jump_backward) 'requires JIT enabled'
SKIP: test_jump_forward (test.test_capi.test_opt.TestUops.test_jump_forward) 'requires JIT enabled'
SKIP: test_list_edge_case (test.test_capi.test_opt.TestUops.test_list_edge_case) 'requires JIT enabled'
SKIP: test_pop_jump_if_false (test.test_capi.test_opt.TestUops.test_pop_jump_if_false) 'requires JIT enabled'
SKIP: test_pop_jump_if_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_none) 'requires JIT enabled'
SKIP: test_pop_jump_if_not_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_not_none) 'requires JIT enabled'
SKIP: test_pop_jump_if_true (test.test_capi.test_opt.TestUops.test_pop_jump_if_true) 'requires JIT enabled'
SKIP: test_unspecialized_unpack (test.test_capi.test_opt.TestUops.test_unspecialized_unpack) 'requires JIT enabled'
SKIP: test_add_unicode_propagation (test.test_capi.test_opt.TestUopsOptimization.test_add_unicode_propagation) 'requires JIT enabled'
SKIP: test_attr_promotion_failure (test.test_capi.test_opt.TestUopsOptimization.test_attr_promotion_failure) 'requires JIT enabled'
SKIP: test_binary_op_subscr_tuple_int (test.test_capi.test_opt.TestUopsOptimization.test_binary_op_subscr_tuple_int) 'requires JIT enabled'
SKIP: test_binary_subcsr_str_int_narrows_to_str (test.test_capi.test_opt.TestUopsOptimization.test_binary_subcsr_str_int_narrows_to_str) 'requires JIT enabled'
SKIP: test_call_len (test.test_capi.test_opt.TestUopsOptimization.test_call_len) 'requires JIT enabled'
SKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args) 'requires JIT enabled'
SKIP: test_call_py_exact_args_disappearing (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args_disappearing) 'requires JIT enabled'
SKIP: test_call_str_1 (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1) 'requires JIT enabled'
SKIP: test_call_str_1_result_is_const_for_str_input (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1_result_is_const_for_str_input) 'requires JIT enabled'
SKIP: test_call_str_1_result_is_str (test.test_capi.test_opt.TestUopsOptimization.test_call_str_1_result_is_str) 'requires JIT enabled'
SKIP: test_call_tuple_1 (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1) 'requires JIT enabled'
SKIP: test_call_tuple_1_result_is_tuple (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1_result_is_tuple) 'requires JIT enabled'
SKIP: test_call_tuple_1_result_propagates_for_tuple_input (test.test_capi.test_opt.TestUopsOptimization.test_call_tuple_1_result_propagates_for_tuple_input) 'requires JIT enabled'
SKIP: test_call_type_1 (test.test_capi.test_opt.TestUopsOptimization.test_call_type_1) 'requires JIT enabled'
SKIP: test_call_type_1_result_is_const (test.test_capi.test_opt.TestUopsOptimization.test_call_type_1_result_is_const) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_large_framesize (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_large_framesize) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_nested (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_nested) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_recursion (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_recursion) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_sequential (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_sequential) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_several_calls (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls) 'requires JIT enabled'
SKIP: test_combine_stack_space_checks_several_calls_different_order (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls_different_order) 'requires JIT enabled'
SKIP: test_combine_stack_space_complex (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_complex) 'requires JIT enabled'
SKIP: test_compare_op_type_propagation_float (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float) 'requires JIT enabled'
SKIP: test_compare_op_type_propagation_float_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float_partial) 'requires JIT enabled'
SKIP: test_compare_op_type_propagation_int (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int) 'requires JIT enabled'
SKIP: test_compare_op_type_propagation_int_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int_partial) 'requires JIT enabled'
SKIP: test_compare_op_type_propagation_unicode (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_unicode) 'requires JIT enabled'
SKIP: test_compare_pop_two_load_const_inline_borrow (test.test_capi.test_opt.TestUopsOptimization.test_compare_pop_two_load_const_inline_borrow) 'requires JIT enabled'
SKIP: test_comprehension (test.test_capi.test_opt.TestUopsOptimization.test_comprehension) 'requires JIT enabled'
SKIP: test_decref_escapes (test.test_capi.test_opt.TestUopsOptimization.test_decref_escapes) 'requires JIT enabled'
SKIP: test_float_add_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_add_constant_propagation) 'requires JIT enabled'
SKIP: test_float_multiply_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_multiply_constant_propagation) 'requires JIT enabled'
SKIP: test_float_subtract_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_subtract_constant_propagation) 'requires JIT enabled'
SKIP: test_for_iter_gen (test.test_capi.test_opt.TestUopsOptimization.test_for_iter_gen) 'requires JIT enabled'
SKIP: test_func_guards_removed_or_reduced (test.test_capi.test_opt.TestUopsOptimization.test_func_guards_removed_or_reduced) 'requires JIT enabled'
test_guard_type_version_executor_invalidated (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_executor_invalidated)
SKIP: Verify that the executor is invalided on a type change. 'requires JIT enabled'
SKIP: test_guard_type_version_removed (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed) 'requires JIT enabled'
SKIP: test_guard_type_version_removed_escaping (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_escaping) 'requires JIT enabled'
test_guard_type_version_removed_inlined (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_inlined)
SKIP: Verify that the guard type version if we have an inlined function 'requires JIT enabled'
SKIP: test_guard_type_version_removed_invalidation (test.test_capi.test_opt.TestUopsOptimization.test_guard_type_version_removed_invalidation) 'requires JIT enabled'
SKIP: test_int_impure_region (test.test_capi.test_opt.TestUopsOptimization.test_int_impure_region) 'requires JIT enabled'
SKIP: test_int_type_propagate_through_range (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagate_through_range) 'requires JIT enabled'
SKIP: test_int_type_propagation (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation) 'requires JIT enabled'
SKIP: test_int_type_propagation_from_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_from_frame) 'requires JIT enabled'
SKIP: test_int_type_propagation_through_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_through_frame) 'requires JIT enabled'
SKIP: test_int_value_numbering (test.test_capi.test_opt.TestUopsOptimization.test_int_value_numbering) 'requires JIT enabled'
SKIP: test_interpreter_finalization_with_generator_alive (test.test_capi.test_opt.TestUopsOptimization.test_interpreter_finalization_with_generator_alive) 'requires JIT enabled'
test_jit_error_pops (test.test_capi.test_opt.TestUopsOptimization.test_jit_error_pops)
SKIP: Tests that the correct number of pops are inserted into the 'requires JIT enabled'
SKIP: test_many_nested (test.test_capi.test_opt.TestUopsOptimization.test_many_nested) 'requires JIT enabled'
SKIP: test_modified_local_is_seen_by_optimized_code (test.test_capi.test_opt.TestUopsOptimization.test_modified_local_is_seen_by_optimized_code) 'requires JIT enabled'
SKIP: test_narrow_type_to_constant_bool_false (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_bool_false) 'requires JIT enabled'
SKIP: test_narrow_type_to_constant_bool_true (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_bool_true) 'requires JIT enabled'
SKIP: test_narrow_type_to_constant_int_zero (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_int_zero) 'requires JIT enabled'
SKIP: test_narrow_type_to_constant_str_empty (test.test_capi.test_opt.TestUopsOptimization.test_narrow_type_to_constant_str_empty) 'requires JIT enabled'
SKIP: test_next_instr_for_exception_handler_set (test.test_capi.test_opt.TestUopsOptimization.test_next_instr_for_exception_handler_set) 'requires JIT enabled'
SKIP: test_next_instr_for_exception_handler_set_lasts_instr (test.test_capi.test_opt.TestUopsOptimization.test_next_instr_for_exception_handler_set_lasts_instr) 'requires JIT enabled'
SKIP: test_power_type_depends_on_input_values (test.test_capi.test_opt.TestUopsOptimization.test_power_type_depends_on_input_values) 'requires JIT enabled'
SKIP: test_promote_globals_to_constants (test.test_capi.test_opt.TestUopsOptimization.test_promote_globals_to_constants) 'requires JIT enabled'
SKIP: test_remove_guard_for_known_type_dict (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_dict) 'requires JIT enabled'
SKIP: test_remove_guard_for_known_type_list (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_list) 'requires JIT enabled'
SKIP: test_remove_guard_for_known_type_set (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_set) 'requires JIT enabled'
SKIP: test_remove_guard_for_known_type_str (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_str) 'requires JIT enabled'
SKIP: test_remove_guard_for_known_type_tuple (test.test_capi.test_opt.TestUopsOptimization.test_remove_guard_for_known_type_tuple) 'requires JIT enabled'
SKIP: test_return_generator (test.test_capi.test_opt.TestUopsOptimization.test_return_generator) 'requires JIT enabled'
SKIP: test_symbols_flow_through_tuples (test.test_capi.test_opt.TestUopsOptimization.test_symbols_flow_through_tuples) 'requires JIT enabled'
test_to_bool_bool_contains_op_dict (test.test_capi.test_opt.TestUopsOptimization.test_to_bool_bool_contains_op_dict)
SKIP: Test that _TO_BOOL_BOOL is removed from code like: 'requires JIT enabled'
test_to_bool_bool_contains_op_set (test.test_capi.test_opt.TestUopsOptimization.test_to_bool_bool_contains_op_set)
SKIP: Test that _TO_BOOL_BOOL is removed from code like: 'requires JIT enabled'
SKIP: test_type_inconsistency (test.test_capi.test_opt.TestUopsOptimization.test_type_inconsistency) 'requires JIT enabled'
test_type_version_doesnt_segfault (test.test_capi.test_opt.TestUopsOptimization.test_type_version_doesnt_segfault)
SKIP: Tests that setting a type version doesn't cause a segfault when later looking at the stack. 'requires JIT enabled'
PASS: test_atomic_add_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int)
PASS: test_atomic_add_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int16)
PASS: test_atomic_add_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int32)
PASS: test_atomic_add_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int64)
PASS: test_atomic_add_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int8)
PASS: test_atomic_add_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_intptr)
PASS: test_atomic_add_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_ssize)
PASS: test_atomic_add_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint)
PASS: test_atomic_add_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint16)
PASS: test_atomic_add_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint32)
PASS: test_atomic_add_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint64)
PASS: test_atomic_add_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint8)
PASS: test_atomic_add_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uintptr)
PASS: test_atomic_and_or_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint16)
PASS: test_atomic_and_or_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint32)
PASS: test_atomic_and_or_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint64)
PASS: test_atomic_and_or_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint8)
PASS: test_atomic_and_or_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uintptr)
PASS: test_atomic_compare_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int)
PASS: test_atomic_compare_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int16)
PASS: test_atomic_compare_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int32)
PASS: test_atomic_compare_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int64)
PASS: test_atomic_compare_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int8)
PASS: test_atomic_compare_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_intptr)
PASS: test_atomic_compare_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ptr)
PASS: test_atomic_compare_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ssize)
PASS: test_atomic_compare_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint)
PASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint16)
PASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint32)
PASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint64)
PASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint8)
PASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uintptr)
PASS: test_atomic_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int)
PASS: test_atomic_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int16)
PASS: test_atomic_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int32)
PASS: test_atomic_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int64)
PASS: test_atomic_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int8)
PASS: test_atomic_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_intptr)
PASS: test_atomic_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ptr)
PASS: test_atomic_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ssize)
PASS: test_atomic_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint)
PASS: test_atomic_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint16)
PASS: test_atomic_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint32)
PASS: test_atomic_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint64)
PASS: test_atomic_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint8)
PASS: test_atomic_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uintptr)
PASS: test_atomic_fences (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_fences)
PASS: test_atomic_load_store_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int)
PASS: test_atomic_load_store_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int16)
PASS: test_atomic_load_store_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int32)
PASS: test_atomic_load_store_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int64)
PASS: test_atomic_load_store_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int8)
PASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_release_acquire)
PASS: test_atomic_load_store_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_intptr)
PASS: test_atomic_load_store_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ptr)
PASS: test_atomic_load_store_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ssize)
PASS: test_atomic_load_store_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint)
PASS: test_atomic_load_store_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint16)
PASS: test_atomic_load_store_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint32)
PASS: test_atomic_load_store_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint64)
PASS: test_atomic_load_store_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint8)
PASS: test_atomic_load_store_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uintptr)
PASS: test_atomic_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_release_acquire)
PASS: test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags)
PASS: test_run_fileexflags_with_undecodable_filename (test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename)
PASS: test_run_stringflags (test.test_capi.test_run.CAPITest.test_run_stringflags)
PASS: test_set_next_entry (test.test_capi.test_set.TestInternalCAPI.test_set_next_entry)
PASS: test_set_update (test.test_capi.test_set.TestInternalCAPI.test_set_update)
PASS: test_add (test.test_capi.test_set.TestSetCAPI.test_add)
PASS: test_anyset_check (test.test_capi.test_set.TestSetCAPI.test_anyset_check)
PASS: test_anyset_check_exact (test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact)
PASS: test_clear (test.test_capi.test_set.TestSetCAPI.test_clear)
PASS: test_discard (test.test_capi.test_set.TestSetCAPI.test_discard)
PASS: test_frozenset_check (test.test_capi.test_set.TestSetCAPI.test_frozenset_check)
PASS: test_frozenset_check_exact (test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact)
PASS: test_frozenset_new (test.test_capi.test_set.TestSetCAPI.test_frozenset_new)
PASS: test_pop (test.test_capi.test_set.TestSetCAPI.test_pop)
PASS: test_set_check (test.test_capi.test_set.TestSetCAPI.test_set_check)
PASS: test_set_check_exact (test.test_capi.test_set.TestSetCAPI.test_set_check_exact)
PASS: test_set_contains (test.test_capi.test_set.TestSetCAPI.test_set_contains)
PASS: test_set_get_size (test.test_capi.test_set.TestSetCAPI.test_set_get_size)
PASS: test_set_new (test.test_capi.test_set.TestSetCAPI.test_set_new)
PASS: test_set_size (test.test_capi.test_set.TestSetCAPI.test_set_size)
PASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments)
PASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool)
PASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte)
PASS: test_char (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_char)
PASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string)
PASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int)
PASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long)
PASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong)
PASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t)
PASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short)
PASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments)
PASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool)
PASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte)
PASS: test_char (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_char)
PASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string)
PASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int)
PASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long)
PASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong)
PASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t)
PASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short)
PASS: test_sys_formatstderr (test.test_capi.test_sys.CAPITest.test_sys_formatstderr)
PASS: test_sys_formatstdout (test.test_capi.test_sys.CAPITest.test_sys_formatstdout)
PASS: test_sys_getobject (test.test_capi.test_sys.CAPITest.test_sys_getobject)
PASS: test_sys_getxoptions (test.test_capi.test_sys.CAPITest.test_sys_getxoptions)
PASS: test_sys_setobject (test.test_capi.test_sys.CAPITest.test_sys_setobject)
PASS: test_sys_writestderr (test.test_capi.test_sys.CAPITest.test_sys_writestderr)
PASS: test_sys_writestdout (test.test_capi.test_sys.CAPITest.test_sys_writestdout)
PASS: test_assecondsdouble (test.test_capi.test_time.CAPITest.test_assecondsdouble)
PASS: test_min_max (test.test_capi.test_time.CAPITest.test_min_max)
PASS: test_monotonic (test.test_capi.test_time.CAPITest.test_monotonic)
PASS: test_perf_counter (test.test_capi.test_time.CAPITest.test_perf_counter)
PASS: test_time (test.test_capi.test_time.CAPITest.test_time)
PASS: test__tuple_resize (test.test_capi.test_tuple.CAPITest.test__tuple_resize)
PASS: test_bug_59313 (test.test_capi.test_tuple.CAPITest.test_bug_59313)
PASS: test_check (test.test_capi.test_tuple.CAPITest.test_check)
PASS: test_tuple_checkexact (test.test_capi.test_tuple.CAPITest.test_tuple_checkexact)
PASS: test_tuple_get_item (test.test_capi.test_tuple.CAPITest.test_tuple_get_item)
PASS: test_tuple_get_size (test.test_capi.test_tuple.CAPITest.test_tuple_get_size)
PASS: test_tuple_getitem (test.test_capi.test_tuple.CAPITest.test_tuple_getitem)
PASS: test_tuple_getslice (test.test_capi.test_tuple.CAPITest.test_tuple_getslice)
PASS: test_tuple_new (test.test_capi.test_tuple.CAPITest.test_tuple_new)
PASS: test_tuple_pack (test.test_capi.test_tuple.CAPITest.test_tuple_pack)
PASS: test_tuple_set_item (test.test_capi.test_tuple.CAPITest.test_tuple_set_item)
PASS: test_tuple_setitem (test.test_capi.test_tuple.CAPITest.test_tuple_setitem)
PASS: test_tuple_size (test.test_capi.test_tuple.CAPITest.test_tuple_size)
PASS: test_uninitialized_tuple_repr (test.test_capi.test_tuple.CAPITest.test_uninitialized_tuple_repr)
PASS: test_tp_bases_is_set (test.test_capi.test_type.BuiltinStaticTypesTests.test_tp_bases_is_set)
PASS: test_tp_mro_is_set (test.test_capi.test_type.BuiltinStaticTypesTests.test_tp_mro_is_set)
PASS: test_extension_managed_dict_type (test.test_capi.test_type.TypeTests.test_extension_managed_dict_type)
PASS: test_freeze (test.test_capi.test_type.TypeTests.test_freeze)
test_freeze_meta (test.test_capi.test_type.TypeTests.test_freeze_meta)
PASS: test PyType_Freeze() with overridden MRO
PASS: test_get_base_by_token (test.test_capi.test_type.TypeTests.test_get_base_by_token)
PASS: test_get_module_by_def (test.test_capi.test_type.TypeTests.test_get_module_by_def)
PASS: test_get_type_name (test.test_capi.test_type.TypeTests.test_get_type_name)
PASS: test_manual_heap_type (test.test_capi.test_type.TypeTests.test_manual_heap_type)
test_append (test.test_capi.test_unicode.CAPITest.test_append)
PASS: Test PyUnicode_Append()
test_appendanddel (test.test_capi.test_unicode.CAPITest.test_appendanddel)
PASS: Test PyUnicode_AppendAndDel()
test_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4)
PASS: Test PyUnicode_AsUCS4()
test_asucs4copy (test.test_capi.test_unicode.CAPITest.test_asucs4copy)
PASS: Test PyUnicode_AsUCS4Copy()
test_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8)
PASS: Test PyUnicode_AsUTF8()
test_asutf8_race (test.test_capi.test_unicode.CAPITest.test_asutf8_race)
PASS: Test that there's no race condition in PyUnicode_AsUTF8()
test_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize)
PASS: Test PyUnicode_AsUTF8AndSize()
test_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar)
PASS: Test PyUnicode_AsWideChar()
test_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring)
PASS: Test PyUnicode_AsWideCharString()
test_compare (test.test_capi.test_unicode.CAPITest.test_compare)
PASS: Test PyUnicode_Compare()
test_comparewithasciistring (test.test_capi.test_unicode.CAPITest.test_comparewithasciistring)
PASS: Test PyUnicode_CompareWithASCIIString()
test_concat (test.test_capi.test_unicode.CAPITest.test_concat)
PASS: Test PyUnicode_Concat()
test_contains (test.test_capi.test_unicode.CAPITest.test_contains)
PASS: Test PyUnicode_Contains()
test_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters)
PASS: Test PyUnicode_CopyCharacters()
test_count (test.test_capi.test_unicode.CAPITest.test_count)
PASS: Test PyUnicode_Count()
PASS: test_equaltoutf8 (test.test_capi.test_unicode.CAPITest.test_equaltoutf8)
PASS: test_equaltoutf8andsize (test.test_capi.test_unicode.CAPITest.test_equaltoutf8andsize)
test_fill (test.test_capi.test_unicode.CAPITest.test_fill)
PASS: Test PyUnicode_Fill()
test_find (test.test_capi.test_unicode.CAPITest.test_find)
PASS: Test PyUnicode_Find()
test_findchar (test.test_capi.test_unicode.CAPITest.test_findchar)
PASS: Test PyUnicode_FindChar()
test_format (test.test_capi.test_unicode.CAPITest.test_format)
PASS: Test PyUnicode_Format()
test_from_format (test.test_capi.test_unicode.CAPITest.test_from_format)
PASS: Test PyUnicode_FromFormat()
test_fromkindanddata (test.test_capi.test_unicode.CAPITest.test_fromkindanddata)
PASS: Test PyUnicode_FromKindAndData()
test_fromobject (test.test_capi.test_unicode.CAPITest.test_fromobject)
PASS: Test PyUnicode_FromObject()
test_fromordinal (test.test_capi.test_unicode.CAPITest.test_fromordinal)
PASS: Test PyUnicode_FromOrdinal()
test_fromstring (test.test_capi.test_unicode.CAPITest.test_fromstring)
PASS: Test PyUnicode_FromString()
test_fromstringandsize (test.test_capi.test_unicode.CAPITest.test_fromstringandsize)
PASS: Test PyUnicode_FromStringAndSize()
test_fromwidechar (test.test_capi.test_unicode.CAPITest.test_fromwidechar)
PASS: Test PyUnicode_FromWideChar()
test_getdefaultencoding (test.test_capi.test_unicode.CAPITest.test_getdefaultencoding)
PASS: Test PyUnicode_GetDefaultEncoding()
test_getlength (test.test_capi.test_unicode.CAPITest.test_getlength)
PASS: Test PyUnicode_GetLength()
test_internfromstring (test.test_capi.test_unicode.CAPITest.test_internfromstring)
PASS: Test PyUnicode_InternFromString()
test_interninplace (test.test_capi.test_unicode.CAPITest.test_interninplace)
PASS: Test PyUnicode_InternInPlace()
test_isidentifier (test.test_capi.test_unicode.CAPITest.test_isidentifier)
PASS: Test PyUnicode_IsIdentifier()
test_join (test.test_capi.test_unicode.CAPITest.test_join)
PASS: Test PyUnicode_Join()
test_new (test.test_capi.test_unicode.CAPITest.test_new)
PASS: Test PyUnicode_New()
test_partition (test.test_capi.test_unicode.CAPITest.test_partition)
PASS: Test PyUnicode_Partition()
PASS: test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug)
test_readchar (test.test_capi.test_unicode.CAPITest.test_readchar)
PASS: Test PyUnicode_ReadChar()
test_replace (test.test_capi.test_unicode.CAPITest.test_replace)
PASS: Test PyUnicode_Replace()
test_resize (test.test_capi.test_unicode.CAPITest.test_resize)
PASS: Test PyUnicode_Resize()
test_richcompare (test.test_capi.test_unicode.CAPITest.test_richcompare)
PASS: Test PyUnicode_RichCompare()
test_rpartition (test.test_capi.test_unicode.CAPITest.test_rpartition)
PASS: Test PyUnicode_RPartition()
test_rsplit (test.test_capi.test_unicode.CAPITest.test_rsplit)
PASS: Test PyUnicode_RSplit()
test_split (test.test_capi.test_unicode.CAPITest.test_split)
PASS: Test PyUnicode_Split()
test_splitlines (test.test_capi.test_unicode.CAPITest.test_splitlines)
PASS: Test PyUnicode_SplitLines()
test_substring (test.test_capi.test_unicode.CAPITest.test_substring)
PASS: Test PyUnicode_Substring()
test_tailmatch (test.test_capi.test_unicode.CAPITest.test_tailmatch)
PASS: Test PyUnicode_Tailmatch()
test_transform_decimal_and_space (test.test_capi.test_unicode.CAPITest.test_transform_decimal_and_space)
PASS: Test _PyUnicode_TransformDecimalAndSpaceToASCII()
test_translate (test.test_capi.test_unicode.CAPITest.test_translate)
PASS: Test PyUnicode_Translate()
test_writechar (test.test_capi.test_unicode.CAPITest.test_writechar)
PASS: Test PyUnicode_WriteChar()
PASS: test_format (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_format)
PASS: test_recover_error (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_recover_error)
PASS: test_unicode_equal (test.test_capi.test_unicode.PyUnicodeWriterFormatTest.test_unicode_equal)
PASS: test_ascii (test.test_capi.test_unicode.PyUnicodeWriterTest.test_ascii)
PASS: test_basic (test.test_capi.test_unicode.PyUnicodeWriterTest.test_basic)
PASS: test_decode_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_decode_utf8)
PASS: test_decode_utf8_consumed (test.test_capi.test_unicode.PyUnicodeWriterTest.test_decode_utf8_consumed)
PASS: test_invalid_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_invalid_utf8)
PASS: test_recover_utf8_error (test.test_capi.test_unicode.PyUnicodeWriterTest.test_recover_utf8_error)
PASS: test_repr_null (test.test_capi.test_unicode.PyUnicodeWriterTest.test_repr_null)
PASS: test_substring_empty (test.test_capi.test_unicode.PyUnicodeWriterTest.test_substring_empty)
PASS: test_ucs4 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_ucs4)
PASS: test_utf8 (test.test_capi.test_unicode.PyUnicodeWriterTest.test_utf8)
PASS: test_widechar (test.test_capi.test_unicode.PyUnicodeWriterTest.test_widechar)
PASS: test_write_char (test.test_capi.test_unicode.PyUnicodeWriterTest.test_write_char)
PASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers)
PASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id)
PASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id)
PASS: test_code_object_events_dispatched (test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched)
PASS: test_dealloc_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error)
PASS: test_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_error)
PASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestContextObjectWatchers.test_allocate_too_many_watchers)
PASS: test_callback_error (test.test_capi.test_watchers.TestContextObjectWatchers.test_callback_error)
PASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestContextObjectWatchers.test_clear_out_of_range_watcher_id)
PASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestContextObjectWatchers.test_clear_unassigned_watcher_id)
PASS: test_context_object_events_dispatched (test.test_capi.test_watchers.TestContextObjectWatchers.test_context_object_events_dispatched)
PASS: test_exit_base_context (test.test_capi.test_watchers.TestContextObjectWatchers.test_exit_base_context)
PASS: test_clear (test.test_capi.test_watchers.TestDictWatchers.test_clear)
PASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id)
PASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id)
PASS: test_clone (test.test_capi.test_watchers.TestDictWatchers.test_clone)
PASS: test_dealloc (test.test_capi.test_watchers.TestDictWatchers.test_dealloc)
PASS: test_dealloc_error (test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error)
PASS: test_del (test.test_capi.test_watchers.TestDictWatchers.test_del)
PASS: test_error (test.test_capi.test_watchers.TestDictWatchers.test_error)
PASS: test_no_event_if_not_watched (test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched)
PASS: test_object_dict (test.test_capi.test_watchers.TestDictWatchers.test_object_dict)
PASS: test_pop (test.test_capi.test_watchers.TestDictWatchers.test_pop)
PASS: test_set_existing_item (test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item)
PASS: test_set_new_item (test.test_capi.test_watchers.TestDictWatchers.test_set_new_item)
PASS: test_two_watchers (test.test_capi.test_watchers.TestDictWatchers.test_two_watchers)
PASS: test_unwatch (test.test_capi.test_watchers.TestDictWatchers.test_unwatch)
PASS: test_unwatch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict)
PASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id)
PASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id)
PASS: test_watch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict)
PASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id)
PASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id)
PASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers)
PASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id)
PASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id)
PASS: test_dealloc_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error)
PASS: test_func_events_dispatched (test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched)
PASS: test_multiple_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers)
PASS: test_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error)
PASS: test_all_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers)
PASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id)
PASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id)
PASS: test_clear_watcher (test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher)
PASS: test_error (test.test_capi.test_watchers.TestTypeWatchers.test_error)
PASS: test_event_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation)
PASS: test_lookup_resets_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation)
PASS: test_no_more_ids_available (test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available)
PASS: test_two_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers)
PASS: test_unwatch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type)
PASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id)
PASS: test_unwatch_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type)
PASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id)
PASS: test_watch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type)
PASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id)
PASS: test_watch_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type)
PASS: test_watch_type_subclass (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass)
PASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id)

----------------------------------------------------------------------
Ran 1116 tests in 7.905s

OK (skipped=106)
0:02:05 load avg: 3.58 [112/486] test_cmd_line passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.6 sec)
SKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest.test_argv0_normalization) 'bpo-32457 only applies on Windows'
PASS: test_builtin_input (test.test_cmd_line.CmdLineTest.test_builtin_input)
PASS: test_closed_stdout (test.test_cmd_line.CmdLineTest.test_closed_stdout)
PASS: test_cmd_dedent (test.test_cmd_line.CmdLineTest.test_cmd_dedent)
PASS: test_cmd_dedent_failcase (test.test_cmd_line.CmdLineTest.test_cmd_dedent_failcase)
PASS: test_coding (test.test_cmd_line.CmdLineTest.test_coding)
PASS: test_cpu_count (test.test_cmd_line.CmdLineTest.test_cpu_count)
PASS: test_cpu_count_default (test.test_cmd_line.CmdLineTest.test_cpu_count_default)
PASS: test_del___main__ (test.test_cmd_line.CmdLineTest.test_del___main__)
PASS: test_directories (test.test_cmd_line.CmdLineTest.test_directories)
SKIP: test_disable_thread_local_bytecode (test.test_cmd_line.CmdLineTest.test_disable_thread_local_bytecode) 'PYTHON_TLBC and -X tlbc only supported in Py_GIL_DISABLED builds'
PASS: test_displayhook_unencodable (test.test_cmd_line.CmdLineTest.test_displayhook_unencodable)
PASS: test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309)
SKIP: test_enable_thread_local_bytecode (test.test_cmd_line.CmdLineTest.test_enable_thread_local_bytecode) 'PYTHON_TLBC and -X tlbc only supported in Py_GIL_DISABLED builds'
PASS: test_env_var_frozen_modules (test.test_cmd_line.CmdLineTest.test_env_var_frozen_modules)
PASS: test_hash_randomization (test.test_cmd_line.CmdLineTest.test_hash_randomization)
PASS: test_help (test.test_cmd_line.CmdLineTest.test_help)
PASS: test_help_all (test.test_cmd_line.CmdLineTest.test_help_all)
PASS: test_help_env (test.test_cmd_line.CmdLineTest.test_help_env)
PASS: test_help_xoptions (test.test_cmd_line.CmdLineTest.test_help_xoptions)
PASS: test_import_time (test.test_cmd_line.CmdLineTest.test_import_time)
PASS: test_int_max_str_digits (test.test_cmd_line.CmdLineTest.test_int_max_str_digits)
SKIP: test_invalid_thread_local_bytecode (test.test_cmd_line.CmdLineTest.test_invalid_thread_local_bytecode) 'PYTHON_TLBC and -X tlbc only supported in Py_GIL_DISABLED builds'
PASS: test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg)
PASS: test_isolatedmode (test.test_cmd_line.CmdLineTest.test_isolatedmode)
PASS: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH)
PASS: test_no_std_streams (test.test_cmd_line.CmdLineTest.test_no_std_streams)
PASS: test_no_stderr (test.test_cmd_line.CmdLineTest.test_no_stderr)
PASS: test_no_stdin (test.test_cmd_line.CmdLineTest.test_no_stdin)
PASS: test_no_stdout (test.test_cmd_line.CmdLineTest.test_no_stdout)
PASS: test_non_ascii (test.test_cmd_line.CmdLineTest.test_non_ascii)
SKIP: test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering) 'Python stdio buffering is disabled.'
PASS: test_null_byte_in_interactive_mode (test.test_cmd_line.CmdLineTest.test_null_byte_in_interactive_mode)
PASS: test_optimize (test.test_cmd_line.CmdLineTest.test_optimize)
SKIP: test_osx_android_utf8 (test.test_cmd_line.CmdLineTest.test_osx_android_utf8) 'test specific to Mac OS X and Android'
PASS: test_output_newline (test.test_cmd_line.CmdLineTest.test_output_newline)
PASS: test_parsing_error (test.test_cmd_line.CmdLineTest.test_parsing_error)
PASS: test_python_asyncio_debug (test.test_cmd_line.CmdLineTest.test_python_asyncio_debug)
PASS: test_python_basic_repl (test.test_cmd_line.CmdLineTest.test_python_basic_repl)
SKIP: test_python_dump_refs (test.test_cmd_line.CmdLineTest.test_python_dump_refs) 'Requires --with-trace-refs build option'
SKIP: test_python_dump_refs_file (test.test_cmd_line.CmdLineTest.test_python_dump_refs_file) 'Requires --with-trace-refs build option'
SKIP: test_python_executable (test.test_cmd_line.CmdLineTest.test_python_executable) 'PYTHONEXECUTABLE only works on macOS'
PASS: test_python_gil (test.test_cmd_line.CmdLineTest.test_python_gil)
SKIP: test_python_legacy_windows_fs_encoding (test.test_cmd_line.CmdLineTest.test_python_legacy_windows_fs_encoding) 'Test only applicable on Windows'
SKIP: test_python_legacy_windows_stdio (test.test_cmd_line.CmdLineTest.test_python_legacy_windows_stdio) 'Test only applicable on Windows'
PASS: test_python_malloc_stats (test.test_cmd_line.CmdLineTest.test_python_malloc_stats)
SKIP: test_python_perf_jit_support (test.test_cmd_line.CmdLineTest.test_python_perf_jit_support) 'Requires HAVE_PERF_TRAMPOLINE support'
PASS: test_python_user_base (test.test_cmd_line.CmdLineTest.test_python_user_base)
PASS: test_pythondevmode_env (test.test_cmd_line.CmdLineTest.test_pythondevmode_env)
PASS: test_pythonmalloc (test.test_cmd_line.CmdLineTest.test_pythonmalloc)
PASS: test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest.test_relativedir_bug46421)
PASS: test_run_code (test.test_cmd_line.CmdLineTest.test_run_code)
PASS: test_run_module (test.test_cmd_line.CmdLineTest.test_run_module)
PASS: test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest.test_run_module_bug1764407)
PASS: test_set_pycache_prefix (test.test_cmd_line.CmdLineTest.test_set_pycache_prefix)
PASS: test_showrefcount (test.test_cmd_line.CmdLineTest.test_showrefcount)
PASS: test_site_flag (test.test_cmd_line.CmdLineTest.test_site_flag)
PASS: test_stdin_readline (test.test_cmd_line.CmdLineTest.test_stdin_readline)
PASS: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown)
PASS: test_sys_flags_set (test.test_cmd_line.CmdLineTest.test_sys_flags_set)
PASS: test_unbuffered_input (test.test_cmd_line.CmdLineTest.test_unbuffered_input)
PASS: test_unbuffered_output (test.test_cmd_line.CmdLineTest.test_unbuffered_output)
PASS: test_undecodable_code (test.test_cmd_line.CmdLineTest.test_undecodable_code)
PASS: test_unknown_options (test.test_cmd_line.CmdLineTest.test_unknown_options)
PASS: test_unmached_quote (test.test_cmd_line.CmdLineTest.test_unmached_quote)
PASS: test_verbose (test.test_cmd_line.CmdLineTest.test_verbose)
PASS: test_version (test.test_cmd_line.CmdLineTest.test_version)
PASS: test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence)
PASS: test_xdev (test.test_cmd_line.CmdLineTest.test_xdev)
PASS: test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules)
PASS: test_xoptions (test.test_cmd_line.CmdLineTest.test_xoptions)
PASS: test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED)
PASS: test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH)
PASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set)
PASS: test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line)
PASS: test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin)

----------------------------------------------------------------------
Ran 76 tests in 4.606s

OK (skipped=12)
0:02:05 load avg: 3.58 [113/486] test_codeccallbacks passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.7 sec)
PASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest.test_backslashescape)
PASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions)
PASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions)
PASS: test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions)
PASS: test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions)
PASS: test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions)
PASS: test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions)
PASS: test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions)
PASS: test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions)
PASS: test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults)
PASS: test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall)
PASS: test_badregistercall (test.test_codeccallbacks.CodecCallbackTest.test_badregistercall)
PASS: test_bug828737 (test.test_codeccallbacks.CodecCallbackTest.test_bug828737)
PASS: test_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_callbacks)
PASS: test_charmapencode (test.test_codeccallbacks.CodecCallbackTest.test_charmapencode)
PASS: test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler)
PASS: test_decodehelper (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper)
PASS: test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819)
PASS: test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks)
PASS: test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement)
PASS: test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement)
PASS: test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement)
PASS: test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement)
PASS: test_encodehelper (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper)
PASS: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819)
PASS: test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class)
PASS: test_longstrings (test.test_codeccallbacks.CodecCallbackTest.test_longstrings)
PASS: test_lookup (test.test_codeccallbacks.CodecCallbackTest.test_lookup)
PASS: test_mutating_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler)
PASS: test_mutating_decode_handler_unicode_escape (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_unicode_escape)
PASS: test_nameescape (test.test_codeccallbacks.CodecCallbackTest.test_nameescape)
PASS: test_reject_unregister_builtin_error_handler (test.test_codeccallbacks.CodecCallbackTest.test_reject_unregister_builtin_error_handler)
PASS: test_translatehelper (test.test_codeccallbacks.CodecCallbackTest.test_translatehelper)
PASS: test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror)
PASS: test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror)
PASS: test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror)
PASS: test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace)
PASS: test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler)
PASS: test_unregister_custom_error_handler (test.test_codeccallbacks.CodecCallbackTest.test_unregister_custom_error_handler)
PASS: test_unregister_custom_unknown_error_handler (test.test_codeccallbacks.CodecCallbackTest.test_unregister_custom_unknown_error_handler)
PASS: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace)
PASS: test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace)
PASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues)

----------------------------------------------------------------------
Ran 43 tests in 0.024s

OK
0:02:05 load avg: 3.58 [114/486] test_code_module passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.8 sec)
PASS: test_banner (test.test_code_module.TestInteractiveConsole.test_banner)
PASS: test_cause_tb (test.test_code_module.TestInteractiveConsole.test_cause_tb)
PASS: test_console_stderr (test.test_code_module.TestInteractiveConsole.test_console_stderr)
PASS: test_context_tb (test.test_code_module.TestInteractiveConsole.test_context_tb)
PASS: test_exit_msg (test.test_code_module.TestInteractiveConsole.test_exit_msg)
PASS: test_indentation_error (test.test_code_module.TestInteractiveConsole.test_indentation_error)
PASS: test_ps1 (test.test_code_module.TestInteractiveConsole.test_ps1)
PASS: test_ps2 (test.test_code_module.TestInteractiveConsole.test_ps2)
PASS: test_syntax_error (test.test_code_module.TestInteractiveConsole.test_syntax_error)
PASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole.test_sysexcepthook)
PASS: test_sysexcepthook_crashing_doesnt_close_repl (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_crashing_doesnt_close_repl)
PASS: test_sysexcepthook_indentation_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_indentation_error)
PASS: test_sysexcepthook_raising_BaseException (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_BaseException)
PASS: test_sysexcepthook_raising_SystemExit_gets_through (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_SystemExit_gets_through)
PASS: test_sysexcepthook_syntax_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_syntax_error)
PASS: test_unicode_error (test.test_code_module.TestInteractiveConsole.test_unicode_error)
PASS: test_exit (test.test_code_module.TestInteractiveConsoleLocalExit.test_exit)

----------------------------------------------------------------------
Ran 17 tests in 0.087s

OK
0:02:05 load avg: 3.58 [115/486] test_codecencodings_hk passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.9 sec)
PASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_hk.Test_Big5HKSCS.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 19 tests in 0.009s

OK
0:02:05 load avg: 3.58 [116/486] test_codecencodings_cn passed -- running (1): test.test_multiprocessing_spawn.test_processes (40.9 sec)
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB18030.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB18030.test_chunkcoding)
SKIP: test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode) 'encoding contains full ISO 10646 map'
PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB18030.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_cn.Test_GB18030.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_cn.Test_GB18030.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB18030.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending)
SKIP: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace) 'encoding contains full ISO 10646 map'
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB2312.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB2312.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB2312.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_cn.Test_GB2312.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_cn.Test_GB2312.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_cn.Test_GB2312.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_cn.Test_GB2312.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_GBK.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GBK.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GBK.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_cn.Test_GBK.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_cn.Test_GBK.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GBK.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_cn.Test_GBK.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_cn.Test_GBK.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_cn.Test_GBK.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_cn.Test_GBK.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_cn.Test_HZ.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_cn.Test_HZ.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_cn.Test_HZ.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_cn.Test_HZ.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_cn.Test_HZ.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_cn.Test_HZ.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_cn.Test_HZ.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_cn.Test_HZ.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_cn.Test_HZ.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_cn.Test_HZ.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 76 tests in 0.117s

OK (skipped=2)
0:02:06 load avg: 3.53 [117/486] test_codecencodings_iso2022 passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.2 sec)
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects)
SKIP: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding) 'iso2022_kr.txt cannot be used to test "chunk coding"'
PASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 95 tests in 0.213s

OK (skipped=1)
0:02:06 load avg: 3.53 [118/486] test_codecencodings_kr passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.2 sec)
PASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_kr.Test_CP949.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_kr.Test_CP949.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_CP949.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_kr.Test_CP949.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_kr.Test_CP949.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_kr.Test_CP949.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_kr.Test_CP949.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_kr.Test_EUCKR.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_kr.Test_EUCKR.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_kr.Test_EUCKR.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_kr.Test_JOHAB.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_kr.Test_JOHAB.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_kr.Test_JOHAB.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 57 tests in 0.071s

OK
0:02:06 load avg: 3.53 [119/486] test_codecencodings_tw passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.4 sec)
PASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_tw.Test_Big5.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_tw.Test_Big5.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_tw.Test_Big5.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_tw.Test_Big5.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_tw.Test_Big5.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_tw.Test_Big5.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_tw.Test_Big5.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 19 tests in 0.029s

OK
0:02:06 load avg: 3.53 [120/486] test_codecmaps_cn passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.5 sec)
SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_cn.TestGB2312Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_cn.TestGB2312Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_cn.TestGBKMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_cn.TestGBKMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"

----------------------------------------------------------------------
Ran 9 tests in 0.007s

OK (skipped=9)
0:02:06 load avg: 3.53 [121/486] test_codecencodings_jp passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.5 sec)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_CP932.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_CP932.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_CP932.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_CP932.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_CP932.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_CP932.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_CP932.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_EUC_JISX0213.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_SJISX0213.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_SJIS_2004.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace)
PASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index)
PASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index)
PASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index)
PASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound)
PASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index)
PASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes)
PASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects)
PASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding)
PASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode)
PASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle)
PASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder)
PASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder)
PASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault)
PASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback)
PASS: test_null_terminator (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_null_terminator)
PASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader)
PASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter)
PASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending)
PASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace)

----------------------------------------------------------------------
Ran 133 tests in 0.311s

OK
0:02:06 load avg: 3.53 [122/486] test_codecmaps_hk passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.7 sec)
SKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"

----------------------------------------------------------------------
Ran 3 tests in 0.006s

OK (skipped=3)
0:02:06 load avg: 3.53 [123/486] test_codecmaps_jp passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.7 sec)
SKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"

----------------------------------------------------------------------
Ran 15 tests in 0.007s

OK (skipped=15)
0:02:06 load avg: 3.53 [124/486] test_codecmaps_kr passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.7 sec)
SKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"

----------------------------------------------------------------------
Ran 9 tests in 0.007s

OK (skipped=9)
0:02:06 load avg: 3.53 [125/486] test_codecmaps_tw passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.9 sec)
SKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"
SKIP: test_errorhandle (test.test_codecmaps_tw.TestCP950Map.test_errorhandle) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_file (test.test_codecmaps_tw.TestCP950Map.test_mapping_file) "Use of the 'urlfetch' resource not enabled"
SKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental) "Use of the 'urlfetch' resource not enabled"

----------------------------------------------------------------------
Ran 6 tests in 0.006s

OK (skipped=6)
0:02:06 load avg: 3.53 [126/486] test_codeop passed -- running (1): test.test_multiprocessing_spawn.test_processes (41.9 sec)
PASS: test_filename (test.test_codeop.CodeopTests.test_filename)
PASS: test_incomplete (test.test_codeop.CodeopTests.test_incomplete)
PASS: test_incomplete_warning (test.test_codeop.CodeopTests.test_incomplete_warning)
PASS: test_invalid (test.test_codeop.CodeopTests.test_invalid)
PASS: test_invalid_exec (test.test_codeop.CodeopTests.test_invalid_exec)
PASS: test_invalid_warning (test.test_codeop.CodeopTests.test_invalid_warning)
PASS: test_syntax_errors (test.test_codeop.CodeopTests.test_syntax_errors)
PASS: test_valid (test.test_codeop.CodeopTests.test_valid)
PASS: test_warning (test.test_codeop.CodeopTests.test_warning)

----------------------------------------------------------------------
Ran 9 tests in 0.013s

OK
0:02:07 load avg: 3.53 [127/486] test_colorsys passed -- running (1): test.test_multiprocessing_spawn.test_processes (42.1 sec)
PASS: test_hls_nearwhite (test.test_colorsys.ColorsysTest.test_hls_nearwhite)
PASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest.test_hls_roundtrip)
PASS: test_hls_values (test.test_colorsys.ColorsysTest.test_hls_values)
PASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest.test_hsv_roundtrip)
PASS: test_hsv_values (test.test_colorsys.ColorsysTest.test_hsv_values)
PASS: test_yiq_roundtrip (test.test_colorsys.ColorsysTest.test_yiq_roundtrip)
PASS: test_yiq_values (test.test_colorsys.ColorsysTest.test_yiq_values)

----------------------------------------------------------------------
Ran 7 tests in 0.003s

OK
0:02:07 load avg: 3.53 [128/486] test_compare passed -- running (1): test.test_multiprocessing_spawn.test_processes (42.3 sec)
test_bytes (test.test_compare.ComparisonFullTest.test_bytes)
PASS: Compare bytes and bytearray.
test_comp_classes_different (test.test_compare.ComparisonFullTest.test_comp_classes_different)
PASS: Compare different-class instances with comparison methods.
test_comp_classes_same (test.test_compare.ComparisonFullTest.test_comp_classes_same)
PASS: Compare same-class instances with comparison methods.
test_mappings (test.test_compare.ComparisonFullTest.test_mappings)
PASS: Compare dict.
test_numbers (test.test_compare.ComparisonFullTest.test_numbers)
PASS: Compare number types.
test_objects (test.test_compare.ComparisonFullTest.test_objects)
PASS: Compare instances of type 'object'.
test_sequences (test.test_compare.ComparisonFullTest.test_sequences)
PASS: Compare list, tuple, and range.
test_sets (test.test_compare.ComparisonFullTest.test_sets)
PASS: Compare set and frozenset.
test_str_subclass (test.test_compare.ComparisonFullTest.test_str_subclass)
PASS: Compare instances of str and a subclass.
PASS: test_comparisons (test.test_compare.ComparisonSimpleTest.test_comparisons)
PASS: test_id_comparisons (test.test_compare.ComparisonSimpleTest.test_id_comparisons)
PASS: test_issue_1393 (test.test_compare.ComparisonSimpleTest.test_issue_1393)
PASS: test_ne_defaults_to_not_eq (test.test_compare.ComparisonSimpleTest.test_ne_defaults_to_not_eq)
test_ne_high_priority (test.test_compare.ComparisonSimpleTest.test_ne_high_priority)
PASS: object.__ne__() should allow reflected __ne__() to be tried
test_ne_low_priority (test.test_compare.ComparisonSimpleTest.test_ne_low_priority)
PASS: object.__ne__() should not invoke reflected __eq__()
test_other_delegation (test.test_compare.ComparisonSimpleTest.test_other_delegation)
PASS: No default delegation between operations except __ne__()

----------------------------------------------------------------------
Ran 16 tests in 0.012s

OK
0:02:07 load avg: 3.53 [129/486] test_collections passed -- running (1): test.test_multiprocessing_spawn.test_processes (42.6 sec)
PASS: test_basics (test.test_collections.TestChainMap.test_basics)
PASS: test_bool (test.test_collections.TestChainMap.test_bool)
PASS: test_constructor (test.test_collections.TestChainMap.test_constructor)
PASS: test_dict_coercion (test.test_collections.TestChainMap.test_dict_coercion)
PASS: test_iter_not_calling_getitem_on_maps (test.test_collections.TestChainMap.test_iter_not_calling_getitem_on_maps)
PASS: test_missing (test.test_collections.TestChainMap.test_missing)
test_new_child (test.test_collections.TestChainMap.test_new_child)
PASS: Tests for changes for issue #16613.
PASS: test_order_preservation (test.test_collections.TestChainMap.test_order_preservation)
PASS: test_ordering (test.test_collections.TestChainMap.test_ordering)
PASS: test_union_operators (test.test_collections.TestChainMap.test_union_operators)
PASS: test_Buffer (test.test_collections.TestCollectionABCs.test_Buffer)
PASS: test_ByteString (test.test_collections.TestCollectionABCs.test_ByteString)
PASS: test_Mapping (test.test_collections.TestCollectionABCs.test_Mapping)
PASS: test_MutableMapping (test.test_collections.TestCollectionABCs.test_MutableMapping)
PASS: test_MutableMapping_subclass (test.test_collections.TestCollectionABCs.test_MutableMapping_subclass)
PASS: test_MutableSequence (test.test_collections.TestCollectionABCs.test_MutableSequence)
PASS: test_MutableSequence_mixins (test.test_collections.TestCollectionABCs.test_MutableSequence_mixins)
PASS: test_MutableSet (test.test_collections.TestCollectionABCs.test_MutableSet)
PASS: test_Sequence (test.test_collections.TestCollectionABCs.test_Sequence)
PASS: test_Sequence_mixins (test.test_collections.TestCollectionABCs.test_Sequence_mixins)
PASS: test_Set (test.test_collections.TestCollectionABCs.test_Set)
test_Set_from_iterable (test.test_collections.TestCollectionABCs.test_Set_from_iterable)
PASS: Verify _from_iterable overridden to an instance method works.
PASS: test_Set_hash_matches_frozenset (test.test_collections.TestCollectionABCs.test_Set_hash_matches_frozenset)
PASS: test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs.test_Set_interoperability_with_real_sets)
PASS: test_arithmetic_Set (test.test_collections.TestCollectionABCs.test_arithmetic_Set)
PASS: test_equality_Set (test.test_collections.TestCollectionABCs.test_equality_Set)
PASS: test_hash_Set (test.test_collections.TestCollectionABCs.test_hash_Set)
PASS: test_illegal_patma_flags (test.test_collections.TestCollectionABCs.test_illegal_patma_flags)
PASS: test_isdisjoint_Set (test.test_collections.TestCollectionABCs.test_isdisjoint_Set)
PASS: test_issue16373 (test.test_collections.TestCollectionABCs.test_issue16373)
PASS: test_issue26915 (test.test_collections.TestCollectionABCs.test_issue26915)
PASS: test_issue8750 (test.test_collections.TestCollectionABCs.test_issue8750)
PASS: test_issue_4920 (test.test_collections.TestCollectionABCs.test_issue_4920)
PASS: test_issue_5647 (test.test_collections.TestCollectionABCs.test_issue_5647)
PASS: test_basics (test.test_collections.TestCounter.test_basics)
PASS: test_conversions (test.test_collections.TestCounter.test_conversions)
PASS: test_copy_subclass (test.test_collections.TestCounter.test_copy_subclass)
PASS: test_copying (test.test_collections.TestCounter.test_copying)
PASS: test_eq (test.test_collections.TestCounter.test_eq)
PASS: test_ge (test.test_collections.TestCounter.test_ge)
PASS: test_gt (test.test_collections.TestCounter.test_gt)
PASS: test_helper_function (test.test_collections.TestCounter.test_helper_function)
PASS: test_init (test.test_collections.TestCounter.test_init)
PASS: test_inplace_operations (test.test_collections.TestCounter.test_inplace_operations)
PASS: test_invariant_for_the_in_operator (test.test_collections.TestCounter.test_invariant_for_the_in_operator)
PASS: test_le (test.test_collections.TestCounter.test_le)
PASS: test_lt (test.test_collections.TestCounter.test_lt)
PASS: test_multiset_operations (test.test_collections.TestCounter.test_multiset_operations)
PASS: test_multiset_operations_equivalent_to_set_operations (test.test_collections.TestCounter.test_multiset_operations_equivalent_to_set_operations)
PASS: test_order_preservation (test.test_collections.TestCounter.test_order_preservation)
PASS: test_repr_nonsortable (test.test_collections.TestCounter.test_repr_nonsortable)
PASS: test_subtract (test.test_collections.TestCounter.test_subtract)
PASS: test_total (test.test_collections.TestCounter.test_total)
PASS: test_unary (test.test_collections.TestCounter.test_unary)
PASS: test_update (test.test_collections.TestCounter.test_update)
PASS: test_update_reentrant_add_clears_counter (test.test_collections.TestCounter.test_update_reentrant_add_clears_counter)
PASS: test_copy (test.test_collections.TestNamedTuple.test_copy)
PASS: test_defaults (test.test_collections.TestNamedTuple.test_defaults)
PASS: test_factory (test.test_collections.TestNamedTuple.test_factory)
PASS: test_factory_doc_attr (test.test_collections.TestNamedTuple.test_factory_doc_attr)
PASS: test_field_descriptor (test.test_collections.TestNamedTuple.test_field_descriptor)
PASS: test_field_doc (test.test_collections.TestNamedTuple.test_field_doc)
PASS: test_field_doc_reuse (test.test_collections.TestNamedTuple.test_field_doc_reuse)
PASS: test_field_repr (test.test_collections.TestNamedTuple.test_field_repr)
PASS: test_instance (test.test_collections.TestNamedTuple.test_instance)
PASS: test_keyword_only_arguments (test.test_collections.TestNamedTuple.test_keyword_only_arguments)
SKIP: test_large_size (test.test_collections.TestNamedTuple.test_large_size) "resource 'cpu' is not enabled"
PASS: test_match_args (test.test_collections.TestNamedTuple.test_match_args)
PASS: test_module_parameter (test.test_collections.TestNamedTuple.test_module_parameter)
PASS: test_name_conflicts (test.test_collections.TestNamedTuple.test_name_conflicts)
PASS: test_name_fixer (test.test_collections.TestNamedTuple.test_name_fixer)
PASS: test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple.test_namedtuple_subclass_issue_24931)
PASS: test_new_builtins_issue_43102 (test.test_collections.TestNamedTuple.test_new_builtins_issue_43102)
PASS: test_non_generic_subscript (test.test_collections.TestNamedTuple.test_non_generic_subscript)
PASS: test_odd_sizes (test.test_collections.TestNamedTuple.test_odd_sizes)
PASS: test_pickle (test.test_collections.TestNamedTuple.test_pickle)
PASS: test_readonly (test.test_collections.TestNamedTuple.test_readonly)
PASS: test_repr (test.test_collections.TestNamedTuple.test_repr)
PASS: test_tupleness (test.test_collections.TestNamedTuple.test_tupleness)
PASS: test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs.test_AsyncGenerator)
PASS: test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterable)
PASS: test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterator)
PASS: test_Awaitable (test.test_collections.TestOneTrickPonyABCs.test_Awaitable)
PASS: test_Callable (test.test_collections.TestOneTrickPonyABCs.test_Callable)
PASS: test_Collection (test.test_collections.TestOneTrickPonyABCs.test_Collection)
PASS: test_Container (test.test_collections.TestOneTrickPonyABCs.test_Container)
PASS: test_Coroutine (test.test_collections.TestOneTrickPonyABCs.test_Coroutine)
PASS: test_Generator (test.test_collections.TestOneTrickPonyABCs.test_Generator)
PASS: test_Hashable (test.test_collections.TestOneTrickPonyABCs.test_Hashable)
PASS: test_Iterable (test.test_collections.TestOneTrickPonyABCs.test_Iterable)
PASS: test_Iterator (test.test_collections.TestOneTrickPonyABCs.test_Iterator)
PASS: test_Reversible (test.test_collections.TestOneTrickPonyABCs.test_Reversible)
PASS: test_Sized (test.test_collections.TestOneTrickPonyABCs.test_Sized)
PASS: test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs.test_direct_subclassing)
PASS: test_registration (test.test_collections.TestOneTrickPonyABCs.test_registration)
PASS: test_dict_copy (test.test_collections.TestUserObjects.test_dict_copy)
PASS: test_dict_missing (test.test_collections.TestUserObjects.test_dict_missing)
PASS: test_dict_protocol (test.test_collections.TestUserObjects.test_dict_protocol)
PASS: test_list_copy (test.test_collections.TestUserObjects.test_list_copy)
PASS: test_list_protocol (test.test_collections.TestUserObjects.test_list_protocol)
PASS: test_str_protocol (test.test_collections.TestUserObjects.test_str_protocol)
Counter (collections)
PASS: Doctest: collections.Counter
__add__ (collections.Counter)
PASS: Doctest: collections.Counter.__add__
__and__ (collections.Counter)
PASS: Doctest: collections.Counter.__and__
__iadd__ (collections.Counter)
PASS: Doctest: collections.Counter.__iadd__
__iand__ (collections.Counter)
PASS: Doctest: collections.Counter.__iand__
__init__ (collections.Counter)
PASS: Doctest: collections.Counter.__init__
__ior__ (collections.Counter)
PASS: Doctest: collections.Counter.__ior__
__isub__ (collections.Counter)
PASS: Doctest: collections.Counter.__isub__
__or__ (collections.Counter)
PASS: Doctest: collections.Counter.__or__
__sub__ (collections.Counter)
PASS: Doctest: collections.Counter.__sub__
elements (collections.Counter)
PASS: Doctest: collections.Counter.elements
most_common (collections.Counter)
PASS: Doctest: collections.Counter.most_common
subtract (collections.Counter)
PASS: Doctest: collections.Counter.subtract
update (collections.Counter)
PASS: Doctest: collections.Counter.update
namedtuple (collections)
PASS: Doctest: collections.namedtuple

----------------------------------------------------------------------
Ran 116 tests in 0.382s

OK (skipped=1)
0:02:07 load avg: 3.53 [130/486] test_codecs passed -- running (1): test.test_multiprocessing_spawn.test_processes (42.9 sec)
PASS: test_decode (test.test_codecs.ASCIITest.test_decode)
PASS: test_decode_error (test.test_codecs.ASCIITest.test_decode_error)
PASS: test_encode (test.test_codecs.ASCIITest.test_encode)
PASS: test_encode_error (test.test_codecs.ASCIITest.test_encode_error)
PASS: test_encode_surrogateescape_error (test.test_codecs.ASCIITest.test_encode_surrogateescape_error)
PASS: test_bad_decode_args (test.test_codecs.BasicUnicodeTest.test_bad_decode_args)
PASS: test_bad_encode_args (test.test_codecs.BasicUnicodeTest.test_bad_encode_args)
PASS: test_basics (test.test_codecs.BasicUnicodeTest.test_basics)
PASS: test_basics_capi (test.test_codecs.BasicUnicodeTest.test_basics_capi)
PASS: test_decoder_state (test.test_codecs.BasicUnicodeTest.test_decoder_state)
PASS: test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized)
PASS: test_seek (test.test_codecs.BasicUnicodeTest.test_seek)
PASS: test_seek0 (test.test_codecs.BomTest.test_seek0)
PASS: test_decode_with_int2int_map (test.test_codecs.CharmapTest.test_decode_with_int2int_map)
PASS: test_decode_with_int2str_map (test.test_codecs.CharmapTest.test_decode_with_int2str_map)
PASS: test_decode_with_string_map (test.test_codecs.CharmapTest.test_decode_with_string_map)
SKIP: test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) 'code pages are specific to Windows'
SKIP: test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) 'code pages are specific to Windows'
SKIP: test_cp1252 (test.test_codecs.CodePageTest.test_cp1252) 'code pages are specific to Windows'
SKIP: test_cp20106 (test.test_codecs.CodePageTest.test_cp20106) 'code pages are specific to Windows'
SKIP: test_cp708 (test.test_codecs.CodePageTest.test_cp708) 'code pages are specific to Windows'
SKIP: test_cp932 (test.test_codecs.CodePageTest.test_cp932) 'code pages are specific to Windows'
SKIP: test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) 'code pages are specific to Windows'
SKIP: test_incremental (test.test_codecs.CodePageTest.test_incremental) 'code pages are specific to Windows'
SKIP: test_invalid_code_page (test.test_codecs.CodePageTest.test_invalid_code_page) 'code pages are specific to Windows'
SKIP: test_large_input (test.test_codecs.CodePageTest.test_large_input) 'code pages are specific to Windows'
SKIP: test_large_utf8_input (test.test_codecs.CodePageTest.test_large_utf8_input) 'code pages are specific to Windows'
SKIP: test_mbcs_code_page (test.test_codecs.CodePageTest.test_mbcs_code_page) 'code pages are specific to Windows'
SKIP: test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) 'code pages are specific to Windows'
PASS: test_cache_bounded (test.test_codecs.CodecCacheTest.test_cache_bounded)
PASS: test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup)
PASS: test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding)
PASS: test_all (test.test_codecs.CodecsModuleTest.test_all)
PASS: test_copy (test.test_codecs.CodecsModuleTest.test_copy)
PASS: test_decode (test.test_codecs.CodecsModuleTest.test_decode)
PASS: test_deepcopy (test.test_codecs.CodecsModuleTest.test_deepcopy)
PASS: test_encode (test.test_codecs.CodecsModuleTest.test_encode)
PASS: test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised)
PASS: test_getdecoder (test.test_codecs.CodecsModuleTest.test_getdecoder)
PASS: test_getencoder (test.test_codecs.CodecsModuleTest.test_getencoder)
PASS: test_getreader (test.test_codecs.CodecsModuleTest.test_getreader)
PASS: test_getwriter (test.test_codecs.CodecsModuleTest.test_getwriter)
PASS: test_lookup (test.test_codecs.CodecsModuleTest.test_lookup)
PASS: test_lookup_issue1813 (test.test_codecs.CodecsModuleTest.test_lookup_issue1813)
PASS: test_open (test.test_codecs.CodecsModuleTest.test_open)
PASS: test_pickle (test.test_codecs.CodecsModuleTest.test_pickle)
PASS: test_register (test.test_codecs.CodecsModuleTest.test_register)
PASS: test_undefined (test.test_codecs.CodecsModuleTest.test_undefined)
PASS: test_unregister (test.test_codecs.CodecsModuleTest.test_unregister)
PASS: test_basic (test.test_codecs.EncodedFileTest.test_basic)
PASS: test_empty (test.test_codecs.EscapeDecodeTest.test_empty)
PASS: test_errors (test.test_codecs.EscapeDecodeTest.test_errors)
PASS: test_escape (test.test_codecs.EscapeDecodeTest.test_escape)
PASS: test_raw (test.test_codecs.EscapeDecodeTest.test_raw)
PASS: test_warnings (test.test_codecs.EscapeDecodeTest.test_warnings)
PASS: test_escape_encode (test.test_codecs.EscapeEncodeTest.test_escape_encode)
PASS: test_codec_lookup_failure (test.test_codecs.ExceptionNotesTest.test_codec_lookup_failure)
PASS: test_init_override (test.test_codecs.ExceptionNotesTest.test_init_override)
PASS: test_instance_attribute (test.test_codecs.ExceptionNotesTest.test_instance_attribute)
PASS: test_multiple_args (test.test_codecs.ExceptionNotesTest.test_multiple_args)
PASS: test_new_override (test.test_codecs.ExceptionNotesTest.test_new_override)
PASS: test_non_str_arg (test.test_codecs.ExceptionNotesTest.test_non_str_arg)
PASS: test_raise_by_type (test.test_codecs.ExceptionNotesTest.test_raise_by_type)
PASS: test_raise_by_value (test.test_codecs.ExceptionNotesTest.test_raise_by_value)
PASS: test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionNotesTest.test_raise_grandchild_subclass_exact_size)
PASS: test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionNotesTest.test_raise_subclass_with_weakref_support)
PASS: test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionNotesTest.test_unflagged_non_text_codec_handling)
PASS: test_builtin_decode (test.test_codecs.IDNACodecTest.test_builtin_decode)
PASS: test_builtin_decode_invalid (test.test_codecs.IDNACodecTest.test_builtin_decode_invalid)
PASS: test_builtin_decode_length_limit (test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit)
PASS: test_builtin_encode (test.test_codecs.IDNACodecTest.test_builtin_encode)
PASS: test_builtin_encode_invalid (test.test_codecs.IDNACodecTest.test_builtin_encode_invalid)
test_errors (test.test_codecs.IDNACodecTest.test_errors)
PASS: Only supports "strict" error handler
PASS: test_incremental_decode (test.test_codecs.IDNACodecTest.test_incremental_decode)
PASS: test_incremental_decode_invalid (test.test_codecs.IDNACodecTest.test_incremental_decode_invalid)
PASS: test_incremental_encode (test.test_codecs.IDNACodecTest.test_incremental_encode)
PASS: test_incremental_encode_invalid (test.test_codecs.IDNACodecTest.test_incremental_encode_invalid)
PASS: test_stream (test.test_codecs.IDNACodecTest.test_stream)
PASS: test_decode (test.test_codecs.Latin1Test.test_decode)
PASS: test_encode (test.test_codecs.Latin1Test.test_encode)
PASS: test_encode_errors (test.test_codecs.Latin1Test.test_encode_errors)
PASS: test_encode_surrogateescape_error (test.test_codecs.Latin1Test.test_encode_surrogateescape_error)
PASS: test_decode_strict (test.test_codecs.LocaleCodecTest.test_decode_strict)
PASS: test_decode_surrogateescape (test.test_codecs.LocaleCodecTest.test_decode_surrogateescape)
SKIP: test_decode_surrogatepass (test.test_codecs.LocaleCodecTest.test_decode_surrogatepass) "'utf-8' decoder doesn't support surrogatepass error handler"
PASS: test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler)
PASS: test_encode_strict (test.test_codecs.LocaleCodecTest.test_encode_strict)
PASS: test_encode_surrogateescape (test.test_codecs.LocaleCodecTest.test_encode_surrogateescape)
SKIP: test_encode_surrogatepass (test.test_codecs.LocaleCodecTest.test_encode_surrogatepass) "'utf-8' encoder doesn't support surrogatepass error handler"
PASS: test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler)
PASS: test_nameprep (test.test_codecs.NameprepTest.test_nameprep)
PASS: test_decode (test.test_codecs.PunycodeTest.test_decode)
PASS: test_decode_invalid (test.test_codecs.PunycodeTest.test_decode_invalid)
PASS: test_encode (test.test_codecs.PunycodeTest.test_encode)
PASS: test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest.test_bug1175396)
PASS: test_decode_errors (test.test_codecs.RawUnicodeEscapeTest.test_decode_errors)
PASS: test_empty (test.test_codecs.RawUnicodeEscapeTest.test_empty)
PASS: test_escape_decode (test.test_codecs.RawUnicodeEscapeTest.test_escape_decode)
PASS: test_escape_encode (test.test_codecs.RawUnicodeEscapeTest.test_escape_encode)
PASS: test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass)
PASS: test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.RawUnicodeEscapeTest.test_partial)
PASS: test_raw_decode (test.test_codecs.RawUnicodeEscapeTest.test_raw_decode)
PASS: test_raw_encode (test.test_codecs.RawUnicodeEscapeTest.test_raw_encode)
PASS: test_readline (test.test_codecs.RawUnicodeEscapeTest.test_readline)
PASS: test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue)
PASS: test_array (test.test_codecs.ReadBufferTest.test_array)
PASS: test_bad_args (test.test_codecs.ReadBufferTest.test_bad_args)
PASS: test_empty (test.test_codecs.ReadBufferTest.test_empty)
PASS: test_decode (test.test_codecs.Rot13Test.test_decode)
PASS: test_encode (test.test_codecs.Rot13Test.test_encode)
PASS: test_incremental_decode (test.test_codecs.Rot13Test.test_incremental_decode)
PASS: test_incremental_encode (test.test_codecs.Rot13Test.test_incremental_encode)
PASS: test_rot13_func (test.test_codecs.Rot13UtilTest.test_rot13_func)
PASS: test_copy (test.test_codecs.StreamReaderTest.test_copy)
PASS: test_pickle (test.test_codecs.StreamReaderTest.test_pickle)
PASS: test_readlines (test.test_codecs.StreamReaderTest.test_readlines)
PASS: test_copy (test.test_codecs.StreamReaderWriterTest.test_copy)
PASS: test_pickle (test.test_codecs.StreamReaderWriterTest.test_pickle)
PASS: test_copy (test.test_codecs.StreamRecoderTest.test_copy)
PASS: test_pickle (test.test_codecs.StreamRecoderTest.test_pickle)
PASS: test_seeking_read (test.test_codecs.StreamRecoderTest.test_seeking_read)
PASS: test_seeking_write (test.test_codecs.StreamRecoderTest.test_seeking_write)
PASS: test_write (test.test_codecs.StreamRecoderTest.test_write)
PASS: test_writelines (test.test_codecs.StreamRecoderTest.test_writelines)
PASS: test_copy (test.test_codecs.StreamWriterTest.test_copy)
PASS: test_pickle (test.test_codecs.StreamWriterTest.test_pickle)
PASS: test_ascii (test.test_codecs.SurrogateEscapeTest.test_ascii)
PASS: test_charmap (test.test_codecs.SurrogateEscapeTest.test_charmap)
PASS: test_latin1 (test.test_codecs.SurrogateEscapeTest.test_latin1)
PASS: test_utf8 (test.test_codecs.SurrogateEscapeTest.test_utf8)
PASS: test_alias_modules_exist (test.test_codecs.TransformCodecTest.test_alias_modules_exist)
PASS: test_aliases (test.test_codecs.TransformCodecTest.test_aliases)
PASS: test_basics (test.test_codecs.TransformCodecTest.test_basics)
PASS: test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms)
PASS: test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms)
PASS: test_buffer_api_usage (test.test_codecs.TransformCodecTest.test_buffer_api_usage)
PASS: test_custom_hex_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_hex_error_is_noted)
PASS: test_custom_zlib_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_noted)
PASS: test_quopri_stateless (test.test_codecs.TransformCodecTest.test_quopri_stateless)
PASS: test_read (test.test_codecs.TransformCodecTest.test_read)
PASS: test_readline (test.test_codecs.TransformCodecTest.test_readline)
PASS: test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms)
PASS: test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms)
PASS: test_uu_invalid (test.test_codecs.TransformCodecTest.test_uu_invalid)
PASS: test_decode_unicode (test.test_codecs.TypesTest.test_decode_unicode)
PASS: test_unicode_escape (test.test_codecs.TypesTest.test_unicode_escape)
PASS: test_bug1098990_a (test.test_codecs.UTF16BETest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF16BETest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF16BETest.test_bug1175396)
PASS: test_errors (test.test_codecs.UTF16BETest.test_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF16BETest.test_incremental_surrogatepass)
PASS: test_lone_surrogates (test.test_codecs.UTF16BETest.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF16BETest.test_mixed_readline_and_read)
PASS: test_nonbmp (test.test_codecs.UTF16BETest.test_nonbmp)
PASS: test_partial (test.test_codecs.UTF16BETest.test_partial)
PASS: test_readline (test.test_codecs.UTF16BETest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF16BETest.test_readlinequeue)
PASS: test_bad_args (test.test_codecs.UTF16ExTest.test_bad_args)
PASS: test_errors (test.test_codecs.UTF16ExTest.test_errors)
PASS: test_bug1098990_a (test.test_codecs.UTF16LETest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF16LETest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF16LETest.test_bug1175396)
PASS: test_errors (test.test_codecs.UTF16LETest.test_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF16LETest.test_incremental_surrogatepass)
PASS: test_lone_surrogates (test.test_codecs.UTF16LETest.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF16LETest.test_mixed_readline_and_read)
PASS: test_nonbmp (test.test_codecs.UTF16LETest.test_nonbmp)
PASS: test_partial (test.test_codecs.UTF16LETest.test_partial)
PASS: test_readline (test.test_codecs.UTF16LETest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF16LETest.test_readlinequeue)
PASS: test_badbom (test.test_codecs.UTF16Test.test_badbom)
PASS: test_bug1098990_a (test.test_codecs.UTF16Test.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF16Test.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF16Test.test_bug1175396)
PASS: test_bug691291 (test.test_codecs.UTF16Test.test_bug691291)
PASS: test_decoder_state (test.test_codecs.UTF16Test.test_decoder_state)
PASS: test_errors (test.test_codecs.UTF16Test.test_errors)
PASS: test_handlers (test.test_codecs.UTF16Test.test_handlers)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF16Test.test_incremental_surrogatepass)
PASS: test_invalid_modes (test.test_codecs.UTF16Test.test_invalid_modes)
PASS: test_lone_surrogates (test.test_codecs.UTF16Test.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF16Test.test_mixed_readline_and_read)
PASS: test_only_one_bom (test.test_codecs.UTF16Test.test_only_one_bom)
PASS: test_partial (test.test_codecs.UTF16Test.test_partial)
PASS: test_readline (test.test_codecs.UTF16Test.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF16Test.test_readlinequeue)
PASS: test_bug1098990_a (test.test_codecs.UTF32BETest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF32BETest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF32BETest.test_bug1175396)
PASS: test_errors (test.test_codecs.UTF32BETest.test_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF32BETest.test_incremental_surrogatepass)
PASS: test_issue8941 (test.test_codecs.UTF32BETest.test_issue8941)
PASS: test_lone_surrogates (test.test_codecs.UTF32BETest.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF32BETest.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.UTF32BETest.test_partial)
PASS: test_readline (test.test_codecs.UTF32BETest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF32BETest.test_readlinequeue)
PASS: test_simple (test.test_codecs.UTF32BETest.test_simple)
PASS: test_bug1098990_a (test.test_codecs.UTF32LETest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF32LETest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF32LETest.test_bug1175396)
PASS: test_errors (test.test_codecs.UTF32LETest.test_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF32LETest.test_incremental_surrogatepass)
PASS: test_issue8941 (test.test_codecs.UTF32LETest.test_issue8941)
PASS: test_lone_surrogates (test.test_codecs.UTF32LETest.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF32LETest.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.UTF32LETest.test_partial)
PASS: test_readline (test.test_codecs.UTF32LETest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF32LETest.test_readlinequeue)
PASS: test_simple (test.test_codecs.UTF32LETest.test_simple)
PASS: test_badbom (test.test_codecs.UTF32Test.test_badbom)
PASS: test_bug1098990_a (test.test_codecs.UTF32Test.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF32Test.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF32Test.test_bug1175396)
PASS: test_decoder_state (test.test_codecs.UTF32Test.test_decoder_state)
PASS: test_errors (test.test_codecs.UTF32Test.test_errors)
PASS: test_handlers (test.test_codecs.UTF32Test.test_handlers)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF32Test.test_incremental_surrogatepass)
PASS: test_issue8941 (test.test_codecs.UTF32Test.test_issue8941)
PASS: test_lone_surrogates (test.test_codecs.UTF32Test.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF32Test.test_mixed_readline_and_read)
PASS: test_only_one_bom (test.test_codecs.UTF32Test.test_only_one_bom)
PASS: test_partial (test.test_codecs.UTF32Test.test_partial)
PASS: test_readline (test.test_codecs.UTF32Test.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF32Test.test_readlinequeue)
PASS: test_ascii (test.test_codecs.UTF7Test.test_ascii)
PASS: test_bug1098990_a (test.test_codecs.UTF7Test.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF7Test.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF7Test.test_bug1175396)
PASS: test_errors (test.test_codecs.UTF7Test.test_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF7Test.test_incremental_surrogatepass)
PASS: test_lone_surrogates (test.test_codecs.UTF7Test.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF7Test.test_mixed_readline_and_read)
PASS: test_nonbmp (test.test_codecs.UTF7Test.test_nonbmp)
PASS: test_partial (test.test_codecs.UTF7Test.test_partial)
PASS: test_readline (test.test_codecs.UTF7Test.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF7Test.test_readlinequeue)
PASS: test_bom (test.test_codecs.UTF8SigTest.test_bom)
PASS: test_bug1098990_a (test.test_codecs.UTF8SigTest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF8SigTest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF8SigTest.test_bug1175396)
PASS: test_bug1601501 (test.test_codecs.UTF8SigTest.test_bug1601501)
PASS: test_decode_error (test.test_codecs.UTF8SigTest.test_decode_error)
PASS: test_decoder_state (test.test_codecs.UTF8SigTest.test_decoder_state)
PASS: test_incremental_errors (test.test_codecs.UTF8SigTest.test_incremental_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF8SigTest.test_incremental_surrogatepass)
PASS: test_lone_surrogates (test.test_codecs.UTF8SigTest.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF8SigTest.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.UTF8SigTest.test_partial)
PASS: test_readline (test.test_codecs.UTF8SigTest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF8SigTest.test_readlinequeue)
PASS: test_stream_bare (test.test_codecs.UTF8SigTest.test_stream_bare)
PASS: test_stream_bom (test.test_codecs.UTF8SigTest.test_stream_bom)
PASS: test_surrogatepass_handler (test.test_codecs.UTF8SigTest.test_surrogatepass_handler)
PASS: test_bug1098990_a (test.test_codecs.UTF8Test.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UTF8Test.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UTF8Test.test_bug1175396)
PASS: test_decode_error (test.test_codecs.UTF8Test.test_decode_error)
PASS: test_decoder_state (test.test_codecs.UTF8Test.test_decoder_state)
PASS: test_incremental_errors (test.test_codecs.UTF8Test.test_incremental_errors)
PASS: test_incremental_surrogatepass (test.test_codecs.UTF8Test.test_incremental_surrogatepass)
PASS: test_lone_surrogates (test.test_codecs.UTF8Test.test_lone_surrogates)
PASS: test_mixed_readline_and_read (test.test_codecs.UTF8Test.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.UTF8Test.test_partial)
PASS: test_readline (test.test_codecs.UTF8Test.test_readline)
PASS: test_readlinequeue (test.test_codecs.UTF8Test.test_readlinequeue)
PASS: test_surrogatepass_handler (test.test_codecs.UTF8Test.test_surrogatepass_handler)
PASS: test_bug1098990_a (test.test_codecs.UnicodeEscapeTest.test_bug1098990_a)
PASS: test_bug1098990_b (test.test_codecs.UnicodeEscapeTest.test_bug1098990_b)
PASS: test_bug1175396 (test.test_codecs.UnicodeEscapeTest.test_bug1175396)
PASS: test_decode_errors (test.test_codecs.UnicodeEscapeTest.test_decode_errors)
PASS: test_decode_warnings (test.test_codecs.UnicodeEscapeTest.test_decode_warnings)
PASS: test_empty (test.test_codecs.UnicodeEscapeTest.test_empty)
PASS: test_escape_decode (test.test_codecs.UnicodeEscapeTest.test_escape_decode)
PASS: test_escape_encode (test.test_codecs.UnicodeEscapeTest.test_escape_encode)
PASS: test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass)
PASS: test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read)
PASS: test_partial (test.test_codecs.UnicodeEscapeTest.test_partial)
PASS: test_raw_decode (test.test_codecs.UnicodeEscapeTest.test_raw_decode)
PASS: test_raw_encode (test.test_codecs.UnicodeEscapeTest.test_raw_encode)
PASS: test_readline (test.test_codecs.UnicodeEscapeTest.test_readline)
PASS: test_readlinequeue (test.test_codecs.UnicodeEscapeTest.test_readlinequeue)
PASS: test_encodedfile (test.test_codecs.WithStmtTest.test_encodedfile)
PASS: test_streamreaderwriter (test.test_codecs.WithStmtTest.test_streamreaderwriter)

----------------------------------------------------------------------
Ran 287 tests in 0.800s

OK (skipped=15)
0:02:08 load avg: 3.53 [131/486] test_compiler_assemble passed -- running (1): test.test_multiprocessing_spawn.test_processes (43.1 sec)
PASS: test_exception_table (test.test_compiler_assemble.IsolatedAssembleTests.test_exception_table)
PASS: test_expression_with_pseudo_instruction_load_closure (test.test_compiler_assemble.IsolatedAssembleTests.test_expression_with_pseudo_instruction_load_closure)
PASS: test_simple_expr (test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr)

----------------------------------------------------------------------
Ran 3 tests in 0.001s

OK
0:02:08 load avg: 3.53 [132/486] test_compiler_codegen passed -- running (1): test.test_multiprocessing_spawn.test_processes (43.2 sec)
PASS: test_for_loop (test.test_compiler_codegen.IsolatedCodeGenTests.test_for_loop)
PASS: test_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_function)
PASS: test_if_expression (test.test_compiler_codegen.IsolatedCodeGenTests.test_if_expression)
PASS: test_nested_functions (test.test_compiler_codegen.IsolatedCodeGenTests.test_nested_functions)
PASS: test_syntax_error__return_not_in_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_syntax_error__return_not_in_function)

----------------------------------------------------------------------
Ran 5 tests in 0.002s

OK
0:02:08 load avg: 3.53 [133/486] test_complex passed -- running (1): test.test_multiprocessing_spawn.test_processes (43.5 sec)
PASS: test___complex__ (test.test_complex.ComplexTest.test___complex__)
PASS: test_abs (test.test_complex.ComplexTest.test_abs)
PASS: test_add (test.test_complex.ComplexTest.test_add)
PASS: test_boolcontext (test.test_complex.ComplexTest.test_boolcontext)
PASS: test_conjugate (test.test_complex.ComplexTest.test_conjugate)
PASS: test_constructor (test.test_complex.ComplexTest.test_constructor)
PASS: test_constructor_from_string (test.test_complex.ComplexTest.test_constructor_from_string)
PASS: test_constructor_negative_nans_from_string (test.test_complex.ComplexTest.test_constructor_negative_nans_from_string)
PASS: test_constructor_special_numbers (test.test_complex.ComplexTest.test_constructor_special_numbers)
PASS: test_divmod (test.test_complex.ComplexTest.test_divmod)
PASS: test_divmod_zero_division (test.test_complex.ComplexTest.test_divmod_zero_division)
PASS: test_floordiv (test.test_complex.ComplexTest.test_floordiv)
PASS: test_floordiv_zero_division (test.test_complex.ComplexTest.test_floordiv_zero_division)
PASS: test_format (test.test_complex.ComplexTest.test_format)
PASS: test_from_number (test.test_complex.ComplexTest.test_from_number)
PASS: test_from_number_subclass (test.test_complex.ComplexTest.test_from_number_subclass)
PASS: test_getnewargs (test.test_complex.ComplexTest.test_getnewargs)
PASS: test_hash (test.test_complex.ComplexTest.test_hash)
PASS: test_mod (test.test_complex.ComplexTest.test_mod)
PASS: test_mod_zero_division (test.test_complex.ComplexTest.test_mod_zero_division)
PASS: test_mul (test.test_complex.ComplexTest.test_mul)
PASS: test_neg (test.test_complex.ComplexTest.test_neg)
PASS: test_negated_imaginary_literal (test.test_complex.ComplexTest.test_negated_imaginary_literal)
PASS: test_negative_zero_repr_str (test.test_complex.ComplexTest.test_negative_zero_repr_str)
PASS: test_overflow (test.test_complex.ComplexTest.test_overflow)
PASS: test_plus_minus_0j (test.test_complex.ComplexTest.test_plus_minus_0j)
PASS: test_pos (test.test_complex.ComplexTest.test_pos)
PASS: test_pow (test.test_complex.ComplexTest.test_pow)
PASS: test_pow_with_small_integer_exponents (test.test_complex.ComplexTest.test_pow_with_small_integer_exponents)
PASS: test_repr_roundtrip (test.test_complex.ComplexTest.test_repr_roundtrip)
PASS: test_repr_str (test.test_complex.ComplexTest.test_repr_str)
PASS: test_richcompare (test.test_complex.ComplexTest.test_richcompare)
PASS: test_richcompare_boundaries (test.test_complex.ComplexTest.test_richcompare_boundaries)
PASS: test_sub (test.test_complex.ComplexTest.test_sub)
PASS: test_truediv (test.test_complex.ComplexTest.test_truediv)
PASS: test_truediv_zero_division (test.test_complex.ComplexTest.test_truediv_zero_division)
PASS: test_underscores (test.test_complex.ComplexTest.test_underscores)

----------------------------------------------------------------------
Ran 37 tests in 0.041s

OK
0:02:09 load avg: 3.53 [134/486] test_configparser passed -- running (1): test.test_multiprocessing_spawn.test_processes (44.2 sec)
PASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase.test_converters_at_init)
PASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase.test_inheritance)
PASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase.test_instance_assignment)
PASS: test_comment_handling (test.test_configparser.CompatibleTestCase.test_comment_handling)
PASS: test_explicit_none (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)
PASS: test_interpolation_with_allow_no_value (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)
PASS: test_add_section_default (test.test_configparser.ConfigParserTestCase.test_add_section_default)
PASS: test_basic (test.test_configparser.ConfigParserTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.ConfigParserTestCase.test_defaults_keyword)
PASS: bpo-23835 fix for ConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCase.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.ConfigParserTestCase.test_interpolation)
PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase.test_interpolation_missing_value)
PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.ConfigParserTestCase.test_items)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCase.test_safe_interpolation)
PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase.test_set_malformatted_interpolation)
PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCase.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCase.test_write)
PASS: test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity)
PASS: test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_basic)
PASS: test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_conflicts)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_default_case_sensitivity)
PASS: test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_endless_loop)
PASS: test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_extended_interpolation)
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_invalid_multiline_value)
PASS: test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_other_errors)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_setitem)
PASS: test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_strange_options)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_write)
PASS: test_error_on_wrong_type_for_interpolation (test.test_configparser.ConfigParserTestCaseInvalidInterpolationType.test_error_on_wrong_type_for_interpolation)
PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_default_case_sensitivity)
PASS: test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_empty_case)
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_invalid_multiline_value)
PASS: test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_no_interpolation)
PASS: test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_none_as_default_interpolation)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_write)
PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue.test_add_section_default)
PASS: test_basic (test.test_configparser.ConfigParserTestCaseNoValue.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoValue.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCaseNoValue.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue.test_defaults_keyword)
PASS: bpo-23835 fix for ConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoValue.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation)
PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_missing_value)
SKIP: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue.test_invalid_multiline_value) 'if no_value is allowed, ParsingError is not raised'
PASS: test_items (test.test_configparser.ConfigParserTestCaseNoValue.test_items)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoValue.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path)
PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_safe_interpolation)
PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_set_malformatted_interpolation)
PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoValue.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCaseNoValue.test_write)
PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_add_section_default)
PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_defaults_keyword)
PASS: bpo-23835 fix for ConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation)
PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_missing_value)
PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_items)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path)
PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_safe_interpolation)
PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_malformatted_interpolation)
PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_write)
PASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_add_section_default)
PASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)
PASS: bpo-23835 fix for ConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation)
PASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_missing_value)
PASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_items)
PASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_popitem)
PASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_query_errors)
SKIP: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'
SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'
PASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_safe_interpolation)
PASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_malformatted_interpolation)
PASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_weird_errors)
PASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_write)
PASS: test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3)
PASS: test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure)
PASS: test_basic (test.test_configparser.ConvertersTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.ConvertersTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.ConvertersTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.ConvertersTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.ConvertersTestCase.test_clear)
PASS: test_converters (test.test_configparser.ConvertersTestCase.test_converters)
PASS: test_default_case_sensitivity (test.test_configparser.ConvertersTestCase.test_default_case_sensitivity)
PASS: test_get_after_duplicate_option_error (test.test_configparser.ConvertersTestCase.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.ConvertersTestCase.test_invalid_multiline_value)
PASS: test_parse_errors (test.test_configparser.ConvertersTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.ConvertersTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.ConvertersTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.ConvertersTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.ConvertersTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.ConvertersTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.ConvertersTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.ConvertersTestCase.test_write)
PASS: test_basic (test.test_configparser.CopyTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.CopyTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.CopyTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.CopyTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.CopyTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.CopyTestCase.test_default_case_sensitivity)
PASS: test_get_after_duplicate_option_error (test.test_configparser.CopyTestCase.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.CopyTestCase.test_invalid_multiline_value)
PASS: test_parse_errors (test.test_configparser.CopyTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.CopyTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.CopyTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.CopyTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.CopyTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.CopyTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.CopyTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.CopyTestCase.test_write)
PASS: test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase.test_duplicate_option_error)
PASS: test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase.test_inconsistent_converters_state)
PASS: test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_depth_error)
PASS: test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_validation)
PASS: test_parsing_error (test.test_configparser.CoverageOneHundredTestCase.test_parsing_error)
PASS: test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase.test_sectionproxy_repr)
PASS: test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_basic_interpolation)
PASS: test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_extended_interpolation)
PASS: test_missing_options (test.test_configparser.ExceptionContextTestCase.test_missing_options)
PASS: test_missing_section (test.test_configparser.ExceptionContextTestCase.test_missing_section)
PASS: test_remove_option (test.test_configparser.ExceptionContextTestCase.test_remove_option)
PASS: test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicateoptionerror)
PASS: test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicatesectionerror)
PASS: test_error (test.test_configparser.ExceptionPicklingTestCase.test_error)
PASS: test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationdeptherror)
PASS: test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationerror)
PASS: test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationmissingoptionerror)
PASS: test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationsyntaxerror)
PASS: test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase.test_missingsectionheadererror)
PASS: test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase.test_nooptionerror)
PASS: test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase.test_nosectionerror)
PASS: test_parsingerror (test.test_configparser.ExceptionPicklingTestCase.test_parsingerror)
PASS: test_stripping (test.test_configparser.InlineCommentStrippingTestCase.test_stripping)
PASS: test_delimiter_in_key (test.test_configparser.InvalidInputTestCase.test_delimiter_in_key)
PASS: test_section_bracket_in_key (test.test_configparser.InvalidInputTestCase.test_section_bracket_in_key)
PASS: test_none_as_value_stringified (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified)
PASS: test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_raw)
PASS: test__all__ (test.test_configparser.MiscTestCase.test__all__)
PASS: test_basic (test.test_configparser.MultilineValuesTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.MultilineValuesTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.MultilineValuesTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.MultilineValuesTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity)
PASS: test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values)
PASS: test_get_after_duplicate_option_error (test.test_configparser.MultilineValuesTestCase.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value)
PASS: test_parse_errors (test.test_configparser.MultilineValuesTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.MultilineValuesTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.MultilineValuesTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.MultilineValuesTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.MultilineValuesTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.MultilineValuesTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.MultilineValuesTestCase.test_write)
PASS: test_explicit_none (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)
PASS: test_interpolation_with_allow_no_value (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)
PASS: test_basic (test.test_configparser.RawConfigParserTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.RawConfigParserTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.RawConfigParserTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.RawConfigParserTestCase.test_defaults_keyword)
PASS: bpo-23835 legacy behavior for RawConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCase.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.RawConfigParserTestCase.test_interpolation)
PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.RawConfigParserTestCase.test_items)
PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.RawConfigParserTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.RawConfigParserTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.RawConfigParserTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.RawConfigParserTestCase.test_write)
PASS: test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic)
PASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)
PASS: bpo-23835 legacy behavior for RawConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_interpolation)
PASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_items)
PASS: test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors)
PASS: test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_popitem)
PASS: test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_query_errors)
SKIP: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'
SKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'
PASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_string_types)
PASS: test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_setitem)
PASS: test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_weird_errors)
PASS: test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_write)
PASS: test_reading (test.test_configparser.RawConfigParserTestSambaConf.test_reading)
PASS: test_file (test.test_configparser.ReadFileTestCase.test_file)
PASS: test_iterable (test.test_configparser.ReadFileTestCase.test_iterable)
PASS: test_keys_without_value_with_extra_whitespace (test.test_configparser.ReadFileTestCase.test_keys_without_value_with_extra_whitespace)
test_readline_generator (test.test_configparser.ReadFileTestCase.test_readline_generator)
PASS: Issue #11670.
test_source_as_bytes (test.test_configparser.ReadFileTestCase.test_source_as_bytes)
PASS: Issue #18260.
PASS: test_add_section (test.test_configparser.SectionlessTestCase.test_add_section)
PASS: test_disabled_error (test.test_configparser.SectionlessTestCase.test_disabled_error)
PASS: test_empty_unnamed_section (test.test_configparser.SectionlessTestCase.test_empty_unnamed_section)
PASS: test_multiple_configs (test.test_configparser.SectionlessTestCase.test_multiple_configs)
PASS: test_no_first_section (test.test_configparser.SectionlessTestCase.test_no_first_section)
PASS: test_no_section (test.test_configparser.SectionlessTestCase.test_no_section)
PASS: test_basic (test.test_configparser.SortedTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.SortedTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.SortedTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.SortedTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.SortedTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.SortedTestCase.test_default_case_sensitivity)
test_defaults_keyword (test.test_configparser.SortedTestCase.test_defaults_keyword)
PASS: bpo-23835 legacy behavior for RawConfigParser
PASS: test_get_after_duplicate_option_error (test.test_configparser.SortedTestCase.test_get_after_duplicate_option_error)
PASS: test_interpolation (test.test_configparser.SortedTestCase.test_interpolation)
PASS: test_invalid_multiline_value (test.test_configparser.SortedTestCase.test_invalid_multiline_value)
PASS: test_items (test.test_configparser.SortedTestCase.test_items)
PASS: test_parse_errors (test.test_configparser.SortedTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.SortedTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.SortedTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.SortedTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_nonstring_types (test.test_configparser.SortedTestCase.test_set_nonstring_types)
PASS: test_set_string_types (test.test_configparser.SortedTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.SortedTestCase.test_setitem)
PASS: test_sorted (test.test_configparser.SortedTestCase.test_sorted)
PASS: test_weird_errors (test.test_configparser.SortedTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.SortedTestCase.test_write)
PASS: test_basic (test.test_configparser.StrictTestCase.test_basic)
PASS: test_basic_from_dict (test.test_configparser.StrictTestCase.test_basic_from_dict)
PASS: test_boolean (test.test_configparser.StrictTestCase.test_boolean)
PASS: test_case_sensitivity (test.test_configparser.StrictTestCase.test_case_sensitivity)
PASS: test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase.test_case_sensitivity_mapping_access)
PASS: test_clear (test.test_configparser.StrictTestCase.test_clear)
PASS: test_default_case_sensitivity (test.test_configparser.StrictTestCase.test_default_case_sensitivity)
PASS: test_get_after_duplicate_option_error (test.test_configparser.StrictTestCase.test_get_after_duplicate_option_error)
PASS: test_invalid_multiline_value (test.test_configparser.StrictTestCase.test_invalid_multiline_value)
PASS: test_parse_errors (test.test_configparser.StrictTestCase.test_parse_errors)
PASS: test_popitem (test.test_configparser.StrictTestCase.test_popitem)
PASS: test_query_errors (test.test_configparser.StrictTestCase.test_query_errors)
PASS: test_read_returns_file_list (test.test_configparser.StrictTestCase.test_read_returns_file_list)
PASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path)
PASS: test_set_string_types (test.test_configparser.StrictTestCase.test_set_string_types)
PASS: test_setitem (test.test_configparser.StrictTestCase.test_setitem)
PASS: test_weird_errors (test.test_configparser.StrictTestCase.test_weird_errors)
PASS: test_write (test.test_configparser.StrictTestCase.test_write)

----------------------------------------------------------------------
Ran 341 tests in 0.400s

OK (skipped=5)
0:02:09 load avg: 3.53 [135/486] test_contains passed -- running (1): test.test_multiprocessing_spawn.test_processes (44.3 sec)
PASS: test_block_fallback (test.test_contains.TestContains.test_block_fallback)
PASS: test_builtin_sequence_types (test.test_contains.TestContains.test_builtin_sequence_types)
PASS: test_common_tests (test.test_contains.TestContains.test_common_tests)
PASS: test_nonreflexive (test.test_contains.TestContains.test_nonreflexive)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
0:02:09 load avg: 3.53 [136/486] test_context passed -- running (1): test.test_multiprocessing_spawn.test_processes (44.9 sec)
PASS: test_context_copy_1 (test.test_context.ContextTest.test_context_copy_1)
PASS: test_context_eq_reentrant_contextvar_set (test.test_context.ContextTest.test_context_eq_reentrant_contextvar_set)
PASS: test_context_eq_reentrant_contextvar_set_in_hash (test.test_context.ContextTest.test_context_eq_reentrant_contextvar_set_in_hash)
PASS: test_context_get_context_1 (test.test_context.ContextTest.test_context_get_context_1)
PASS: test_context_getset_1 (test.test_context.ContextTest.test_context_getset_1)
PASS: test_context_getset_2 (test.test_context.ContextTest.test_context_getset_2)
PASS: test_context_getset_3 (test.test_context.ContextTest.test_context_getset_3)
PASS: test_context_getset_4 (test.test_context.ContextTest.test_context_getset_4)
PASS: test_context_getset_5 (test.test_context.ContextTest.test_context_getset_5)
PASS: test_context_isinstance (test.test_context.ContextTest.test_context_isinstance)
PASS: test_context_new_1 (test.test_context.ContextTest.test_context_new_1)
PASS: test_context_new_unhashable_str_subclass (test.test_context.ContextTest.test_context_new_unhashable_str_subclass)
PASS: test_context_run_1 (test.test_context.ContextTest.test_context_run_1)
PASS: test_context_run_2 (test.test_context.ContextTest.test_context_run_2)
PASS: test_context_run_3 (test.test_context.ContextTest.test_context_run_3)
PASS: test_context_run_4 (test.test_context.ContextTest.test_context_run_4)
PASS: test_context_run_5 (test.test_context.ContextTest.test_context_run_5)
PASS: test_context_run_6 (test.test_context.ContextTest.test_context_run_6)
PASS: test_context_run_7 (test.test_context.ContextTest.test_context_run_7)
PASS: test_context_subclassing_1 (test.test_context.ContextTest.test_context_subclassing_1)
PASS: test_context_thread_inherit (test.test_context.ContextTest.test_context_thread_inherit)
PASS: test_context_threads_1 (test.test_context.ContextTest.test_context_threads_1)
PASS: test_context_typerrors_1 (test.test_context.ContextTest.test_context_typerrors_1)
PASS: test_context_var_new_1 (test.test_context.ContextTest.test_context_var_new_1)
PASS: test_context_var_repr_1 (test.test_context.ContextTest.test_context_var_repr_1)
PASS: test_token_contextmanager_multiple_c_set (test.test_context.ContextTest.test_token_contextmanager_multiple_c_set)
PASS: test_token_contextmanager_on_exception (test.test_context.ContextTest.test_token_contextmanager_on_exception)
PASS: test_token_contextmanager_reentrant (test.test_context.ContextTest.test_token_contextmanager_reentrant)
PASS: test_token_contextmanager_with_default (test.test_context.ContextTest.test_token_contextmanager_with_default)
PASS: test_token_contextmanager_with_explicit_reset_another_token (test.test_context.ContextTest.test_token_contextmanager_with_explicit_reset_another_token)
PASS: test_token_contextmanager_with_explicit_reset_the_same_token (test.test_context.ContextTest.test_token_contextmanager_with_explicit_reset_the_same_token)
PASS: test_token_contextmanager_without_default (test.test_context.ContextTest.test_token_contextmanager_without_default)
PASS: test_token_repr_1 (test.test_context.ContextTest.test_token_repr_1)
PASS: test_hamt_basics_1 (test.test_context.HamtTest.test_hamt_basics_1)
PASS: test_hamt_basics_2 (test.test_context.HamtTest.test_hamt_basics_2)
PASS: test_hamt_basics_3 (test.test_context.HamtTest.test_hamt_basics_3)
PASS: test_hamt_basics_4 (test.test_context.HamtTest.test_hamt_basics_4)
PASS: test_hamt_collision_1 (test.test_context.HamtTest.test_hamt_collision_1)
PASS: test_hamt_collision_3 (test.test_context.HamtTest.test_hamt_collision_3)
PASS: test_hamt_delete_1 (test.test_context.HamtTest.test_hamt_delete_1)
PASS: test_hamt_delete_2 (test.test_context.HamtTest.test_hamt_delete_2)
PASS: test_hamt_delete_3 (test.test_context.HamtTest.test_hamt_delete_3)
PASS: test_hamt_delete_4 (test.test_context.HamtTest.test_hamt_delete_4)
PASS: test_hamt_delete_5 (test.test_context.HamtTest.test_hamt_delete_5)
PASS: test_hamt_eq_1 (test.test_context.HamtTest.test_hamt_eq_1)
PASS: test_hamt_eq_2 (test.test_context.HamtTest.test_hamt_eq_2)
PASS: test_hamt_gc_1 (test.test_context.HamtTest.test_hamt_gc_1)
PASS: test_hamt_gc_2 (test.test_context.HamtTest.test_hamt_gc_2)
PASS: test_hamt_getitem_1 (test.test_context.HamtTest.test_hamt_getitem_1)
PASS: test_hamt_in_1 (test.test_context.HamtTest.test_hamt_in_1)
PASS: test_hamt_items_1 (test.test_context.HamtTest.test_hamt_items_1)
PASS: test_hamt_items_2 (test.test_context.HamtTest.test_hamt_items_2)
PASS: test_hamt_items_3 (test.test_context.HamtTest.test_hamt_items_3)
PASS: test_hamt_keys_1 (test.test_context.HamtTest.test_hamt_keys_1)
SKIP: test_hamt_stress (test.test_context.HamtTest.test_hamt_stress) "resource 'cpu' is not enabled"
PASS: test_hashkey_helper_1 (test.test_context.HamtTest.test_hashkey_helper_1)

----------------------------------------------------------------------
Ran 56 tests in 0.393s

OK (skipped=1)
0:02:10 load avg: 3.53 [137/486] test_contextlib passed -- running (1): test.test_multiprocessing_spawn.test_processes (45.1 sec)
PASS: test_closing (test.test_contextlib.ClosingTestCase.test_closing)
PASS: test_closing_error (test.test_contextlib.ClosingTestCase.test_closing_error)
PASS: test_instance_docs (test.test_contextlib.ClosingTestCase.test_instance_docs)
PASS: test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase.test_contextmanager_attribs)
PASS: test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions)
PASS: test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib)
PASS: test_contextmanager_except (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except)
PASS: test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479)
PASS: test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter)
PASS: test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally)
PASS: test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise)
PASS: test_contextmanager_non_normalised (test.test_contextlib.ContextManagerTestCase.test_contextmanager_non_normalised)
PASS: test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain)
PASS: test_contextmanager_traceback (test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback)
PASS: test_contextmanager_trap_no_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_no_yield)
PASS: test_contextmanager_trap_second_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_second_yield)
PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw)
PASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib.ContextManagerTestCase.test_contextmanager_wrap_runtimeerror)
PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring)
PASS: test_keywords (test.test_contextlib.ContextManagerTestCase.test_keywords)
PASS: test_nokeepref (test.test_contextlib.ContextManagerTestCase.test_nokeepref)
PASS: test_param_errors (test.test_contextlib.ContextManagerTestCase.test_param_errors)
PASS: test_recursive (test.test_contextlib.ContextManagerTestCase.test_recursive)
PASS: testWithOpen (test.test_contextlib.FileContextTestCase.testWithOpen)
PASS: testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase.testWithBoundedSemaphore)
PASS: testWithCondition (test.test_contextlib.LockContextTestCase.testWithCondition)
PASS: testWithLock (test.test_contextlib.LockContextTestCase.testWithLock)
PASS: testWithRLock (test.test_contextlib.LockContextTestCase.testWithRLock)
PASS: testWithSemaphore (test.test_contextlib.LockContextTestCase.testWithSemaphore)
PASS: test_nullcontext (test.test_contextlib.NullcontextTestCase.test_nullcontext)
PASS: test_enter (test.test_contextlib.TestAbstractContextManager.test_enter)
PASS: test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager.test_exit_is_abstract)
PASS: test_slots (test.test_contextlib.TestAbstractContextManager.test_slots)
PASS: test_structural_subclassing (test.test_contextlib.TestAbstractContextManager.test_structural_subclassing)
PASS: test_exception (test.test_contextlib.TestChdir.test_exception)
PASS: test_reentrant (test.test_contextlib.TestChdir.test_reentrant)
PASS: test_simple (test.test_contextlib.TestChdir.test_simple)
PASS: test_contextdecorator (test.test_contextlib.TestContextDecorator.test_contextdecorator)
PASS: test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator.test_contextdecorator_as_mixin)
PASS: test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator.test_contextdecorator_with_exception)
PASS: test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator.test_contextmanager_as_decorator)
PASS: test_decorating_method (test.test_contextlib.TestContextDecorator.test_decorating_method)
PASS: test_decorator (test.test_contextlib.TestContextDecorator.test_decorator)
PASS: test_decorator_with_exception (test.test_contextlib.TestContextDecorator.test_decorator_with_exception)
PASS: test_instance_docs (test.test_contextlib.TestContextDecorator.test_instance_docs)
PASS: test_typo_enter (test.test_contextlib.TestContextDecorator.test_typo_enter)
PASS: test_typo_exit (test.test_contextlib.TestContextDecorator.test_typo_exit)
PASS: test_body_exception_suppress (test.test_contextlib.TestExitStack.test_body_exception_suppress)
PASS: test_callback (test.test_contextlib.TestExitStack.test_callback)
PASS: test_close (test.test_contextlib.TestExitStack.test_close)
PASS: test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack.test_dont_reraise_RuntimeError)
PASS: test_enter_context (test.test_contextlib.TestExitStack.test_enter_context)
PASS: test_enter_context_errors (test.test_contextlib.TestExitStack.test_enter_context_errors)
PASS: test_excessive_nesting (test.test_contextlib.TestExitStack.test_excessive_nesting)
PASS: test_exit_exception_chaining (test.test_contextlib.TestExitStack.test_exit_exception_chaining)
PASS: test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack.test_exit_exception_chaining_reference)
PASS: test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack.test_exit_exception_chaining_suppress)
PASS: test_exit_exception_explicit_none_context (test.test_contextlib.TestExitStack.test_exit_exception_explicit_none_context)
PASS: test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack.test_exit_exception_non_suppressing)
PASS: test_exit_exception_traceback (test.test_contextlib.TestExitStack.test_exit_exception_traceback)
PASS: test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack.test_exit_exception_with_correct_context)
PASS: test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack.test_exit_exception_with_existing_context)
PASS: test_exit_raise (test.test_contextlib.TestExitStack.test_exit_raise)
PASS: test_exit_suppress (test.test_contextlib.TestExitStack.test_exit_suppress)
PASS: test_instance_bypass (test.test_contextlib.TestExitStack.test_instance_bypass)
PASS: test_instance_docs (test.test_contextlib.TestExitStack.test_instance_docs)
PASS: test_no_resources (test.test_contextlib.TestExitStack.test_no_resources)
PASS: test_pop_all (test.test_contextlib.TestExitStack.test_pop_all)
PASS: test_push (test.test_contextlib.TestExitStack.test_push)
PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr.test_cm_is_reentrant)
PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStderr.test_cm_is_reusable)
PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStderr.test_enter_result_is_target)
PASS: test_instance_docs (test.test_contextlib.TestRedirectStderr.test_instance_docs)
PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr.test_no_redirect_in_init)
PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr.test_redirect_to_string_io)
PASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout.test_cm_is_reentrant)
PASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStdout.test_cm_is_reusable)
PASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStdout.test_enter_result_is_target)
PASS: test_instance_docs (test.test_contextlib.TestRedirectStdout.test_instance_docs)
PASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout.test_no_redirect_in_init)
PASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout.test_redirect_to_string_io)
PASS: test_cm_is_reentrant (test.test_contextlib.TestSuppress.test_cm_is_reentrant)
PASS: test_exact_exception (test.test_contextlib.TestSuppress.test_exact_exception)
PASS: test_exception_groups (test.test_contextlib.TestSuppress.test_exception_groups)
PASS: test_exception_hierarchy (test.test_contextlib.TestSuppress.test_exception_hierarchy)
PASS: test_instance_docs (test.test_contextlib.TestSuppress.test_instance_docs)
PASS: test_multiple_exception_args (test.test_contextlib.TestSuppress.test_multiple_exception_args)
PASS: test_no_args (test.test_contextlib.TestSuppress.test_no_args)
PASS: test_no_exception (test.test_contextlib.TestSuppress.test_no_exception)
PASS: test_no_result_from_enter (test.test_contextlib.TestSuppress.test_no_result_from_enter)
PASS: test_other_exception (test.test_contextlib.TestSuppress.test_other_exception)

----------------------------------------------------------------------
Ran 91 tests in 0.045s

OK
0:02:10 load avg: 3.53 [138/486] test_contextlib_async passed -- running (1): test.test_multiprocessing_spawn.test_processes (45.4 sec)
PASS: test_aclosing (test.test_contextlib_async.AclosingTestCase.test_aclosing)
PASS: test_aclosing_bpo41229 (test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229)
PASS: test_aclosing_error (test.test_contextlib_async.AclosingTestCase.test_aclosing_error)
PASS: test_instance_docs (test.test_contextlib_async.AclosingTestCase.test_instance_docs)
PASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs)
PASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib)
PASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except)
PASS: test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter)
PASS: test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally)
PASS: test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise)
PASS: test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised)
PASS: test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain)
PASS: test_contextmanager_traceback (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback)
PASS: test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield)
PASS: test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield)
PASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw)
PASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror)
PASS: test_decorating_method (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method)
PASS: test_decorator (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator)
PASS: test_decorator_with_exception (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception)
PASS: test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring)
PASS: test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords)
PASS: test_recursive (test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive)
PASS: test_async_gen_propagates_generator_exit (test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit)
PASS: test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter)
PASS: test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract)
PASS: test_slots (test.test_contextlib_async.TestAbstractAsyncContextManager.test_slots)
PASS: test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing)
PASS: test_async_callback (test.test_contextlib_async.TestAsyncExitStack.test_async_callback)
PASS: test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_chaining)
PASS: test_async_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_explicit_none_context)
PASS: test_async_push (test.test_contextlib_async.TestAsyncExitStack.test_async_push)
PASS: test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack.test_body_exception_suppress)
PASS: test_callback (test.test_contextlib_async.TestAsyncExitStack.test_callback)
PASS: test_close (test.test_contextlib_async.TestAsyncExitStack.test_close)
PASS: test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack.test_dont_reraise_RuntimeError)
PASS: test_enter_async_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context)
PASS: test_enter_async_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_errors)
PASS: test_enter_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_context)
PASS: test_enter_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_context_errors)
PASS: test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack.test_excessive_nesting)
PASS: test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining)
PASS: test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_reference)
PASS: test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_suppress)
PASS: test_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_explicit_none_context)
PASS: test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_non_suppressing)
PASS: test_exit_exception_traceback (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_traceback)
PASS: test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_correct_context)
PASS: test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_existing_context)
PASS: test_exit_raise (test.test_contextlib_async.TestAsyncExitStack.test_exit_raise)
PASS: test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_suppress)
PASS: test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass)
PASS: test_instance_bypass_async (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_async)
PASS: test_instance_docs (test.test_contextlib_async.TestAsyncExitStack.test_instance_docs)
PASS: test_no_resources (test.test_contextlib_async.TestAsyncExitStack.test_no_resources)
PASS: test_pop_all (test.test_contextlib_async.TestAsyncExitStack.test_pop_all)
PASS: test_push (test.test_contextlib_async.TestAsyncExitStack.test_push)
PASS: test_async_nullcontext (test.test_contextlib_async.TestAsyncNullcontext.test_async_nullcontext)

----------------------------------------------------------------------
Ran 58 tests in 0.035s

OK
0:02:10 load avg: 3.53 [139/486] test_copy passed -- running (1): test.test_multiprocessing_spawn.test_processes (45.6 sec)
PASS: test__all__ (test.test_copy.MiscTestCase.test__all__)
PASS: test_copy_atomic (test.test_copy.TestCopy.test_copy_atomic)
PASS: test_copy_basic (test.test_copy.TestCopy.test_copy_basic)
PASS: test_copy_bytearray (test.test_copy.TestCopy.test_copy_bytearray)
PASS: test_copy_cant (test.test_copy.TestCopy.test_copy_cant)
PASS: test_copy_copy (test.test_copy.TestCopy.test_copy_copy)
PASS: test_copy_dict (test.test_copy.TestCopy.test_copy_dict)
PASS: test_copy_frozenset (test.test_copy.TestCopy.test_copy_frozenset)
PASS: test_copy_function (test.test_copy.TestCopy.test_copy_function)
PASS: test_copy_inst_copy (test.test_copy.TestCopy.test_copy_inst_copy)
PASS: test_copy_inst_getinitargs (test.test_copy.TestCopy.test_copy_inst_getinitargs)
PASS: test_copy_inst_getnewargs (test.test_copy.TestCopy.test_copy_inst_getnewargs)
PASS: test_copy_inst_getnewargs_ex (test.test_copy.TestCopy.test_copy_inst_getnewargs_ex)
PASS: test_copy_inst_getstate (test.test_copy.TestCopy.test_copy_inst_getstate)
PASS: test_copy_inst_getstate_setstate (test.test_copy.TestCopy.test_copy_inst_getstate_setstate)
PASS: test_copy_inst_setstate (test.test_copy.TestCopy.test_copy_inst_setstate)
PASS: test_copy_inst_vanilla (test.test_copy.TestCopy.test_copy_inst_vanilla)
PASS: test_copy_list (test.test_copy.TestCopy.test_copy_list)
PASS: test_copy_list_subclass (test.test_copy.TestCopy.test_copy_list_subclass)
PASS: test_copy_reduce (test.test_copy.TestCopy.test_copy_reduce)
PASS: test_copy_reduce_ex (test.test_copy.TestCopy.test_copy_reduce_ex)
PASS: test_copy_registry (test.test_copy.TestCopy.test_copy_registry)
PASS: test_copy_set (test.test_copy.TestCopy.test_copy_set)
PASS: test_copy_slots (test.test_copy.TestCopy.test_copy_slots)
PASS: test_copy_tuple (test.test_copy.TestCopy.test_copy_tuple)
PASS: test_copy_tuple_subclass (test.test_copy.TestCopy.test_copy_tuple_subclass)
PASS: test_copy_weakkeydict (test.test_copy.TestCopy.test_copy_weakkeydict)
PASS: test_copy_weakref (test.test_copy.TestCopy.test_copy_weakref)
PASS: test_copy_weakvaluedict (test.test_copy.TestCopy.test_copy_weakvaluedict)
PASS: test_deepcopy_atomic (test.test_copy.TestCopy.test_deepcopy_atomic)
PASS: test_deepcopy_basic (test.test_copy.TestCopy.test_deepcopy_basic)
PASS: test_deepcopy_bound_method (test.test_copy.TestCopy.test_deepcopy_bound_method)
PASS: test_deepcopy_cant (test.test_copy.TestCopy.test_deepcopy_cant)
PASS: test_deepcopy_deepcopy (test.test_copy.TestCopy.test_deepcopy_deepcopy)
PASS: test_deepcopy_dict (test.test_copy.TestCopy.test_deepcopy_dict)
PASS: test_deepcopy_dict_subclass (test.test_copy.TestCopy.test_deepcopy_dict_subclass)
PASS: test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy.test_deepcopy_dont_memo_immutable)
PASS: test_deepcopy_empty_tuple (test.test_copy.TestCopy.test_deepcopy_empty_tuple)
PASS: test_deepcopy_function (test.test_copy.TestCopy.test_deepcopy_function)
PASS: test_deepcopy_inst_deepcopy (test.test_copy.TestCopy.test_deepcopy_inst_deepcopy)
PASS: test_deepcopy_inst_getinitargs (test.test_copy.TestCopy.test_deepcopy_inst_getinitargs)
PASS: test_deepcopy_inst_getnewargs (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs)
PASS: test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_ex)
PASS: test_deepcopy_inst_getstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate)
PASS: test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate_setstate)
PASS: test_deepcopy_inst_setstate (test.test_copy.TestCopy.test_deepcopy_inst_setstate)
PASS: test_deepcopy_inst_vanilla (test.test_copy.TestCopy.test_deepcopy_inst_vanilla)
PASS: test_deepcopy_issubclass (test.test_copy.TestCopy.test_deepcopy_issubclass)
PASS: test_deepcopy_keepalive (test.test_copy.TestCopy.test_deepcopy_keepalive)
PASS: test_deepcopy_list (test.test_copy.TestCopy.test_deepcopy_list)
PASS: test_deepcopy_list_subclass (test.test_copy.TestCopy.test_deepcopy_list_subclass)
PASS: test_deepcopy_memo (test.test_copy.TestCopy.test_deepcopy_memo)
PASS: test_deepcopy_reduce (test.test_copy.TestCopy.test_deepcopy_reduce)
PASS: test_deepcopy_reduce_ex (test.test_copy.TestCopy.test_deepcopy_reduce_ex)
PASS: test_deepcopy_reflexive_dict (test.test_copy.TestCopy.test_deepcopy_reflexive_dict)
PASS: test_deepcopy_reflexive_inst (test.test_copy.TestCopy.test_deepcopy_reflexive_inst)
PASS: test_deepcopy_reflexive_list (test.test_copy.TestCopy.test_deepcopy_reflexive_list)
PASS: test_deepcopy_reflexive_tuple (test.test_copy.TestCopy.test_deepcopy_reflexive_tuple)
PASS: test_deepcopy_registry (test.test_copy.TestCopy.test_deepcopy_registry)
PASS: test_deepcopy_slots (test.test_copy.TestCopy.test_deepcopy_slots)
PASS: test_deepcopy_tuple (test.test_copy.TestCopy.test_deepcopy_tuple)
PASS: test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy.test_deepcopy_tuple_of_immutables)
PASS: test_deepcopy_tuple_subclass (test.test_copy.TestCopy.test_deepcopy_tuple_subclass)
PASS: test_deepcopy_weakkeydict (test.test_copy.TestCopy.test_deepcopy_weakkeydict)
PASS: test_deepcopy_weakref (test.test_copy.TestCopy.test_deepcopy_weakref)
PASS: test_deepcopy_weakvaluedict (test.test_copy.TestCopy.test_deepcopy_weakvaluedict)
PASS: test_exceptions (test.test_copy.TestCopy.test_exceptions)
PASS: test_getstate_exc (test.test_copy.TestCopy.test_getstate_exc)
PASS: test_reconstruct_nostate (test.test_copy.TestCopy.test_reconstruct_nostate)
PASS: test_reconstruct_reflexive (test.test_copy.TestCopy.test_reconstruct_reflexive)
PASS: test_reconstruct_state (test.test_copy.TestCopy.test_reconstruct_state)
PASS: test_reconstruct_state_setstate (test.test_copy.TestCopy.test_reconstruct_state_setstate)
PASS: test_reconstruct_string (test.test_copy.TestCopy.test_reconstruct_string)
PASS: test_reduce_4tuple (test.test_copy.TestCopy.test_reduce_4tuple)
PASS: test_reduce_5tuple (test.test_copy.TestCopy.test_reduce_5tuple)
PASS: test_reduce_6tuple (test.test_copy.TestCopy.test_reduce_6tuple)
PASS: test_reduce_6tuple_none (test.test_copy.TestCopy.test_reduce_6tuple_none)
PASS: test_dataclass (test.test_copy.TestReplace.test_dataclass)
PASS: test_namedtuple (test.test_copy.TestReplace.test_namedtuple)
PASS: test_replace_method (test.test_copy.TestReplace.test_replace_method)
PASS: test_unsupported (test.test_copy.TestReplace.test_unsupported)

----------------------------------------------------------------------
Ran 81 tests in 0.062s

OK
0:02:10 load avg: 3.53 [140/486] test_copyreg passed -- running (1): test.test_multiprocessing_spawn.test_processes (45.8 sec)
PASS: test_bool (test.test_copyreg.CopyRegTestCase.test_bool)
PASS: test_class (test.test_copyreg.CopyRegTestCase.test_class)
PASS: test_extension_registry (test.test_copyreg.CopyRegTestCase.test_extension_registry)
PASS: test_noncallable_constructor (test.test_copyreg.CopyRegTestCase.test_noncallable_constructor)
PASS: test_noncallable_reduce (test.test_copyreg.CopyRegTestCase.test_noncallable_reduce)
PASS: test_slotnames (test.test_copyreg.CopyRegTestCase.test_slotnames)

----------------------------------------------------------------------
Ran 6 tests in 0.001s

OK
0:02:11 load avg: 3.57 [141/486] test_coroutines passed -- running (1): test.test_multiprocessing_spawn.test_processes (46.5 sec)
PASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_1)
PASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_2)
PASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_3)
PASS: test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_4)
PASS: test_tp_await_1 (test.test_coroutines.CAPITest.test_tp_await_1)
PASS: test_tp_await_2 (test.test_coroutines.CAPITest.test_tp_await_2)
PASS: test_tp_await_3 (test.test_coroutines.CAPITest.test_tp_await_3)
PASS: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest.test_asyncio_1)
PASS: test_await_1 (test.test_coroutines.CoroutineTest.test_await_1)
PASS: test_await_10 (test.test_coroutines.CoroutineTest.test_await_10)
PASS: test_await_11 (test.test_coroutines.CoroutineTest.test_await_11)
PASS: test_await_12 (test.test_coroutines.CoroutineTest.test_await_12)
PASS: test_await_13 (test.test_coroutines.CoroutineTest.test_await_13)
PASS: test_await_14 (test.test_coroutines.CoroutineTest.test_await_14)
PASS: test_await_15 (test.test_coroutines.CoroutineTest.test_await_15)
PASS: test_await_16 (test.test_coroutines.CoroutineTest.test_await_16)
PASS: test_await_17 (test.test_coroutines.CoroutineTest.test_await_17)
PASS: test_await_2 (test.test_coroutines.CoroutineTest.test_await_2)
PASS: test_await_3 (test.test_coroutines.CoroutineTest.test_await_3)
PASS: test_await_4 (test.test_coroutines.CoroutineTest.test_await_4)
PASS: test_await_5 (test.test_coroutines.CoroutineTest.test_await_5)
PASS: test_await_6 (test.test_coroutines.CoroutineTest.test_await_6)
PASS: test_await_7 (test.test_coroutines.CoroutineTest.test_await_7)
PASS: test_await_8 (test.test_coroutines.CoroutineTest.test_await_8)
PASS: test_await_9 (test.test_coroutines.CoroutineTest.test_await_9)
test_bpo_45813_1 (test.test_coroutines.CoroutineTest.test_bpo_45813_1)
PASS: This would crash the interpreter in 3.11a2
test_bpo_45813_2 (test.test_coroutines.CoroutineTest.test_bpo_45813_2)
PASS: This would crash the interpreter in 3.11a2
PASS: test_call_aiter_once_in_comprehension (test.test_coroutines.CoroutineTest.test_call_aiter_once_in_comprehension)
PASS: test_comp_1 (test.test_coroutines.CoroutineTest.test_comp_1)
PASS: test_comp_10 (test.test_coroutines.CoroutineTest.test_comp_10)
PASS: test_comp_2 (test.test_coroutines.CoroutineTest.test_comp_2)
PASS: test_comp_3 (test.test_coroutines.CoroutineTest.test_comp_3)
PASS: test_comp_4 (test.test_coroutines.CoroutineTest.test_comp_4)
PASS: test_comp_4_2 (test.test_coroutines.CoroutineTest.test_comp_4_2)
PASS: test_comp_5 (test.test_coroutines.CoroutineTest.test_comp_5)
PASS: test_comp_6 (test.test_coroutines.CoroutineTest.test_comp_6)
PASS: test_comp_7 (test.test_coroutines.CoroutineTest.test_comp_7)
PASS: test_comp_8 (test.test_coroutines.CoroutineTest.test_comp_8)
PASS: test_comp_9 (test.test_coroutines.CoroutineTest.test_comp_9)
PASS: test_copy (test.test_coroutines.CoroutineTest.test_copy)
PASS: test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator)
PASS: test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple)
PASS: test_corotype_1 (test.test_coroutines.CoroutineTest.test_corotype_1)
PASS: test_cr_await (test.test_coroutines.CoroutineTest.test_cr_await)
PASS: test_cr_frame_after_close (test.test_coroutines.CoroutineTest.test_cr_frame_after_close)
PASS: test_fatal_coro_warning (test.test_coroutines.CoroutineTest.test_fatal_coro_warning)
PASS: test_for_1 (test.test_coroutines.CoroutineTest.test_for_1)
PASS: test_for_11 (test.test_coroutines.CoroutineTest.test_for_11)
PASS: test_for_2 (test.test_coroutines.CoroutineTest.test_for_2)
PASS: test_for_3 (test.test_coroutines.CoroutineTest.test_for_3)
PASS: test_for_4 (test.test_coroutines.CoroutineTest.test_for_4)
PASS: test_for_6 (test.test_coroutines.CoroutineTest.test_for_6)
PASS: test_for_7 (test.test_coroutines.CoroutineTest.test_for_7)
PASS: test_for_8 (test.test_coroutines.CoroutineTest.test_for_8)
PASS: test_for_assign_raising_stop_async_iteration (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration)
PASS: test_for_assign_raising_stop_async_iteration_2 (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2)
PASS: test_for_stop_iteration (test.test_coroutines.CoroutineTest.test_for_stop_iteration)
PASS: test_for_tuple (test.test_coroutines.CoroutineTest.test_for_tuple)
PASS: test_func_1 (test.test_coroutines.CoroutineTest.test_func_1)
PASS: test_func_10 (test.test_coroutines.CoroutineTest.test_func_10)
PASS: test_func_11 (test.test_coroutines.CoroutineTest.test_func_11)
PASS: test_func_12 (test.test_coroutines.CoroutineTest.test_func_12)
PASS: test_func_13 (test.test_coroutines.CoroutineTest.test_func_13)
PASS: test_func_14 (test.test_coroutines.CoroutineTest.test_func_14)
PASS: test_func_15 (test.test_coroutines.CoroutineTest.test_func_15)
PASS: test_func_16 (test.test_coroutines.CoroutineTest.test_func_16)
PASS: test_func_17 (test.test_coroutines.CoroutineTest.test_func_17)
PASS: test_func_18 (test.test_coroutines.CoroutineTest.test_func_18)
PASS: test_func_19 (test.test_coroutines.CoroutineTest.test_func_19)
PASS: test_func_2 (test.test_coroutines.CoroutineTest.test_func_2)
PASS: test_func_3 (test.test_coroutines.CoroutineTest.test_func_3)
PASS: test_func_4 (test.test_coroutines.CoroutineTest.test_func_4)
PASS: test_func_5 (test.test_coroutines.CoroutineTest.test_func_5)
PASS: test_func_6 (test.test_coroutines.CoroutineTest.test_func_6)
PASS: test_func_7 (test.test_coroutines.CoroutineTest.test_func_7)
PASS: test_func_8 (test.test_coroutines.CoroutineTest.test_func_8)
PASS: test_func_9 (test.test_coroutines.CoroutineTest.test_func_9)
PASS: test_gen_1 (test.test_coroutines.CoroutineTest.test_gen_1)
PASS: test_nested_comp (test.test_coroutines.CoroutineTest.test_nested_comp)
PASS: test_pickle (test.test_coroutines.CoroutineTest.test_pickle)
PASS: test_stack_in_coroutine_throw (test.test_coroutines.CoroutineTest.test_stack_in_coroutine_throw)
PASS: test_with_1 (test.test_coroutines.CoroutineTest.test_with_1)
PASS: test_with_10 (test.test_coroutines.CoroutineTest.test_with_10)
PASS: test_with_11 (test.test_coroutines.CoroutineTest.test_with_11)
PASS: test_with_12 (test.test_coroutines.CoroutineTest.test_with_12)
PASS: test_with_13 (test.test_coroutines.CoroutineTest.test_with_13)
PASS: test_with_2 (test.test_coroutines.CoroutineTest.test_with_2)
PASS: test_with_3 (test.test_coroutines.CoroutineTest.test_with_3)
PASS: test_with_4 (test.test_coroutines.CoroutineTest.test_with_4)
PASS: test_with_5 (test.test_coroutines.CoroutineTest.test_with_5)
PASS: test_with_6 (test.test_coroutines.CoroutineTest.test_with_6)
PASS: test_with_7 (test.test_coroutines.CoroutineTest.test_with_7)
PASS: test_with_8 (test.test_coroutines.CoroutineTest.test_with_8)
PASS: test_with_9 (test.test_coroutines.CoroutineTest.test_with_9)
PASS: test_origin_tracking (test.test_coroutines.OriginTrackingTest.test_origin_tracking)
PASS: test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest.test_origin_tracking_warning)
PASS: test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest.test_unawaited_warning_when_module_broken)
PASS: test_oneline_defs (test.test_coroutines.TokenizerRegrTest.test_oneline_defs)
PASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest.test_unawaited_warning_during_shutdown)

----------------------------------------------------------------------
Ran 99 tests in 0.437s

OK
0:02:11 load avg: 3.57 [142/486] test_cppext passed -- running (1): test.test_multiprocessing_spawn.test_processes (46.7 sec)
SKIP: test_build (test.test_cppext.TestInteralCAPI.test_build) "resource 'cpu' is not enabled"
SKIP: test_build (test.test_cppext.TestPublicCAPI.test_build) "resource 'cpu' is not enabled"
SKIP: test_build_cpp03 (test.test_cppext.TestPublicCAPI.test_build_cpp03) "resource 'cpu' is not enabled"
SKIP: test_build_cpp11 (test.test_cppext.TestPublicCAPI.test_build_cpp11) "resource 'cpu' is not enabled"
SKIP: test_build_cpp14 (test.test_cppext.TestPublicCAPI.test_build_cpp14) "resource 'cpu' is not enabled"
SKIP: test_build_intel_asm (test.test_cppext.TestPublicCAPI.test_build_intel_asm) "resource 'cpu' is not enabled"
SKIP: test_build_limited (test.test_cppext.TestPublicCAPI.test_build_limited) "resource 'cpu' is not enabled"
SKIP: test_build_limited_cpp03 (test.test_cppext.TestPublicCAPI.test_build_limited_cpp03) "resource 'cpu' is not enabled"

----------------------------------------------------------------------
Ran 8 tests in 0.000s

OK (skipped=8)
0:02:12 load avg: 3.57 [143/486] test_compile passed -- running (1): test.test_multiprocessing_spawn.test_processes (47.0 sec)
PASS: test_compound (test.test_compile.TestBooleanExpression.test_compound)
PASS: test_exception (test.test_compile.TestBooleanExpression.test_exception)
PASS: test_short_circuit_and (test.test_compile.TestBooleanExpression.test_short_circuit_and)
PASS: test_short_circuit_or (test.test_compile.TestBooleanExpression.test_short_circuit_or)
PASS: test_and (test.test_compile.TestExpressionStackSize.test_and)
PASS: test_and_or (test.test_compile.TestExpressionStackSize.test_and_or)
PASS: test_binop (test.test_compile.TestExpressionStackSize.test_binop)
PASS: test_chained_comparison (test.test_compile.TestExpressionStackSize.test_chained_comparison)
PASS: test_dict (test.test_compile.TestExpressionStackSize.test_dict)
PASS: test_func_and (test.test_compile.TestExpressionStackSize.test_func_and)
PASS: test_func_args (test.test_compile.TestExpressionStackSize.test_func_args)
PASS: test_func_kwargs (test.test_compile.TestExpressionStackSize.test_func_kwargs)
PASS: test_if_else (test.test_compile.TestExpressionStackSize.test_if_else)
PASS: test_list (test.test_compile.TestExpressionStackSize.test_list)
PASS: test_meth_args (test.test_compile.TestExpressionStackSize.test_meth_args)
PASS: test_meth_kwargs (test.test_compile.TestExpressionStackSize.test_meth_kwargs)
PASS: test_or (test.test_compile.TestExpressionStackSize.test_or)
PASS: test_set (test.test_compile.TestExpressionStackSize.test_set)
PASS: test_stack_3050 (test.test_compile.TestExpressionStackSize.test_stack_3050)
PASS: test_stack_3050_2 (test.test_compile.TestExpressionStackSize.test_stack_3050_2)
PASS: test_tuple (test.test_compile.TestExpressionStackSize.test_tuple)
PASS: test_basics (test.test_compile.TestInstructionSequence.test_basics)
PASS: test_nested (test.test_compile.TestInstructionSequence.test_nested)
PASS: test_static_attributes_are_sorted (test.test_compile.TestInstructionSequence.test_static_attributes_are_sorted)
PASS: test_attribute_augassign (test.test_compile.TestSourcePositions.test_attribute_augassign)
PASS: test_attribute_del (test.test_compile.TestSourcePositions.test_attribute_del)
PASS: test_attribute_load (test.test_compile.TestSourcePositions.test_attribute_load)
PASS: test_attribute_store (test.test_compile.TestSourcePositions.test_attribute_store)
PASS: test_column_offset_deduplication (test.test_compile.TestSourcePositions.test_column_offset_deduplication)
PASS: test_compiles_to_extended_op_arg (test.test_compile.TestSourcePositions.test_compiles_to_extended_op_arg)
PASS: test_complex_single_line_expression (test.test_compile.TestSourcePositions.test_complex_single_line_expression)
PASS: test_lambda_return_position (test.test_compile.TestSourcePositions.test_lambda_return_position)
PASS: test_load_super_attr (test.test_compile.TestSourcePositions.test_load_super_attr)
PASS: test_matchcase_class (test.test_compile.TestSourcePositions.test_matchcase_class)
PASS: test_matchcase_mapping (test.test_compile.TestSourcePositions.test_matchcase_mapping)
PASS: test_matchcase_mapping_wildcard (test.test_compile.TestSourcePositions.test_matchcase_mapping_wildcard)
PASS: test_matchcase_or (test.test_compile.TestSourcePositions.test_matchcase_or)
PASS: test_matchcase_sequence (test.test_compile.TestSourcePositions.test_matchcase_sequence)
PASS: test_matchcase_sequence_wildcard (test.test_compile.TestSourcePositions.test_matchcase_sequence_wildcard)
PASS: test_method_call (test.test_compile.TestSourcePositions.test_method_call)
PASS: test_multiline_assert (test.test_compile.TestSourcePositions.test_multiline_assert)
PASS: test_multiline_assert_rewritten_as_method_call (test.test_compile.TestSourcePositions.test_multiline_assert_rewritten_as_method_call)
PASS: test_multiline_async_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_dict_comprehension)
PASS: test_multiline_async_generator_expression (test.test_compile.TestSourcePositions.test_multiline_async_generator_expression)
PASS: test_multiline_async_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_list_comprehension)
PASS: test_multiline_async_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_set_comprehension)
PASS: test_multiline_boolean_expression (test.test_compile.TestSourcePositions.test_multiline_boolean_expression)
PASS: test_multiline_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_dict_comprehension)
PASS: test_multiline_expression (test.test_compile.TestSourcePositions.test_multiline_expression)
PASS: test_multiline_generator_expression (test.test_compile.TestSourcePositions.test_multiline_generator_expression)
PASS: test_multiline_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_list_comprehension)
PASS: test_multiline_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_set_comprehension)
PASS: test_push_null_load_global_positions (test.test_compile.TestSourcePositions.test_push_null_load_global_positions)
PASS: test_return_in_with_positions (test.test_compile.TestSourcePositions.test_return_in_with_positions)
PASS: test_simple_assignment (test.test_compile.TestSourcePositions.test_simple_assignment)
PASS: test_very_long_line_end_offset (test.test_compile.TestSourcePositions.test_very_long_line_end_offset)
PASS: test_weird_attribute_position_regressions (test.test_compile.TestSourcePositions.test_weird_attribute_position_regressions)
PASS: test_32_63_bit_values (test.test_compile.TestSpecifics.test_32_63_bit_values)
PASS: test_annotation_limit (test.test_compile.TestSpecifics.test_annotation_limit)
PASS: test_apply_static_swaps (test.test_compile.TestSpecifics.test_apply_static_swaps)
PASS: test_apply_static_swaps_2 (test.test_compile.TestSpecifics.test_apply_static_swaps_2)
PASS: test_apply_static_swaps_3 (test.test_compile.TestSpecifics.test_apply_static_swaps_3)
PASS: test_argument_handling (test.test_compile.TestSpecifics.test_argument_handling)
PASS: test_argument_order (test.test_compile.TestSpecifics.test_argument_order)
PASS: test_bad_single_statement (test.test_compile.TestSpecifics.test_bad_single_statement)
PASS: test_big_dict_literal (test.test_compile.TestSpecifics.test_big_dict_literal)
PASS: test_cold_block_moved_to_end (test.test_compile.TestSpecifics.test_cold_block_moved_to_end)
PASS: test_compare_positions (test.test_compile.TestSpecifics.test_compare_positions)
PASS: test_compile_ast (test.test_compile.TestSpecifics.test_compile_ast)
PASS: test_compile_filename (test.test_compile.TestSpecifics.test_compile_filename)
PASS: test_compile_filename_refleak (test.test_compile.TestSpecifics.test_compile_filename_refleak)
PASS: test_compile_invalid_namedexpr (test.test_compile.TestSpecifics.test_compile_invalid_namedexpr)
PASS: test_compile_invalid_typealias (test.test_compile.TestSpecifics.test_compile_invalid_typealias)
PASS: test_compile_redundant_jump_after_convert_pseudo_ops (test.test_compile.TestSpecifics.test_compile_redundant_jump_after_convert_pseudo_ops)
PASS: test_compile_redundant_jumps_and_nops_after_moving_cold_blocks (test.test_compile.TestSpecifics.test_compile_redundant_jumps_and_nops_after_moving_cold_blocks)
PASS: test_compile_warning_in_finally (test.test_compile.TestSpecifics.test_compile_warning_in_finally)
PASS: test_compile_warnings (test.test_compile.TestSpecifics.test_compile_warnings)
PASS: test_compiler_recursion_limit (test.test_compile.TestSpecifics.test_compiler_recursion_limit)
PASS: test_condition_expression_with_dead_blocks_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_dead_blocks_compiles)
PASS: test_condition_expression_with_redundant_comparisons_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_redundant_comparisons_compiles)
PASS: test_consts_in_conditionals (test.test_compile.TestSpecifics.test_consts_in_conditionals)
PASS: test_dead_blocks_do_not_generate_bytecode (test.test_compile.TestSpecifics.test_dead_blocks_do_not_generate_bytecode)
PASS: test_dead_code_with_except_handler_compiles (test.test_compile.TestSpecifics.test_dead_code_with_except_handler_compiles)
PASS: test_debug_assignment (test.test_compile.TestSpecifics.test_debug_assignment)
PASS: test_dict_evaluation_order (test.test_compile.TestSpecifics.test_dict_evaluation_order)
PASS: test_docstring (test.test_compile.TestSpecifics.test_docstring)
PASS: test_docstring_interactive_mode (test.test_compile.TestSpecifics.test_docstring_interactive_mode)
PASS: test_docstring_omitted (test.test_compile.TestSpecifics.test_docstring_omitted)
PASS: test_dont_merge_constants (test.test_compile.TestSpecifics.test_dont_merge_constants)
PASS: test_duplicate_global_local (test.test_compile.TestSpecifics.test_duplicate_global_local)
PASS: test_duplicated_small_exit_block (test.test_compile.TestSpecifics.test_duplicated_small_exit_block)
PASS: test_empty (test.test_compile.TestSpecifics.test_empty)
PASS: test_encoding (test.test_compile.TestSpecifics.test_encoding)
PASS: test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics.test_exec_with_general_mapping_for_locals)
PASS: test_extended_arg (test.test_compile.TestSpecifics.test_extended_arg)
PASS: test_false_while_loop (test.test_compile.TestSpecifics.test_false_while_loop)
PASS: test_float_literals (test.test_compile.TestSpecifics.test_float_literals)
PASS: test_folding_type_param (test.test_compile.TestSpecifics.test_folding_type_param)
PASS: test_for_distinct_code_objects (test.test_compile.TestSpecifics.test_for_distinct_code_objects)
PASS: test_global_declaration_in_except_used_in_else (test.test_compile.TestSpecifics.test_global_declaration_in_except_used_in_else)
PASS: test_globals_dict_subclass (test.test_compile.TestSpecifics.test_globals_dict_subclass)
PASS: test_if_expression_expression_empty_block (test.test_compile.TestSpecifics.test_if_expression_expression_empty_block)
PASS: test_import (test.test_compile.TestSpecifics.test_import)
PASS: test_imported_load_method (test.test_compile.TestSpecifics.test_imported_load_method)
PASS: test_indentation (test.test_compile.TestSpecifics.test_indentation)
PASS: test_int_literals_too_long (test.test_compile.TestSpecifics.test_int_literals_too_long)
PASS: test_lambda_consts (test.test_compile.TestSpecifics.test_lambda_consts)
PASS: test_lambda_doc (test.test_compile.TestSpecifics.test_lambda_doc)
PASS: test_leading_newlines (test.test_compile.TestSpecifics.test_leading_newlines)
PASS: test_line_number_genexp (test.test_compile.TestSpecifics.test_line_number_genexp)
PASS: test_line_number_implicit_return_after_async_for (test.test_compile.TestSpecifics.test_line_number_implicit_return_after_async_for)
PASS: test_line_number_synthetic_jump_multiple_predecessors (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors)
PASS: test_line_number_synthetic_jump_multiple_predecessors_more_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_more_nested)
PASS: test_line_number_synthetic_jump_multiple_predecessors_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_nested)
PASS: test_lineno_after_implicit_return (test.test_compile.TestSpecifics.test_lineno_after_implicit_return)
PASS: test_lineno_after_no_code (test.test_compile.TestSpecifics.test_lineno_after_no_code)
PASS: test_lineno_attribute (test.test_compile.TestSpecifics.test_lineno_attribute)
PASS: test_lineno_of_backward_jump_conditional_in_loop (test.test_compile.TestSpecifics.test_lineno_of_backward_jump_conditional_in_loop)
PASS: test_lineno_procedure_call (test.test_compile.TestSpecifics.test_lineno_procedure_call)
PASS: test_literals_with_leading_zeroes (test.test_compile.TestSpecifics.test_literals_with_leading_zeroes)
PASS: test_mangling (test.test_compile.TestSpecifics.test_mangling)
PASS: test_merge_code_attrs (test.test_compile.TestSpecifics.test_merge_code_attrs)
PASS: test_merge_constants (test.test_compile.TestSpecifics.test_merge_constants)
PASS: test_multi_line_lambda_as_argument (test.test_compile.TestSpecifics.test_multi_line_lambda_as_argument)
PASS: test_no_ending_newline (test.test_compile.TestSpecifics.test_no_ending_newline)
PASS: test_no_wraparound_jump (test.test_compile.TestSpecifics.test_no_wraparound_jump)
PASS: test_none_assignment (test.test_compile.TestSpecifics.test_none_assignment)
PASS: test_none_keyword_arg (test.test_compile.TestSpecifics.test_none_keyword_arg)
PASS: test_null_terminated (test.test_compile.TestSpecifics.test_null_terminated)
PASS: test_other_newlines (test.test_compile.TestSpecifics.test_other_newlines)
PASS: test_particularly_evil_undecodable (test.test_compile.TestSpecifics.test_particularly_evil_undecodable)
PASS: test_path_like_objects (test.test_compile.TestSpecifics.test_path_like_objects)
test_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics.test_peephole_opt_unreachable_code_array_access_in_bounds)
PASS: Regression test for issue35193 when run under clang msan.
PASS: test_pep_765_no_warnings (test.test_compile.TestSpecifics.test_pep_765_no_warnings)
PASS: test_pep_765_warnings (test.test_compile.TestSpecifics.test_pep_765_warnings)
PASS: test_redundant_jump_in_if_else_break (test.test_compile.TestSpecifics.test_redundant_jump_in_if_else_break)
PASS: test_regression_gh_120225 (test.test_compile.TestSpecifics.test_regression_gh_120225)
PASS: test_remove_empty_basic_block_with_jump_target_label (test.test_compile.TestSpecifics.test_remove_empty_basic_block_with_jump_target_label)
PASS: test_remove_redundant_nop_edge_case (test.test_compile.TestSpecifics.test_remove_redundant_nop_edge_case)
PASS: test_remove_unused_consts (test.test_compile.TestSpecifics.test_remove_unused_consts)
PASS: test_remove_unused_consts_extended_args (test.test_compile.TestSpecifics.test_remove_unused_consts_extended_args)
PASS: test_remove_unused_consts_no_docstring (test.test_compile.TestSpecifics.test_remove_unused_consts_no_docstring)
PASS: test_same_filename_used (test.test_compile.TestSpecifics.test_same_filename_used)
PASS: test_sequence_unpacking_error (test.test_compile.TestSpecifics.test_sequence_unpacking_error)
PASS: test_single_statement (test.test_compile.TestSpecifics.test_single_statement)
SKIP: test_stack_overflow (test.test_compile.TestSpecifics.test_stack_overflow) "resource 'cpu' is not enabled"
PASS: test_strip_unused_None (test.test_compile.TestSpecifics.test_strip_unused_None)
PASS: test_subscripts (test.test_compile.TestSpecifics.test_subscripts)
PASS: test_syntax_error (test.test_compile.TestSpecifics.test_syntax_error)
PASS: test_try_except_in_while_with_chained_condition_compiles (test.test_compile.TestSpecifics.test_try_except_in_while_with_chained_condition_compiles)
PASS: test_unary_minus (test.test_compile.TestSpecifics.test_unary_minus)
PASS: test_uses_slice_instructions (test.test_compile.TestSpecifics.test_uses_slice_instructions)
PASS: test_variable_dependent (test.test_compile.TestSpecifics.test_variable_dependent)
PASS: test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics.test_yet_more_evil_still_undecodable)
PASS: test_async_for (test.test_compile.TestStackSizeStability.test_async_for)
PASS: test_async_for_else (test.test_compile.TestStackSizeStability.test_async_for_else)
PASS: test_async_with (test.test_compile.TestStackSizeStability.test_async_with)
PASS: test_for (test.test_compile.TestStackSizeStability.test_for)
PASS: test_for_break_continue (test.test_compile.TestStackSizeStability.test_for_break_continue)
PASS: test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_async_with_block)
PASS: test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_except_block)
PASS: test_for_break_continue_inside_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_finally_block)
PASS: test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_try_finally_block)
PASS: test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_with_block)
PASS: test_for_else (test.test_compile.TestStackSizeStability.test_for_else)
PASS: test_if (test.test_compile.TestStackSizeStability.test_if)
PASS: test_if_else (test.test_compile.TestStackSizeStability.test_if_else)
PASS: test_return_inside_async_with_block (test.test_compile.TestStackSizeStability.test_return_inside_async_with_block)
PASS: test_return_inside_except_block (test.test_compile.TestStackSizeStability.test_return_inside_except_block)
PASS: test_return_inside_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_finally_block)
PASS: test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_try_finally_block)
PASS: test_return_inside_with_block (test.test_compile.TestStackSizeStability.test_return_inside_with_block)
PASS: test_try_except_as (test.test_compile.TestStackSizeStability.test_try_except_as)
PASS: test_try_except_bare (test.test_compile.TestStackSizeStability.test_try_except_bare)
PASS: test_try_except_qualified (test.test_compile.TestStackSizeStability.test_try_except_qualified)
PASS: test_try_except_star_as (test.test_compile.TestStackSizeStability.test_try_except_star_as)
PASS: test_try_except_star_finally (test.test_compile.TestStackSizeStability.test_try_except_star_finally)
PASS: test_try_except_star_qualified (test.test_compile.TestStackSizeStability.test_try_except_star_qualified)
PASS: test_try_finally (test.test_compile.TestStackSizeStability.test_try_finally)
PASS: test_while_else (test.test_compile.TestStackSizeStability.test_while_else)
PASS: test_with (test.test_compile.TestStackSizeStability.test_with)
PASS: test_basic (test.test_compile.TestStaticAttributes.test_basic)
PASS: test_nested_class (test.test_compile.TestStaticAttributes.test_nested_class)
PASS: test_nested_function (test.test_compile.TestStaticAttributes.test_nested_function)
PASS: test_subclass (test.test_compile.TestStaticAttributes.test_subclass)

----------------------------------------------------------------------
Ran 185 tests in 4.471s

OK (skipped=1)
0:02:12 load avg: 3.57 [144/486] test_crossinterp passed -- running (1): test.test_multiprocessing_spawn.test_processes (47.5 sec)
PASS: test_capture_exception (test.test_crossinterp.CaptureExceptionTests.test_capture_exception)
PASS: test_capture_exception_custom_format (test.test_crossinterp.CaptureExceptionTests.test_capture_exception_custom_format)
PASS: test_capture_exception_invalid_format (test.test_crossinterp.CaptureExceptionTests.test_capture_exception_invalid_format)
SKIP: test_capture_exception_unraisable_exception (test.test_crossinterp.CaptureExceptionTests.test_capture_exception_unraisable_exception) 'printing subinterpreter unraisable exceptions requires DEBUG build'
PASS: test_function_code (test.test_crossinterp.CodeTests.test_function_code)
PASS: test_functions (test.test_crossinterp.CodeTests.test_functions)
PASS: test_other_objects (test.test_crossinterp.CodeTests.test_other_objects)
PASS: test_builtin_code (test.test_crossinterp.MarshalTests.test_builtin_code)
PASS: test_builtin_exception (test.test_crossinterp.MarshalTests.test_builtin_exception)
PASS: test_builtin_function (test.test_crossinterp.MarshalTests.test_builtin_function)
PASS: test_builtin_type (test.test_crossinterp.MarshalTests.test_builtin_type)
PASS: test_bytearray (test.test_crossinterp.MarshalTests.test_bytearray)
PASS: test_compound_builtin_objects_with_bad_items (test.test_crossinterp.MarshalTests.test_compound_builtin_objects_with_bad_items)
PASS: test_compound_immutable_builtin_objects (test.test_crossinterp.MarshalTests.test_compound_immutable_builtin_objects)
PASS: test_compound_mutable_builtin_objects (test.test_crossinterp.MarshalTests.test_compound_mutable_builtin_objects)
PASS: test_module (test.test_crossinterp.MarshalTests.test_module)
PASS: test_simple_builtin_objects (test.test_crossinterp.MarshalTests.test_simple_builtin_objects)
PASS: test_simple_builtin_singletons (test.test_crossinterp.MarshalTests.test_simple_builtin_singletons)
PASS: test_user_class (test.test_crossinterp.MarshalTests.test_user_class)
PASS: test_user_exception (test.test_crossinterp.MarshalTests.test_user_exception)
PASS: test_user_function (test.test_crossinterp.MarshalTests.test_user_function)
PASS: test_builtin_exception (test.test_crossinterp.PickleTests.test_builtin_exception)
PASS: test_dict (test.test_crossinterp.PickleTests.test_dict)
PASS: test_list (test.test_crossinterp.PickleTests.test_list)
PASS: test_nested_class (test.test_crossinterp.PickleTests.test_nested_class)
PASS: test_nested_function (test.test_crossinterp.PickleTests.test_nested_function)
PASS: test_not_shareable (test.test_crossinterp.PickleTests.test_not_shareable)
PASS: test_set (test.test_crossinterp.PickleTests.test_set)
PASS: test_shareable (test.test_crossinterp.PickleTests.test_shareable)
PASS: test_user_class_in___main__ (test.test_crossinterp.PickleTests.test_user_class_in___main__)
PASS: test_user_class_in_module (test.test_crossinterp.PickleTests.test_user_class_in_module)
PASS: test_user_class_module_missing_not_available (test.test_crossinterp.PickleTests.test_user_class_module_missing_not_available)
PASS: test_user_class_module_missing_then_imported (test.test_crossinterp.PickleTests.test_user_class_module_missing_then_imported)
PASS: test_user_class_normal (test.test_crossinterp.PickleTests.test_user_class_normal)
PASS: test_user_class_not_in___main___unpickle_with_filename (test.test_crossinterp.PickleTests.test_user_class_not_in___main___unpickle_with_filename)
PASS: test_user_class_not_in___main___unpickle_without_filename (test.test_crossinterp.PickleTests.test_user_class_not_in___main___unpickle_without_filename)
PASS: test_user_class_not_in___main___with_filename (test.test_crossinterp.PickleTests.test_user_class_not_in___main___with_filename)
PASS: test_user_class_not_in___main___without_filename (test.test_crossinterp.PickleTests.test_user_class_not_in___main___without_filename)
PASS: test_user_class_not_in_module_with_filename (test.test_crossinterp.PickleTests.test_user_class_not_in_module_with_filename)
PASS: test_user_class_not_in_module_without_filename (test.test_crossinterp.PickleTests.test_user_class_not_in_module_without_filename)
PASS: test_user_exception_normal (test.test_crossinterp.PickleTests.test_user_exception_normal)
PASS: test_user_func_in___main__ (test.test_crossinterp.PickleTests.test_user_func_in___main__)
PASS: test_user_func_in_module (test.test_crossinterp.PickleTests.test_user_func_in_module)
PASS: test_user_func_module_missing_not_available (test.test_crossinterp.PickleTests.test_user_func_module_missing_not_available)
PASS: test_user_func_module_missing_then_imported (test.test_crossinterp.PickleTests.test_user_func_module_missing_then_imported)
PASS: test_user_func_not_in___main___unpickle_with_filename (test.test_crossinterp.PickleTests.test_user_func_not_in___main___unpickle_with_filename)
PASS: test_user_func_not_in___main___unpickle_without_filename (test.test_crossinterp.PickleTests.test_user_func_not_in___main___unpickle_without_filename)
PASS: test_user_func_not_in___main___with_filename (test.test_crossinterp.PickleTests.test_user_func_not_in___main___with_filename)
PASS: test_user_func_not_in___main___without_filename (test.test_crossinterp.PickleTests.test_user_func_not_in___main___without_filename)
PASS: test_user_func_not_in_module_with_filename (test.test_crossinterp.PickleTests.test_user_func_not_in_module_with_filename)
PASS: test_user_func_not_in_module_without_filename (test.test_crossinterp.PickleTests.test_user_func_not_in_module_without_filename)
PASS: test_user_function_normal (test.test_crossinterp.PickleTests.test_user_function_normal)
PASS: test_impure_script_code (test.test_crossinterp.PureShareableScriptTests.test_impure_script_code)
PASS: test_impure_script_function (test.test_crossinterp.PureShareableScriptTests.test_impure_script_function)
PASS: test_invalid_bytes (test.test_crossinterp.PureShareableScriptTests.test_invalid_bytes)
PASS: test_invalid_str (test.test_crossinterp.PureShareableScriptTests.test_invalid_str)
PASS: test_other_code (test.test_crossinterp.PureShareableScriptTests.test_other_code)
PASS: test_other_function (test.test_crossinterp.PureShareableScriptTests.test_other_function)
PASS: test_other_objects (test.test_crossinterp.PureShareableScriptTests.test_other_objects)
PASS: test_pure_script_code (test.test_crossinterp.PureShareableScriptTests.test_pure_script_code)
PASS: test_pure_script_function (test.test_crossinterp.PureShareableScriptTests.test_pure_script_function)
PASS: test_valid_bytes (test.test_crossinterp.PureShareableScriptTests.test_valid_bytes)
PASS: test_valid_str (test.test_crossinterp.PureShareableScriptTests.test_valid_str)
PASS: test_not_shareable (test.test_crossinterp.ShareableFallbackTests.test_not_shareable)
PASS: test_shareable (test.test_crossinterp.ShareableFallbackTests.test_shareable)
PASS: test_not_stateless (test.test_crossinterp.ShareableFuncTests.test_not_stateless)
PASS: test_other_objects (test.test_crossinterp.ShareableFuncTests.test_other_objects)
PASS: test_stateless (test.test_crossinterp.ShareableFuncTests.test_stateless)
PASS: test_impure_script_code (test.test_crossinterp.ShareableScriptTests.test_impure_script_code)
PASS: test_impure_script_function (test.test_crossinterp.ShareableScriptTests.test_impure_script_function)
PASS: test_invalid_bytes (test.test_crossinterp.ShareableScriptTests.test_invalid_bytes)
PASS: test_invalid_str (test.test_crossinterp.ShareableScriptTests.test_invalid_str)
PASS: test_other_code (test.test_crossinterp.ShareableScriptTests.test_other_code)
PASS: test_other_function (test.test_crossinterp.ShareableScriptTests.test_other_function)
PASS: test_other_objects (test.test_crossinterp.ShareableScriptTests.test_other_objects)
PASS: test_pure_script_code (test.test_crossinterp.ShareableScriptTests.test_pure_script_code)
PASS: test_pure_script_function (test.test_crossinterp.ShareableScriptTests.test_pure_script_function)
PASS: test_valid_bytes (test.test_crossinterp.ShareableScriptTests.test_valid_bytes)
PASS: test_valid_str (test.test_crossinterp.ShareableScriptTests.test_valid_str)
PASS: test_builtin_exception (test.test_crossinterp.ShareableTypeTests.test_builtin_exception)
PASS: test_builtin_function (test.test_crossinterp.ShareableTypeTests.test_builtin_function)
PASS: test_builtin_objects (test.test_crossinterp.ShareableTypeTests.test_builtin_objects)
PASS: test_builtin_type (test.test_crossinterp.ShareableTypeTests.test_builtin_type)
PASS: test_builtin_wrapper (test.test_crossinterp.ShareableTypeTests.test_builtin_wrapper)
PASS: test_bytes (test.test_crossinterp.ShareableTypeTests.test_bytes)
PASS: test_class (test.test_crossinterp.ShareableTypeTests.test_class)
PASS: test_code (test.test_crossinterp.ShareableTypeTests.test_code)
PASS: test_exception (test.test_crossinterp.ShareableTypeTests.test_exception)
PASS: test_float (test.test_crossinterp.ShareableTypeTests.test_float)
PASS: test_function_like (test.test_crossinterp.ShareableTypeTests.test_function_like)
PASS: test_function_object (test.test_crossinterp.ShareableTypeTests.test_function_object)
PASS: test_int (test.test_crossinterp.ShareableTypeTests.test_int)
PASS: test_module (test.test_crossinterp.ShareableTypeTests.test_module)
PASS: test_non_shareable_int (test.test_crossinterp.ShareableTypeTests.test_non_shareable_int)
PASS: test_not_shareable (test.test_crossinterp.ShareableTypeTests.test_not_shareable)
PASS: test_object (test.test_crossinterp.ShareableTypeTests.test_object)
PASS: test_shareable (test.test_crossinterp.ShareableTypeTests.test_shareable)
PASS: test_singletons (test.test_crossinterp.ShareableTypeTests.test_singletons)
PASS: test_strs (test.test_crossinterp.ShareableTypeTests.test_strs)
PASS: test_tuple (test.test_crossinterp.ShareableTypeTests.test_tuple)
PASS: test_tuples_containing_non_shareable_types (test.test_crossinterp.ShareableTypeTests.test_tuples_containing_non_shareable_types)
PASS: test_types (test.test_crossinterp.ShareableTypeTests.test_types)

----------------------------------------------------------------------
Ran 102 tests in 0.229s

OK (skipped=1)
0:02:12 load avg: 3.57 [145/486] test_cprofile passed -- running (1): test.test_multiprocessing_spawn.test_processes (47.6 sec)
PASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest.test_bad_counter_during_dealloc)
PASS: test_bad_descriptor (test.test_cprofile.CProfileTest.test_bad_descriptor)
PASS: test_calling_conventions (test.test_cprofile.CProfileTest.test_calling_conventions)
PASS: test_cprofile (test.test_cprofile.CProfileTest.test_cprofile)
PASS: test_crash_with_not_enough_args (test.test_cprofile.CProfileTest.test_crash_with_not_enough_args)
PASS: test_evil_external_timer (test.test_cprofile.CProfileTest.test_evil_external_timer)
PASS: test_output_file_when_changing_directory (test.test_cprofile.CProfileTest.test_output_file_when_changing_directory)
PASS: test_profile_as_context_manager (test.test_cprofile.CProfileTest.test_profile_as_context_manager)
PASS: test_profile_enable_disable (test.test_cprofile.CProfileTest.test_profile_enable_disable)
PASS: test_run (test.test_cprofile.CProfileTest.test_run)
PASS: test_run_profile_as_module (test.test_cprofile.CProfileTest.test_run_profile_as_module)
PASS: test_run_with_sort_by_values (test.test_cprofile.CProfileTest.test_run_with_sort_by_values)
PASS: test_runctx (test.test_cprofile.CProfileTest.test_runctx)
PASS: test_second_profiler (test.test_cprofile.CProfileTest.test_second_profiler)
test_throw (test.test_cprofile.CProfileTest.test_throw)
PASS: gh-106152
PASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)
PASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)
PASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)
PASS: test_run (test.test_profile.ProfileTest.test_run)
PASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)
PASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)
PASS: test_runctx (test.test_profile.ProfileTest.test_runctx)
test_profile_script_importing_main (test.test_cprofile.TestCommandLine.test_profile_script_importing_main)
PASS: Check that scripts that reference __main__ see their own namespace
PASS: test_sort (test.test_cprofile.TestCommandLine.test_sort)

----------------------------------------------------------------------
Ran 24 tests in 0.692s

OK
0:02:12 load avg: 3.57 [146/486] test_csv passed -- running (1): test.test_multiprocessing_spawn.test_processes (47.8 sec)
PASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest.test_ordered_dict_reader)
PASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest.test_ordering_for_the_dict_reader_and_writer)
PASS: test__all__ (test.test_csv.MiscTestCase.test__all__)
PASS: test_disallow_instantiation (test.test_csv.MiscTestCase.test_disallow_instantiation)
PASS: test_lazy_import (test.test_csv.MiscTestCase.test_lazy_import)
PASS: test_subclassable (test.test_csv.MiscTestCase.test_subclassable)
PASS: test_char_write (test.test_csv.TestArrayWrites.test_char_write)
PASS: test_double_write (test.test_csv.TestArrayWrites.test_double_write)
PASS: test_float_write (test.test_csv.TestArrayWrites.test_float_write)
PASS: test_int_write (test.test_csv.TestArrayWrites.test_int_write)
PASS: test_blankline (test.test_csv.TestDialectExcel.test_blankline)
PASS: test_dubious_quote (test.test_csv.TestDialectExcel.test_dubious_quote)
PASS: test_empty_fields (test.test_csv.TestDialectExcel.test_empty_fields)
PASS: test_inline_quote (test.test_csv.TestDialectExcel.test_inline_quote)
PASS: test_inline_quotes (test.test_csv.TestDialectExcel.test_inline_quotes)
PASS: test_lone_quote (test.test_csv.TestDialectExcel.test_lone_quote)
PASS: test_newlines (test.test_csv.TestDialectExcel.test_newlines)
PASS: test_null (test.test_csv.TestDialectExcel.test_null)
PASS: test_quote_and_quote (test.test_csv.TestDialectExcel.test_quote_and_quote)
PASS: test_quote_fieldsep (test.test_csv.TestDialectExcel.test_quote_fieldsep)
PASS: test_quoted (test.test_csv.TestDialectExcel.test_quoted)
PASS: test_quoted_nl (test.test_csv.TestDialectExcel.test_quoted_nl)
PASS: test_quoted_quote (test.test_csv.TestDialectExcel.test_quoted_quote)
PASS: test_quoted_quotes (test.test_csv.TestDialectExcel.test_quoted_quotes)
PASS: test_quotes (test.test_csv.TestDialectExcel.test_quotes)
PASS: test_quotes_and_more (test.test_csv.TestDialectExcel.test_quotes_and_more)
PASS: test_simple (test.test_csv.TestDialectExcel.test_simple)
PASS: test_simple_writer (test.test_csv.TestDialectExcel.test_simple_writer)
PASS: test_single (test.test_csv.TestDialectExcel.test_single)
PASS: test_single_quoted_quote (test.test_csv.TestDialectExcel.test_single_quoted_quote)
PASS: test_single_writer (test.test_csv.TestDialectExcel.test_single_writer)
PASS: test_singlequoted (test.test_csv.TestDialectExcel.test_singlequoted)
PASS: test_singlequoted_left_empty (test.test_csv.TestDialectExcel.test_singlequoted_left_empty)
PASS: test_singlequoted_right_empty (test.test_csv.TestDialectExcel.test_singlequoted_right_empty)
PASS: test_space_and_quote (test.test_csv.TestDialectExcel.test_space_and_quote)
PASS: test_copy (test.test_csv.TestDialectRegistry.test_copy)
PASS: test_dialect_apply (test.test_csv.TestDialectRegistry.test_dialect_apply)
PASS: test_incomplete_dialect (test.test_csv.TestDialectRegistry.test_incomplete_dialect)
PASS: test_pickle (test.test_csv.TestDialectRegistry.test_pickle)
PASS: test_register_kwargs (test.test_csv.TestDialectRegistry.test_register_kwargs)
PASS: test_register_kwargs_override (test.test_csv.TestDialectRegistry.test_register_kwargs_override)
PASS: test_registry (test.test_csv.TestDialectRegistry.test_registry)
PASS: test_registry_badargs (test.test_csv.TestDialectRegistry.test_registry_badargs)
PASS: test_space_dialect (test.test_csv.TestDialectRegistry.test_space_dialect)
PASS: test_simple_reader (test.test_csv.TestDialectUnix.test_simple_reader)
PASS: test_simple_writer (test.test_csv.TestDialectUnix.test_simple_writer)
PASS: test_delimiter (test.test_csv.TestDialectValidity.test_delimiter)
PASS: test_escapechar (test.test_csv.TestDialectValidity.test_escapechar)
PASS: test_invalid_chars (test.test_csv.TestDialectValidity.test_invalid_chars)
PASS: test_lineterminator (test.test_csv.TestDialectValidity.test_lineterminator)
PASS: test_quoting (test.test_csv.TestDialectValidity.test_quoting)
PASS: test_dict_reader_fieldnames_accepts_iter (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_iter)
PASS: test_dict_reader_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_list)
PASS: test_dict_reader_fieldnames_is_optional (test.test_csv.TestDictFields.test_dict_reader_fieldnames_is_optional)
PASS: test_dict_reader_set_fieldnames (test.test_csv.TestDictFields.test_dict_reader_set_fieldnames)
PASS: test_dict_writer_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_writer_fieldnames_accepts_list)
PASS: test_dict_writer_fieldnames_rejects_iter (test.test_csv.TestDictFields.test_dict_writer_fieldnames_rejects_iter)
PASS: test_read_dict_fieldnames_chain (test.test_csv.TestDictFields.test_read_dict_fieldnames_chain)
PASS: test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields.test_read_dict_fieldnames_from_file)
PASS: test_read_dict_fields (test.test_csv.TestDictFields.test_read_dict_fields)
PASS: test_read_dict_no_fieldnames (test.test_csv.TestDictFields.test_read_dict_no_fieldnames)
PASS: test_read_long (test.test_csv.TestDictFields.test_read_long)
PASS: test_read_long_with_rest (test.test_csv.TestDictFields.test_read_long_with_rest)
PASS: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields.test_read_long_with_rest_no_fieldnames)
PASS: test_read_multi (test.test_csv.TestDictFields.test_read_multi)
PASS: test_read_semi_sep (test.test_csv.TestDictFields.test_read_semi_sep)
PASS: test_read_short (test.test_csv.TestDictFields.test_read_short)
PASS: test_read_with_blanks (test.test_csv.TestDictFields.test_read_with_blanks)
PASS: test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields.test_typo_in_extrasaction_raises_error)
PASS: test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields.test_write_field_not_in_field_names_ignore)
PASS: test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields.test_write_field_not_in_field_names_raise)
PASS: test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields.test_write_fields_not_in_fieldnames)
PASS: test_write_multiple_dict_rows (test.test_csv.TestDictFields.test_write_multiple_dict_rows)
PASS: test_write_no_fields (test.test_csv.TestDictFields.test_write_no_fields)
PASS: test_write_simple_dict (test.test_csv.TestDictFields.test_write_simple_dict)
PASS: test_writeheader_return_value (test.test_csv.TestDictFields.test_writeheader_return_value)
PASS: test_escape_fieldsep (test.test_csv.TestEscapedExcel.test_escape_fieldsep)
PASS: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel.test_read_escape_fieldsep)
SKIP: test_create_read (test.test_csv.TestLeaks.test_create_read) 'requires sys.gettotalrefcount()'
SKIP: test_create_write (test.test_csv.TestLeaks.test_create_write) 'requires sys.gettotalrefcount()'
SKIP: test_read (test.test_csv.TestLeaks.test_read) 'requires sys.gettotalrefcount()'
SKIP: test_write (test.test_csv.TestLeaks.test_write) 'requires sys.gettotalrefcount()'
PASS: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_read_escape_fieldsep)
PASS: test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_write_escape_fieldsep)
PASS: test_delimiters (test.test_csv.TestSniffer.test_delimiters)
PASS: test_doublequote (test.test_csv.TestSniffer.test_doublequote)
PASS: test_guess_quote_and_delimiter (test.test_csv.TestSniffer.test_guess_quote_and_delimiter)
PASS: test_has_header (test.test_csv.TestSniffer.test_has_header)
PASS: test_has_header_checks_20_rows (test.test_csv.TestSniffer.test_has_header_checks_20_rows)
PASS: test_has_header_regex_special_delimiter (test.test_csv.TestSniffer.test_has_header_regex_special_delimiter)
test_has_header_strings (test.test_csv.TestSniffer.test_has_header_strings)
PASS: More to document existing (unexpected?) behavior than anything else.
PASS: test_issue43625 (test.test_csv.TestSniffer.test_issue43625)
PASS: test_sniff (test.test_csv.TestSniffer.test_sniff)
PASS: test_unicode_read (test.test_csv.TestUnicode.test_unicode_read)
PASS: test_unicode_write (test.test_csv.TestUnicode.test_unicode_write)
PASS: test_read_bigfield (test.test_csv.Test_Csv.test_read_bigfield)
PASS: test_read_delimiter (test.test_csv.Test_Csv.test_read_delimiter)
PASS: test_read_eof (test.test_csv.Test_Csv.test_read_eof)
PASS: test_read_eol (test.test_csv.Test_Csv.test_read_eol)
PASS: test_read_escape (test.test_csv.Test_Csv.test_read_escape)
PASS: test_read_linenum (test.test_csv.Test_Csv.test_read_linenum)
PASS: test_read_nul (test.test_csv.Test_Csv.test_read_nul)
PASS: test_read_oddinputs (test.test_csv.Test_Csv.test_read_oddinputs)
PASS: test_read_quoting (test.test_csv.Test_Csv.test_read_quoting)
PASS: test_read_skipinitialspace (test.test_csv.Test_Csv.test_read_skipinitialspace)
PASS: test_read_space_delimiter (test.test_csv.Test_Csv.test_read_space_delimiter)
PASS: test_reader_arg_valid (test.test_csv.Test_Csv.test_reader_arg_valid)
PASS: test_reader_attrs (test.test_csv.Test_Csv.test_reader_attrs)
PASS: test_reader_dialect_attrs (test.test_csv.Test_Csv.test_reader_dialect_attrs)
PASS: test_reader_kw_attrs (test.test_csv.Test_Csv.test_reader_kw_attrs)
PASS: test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv.test_roundtrip_escaped_unquoted_newlines)
PASS: test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv.test_roundtrip_quoteed_newlines)
PASS: test_write_arg_valid (test.test_csv.Test_Csv.test_write_arg_valid)
PASS: test_write_bigfield (test.test_csv.Test_Csv.test_write_bigfield)
PASS: test_write_empty_fields (test.test_csv.Test_Csv.test_write_empty_fields)
PASS: test_write_empty_fields_space_delimiter (test.test_csv.Test_Csv.test_write_empty_fields_space_delimiter)
PASS: test_write_escape (test.test_csv.Test_Csv.test_write_escape)
PASS: test_write_iterable (test.test_csv.Test_Csv.test_write_iterable)
PASS: test_write_lineterminator (test.test_csv.Test_Csv.test_write_lineterminator)
PASS: test_write_quoting (test.test_csv.Test_Csv.test_write_quoting)
PASS: test_writer_arg_valid (test.test_csv.Test_Csv.test_writer_arg_valid)
PASS: test_writer_attrs (test.test_csv.Test_Csv.test_writer_attrs)
PASS: test_writer_dialect_attrs (test.test_csv.Test_Csv.test_writer_dialect_attrs)
PASS: test_writer_kw_attrs (test.test_csv.Test_Csv.test_writer_kw_attrs)
PASS: test_writerows (test.test_csv.Test_Csv.test_writerows)
PASS: test_writerows_errors (test.test_csv.Test_Csv.test_writerows_errors)
PASS: test_writerows_with_none (test.test_csv.Test_Csv.test_writerows_with_none)

----------------------------------------------------------------------
Ran 127 tests in 0.084s

OK (skipped=4)
0:02:13 load avg: 3.57 [147/486] test_curses skipped (resource denied) -- running (1): test.test_multiprocessing_spawn.test_processes (48.0 sec)
test_curses skipped -- Use of the 'curses' resource not enabled
0:02:13 load avg: 3.57 [148/486] test_dataclasses passed -- running (1): test.test_multiprocessing_spawn.test_processes (48.7 sec)
PASS: test_abc_implementation (test.test_dataclasses.TestAbstract.test_abc_implementation)
PASS: test_maintain_abc (test.test_dataclasses.TestAbstract.test_maintain_abc)
PASS: test_0_field_compare (test.test_dataclasses.TestCase.test_0_field_compare)
PASS: test_1_field_compare (test.test_dataclasses.TestCase.test_1_field_compare)
PASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase.test_alternate_classmethod_constructor)
PASS: test_class_attrs (test.test_dataclasses.TestCase.test_class_attrs)
PASS: test_class_marker (test.test_dataclasses.TestCase.test_class_marker)
PASS: test_class_var (test.test_dataclasses.TestCase.test_class_var)
PASS: test_class_var_default_factory (test.test_dataclasses.TestCase.test_class_var_default_factory)
PASS: test_class_var_frozen (test.test_dataclasses.TestCase.test_class_var_frozen)
PASS: test_class_var_no_default (test.test_dataclasses.TestCase.test_class_var_no_default)
PASS: test_class_var_with_default (test.test_dataclasses.TestCase.test_class_var_with_default)
PASS: test_classvar_default_factory (test.test_dataclasses.TestCase.test_classvar_default_factory)
PASS: test_clean_traceback_from_fields_exception (test.test_dataclasses.TestCase.test_clean_traceback_from_fields_exception)
PASS: test_compare_subclasses (test.test_dataclasses.TestCase.test_compare_subclasses)
PASS: test_dataclass_params_repr (test.test_dataclasses.TestCase.test_dataclass_params_repr)
PASS: test_dataclass_params_signature (test.test_dataclasses.TestCase.test_dataclass_params_signature)
PASS: test_dataclasses_pickleable (test.test_dataclasses.TestCase.test_dataclasses_pickleable)
PASS: test_dataclasses_qualnames (test.test_dataclasses.TestCase.test_dataclasses_qualnames)
PASS: test_default_factory (test.test_dataclasses.TestCase.test_default_factory)
PASS: test_default_factory_derived (test.test_dataclasses.TestCase.test_default_factory_derived)
PASS: test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase.test_default_factory_not_called_if_value_given)
PASS: test_default_factory_with_no_init (test.test_dataclasses.TestCase.test_default_factory_with_no_init)
PASS: test_deliberately_mutable_defaults (test.test_dataclasses.TestCase.test_deliberately_mutable_defaults)
PASS: test_disallowed_mutable_defaults (test.test_dataclasses.TestCase.test_disallowed_mutable_defaults)
PASS: test_dont_include_other_annotations (test.test_dataclasses.TestCase.test_dont_include_other_annotations)
PASS: test_dynamic_class_creation (test.test_dataclasses.TestCase.test_dynamic_class_creation)
PASS: test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase.test_dynamic_class_creation_using_field)
PASS: test_eq_order (test.test_dataclasses.TestCase.test_eq_order)
PASS: test_field_default (test.test_dataclasses.TestCase.test_field_default)
PASS: test_field_default_default_factory_error (test.test_dataclasses.TestCase.test_field_default_default_factory_error)
PASS: test_field_metadata_custom_mapping (test.test_dataclasses.TestCase.test_field_metadata_custom_mapping)
PASS: test_field_metadata_default (test.test_dataclasses.TestCase.test_field_metadata_default)
PASS: test_field_metadata_mapping (test.test_dataclasses.TestCase.test_field_metadata_mapping)
PASS: test_field_named_BUILTINS_frozen (test.test_dataclasses.TestCase.test_field_named_BUILTINS_frozen)
PASS: test_field_named_like_builtin (test.test_dataclasses.TestCase.test_field_named_like_builtin)
PASS: test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase.test_field_named_like_builtin_frozen)
PASS: test_field_named_object (test.test_dataclasses.TestCase.test_field_named_object)
PASS: test_field_named_object_frozen (test.test_dataclasses.TestCase.test_field_named_object_frozen)
PASS: test_field_named_self (test.test_dataclasses.TestCase.test_field_named_self)
PASS: test_field_no_default (test.test_dataclasses.TestCase.test_field_no_default)
PASS: test_field_order (test.test_dataclasses.TestCase.test_field_order)
PASS: test_field_recursive_repr (test.test_dataclasses.TestCase.test_field_recursive_repr)
PASS: test_field_repr (test.test_dataclasses.TestCase.test_field_repr)
PASS: test_field_with_special_single_underscore_names (test.test_dataclasses.TestCase.test_field_with_special_single_underscore_names)
PASS: test_function_annotations (test.test_dataclasses.TestCase.test_function_annotations)
PASS: test_generic_dataclasses (test.test_dataclasses.TestCase.test_generic_dataclasses)
PASS: test_generic_dynamic (test.test_dataclasses.TestCase.test_generic_dynamic)
PASS: test_generic_extending (test.test_dataclasses.TestCase.test_generic_extending)
PASS: test_hash_field_rules (test.test_dataclasses.TestCase.test_hash_field_rules)
PASS: test_helper_asdict (test.test_dataclasses.TestCase.test_helper_asdict)
PASS: test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_containers)
PASS: test_helper_asdict_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_object_containers)
PASS: test_helper_asdict_copy_values (test.test_dataclasses.TestCase.test_helper_asdict_copy_values)
PASS: test_helper_asdict_defaultdict (test.test_dataclasses.TestCase.test_helper_asdict_defaultdict)
PASS: test_helper_asdict_factory (test.test_dataclasses.TestCase.test_helper_asdict_factory)
PASS: test_helper_asdict_namedtuple (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple)
PASS: test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_derived)
PASS: test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_key)
PASS: test_helper_asdict_nested (test.test_dataclasses.TestCase.test_helper_asdict_nested)
PASS: test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase.test_helper_asdict_raises_on_classes)
PASS: test_helper_astuple (test.test_dataclasses.TestCase.test_helper_astuple)
PASS: test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_containers)
PASS: test_helper_astuple_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_object_containers)
PASS: test_helper_astuple_copy_values (test.test_dataclasses.TestCase.test_helper_astuple_copy_values)
PASS: test_helper_astuple_defaultdict (test.test_dataclasses.TestCase.test_helper_astuple_defaultdict)
PASS: test_helper_astuple_factory (test.test_dataclasses.TestCase.test_helper_astuple_factory)
PASS: test_helper_astuple_namedtuple (test.test_dataclasses.TestCase.test_helper_astuple_namedtuple)
PASS: test_helper_astuple_nested (test.test_dataclasses.TestCase.test_helper_astuple_nested)
PASS: test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase.test_helper_astuple_raises_on_classes)
PASS: test_helper_fields_exception (test.test_dataclasses.TestCase.test_helper_fields_exception)
PASS: test_helper_fields_with_class_instance (test.test_dataclasses.TestCase.test_helper_fields_with_class_instance)
PASS: test_incomplete_annotations (test.test_dataclasses.TestCase.test_incomplete_annotations)
PASS: test_init_false_no_default (test.test_dataclasses.TestCase.test_init_false_no_default)
PASS: test_init_in_order (test.test_dataclasses.TestCase.test_init_in_order)
PASS: test_init_var (test.test_dataclasses.TestCase.test_init_var)
PASS: test_init_var_default_factory (test.test_dataclasses.TestCase.test_init_var_default_factory)
PASS: test_init_var_inheritance (test.test_dataclasses.TestCase.test_init_var_inheritance)
PASS: test_init_var_name_shadowing (test.test_dataclasses.TestCase.test_init_var_name_shadowing)
PASS: test_init_var_no_default (test.test_dataclasses.TestCase.test_init_var_no_default)
PASS: test_init_var_preserve_type (test.test_dataclasses.TestCase.test_init_var_preserve_type)
PASS: test_init_var_with_default (test.test_dataclasses.TestCase.test_init_var_with_default)
PASS: test_intermediate_non_dataclass (test.test_dataclasses.TestCase.test_intermediate_non_dataclass)
PASS: test_is_dataclass (test.test_dataclasses.TestCase.test_is_dataclass)
PASS: test_is_dataclass_genericalias (test.test_dataclasses.TestCase.test_is_dataclass_genericalias)
PASS: test_is_dataclass_inheritance (test.test_dataclasses.TestCase.test_is_dataclass_inheritance)
PASS: test_is_dataclass_when_getattr_always_returns (test.test_dataclasses.TestCase.test_is_dataclass_when_getattr_always_returns)
PASS: test_items_in_dicts (test.test_dataclasses.TestCase.test_items_in_dicts)
PASS: test_missing_default (test.test_dataclasses.TestCase.test_missing_default)
PASS: test_missing_default_factory (test.test_dataclasses.TestCase.test_missing_default_factory)
PASS: test_missing_repr (test.test_dataclasses.TestCase.test_missing_repr)
PASS: test_named_init_params (test.test_dataclasses.TestCase.test_named_init_params)
PASS: test_no_fields (test.test_dataclasses.TestCase.test_no_fields)
PASS: test_no_fields_but_member_variable (test.test_dataclasses.TestCase.test_no_fields_but_member_variable)
PASS: test_no_options (test.test_dataclasses.TestCase.test_no_options)
PASS: test_no_unhashable_default (test.test_dataclasses.TestCase.test_no_unhashable_default)
PASS: test_not_in_compare (test.test_dataclasses.TestCase.test_not_in_compare)
PASS: test_not_in_repr (test.test_dataclasses.TestCase.test_not_in_repr)
PASS: test_not_other_dataclass (test.test_dataclasses.TestCase.test_not_other_dataclass)
PASS: test_not_tuple (test.test_dataclasses.TestCase.test_not_tuple)
PASS: test_one_field_no_default (test.test_dataclasses.TestCase.test_one_field_no_default)
PASS: test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase.test_overwrite_fields_in_derived_class)
PASS: test_overwrite_hash (test.test_dataclasses.TestCase.test_overwrite_hash)
PASS: test_post_init (test.test_dataclasses.TestCase.test_post_init)
PASS: test_post_init_classmethod (test.test_dataclasses.TestCase.test_post_init_classmethod)
PASS: test_post_init_not_auto_added (test.test_dataclasses.TestCase.test_post_init_not_auto_added)
PASS: test_post_init_staticmethod (test.test_dataclasses.TestCase.test_post_init_staticmethod)
PASS: test_post_init_super (test.test_dataclasses.TestCase.test_post_init_super)
PASS: test_recursive_annotation (test.test_dataclasses.TestCase.test_recursive_annotation)
PASS: test_simple_compare (test.test_dataclasses.TestCase.test_simple_compare)
PASS: test_two_fields_one_default (test.test_dataclasses.TestCase.test_two_fields_one_default)
PASS: test_default_value (test.test_dataclasses.TestDescriptors.test_default_value)
PASS: test_getting_field_calls_get (test.test_dataclasses.TestDescriptors.test_getting_field_calls_get)
PASS: test_init_calls_set (test.test_dataclasses.TestDescriptors.test_init_calls_set)
PASS: test_lookup_on_class (test.test_dataclasses.TestDescriptors.test_lookup_on_class)
PASS: test_lookup_on_instance (test.test_dataclasses.TestDescriptors.test_lookup_on_instance)
PASS: test_no_default_value (test.test_dataclasses.TestDescriptors.test_no_default_value)
PASS: test_non_descriptor (test.test_dataclasses.TestDescriptors.test_non_descriptor)
PASS: test_set_name (test.test_dataclasses.TestDescriptors.test_set_name)
PASS: test_setting_field_calls_set (test.test_dataclasses.TestDescriptors.test_setting_field_calls_set)
PASS: test_setting_uninitialized_descriptor_field (test.test_dataclasses.TestDescriptors.test_setting_uninitialized_descriptor_field)
PASS: test_docstring_deque_field (test.test_dataclasses.TestDocString.test_docstring_deque_field)
PASS: test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_deque_field_with_default_factory)
PASS: test_docstring_list_field (test.test_dataclasses.TestDocString.test_docstring_list_field)
PASS: test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_list_field_with_default_factory)
PASS: test_docstring_no_fields (test.test_dataclasses.TestDocString.test_docstring_no_fields)
PASS: test_docstring_one_field (test.test_dataclasses.TestDocString.test_docstring_one_field)
PASS: test_docstring_one_field_with_default (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default)
PASS: test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_none)
PASS: test_docstring_three_fields (test.test_dataclasses.TestDocString.test_docstring_three_fields)
PASS: test_docstring_two_fields (test.test_dataclasses.TestDocString.test_docstring_two_fields)
PASS: test_docstring_undefined_name (test.test_dataclasses.TestDocString.test_docstring_undefined_name)
PASS: test_docstring_with_no_signature (test.test_dataclasses.TestDocString.test_docstring_with_no_signature)
PASS: test_docstring_with_unsolvable_forward_ref_in_init (test.test_dataclasses.TestDocString.test_docstring_with_unsolvable_forward_ref_in_init)
PASS: test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString.test_existing_docstring_not_overridden)
PASS: test_no_eq (test.test_dataclasses.TestEq.test_no_eq)
PASS: test_overwriting_eq (test.test_dataclasses.TestEq.test_overwriting_eq)
PASS: test_recursive_eq (test.test_dataclasses.TestEq.test_recursive_eq)
PASS: test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation)
PASS: test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base)
PASS: test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_not_dataclass)
PASS: test_frozen (test.test_dataclasses.TestFrozen.test_frozen)
PASS: test_frozen_deepcopy_with_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_with_slots)
PASS: test_frozen_deepcopy_without_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_without_slots)
PASS: test_frozen_empty (test.test_dataclasses.TestFrozen.test_frozen_empty)
PASS: test_frozen_hash (test.test_dataclasses.TestFrozen.test_frozen_hash)
PASS: test_inherit (test.test_dataclasses.TestFrozen.test_inherit)
PASS: test_inherit_from_normal_class (test.test_dataclasses.TestFrozen.test_inherit_from_normal_class)
PASS: test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen.test_inherit_frozen_from_nonfrozen)
PASS: test_inherit_frozen_mutliple_inheritance (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance)
PASS: test_inherit_frozen_mutliple_inheritance_regular_mixins (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance_regular_mixins)
PASS: test_inherit_nonfrozen_from_empty (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty)
PASS: test_inherit_nonfrozen_from_empty_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_frozen)
PASS: test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_frozen)
PASS: test_multiple_frozen_dataclasses_inheritance (test.test_dataclasses.TestFrozen.test_multiple_frozen_dataclasses_inheritance)
PASS: test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived)
PASS: test_non_frozen_normal_derived_from_empty_frozen (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived_from_empty_frozen)
PASS: test_overwriting_frozen (test.test_dataclasses.TestFrozen.test_overwriting_frozen)
PASS: test_0_field_hash (test.test_dataclasses.TestHash.test_0_field_hash)
PASS: test_1_field_hash (test.test_dataclasses.TestHash.test_1_field_hash)
PASS: test_eq_only (test.test_dataclasses.TestHash.test_eq_only)
PASS: test_hash_no_args (test.test_dataclasses.TestHash.test_hash_no_args)
PASS: test_hash_rules (test.test_dataclasses.TestHash.test_hash_rules)
PASS: test_unsafe_hash (test.test_dataclasses.TestHash.test_unsafe_hash)
PASS: test_base_has_init (test.test_dataclasses.TestInit.test_base_has_init)
PASS: test_inherit_from_protocol (test.test_dataclasses.TestInit.test_inherit_from_protocol)
PASS: test_no_init (test.test_dataclasses.TestInit.test_no_init)
PASS: test_overwriting_init (test.test_dataclasses.TestInit.test_overwriting_init)
PASS: test_annotate_function (test.test_dataclasses.TestInitAnnotate.test_annotate_function)
PASS: test_annotate_function_contains_forwardref (test.test_dataclasses.TestInitAnnotate.test_annotate_function_contains_forwardref)
PASS: test_annotate_function_forwardref (test.test_dataclasses.TestInitAnnotate.test_annotate_function_forwardref)
PASS: test_annotate_function_init_false (test.test_dataclasses.TestInitAnnotate.test_annotate_function_init_false)
PASS: test_annotate_function_not_replaced (test.test_dataclasses.TestInitAnnotate.test_annotate_function_not_replaced)
PASS: test_init_false_forwardref (test.test_dataclasses.TestInitAnnotate.test_init_false_forwardref)
PASS: test_slots_true_init_false (test.test_dataclasses.TestInitAnnotate.test_slots_true_init_false)
PASS: test_KW_ONLY (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY)
PASS: test_KW_ONLY_as_string (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_as_string)
PASS: test_KW_ONLY_twice (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_twice)
PASS: test_defaults (test.test_dataclasses.TestKeywordArgs.test_defaults)
PASS: test_deferred_annotations (test.test_dataclasses.TestKeywordArgs.test_deferred_annotations)
PASS: test_field_marked_as_kwonly (test.test_dataclasses.TestKeywordArgs.test_field_marked_as_kwonly)
PASS: test_make_dataclass (test.test_dataclasses.TestKeywordArgs.test_make_dataclass)
PASS: test_match_args (test.test_dataclasses.TestKeywordArgs.test_match_args)
PASS: test_no_classvar_kwarg (test.test_dataclasses.TestKeywordArgs.test_no_classvar_kwarg)
PASS: test_post_init (test.test_dataclasses.TestKeywordArgs.test_post_init)
PASS: test_base (test.test_dataclasses.TestMakeDataclass.test_base)
PASS: test_base_dataclass (test.test_dataclasses.TestMakeDataclass.test_base_dataclass)
PASS: test_cannot_be_pickled (test.test_dataclasses.TestMakeDataclass.test_cannot_be_pickled)
PASS: test_class_var (test.test_dataclasses.TestMakeDataclass.test_class_var)
PASS: test_dataclass_custom_decorator (test.test_dataclasses.TestMakeDataclass.test_dataclass_custom_decorator)
PASS: test_dataclass_decorator_default (test.test_dataclasses.TestMakeDataclass.test_dataclass_decorator_default)
PASS: test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass.test_duplicate_field_names)
PASS: test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass.test_funny_class_names_names)
PASS: test_init_var (test.test_dataclasses.TestMakeDataclass.test_init_var)
PASS: test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass.test_invalid_type_specification)
PASS: test_keyword_field_names (test.test_dataclasses.TestMakeDataclass.test_keyword_field_names)
PASS: test_module_attr (test.test_dataclasses.TestMakeDataclass.test_module_attr)
PASS: test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass.test_no_mutate_namespace)
PASS: test_no_types (test.test_dataclasses.TestMakeDataclass.test_no_types)
PASS: test_no_types_get_annotations (test.test_dataclasses.TestMakeDataclass.test_no_types_get_annotations)
PASS: test_no_types_no_typing_import (test.test_dataclasses.TestMakeDataclass.test_no_types_no_typing_import)
PASS: test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass.test_non_identifier_field_names)
PASS: test_other_params (test.test_dataclasses.TestMakeDataclass.test_other_params)
PASS: test_pickle_support (test.test_dataclasses.TestMakeDataclass.test_pickle_support)
PASS: test_simple (test.test_dataclasses.TestMakeDataclass.test_simple)
PASS: test_underscore_field_names (test.test_dataclasses.TestMakeDataclass.test_underscore_field_names)
PASS: test_bpo_43764 (test.test_dataclasses.TestMatchArgs.test_bpo_43764)
PASS: test_explicit_match_args (test.test_dataclasses.TestMatchArgs.test_explicit_match_args)
PASS: test_make_dataclasses (test.test_dataclasses.TestMatchArgs.test_make_dataclasses)
PASS: test_match_args (test.test_dataclasses.TestMatchArgs.test_match_args)
PASS: test_match_args_argument (test.test_dataclasses.TestMatchArgs.test_match_args_argument)
PASS: test_functools_total_ordering (test.test_dataclasses.TestOrdering.test_functools_total_ordering)
PASS: test_no_order (test.test_dataclasses.TestOrdering.test_no_order)
PASS: test_overwriting_order (test.test_dataclasses.TestOrdering.test_overwriting_order)
PASS: test (test.test_dataclasses.TestReplace.test)
PASS: test_classvar (test.test_dataclasses.TestReplace.test_classvar)
PASS: test_frozen (test.test_dataclasses.TestReplace.test_frozen)
PASS: test_initvar_is_specified (test.test_dataclasses.TestReplace.test_initvar_is_specified)
PASS: test_initvar_with_default_value (test.test_dataclasses.TestReplace.test_initvar_with_default_value)
PASS: test_invalid_field_name (test.test_dataclasses.TestReplace.test_invalid_field_name)
PASS: test_invalid_object (test.test_dataclasses.TestReplace.test_invalid_object)
PASS: test_no_init (test.test_dataclasses.TestReplace.test_no_init)
PASS: test_recursive_repr (test.test_dataclasses.TestReplace.test_recursive_repr)
PASS: test_recursive_repr_indirection (test.test_dataclasses.TestReplace.test_recursive_repr_indirection)
PASS: test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace.test_recursive_repr_indirection_two)
PASS: test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_misc_attrs)
PASS: test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_two_attrs)
PASS: test_no_repr (test.test_dataclasses.TestRepr.test_no_repr)
PASS: test_overwriting_repr (test.test_dataclasses.TestRepr.test_overwriting_repr)
PASS: test_repr (test.test_dataclasses.TestRepr.test_repr)
PASS: test_add_slots_when_slots_exists (test.test_dataclasses.TestSlots.test_add_slots_when_slots_exists)
PASS: test_cant_inherit_from_iterator_slots (test.test_dataclasses.TestSlots.test_cant_inherit_from_iterator_slots)
PASS: test_dataclass_derived_generic (test.test_dataclasses.TestSlots.test_dataclass_derived_generic)
PASS: test_dataclass_derived_generic_from_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_base)
PASS: test_dataclass_derived_generic_from_slotted_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base)
PASS: test_dataclass_derived_generic_from_slotted_base_with_weakref (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base_with_weakref)
PASS: test_dataclass_derived_weakref_slot (test.test_dataclasses.TestSlots.test_dataclass_derived_weakref_slot)
PASS: test_dataclass_slot_dict (test.test_dataclasses.TestSlots.test_dataclass_slot_dict)
PASS: test_dataclass_slot_dict_ctype (test.test_dataclasses.TestSlots.test_dataclass_slot_dict_ctype)
PASS: test_derived_added_field (test.test_dataclasses.TestSlots.test_derived_added_field)
PASS: test_frozen_pickle (test.test_dataclasses.TestSlots.test_frozen_pickle)
PASS: test_frozen_slots_pickle_custom_state (test.test_dataclasses.TestSlots.test_frozen_slots_pickle_custom_state)
PASS: test_generated_slots (test.test_dataclasses.TestSlots.test_generated_slots)
PASS: test_generated_slots_value (test.test_dataclasses.TestSlots.test_generated_slots_value)
PASS: test_original_class_is_gced (test.test_dataclasses.TestSlots.test_original_class_is_gced)
PASS: test_returns_new_class (test.test_dataclasses.TestSlots.test_returns_new_class)
PASS: test_simple (test.test_dataclasses.TestSlots.test_simple)
PASS: test_slots_no_weakref (test.test_dataclasses.TestSlots.test_slots_no_weakref)
PASS: test_slots_weakref (test.test_dataclasses.TestSlots.test_slots_weakref)
PASS: test_slots_weakref_base_str (test.test_dataclasses.TestSlots.test_slots_weakref_base_str)
PASS: test_slots_weakref_base_tuple (test.test_dataclasses.TestSlots.test_slots_weakref_base_tuple)
PASS: test_slots_with_default_factory_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_factory_no_init)
PASS: test_slots_with_default_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_no_init)
PASS: test_slots_with_docs (test.test_dataclasses.TestSlots.test_slots_with_docs)
PASS: test_slots_with_wrong_init_subclass (test.test_dataclasses.TestSlots.test_slots_with_wrong_init_subclass)
PASS: test_weakref_slot_make_dataclass (test.test_dataclasses.TestSlots.test_weakref_slot_make_dataclass)
PASS: test_weakref_slot_normal_base_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_normal_base_weakref_slot)
PASS: test_weakref_slot_subclass_no_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_no_weakref_slot)
PASS: test_weakref_slot_subclass_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_weakref_slot)
PASS: test_weakref_slot_without_slot (test.test_dataclasses.TestSlots.test_weakref_slot_without_slot)
PASS: test_classvar (test.test_dataclasses.TestStringAnnotations.test_classvar)
PASS: test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations.test_classvar_module_level_import)
PASS: test_initvar (test.test_dataclasses.TestStringAnnotations.test_initvar)
PASS: test_isnt_classvar (test.test_dataclasses.TestStringAnnotations.test_isnt_classvar)
PASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations.test_isnt_initvar)
PASS: test_text_annotations (test.test_dataclasses.TestStringAnnotations.test_text_annotations)
PASS: test_dunder_class_with_new_property (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_dunder_class_with_new_property)
PASS: test_dunder_class_with_old_property (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_dunder_class_with_old_property)
PASS: test_remembered_class (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_remembered_class)
PASS: test_slots_dunder_class_property_deleter (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_slots_dunder_class_property_deleter)
PASS: test_slots_dunder_class_property_getter (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_slots_dunder_class_property_getter)
PASS: test_slots_dunder_class_property_setter (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_slots_dunder_class_property_setter)
PASS: test_wrapped (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_wrapped)
PASS: test_zero_argument_super (test.test_dataclasses.TestZeroArgumentSuperWithSlots.test_zero_argument_super)

----------------------------------------------------------------------
Ran 274 tests in 0.476s

OK
0:02:14 load avg: 3.57 [149/486] test.test_multiprocessing_spawn.test_processes passed (49.3 sec)
PASS: test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array)
PASS: test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size)
PASS: test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)
PASS: test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray)
PASS: test_atexit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit)
test_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort)
PASS: Test that an abort will put the barrier in a broken state
test_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset)
PASS: Test that a barrier can be reset after being broken.
test_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action)
PASS: Test the 'action' callback
test_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier)
PASS: Test that a barrier is passed in lockstep
test_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10)
PASS: Test that a barrier works for 10 consecutive runs
test_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout)
SKIP: Test the barrier's default timeout 'skip flaky timeout test'
test_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset)
PASS: Test that a 'reset' on a barrier frees the waiting threads
PASS: test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread)
PASS: test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand)
test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout)
SKIP: Test wait(timeout) 'timing related test, dependent on load'
test_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return)
PASS: test the return value from barrier.wait
PASS: test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify)
PASS: test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all)
PASS: test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n)
PASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout)
PASS: test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result)
PASS: test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor)
PASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout)
PASS: test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection)
PASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context)
PASS: test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false)
PASS: test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer)
PASS: test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer)
PASS: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)
PASS: test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes)
PASS: test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close)
PASS: test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event)
PASS: test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr)
PASS: test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize)
SKIP: test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) "resource 'cpu' is not enabled"
PASS: test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc)
PASS: test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap)
PASS: test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket)
PASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context)
PASS: test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey)
PASS: test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind)
PASS: test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725)
PASS: test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955)
PASS: test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client)
PASS: test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock)
PASS: test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context)
PASS: test_lock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_locked_2processes)
PASS: test_repr_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock)
PASS: test_repr_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock)
PASS: test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock)
PASS: test_rlock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_context)
PASS: test_rlock_locked_2processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_locked_2processes)
PASS: test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging)
PASS: test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename)
PASS: test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level)
PASS: test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)
PASS: test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access)
PASS: test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling)
PASS: test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries)
PASS: test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge)
PASS: test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string)
PASS: test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings)
PASS: test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr)
PASS: test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply)
PASS: test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async)
PASS: test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout)
PASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context)
PASS: test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable)
PASS: test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter)
PASS: test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap)
PASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)
PASS: test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered)
PASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)
PASS: test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool)
PASS: test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map)
PASS: test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async)
PASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks)
PASS: test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize)
PASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)
PASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast)
PASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable)
PASS: test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs)
PASS: test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning)
PASS: test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap)
PASS: test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async)
PASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate)
PASS: test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback)
PASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception)
PASS: test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)
PASS: test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)
PASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)
PASS: test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)
PASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)
PASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)
SKIP: test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'
SKIP: test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) "resource 'cpu' is not enabled"
PASS: test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation)
PASS: test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close)
PASS: test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count)
PASS: test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current)
PASS: test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument)
PASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)
PASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)
SKIP: test_forkserver_auth_is_enabled (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_auth_is_enabled) 'forkserver start method specific'
SKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for spawn'
SKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for spawn'
SKIP: test_forkserver_without_auth_fails (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_without_auth_fails) 'forkserver start method specific'
test_interrupt (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt) ... Process Process-143:
Traceback (most recent call last):
  File "/usr/lib/python3.14/multiprocessing/process.py", line 320, in _bootstrap
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3.14/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/test/_test_multiprocessing.py", line 570, in _sleep_some_event
    time.sleep(100)
    ~~~~~~~~~~^^^^^
KeyboardInterrupt
ok
PASS: test_interrupt_no_handler (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_interrupt_no_handler)
PASS: test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill)
PASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref)
SKIP: test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) "resource 'walltime' is not enabled"
PASS: test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process)
PASS: test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes)
PASS: test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process)
PASS: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)
PASS: test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion)
PASS: test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel)
PASS: test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable)
PASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate)
PASS: test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads)
PASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)
PASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)
PASS: test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork)
PASS: test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get)
PASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)
PASS: test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put)
SKIP: test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'
PASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)
PASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)
PASS: test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done)
PASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout)
PASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)
PASS: test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore)
PASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout)
PASS: test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy)
PASS: test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)
PASS: test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize)
PASS: test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)
PASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)
PASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)
PASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)
PASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)
PASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)
PASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)
PASS: test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)
PASS: test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)
PASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)
PASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)
PASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)
PASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)
PASS: test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)
PASS: test_shared_memory_tracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)
PASS: test_shared_memory_untracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)
PASS: test_child_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)
SKIP: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path) 'forkserver specific test.'
SKIP: test_std_streams_flushed_after_preload (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_std_streams_flushed_after_preload) 'forkserver specific test'
PASS: test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)
PASS: test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)
PASS: test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)
PASS: test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock)
PASS: test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue)
PASS: test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value)

----------------------------------------------------------------------
Ran 163 tests in 48.967s

OK (skipped=13)
0:02:14 load avg: 3.57 [150/486] test_ctypes passed
PASS: test_aligned_packed_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_packed_structures)
PASS: test_aligned_string (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_string)
PASS: test_aligned_struct_in_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_struct_in_union)
PASS: test_aligned_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_structures)
PASS: test_aligned_subclasses (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_subclasses)
PASS: test_aligned_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_union)
PASS: test_larger_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_larger_aligned_subclassed_union)
PASS: test_negative_align (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_negative_align)
PASS: test_oversized_structure (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_oversized_structure)
PASS: test_smaller_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_smaller_aligned_subclassed_union)
PASS: test_zero_align_no_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_no_fields)
PASS: test_zero_align_with_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_with_fields)
PASS: test_anon (test.test_ctypes.test_anon.AnonTest.test_anon)
PASS: test_anon_nonmember (test.test_ctypes.test_anon.AnonTest.test_anon_nonmember)
PASS: test_anon_nonseq (test.test_ctypes.test_anon.AnonTest.test_anon_nonseq)
PASS: test_issue31490 (test.test_ctypes.test_anon.AnonTest.test_issue31490)
PASS: test_nested (test.test_ctypes.test_anon.AnonTest.test_nested)
PASS: test (test.test_ctypes.test_array_in_pointer.Test.test)
PASS: test_2 (test.test_ctypes.test_array_in_pointer.Test.test_2)
PASS: test_bad_length (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_length)
PASS: test_bad_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_subclass)
PASS: test_bpo36504_signed_int_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow)
PASS: test_cache (test.test_ctypes.test_arrays.ArrayTestCase.test_cache)
PASS: test_classcache (test.test_ctypes.test_arrays.ArrayTestCase.test_classcache)
PASS: test_empty_element_array (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_array)
PASS: test_empty_element_struct (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_struct)
PASS: test_from_address (test.test_ctypes.test_arrays.ArrayTestCase.test_from_address)
PASS: test_from_addressW (test.test_ctypes.test_arrays.ArrayTestCase.test_from_addressW)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_arrays.ArrayTestCase.test_inheritance_hierarchy)
SKIP: test_large_array (test.test_ctypes.test_arrays.ArrayTestCase.test_large_array) 'not enough memory: 2.0G minimum needed'
PASS: test_metaclass_details (test.test_ctypes.test_arrays.ArrayTestCase.test_metaclass_details)
PASS: test_numeric_arrays (test.test_ctypes.test_arrays.ArrayTestCase.test_numeric_arrays)
PASS: test_simple (test.test_ctypes.test_arrays.ArrayTestCase.test_simple)
PASS: test_step_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_step_overflow)
PASS: test_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_subclass)
SKIP: test_thread_safety (test.test_ctypes.test_arrays.ArrayTestCase.test_thread_safety) 'only meaningful if the GIL is disabled'
PASS: test_type_flags (test.test_ctypes.test_arrays.ArrayTestCase.test_type_flags)
PASS: test_zero_length (test.test_ctypes.test_arrays.ArrayTestCase.test_zero_length)
PASS: test_byval (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_byval)
PASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks)
PASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_2)
PASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_longlong_callbacks)
PASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_pointers)
PASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_recursive_as_param)
PASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_shorts)
PASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_2H)
PASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_8H)
PASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_wchar_parm)
PASS: test_byval (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval)
PASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks)
PASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2)
PASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks)
PASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers)
PASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param)
PASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts)
PASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H)
PASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H)
PASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm)
PASS: test_byval (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_byval)
PASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks)
PASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2)
PASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks)
PASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_pointers)
PASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param)
PASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_shorts)
PASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H)
PASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H)
PASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm)
PASS: test_byval (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_byval)
PASS: test_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks)
PASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks_2)
PASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks)
PASS: test_pointers (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_pointers)
PASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_recursive_as_param)
PASS: test_shorts (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_shorts)
PASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_2H)
PASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_8H)
PASS: test_wchar_parm (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_wchar_parm)
PASS: test_anon_bitfields (test.test_ctypes.test_bitfields.BitFieldTest.test_anon_bitfields)
PASS: test_c_wchar (test.test_ctypes.test_bitfields.BitFieldTest.test_c_wchar)
PASS: test_generic_checks (test.test_ctypes.test_bitfields.BitFieldTest.test_generic_checks)
PASS: test_gh_73939 (test.test_ctypes.test_bitfields.BitFieldTest.test_gh_73939)
PASS: test_gh_84039 (test.test_ctypes.test_bitfields.BitFieldTest.test_gh_84039)
PASS: test_gh_86098 (test.test_ctypes.test_bitfields.BitFieldTest.test_gh_86098)
PASS: test_gh_95496 (test.test_ctypes.test_bitfields.BitFieldTest.test_gh_95496)
PASS: test_longlong (test.test_ctypes.test_bitfields.BitFieldTest.test_longlong)
PASS: test_mixed_1 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_1)
PASS: test_mixed_10 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_10)
PASS: test_mixed_2 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_2)
PASS: test_mixed_3 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_3)
PASS: test_mixed_4 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_4)
PASS: test_mixed_5 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_5)
PASS: test_mixed_6 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_6)
PASS: test_mixed_7 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_7)
PASS: test_mixed_8 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_8)
PASS: test_mixed_9 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_9)
PASS: test_multi_bitfields_size (test.test_ctypes.test_bitfields.BitFieldTest.test_multi_bitfields_size)
PASS: test_nonint_types (test.test_ctypes.test_bitfields.BitFieldTest.test_nonint_types)
PASS: test_signed (test.test_ctypes.test_bitfields.BitFieldTest.test_signed)
PASS: test_single_bitfield_size (test.test_ctypes.test_bitfields.BitFieldTest.test_single_bitfield_size)
PASS: test_uint32 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32)
PASS: test_uint32_swap_big_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_big_endian)
PASS: test_uint32_swap_little_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_little_endian)
PASS: test_uint64 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint64)
PASS: test_ulonglong (test.test_ctypes.test_bitfields.BitFieldTest.test_ulonglong)
PASS: test_union_bitfield (test.test_ctypes.test_bitfields.BitFieldTest.test_union_bitfield)
PASS: test_unsigned (test.test_ctypes.test_bitfields.BitFieldTest.test_unsigned)
PASS: test_ints (test.test_ctypes.test_bitfields.C_Test.test_ints)
PASS: test_shorts (test.test_ctypes.test_bitfields.C_Test.test_shorts)
SKIP: test_shorts_msvc_mode (test.test_ctypes.test_bitfields.C_Test.test_shorts_msvc_mode) 'need MSVC or __attribute__((ms_struct))'
PASS: test_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer)
PASS: test_buffer_interface (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer_interface)
PASS: test_create_unicode_buffer_non_bmp (test.test_ctypes.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp)
PASS: test_unicode_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_buffer)
PASS: test_unicode_conversion (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_conversion)
SKIP: test_BSTR (test.test_ctypes.test_bytes.BytesTest.test_BSTR) 'Windows-specific test'
PASS: test_c_char (test.test_ctypes.test_bytes.BytesTest.test_c_char)
PASS: test_c_char_p (test.test_ctypes.test_bytes.BytesTest.test_c_char_p)
PASS: test_c_wchar (test.test_ctypes.test_bytes.BytesTest.test_c_wchar)
PASS: test_c_wchar_p (test.test_ctypes.test_bytes.BytesTest.test_c_wchar_p)
PASS: test_struct (test.test_ctypes.test_bytes.BytesTest.test_struct)
PASS: test_struct_W (test.test_ctypes.test_bytes.BytesTest.test_struct_W)
PASS: test_build_struct_union_opposite_system_byteorder (test.test_ctypes.test_byteswap.Test.test_build_struct_union_opposite_system_byteorder)
PASS: test_endian_double (test.test_ctypes.test_byteswap.Test.test_endian_double)
PASS: test_endian_float (test.test_ctypes.test_byteswap.Test.test_endian_float)
PASS: test_endian_int (test.test_ctypes.test_byteswap.Test.test_endian_int)
PASS: test_endian_longlong (test.test_ctypes.test_byteswap.Test.test_endian_longlong)
PASS: test_endian_other (test.test_ctypes.test_byteswap.Test.test_endian_other)
PASS: test_endian_short (test.test_ctypes.test_byteswap.Test.test_endian_short)
PASS: test_slots (test.test_ctypes.test_byteswap.Test.test_slots)
PASS: test_struct_field_alignment (test.test_ctypes.test_byteswap.Test.test_struct_field_alignment)
PASS: test_struct_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_struct_fields_unsupported_byte_order)
PASS: test_struct_struct (test.test_ctypes.test_byteswap.Test.test_struct_struct)
PASS: test_unaligned_native_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_native_struct_fields)
PASS: test_unaligned_nonnative_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_nonnative_struct_fields)
PASS: test_union_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_union_fields_unsupported_byte_order)
PASS: test_union_struct (test.test_ctypes.test_byteswap.Test.test_union_struct)
test_bad_type_message (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_bad_type_message)
PASS: Verify the error message that lists all available type codes
PASS: test_creating_pointer_in_dunder_init_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_1)
PASS: test_creating_pointer_in_dunder_init_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_2)
test_creating_pointer_in_dunder_init_3 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_3)
PASS: Check if interfcase subclasses properly creates according internal
test_creating_pointer_in_dunder_init_4 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_4)
PASS: Check if interfcase subclasses properly creates according internal
PASS: test_creating_pointer_in_dunder_new_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_1)
PASS: test_creating_pointer_in_dunder_new_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_2)
PASS: test_custom_pointer_cache_for_ctypes_type1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_custom_pointer_cache_for_ctypes_type1)
PASS: test_custom_pointer_cache_for_ctypes_type2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_custom_pointer_cache_for_ctypes_type2)
PASS: test_byte (test.test_ctypes.test_callbacks.Callbacks.test_byte)
PASS: test_char (test.test_ctypes.test_callbacks.Callbacks.test_char)
PASS: test_double (test.test_ctypes.test_callbacks.Callbacks.test_double)
PASS: test_float (test.test_ctypes.test_callbacks.Callbacks.test_float)
SKIP: test_i38748_stackCorruption (test.test_ctypes.test_callbacks.Callbacks.test_i38748_stackCorruption) 'ctypes.WINFUNCTYPE is required'
PASS: test_int (test.test_ctypes.test_callbacks.Callbacks.test_int)
PASS: test_issue12483 (test.test_ctypes.test_callbacks.Callbacks.test_issue12483)
PASS: test_issue_7959 (test.test_ctypes.test_callbacks.Callbacks.test_issue_7959)
PASS: test_long (test.test_ctypes.test_callbacks.Callbacks.test_long)
PASS: test_longdouble (test.test_ctypes.test_callbacks.Callbacks.test_longdouble)
PASS: test_longlong (test.test_ctypes.test_callbacks.Callbacks.test_longlong)
PASS: test_pyobject (test.test_ctypes.test_callbacks.Callbacks.test_pyobject)
PASS: test_short (test.test_ctypes.test_callbacks.Callbacks.test_short)
PASS: test_ubyte (test.test_ctypes.test_callbacks.Callbacks.test_ubyte)
PASS: test_uint (test.test_ctypes.test_callbacks.Callbacks.test_uint)
PASS: test_ulong (test.test_ctypes.test_callbacks.Callbacks.test_ulong)
PASS: test_ulonglong (test.test_ctypes.test_callbacks.Callbacks.test_ulonglong)
PASS: test_unsupported_restype_1 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_1)
PASS: test_unsupported_restype_2 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_2)
PASS: test_ushort (test.test_ctypes.test_callbacks.Callbacks.test_ushort)
PASS: test_callback_large_struct (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct)
PASS: test_callback_register_double (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_double)
PASS: test_callback_register_int (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_int)
PASS: test_callback_too_many_args (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args)
PASS: test_convert_result_error (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_convert_result_error)
PASS: test_integrate (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_integrate)
PASS: test_issue_8959_a (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a)
SKIP: test_issue_8959_b (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b) 'ctypes.WINFUNCTYPE is required'
PASS: test_address2pointer (test.test_ctypes.test_cast.Test.test_address2pointer)
PASS: test_array2pointer (test.test_ctypes.test_cast.Test.test_array2pointer)
PASS: test_bad_type_arg (test.test_ctypes.test_cast.Test.test_bad_type_arg)
PASS: test_char_p (test.test_ctypes.test_cast.Test.test_char_p)
PASS: test_other (test.test_ctypes.test_cast.Test.test_other)
PASS: test_p2a_objects (test.test_ctypes.test_cast.Test.test_p2a_objects)
PASS: test_wchar_p (test.test_ctypes.test_cast.Test.test_wchar_p)
PASS: test_byte (test.test_ctypes.test_cfuncs.CFunctions.test_byte)
PASS: test_byte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_byte_plus)
PASS: test_callwithresult (test.test_ctypes.test_cfuncs.CFunctions.test_callwithresult)
PASS: test_double (test.test_ctypes.test_cfuncs.CFunctions.test_double)
PASS: test_double_plus (test.test_ctypes.test_cfuncs.CFunctions.test_double_plus)
PASS: test_float (test.test_ctypes.test_cfuncs.CFunctions.test_float)
PASS: test_float_plus (test.test_ctypes.test_cfuncs.CFunctions.test_float_plus)
PASS: test_int (test.test_ctypes.test_cfuncs.CFunctions.test_int)
PASS: test_int_plus (test.test_ctypes.test_cfuncs.CFunctions.test_int_plus)
PASS: test_long (test.test_ctypes.test_cfuncs.CFunctions.test_long)
PASS: test_long_plus (test.test_ctypes.test_cfuncs.CFunctions.test_long_plus)
PASS: test_longdouble (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble)
PASS: test_longdouble_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble_plus)
PASS: test_longlong (test.test_ctypes.test_cfuncs.CFunctions.test_longlong)
PASS: test_longlong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longlong_plus)
PASS: test_short (test.test_ctypes.test_cfuncs.CFunctions.test_short)
PASS: test_short_plus (test.test_ctypes.test_cfuncs.CFunctions.test_short_plus)
SKIP: test_thread_safety (test.test_ctypes.test_cfuncs.CFunctions.test_thread_safety) "resource 'cpu' is not enabled"
PASS: test_ubyte (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte)
PASS: test_ubyte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte_plus)
PASS: test_uint (test.test_ctypes.test_cfuncs.CFunctions.test_uint)
PASS: test_uint_plus (test.test_ctypes.test_cfuncs.CFunctions.test_uint_plus)
PASS: test_ulong (test.test_ctypes.test_cfuncs.CFunctions.test_ulong)
PASS: test_ulong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulong_plus)
PASS: test_ulonglong (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong)
PASS: test_ulonglong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong_plus)
PASS: test_ushort (test.test_ctypes.test_cfuncs.CFunctions.test_ushort)
PASS: test_ushort_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ushort_plus)
PASS: test_void (test.test_ctypes.test_cfuncs.CFunctions.test_void)
PASS: test_checkretval (test.test_ctypes.test_checkretval.Test.test_checkretval)
SKIP: test_oledll (test.test_ctypes.test_checkretval.Test.test_oledll) 'ctypes.oledll is required'
PASS: test_chararray (test.test_ctypes.test_delattr.TestCase.test_chararray)
PASS: test_simple (test.test_ctypes.test_delattr.TestCase.test_simple)
PASS: test_struct (test.test_ctypes.test_delattr.TestCase.test_struct)
PASS: test_localized_error_dlopen (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlopen)
PASS: test_localized_error_dlsym (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlsym)
PASS: test_localized_error_from_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_from_dll)
PASS: test_localized_error_in_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_in_dll)
PASS: test_lists_system (test.test_ctypes.test_dllist.ListSharedLibraries.test_lists_system)
SKIP: test_lists_updates (test.test_ctypes.test_dllist.ListSharedLibraries.test_lists_updates) 'Test library is already loaded'
SKIP: test_GetLastError (test.test_ctypes.test_errno.Test.test_GetLastError) 'Test specific to Windows'
PASS: test_open (test.test_ctypes.test_errno.Test.test_open)
SKIP: test_find (test.test_ctypes.test_find.FindLibraryAndroid.test_find) 'Test only valid for Android'
SKIP: test_find_nothing_with_wrong_ld_library_path (test.test_ctypes.test_find.FindLibraryEmscripten.test_find_nothing_with_wrong_ld_library_path) 'Test only valid for Emscripten'
SKIP: test_find_nothing_without_ld_library_path (test.test_ctypes.test_find.FindLibraryEmscripten.test_find_nothing_without_ld_library_path) 'Test only valid for Emscripten'
SKIP: test_find_wasm_file_with_so_extension (test.test_ctypes.test_find.FindLibraryEmscripten.test_find_wasm_file_with_so_extension) 'Test only valid for Emscripten'
SKIP: test_find_wasm_file_with_wasm_extension (test.test_ctypes.test_find.FindLibraryEmscripten.test_find_wasm_file_with_wasm_extension) 'Test only valid for Emscripten'
SKIP: test_ignore_non_wasm_file (test.test_ctypes.test_find.FindLibraryEmscripten.test_ignore_non_wasm_file) 'Test only valid for Emscripten'
SKIP: test_find_library_with_gcc (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_gcc) 'Needs IMAGE_FEATURE += "tools-sdk"'
SKIP: test_find_library_with_ld (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_ld) 'Needs IMAGE_FEATURE += "tools-sdk"'
PASS: test_find_on_libpath (test.test_ctypes.test_find.FindLibraryLinux.test_find_on_libpath)
PASS: test_gh114257 (test.test_ctypes.test_find.FindLibraryLinux.test_gh114257)
OpenGL libraries:
	 ('GL', None)
	 ('GLU', None)
	 ('gle', None)
SKIP: test_gl (test.test_ctypes.test_find.Test_OpenGL_libs.test_gl) 'lib_gl not available'
SKIP: test_gle (test.test_ctypes.test_find.Test_OpenGL_libs.test_gle) 'lib_gle not available'
SKIP: test_glu (test.test_ctypes.test_find.Test_OpenGL_libs.test_glu) 'lib_glu not available'
PASS: test_shell_injection (test.test_ctypes.test_find.Test_OpenGL_libs.test_shell_injection)
PASS: test_abstract (test.test_ctypes.test_frombuffer.Test.test_abstract)
PASS: test_fortran_contiguous (test.test_ctypes.test_frombuffer.Test.test_fortran_contiguous)
PASS: test_from_buffer (test.test_ctypes.test_frombuffer.Test.test_from_buffer)
PASS: test_from_buffer_copy (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy)
PASS: test_from_buffer_copy_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy_with_offset)
PASS: test_from_buffer_memoryview (test.test_ctypes.test_frombuffer.Test.test_from_buffer_memoryview)
PASS: test_from_buffer_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_with_offset)
PASS: test_abstract (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_abstract)
PASS: test_basic (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_basic)
PASS: test_dllfunctions (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_dllfunctions)
PASS: test_first (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_first)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_inheritance_hierarchy)
PASS: test_metaclass_details (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_metaclass_details)
PASS: test_structures (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_structures)
PASS: test_type_flags (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_type_flags)
PASS: test_byval (test.test_ctypes.test_functions.FunctionTestCase.test_byval)
test_c_char_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_p_parm)
PASS: Test the error message when converting an incompatible type to c_char_p.
PASS: test_c_char_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_parm)
test_c_void_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_void_p_parm)
PASS: Test the error message when converting an incompatible type to c_void_p.
test_c_wchar_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_wchar_p_parm)
PASS: Test the error message when converting an incompatible type to c_wchar_p.
PASS: test_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks)
PASS: test_callbacks_2 (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks_2)
PASS: test_doubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_doubleresult)
PASS: test_errors (test.test_ctypes.test_functions.FunctionTestCase.test_errors)
PASS: test_floatresult (test.test_ctypes.test_functions.FunctionTestCase.test_floatresult)
PASS: test_intresult (test.test_ctypes.test_functions.FunctionTestCase.test_intresult)
PASS: test_longdoubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_longdoubleresult)
PASS: test_longlong_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_longlong_callbacks)
PASS: test_longlongresult (test.test_ctypes.test_functions.FunctionTestCase.test_longlongresult)
PASS: test_mro (test.test_ctypes.test_functions.FunctionTestCase.test_mro)
PASS: test_pointers (test.test_ctypes.test_functions.FunctionTestCase.test_pointers)
PASS: test_sf1651235 (test.test_ctypes.test_functions.FunctionTestCase.test_sf1651235)
PASS: test_shorts (test.test_ctypes.test_functions.FunctionTestCase.test_shorts)
PASS: test_stringresult (test.test_ctypes.test_functions.FunctionTestCase.test_stringresult)
PASS: test_struct_return_2H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H)
SKIP: test_struct_return_2H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H_stdcall) 'Windows-specific test'
PASS: test_struct_return_8H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H)
SKIP: test_struct_return_8H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H_stdcall) 'Windows-specific test'
PASS: test_voidresult (test.test_ctypes.test_functions.FunctionTestCase.test_voidresult)
PASS: test_wchar_parm (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_parm)
PASS: test_wchar_result (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_result)
test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data)
Check that a ctypes struct/union matches its C equivalent. ... 
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Packed1')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Packed2')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Packed3')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Packed4')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='IntBits_MSVC')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Bits_MSVC')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Example_gh_84039_bad')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Example_gh_84039_good_a')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Example_gh_84039_good')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Example_gh_73939')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
  test_generated_data (test.test_ctypes.test_generated_structs.GeneratedTest.test_generated_data) (name='Example_gh_86098_pack')
SKIP: Check that a ctypes struct/union matches its C equivalent. 'skipped on this compiler'
PASS: test_deprecation (test.test_ctypes.test_incomplete.TestSetPointerType.test_deprecation)
PASS: test_incomplete_example (test.test_ctypes.test_incomplete.TestSetPointerType.test_incomplete_example)
PASS: test_get (test.test_ctypes.test_init.InitTest.test_get)
PASS: test_c_char_p (test.test_ctypes.test_internals.ObjectsTestCase.test_c_char_p)
PASS: test_embedded_structs (test.test_ctypes.test_internals.ObjectsTestCase.test_embedded_structs)
PASS: test_ints (test.test_ctypes.test_internals.ObjectsTestCase.test_ints)
PASS: test_ptr_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_ptr_struct)
PASS: test_simple_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_simple_struct)
PASS: test_xxx (test.test_ctypes.test_internals.ObjectsTestCase.test_xxx)
PASS: test_cint_array (test.test_ctypes.test_keeprefs.ArrayTestCase.test_cint_array)
PASS: test_p_cint (test.test_ctypes.test_keeprefs.PointerTestCase.test_p_cint)
PASS: test (test.test_ctypes.test_keeprefs.PointerToStructure.test)
PASS: test_ccharp (test.test_ctypes.test_keeprefs.SimpleTestCase.test_ccharp)
PASS: test_cint (test.test_ctypes.test_keeprefs.SimpleTestCase.test_cint)
PASS: test_ccharp_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_ccharp_struct)
PASS: test_cint_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_cint_struct)
PASS: test_struct_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_struct_struct)
SKIP: test_csqrt (test.test_ctypes.test_libc.LibTest.test_csqrt) 'requires C11 complex type and libffi >= 3.3.0'
PASS: test_qsort (test.test_ctypes.test_libc.LibTest.test_qsort)
PASS: test_sqrt (test.test_ctypes.test_libc.LibTest.test_sqrt)
libc_name is libc.so
SKIP: test_1703286_A (test.test_ctypes.test_loading.LoaderTest.test_1703286_A) 'Windows-specific test'
SKIP: test_1703286_B (test.test_ctypes.test_loading.LoaderTest.test_1703286_B) 'Windows-specific test'
PASS: test_find (test.test_ctypes.test_loading.LoaderTest.test_find)
PASS: test_load (test.test_ctypes.test_loading.LoaderTest.test_load)
SKIP: test_load_dll_with_flags (test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags) 'test specific to Windows'
SKIP: test_load_hasattr (test.test_ctypes.test_loading.LoaderTest.test_load_hasattr) 'test specific to Windows'
SKIP: test_load_library (test.test_ctypes.test_loading.LoaderTest.test_load_library) 'test specific to Windows'
SKIP: test_load_ordinal_functions (test.test_ctypes.test_loading.LoaderTest.test_load_ordinal_functions) 'test specific to Windows'
SKIP: test_load_version (test.test_ctypes.test_loading.LoaderTest.test_load_version) 'wrong libc path for test'
SKIP: test_load_without_name_and_with_handle (test.test_ctypes.test_loading.LoaderTest.test_load_without_name_and_with_handle) 'Windows-specific test'
SKIP: test_load_without_name_and_with_handle_posix (test.test_ctypes.test_loading.LoaderTest.test_load_without_name_and_with_handle_posix) 'could not find libc'
SKIP: test_find (test.test_ctypes.test_macholib.MachOTest.test_find) 'OSX-specific test'
SKIP: test_framework_info (test.test_ctypes.test_macholib.MachOTest.test_framework_info) 'OSX-specific test'
SKIP: test_info (test.test_ctypes.test_macholib.MachOTest.test_info) 'OSX-specific test'
PASS: test_cast (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_cast)
PASS: test_memmove (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memmove)
PASS: test_memoryview_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memoryview_at)
PASS: test_memoryview_at_readonly (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memoryview_at_readonly)
PASS: test_memset (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memset)
PASS: test_overflow (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_overflow)
PASS: test_string_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_string_at)
PASS: test_wstring_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_wstring_at)
PASS: test_alignments (test.test_ctypes.test_numbers.NumberTestCase.test_alignments)
PASS: test_bool_values (test.test_ctypes.test_numbers.NumberTestCase.test_bool_values)
PASS: test_byref (test.test_ctypes.test_numbers.NumberTestCase.test_byref)
PASS: test_char_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_char_from_address)
SKIP: test_complex (test.test_ctypes.test_numbers.NumberTestCase.test_complex) 'requires C11 complex type'
SKIP: test_complex_round_trip (test.test_ctypes.test_numbers.NumberTestCase.test_complex_round_trip) 'requires C11 complex type'
PASS: test_default_init (test.test_ctypes.test_numbers.NumberTestCase.test_default_init)
PASS: test_float_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_float_from_address)
PASS: test_float_overflow (test.test_ctypes.test_numbers.NumberTestCase.test_float_overflow)
PASS: test_floats (test.test_ctypes.test_numbers.NumberTestCase.test_floats)
PASS: test_from_param (test.test_ctypes.test_numbers.NumberTestCase.test_from_param)
PASS: test_init (test.test_ctypes.test_numbers.NumberTestCase.test_init)
PASS: test_int_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_int_from_address)
PASS: test_integers (test.test_ctypes.test_numbers.NumberTestCase.test_integers)
PASS: test_signed_values (test.test_ctypes.test_numbers.NumberTestCase.test_signed_values)
PASS: test_sizes (test.test_ctypes.test_numbers.NumberTestCase.test_sizes)
PASS: test_typeerror (test.test_ctypes.test_numbers.NumberTestCase.test_typeerror)
PASS: test_unsigned_values (test.test_ctypes.test_numbers.NumberTestCase.test_unsigned_values)
test_objects (test.test_ctypes)
PASS: Doctest: test.test_ctypes.test_objects
PASS: test_abstract (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_abstract)
PASS: test_array_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_array_pointers)
PASS: test_byref_pointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointer)
PASS: test_byref_pointerpointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer)
PASS: test_c_char (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_char)
PASS: test_c_wchar (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_wchar)
PASS: test_cstrings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cstrings)
PASS: test_cw_strings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cw_strings)
PASS: test_from_param_result_refcount (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount)
PASS: test_int_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_int_pointers)
PASS: test_issue31311 (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_issue31311)
PASS: test_noctypes_argtype (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_noctypes_argtype)
PASS: test_parameter_repr (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_parameter_repr)
PASS: test_subclasses (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses)
PASS: test_subclasses_c_wchar_p (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p)
PASS: test_endian_types (test.test_ctypes.test_pep3118.Test.test_endian_types)
PASS: test_native_types (test.test_ctypes.test_pep3118.Test.test_native_types)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_0.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_0.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_0.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_0.test_wchar)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_1.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_1.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_1.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_1.test_wchar)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_2.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_2.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_2.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_2.test_wchar)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_3.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_3.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_3.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_3.test_wchar)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_4.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_4.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_4.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_4.test_wchar)
PASS: test_simple (test.test_ctypes.test_pickling.PickleTest_5.test_simple)
PASS: test_struct (test.test_ctypes.test_pickling.PickleTest_5.test_struct)
PASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_5.test_unpickable)
PASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_5.test_wchar)
PASS: test_deprecated_cache_with_ctypes_type (test.test_ctypes.test_pointers.PointerTypeCacheTestCase.test_deprecated_cache_with_ctypes_type)
PASS: test_deprecated_cache_with_ints (test.test_ctypes.test_pointers.PointerTypeCacheTestCase.test_deprecated_cache_with_ints)
PASS: test_deprecated_cache_with_not_ctypes_type (test.test_ctypes.test_pointers.PointerTypeCacheTestCase.test_deprecated_cache_with_not_ctypes_type)
PASS: test_get_not_registered (test.test_ctypes.test_pointers.PointerTypeCacheTestCase.test_get_not_registered)
PASS: test_repeated_set_type (test.test_ctypes.test_pointers.PointerTypeCacheTestCase.test_repeated_set_type)
PASS: test_abstract (test.test_ctypes.test_pointers.PointersTestCase.test_abstract)
PASS: test_arbitrary_pointer_type_attribute (test.test_ctypes.test_pointers.PointersTestCase.test_arbitrary_pointer_type_attribute)
PASS: test_basic (test.test_ctypes.test_pointers.PointersTestCase.test_basic)
PASS: test_basics (test.test_ctypes.test_pointers.PointersTestCase.test_basics)
PASS: test_bug_1467852 (test.test_ctypes.test_pointers.PointersTestCase.test_bug_1467852)
PASS: test_c_void_p (test.test_ctypes.test_pointers.PointersTestCase.test_c_void_p)
PASS: test_callbacks_with_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_callbacks_with_pointers)
PASS: test_change_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_change_pointers)
test_charpp (test.test_ctypes.test_pointers.PointersTestCase.test_charpp)
PASS: Test that a character pointer-to-pointer is correctly passed
PASS: test_from_address (test.test_ctypes.test_pointers.PointersTestCase.test_from_address)
PASS: test_incomplete_pointer_types_cannot_instantiate (test.test_ctypes.test_pointers.PointersTestCase.test_incomplete_pointer_types_cannot_instantiate)
PASS: test_incomplete_pointer_types_still_equal (test.test_ctypes.test_pointers.PointersTestCase.test_incomplete_pointer_types_still_equal)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_pointers.PointersTestCase.test_inheritance_hierarchy)
PASS: test_metaclass_details (test.test_ctypes.test_pointers.PointersTestCase.test_metaclass_details)
PASS: test_other (test.test_ctypes.test_pointers.PointersTestCase.test_other)
PASS: test_pass_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_pass_pointers)
PASS: test_pointer_crash (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_crash)
PASS: test_pointer_from_pointer (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_from_pointer)
PASS: test_pointer_not_ctypes_type (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_not_ctypes_type)
PASS: test_pointer_proto_missing_argtypes_error (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_proto_missing_argtypes_error)
PASS: test_pointer_set_python_type (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_set_python_type)
PASS: test_pointer_set_type_twice (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_set_type_twice)
PASS: test_pointer_set_wrong_type (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_set_wrong_type)
PASS: test_pointer_type_attribute_is_none (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_attribute_is_none)
PASS: test_pointer_type_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_name)
PASS: test_pointer_type_str_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_str_name)
PASS: test_pointer_types_equal (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_types_equal)
test_pointer_types_factory (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_types_factory)
PASS: Shouldn't leak
PASS: test_pointers_bool (test.test_ctypes.test_pointers.PointersTestCase.test_pointers_bool)
PASS: test_read_null_pointer (test.test_ctypes.test_pointers.PointersTestCase.test_read_null_pointer)
PASS: test_set_pointer_to_null_and_read (test.test_ctypes.test_pointers.PointersTestCase.test_set_pointer_to_null_and_read)
PASS: test_type_flags (test.test_ctypes.test_pointers.PointersTestCase.test_type_flags)
PASS: test_write_null_pointer (test.test_ctypes.test_pointers.PointersTestCase.test_write_null_pointer)
PASS: test (test.test_ctypes.test_prototypes.ArrayTest.test)
PASS: test_POINTER_c_char_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg)
PASS: test_c_char_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_char_p_arg)
PASS: test_c_void_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg)
PASS: test_c_void_p_arg_with_c_wchar_p (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p)
PASS: test_instance (test.test_ctypes.test_prototypes.CharPointersTestCase.test_instance)
PASS: test_int_pointer_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_int_pointer_arg)
PASS: test_invalid_paramflags (test.test_ctypes.test_prototypes.CharPointersTestCase.test_invalid_paramflags)
PASS: test_invalid_setattr_argtypes (test.test_ctypes.test_prototypes.CharPointersTestCase.test_invalid_setattr_argtypes)
PASS: test_paramflags (test.test_ctypes.test_prototypes.CharPointersTestCase.test_paramflags)
PASS: test_paramflags_outarg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_paramflags_outarg)
PASS: test_POINTER_c_wchar_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg)
PASS: test_c_wchar_p_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg)
PASS: test_PyBytes_FromStringAndSize (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize)
PASS: test_PyLong_Long (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyLong_Long)
PASS: test_PyOS_snprintf (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyOS_snprintf)
PASS: test_PyObj_FromPtr (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyObj_FromPtr)
PASS: test_PyString_FromString (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyString_FromString)
PASS: test_pyobject_repr (test.test_ctypes.test_python_api.PythonAPITestCase.test_pyobject_repr)
PASS: test_FloatDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError)
PASS: test_IntegerDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError)
PASS: test_TypeErrorDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError)
PASS: test_ValueError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_ValueError)
SKIP: test (test.test_ctypes.test_random_things.call_function_TestCase.test) 'Windows-specific test'
PASS: test_callback (test.test_ctypes.test_refcounts.AnotherLeak.test_callback)
PASS: test_callback_py_object_none_return (test.test_ctypes.test_refcounts.AnotherLeak.test_callback_py_object_none_return)
PASS: test_finalize (test.test_ctypes.test_refcounts.ModuleIsolationTest.test_finalize)
PASS: test_restype_py_object_with_null_return (test.test_ctypes.test_refcounts.PyObjectRestypeTest.test_restype_py_object_with_null_return)
PASS: test_1 (test.test_ctypes.test_refcounts.RefcountTestCase.test_1)
PASS: test_refcount (test.test_ctypes.test_refcounts.RefcountTestCase.test_refcount)
PASS: test_char (test.test_ctypes.test_repr.ReprTest.test_char)
PASS: test_numbers (test.test_ctypes.test_repr.ReprTest.test_numbers)
PASS: test_from_dll (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll)
PASS: test_from_dll_refcount (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount)
PASS: test_with_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype)
PASS: test_without_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype)
PASS: test_compare (test.test_ctypes.test_simplesubclasses.Test.test_compare)
PASS: test_ignore_retval (test.test_ctypes.test_simplesubclasses.Test.test_ignore_retval)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_simplesubclasses.Test.test_inheritance_hierarchy)
PASS: test_int_callback (test.test_ctypes.test_simplesubclasses.Test.test_int_callback)
PASS: test_int_struct (test.test_ctypes.test_simplesubclasses.Test.test_int_struct)
PASS: test_metaclass_details (test.test_ctypes.test_simplesubclasses.Test.test_metaclass_details)
PASS: test_swapped_type_creation (test.test_ctypes.test_simplesubclasses.Test.test_swapped_type_creation)
PASS: test_type_flags (test.test_ctypes.test_simplesubclasses.Test.test_type_flags)
PASS: test_16 (test.test_ctypes.test_sizes.SizesTestCase.test_16)
PASS: test_32 (test.test_ctypes.test_sizes.SizesTestCase.test_32)
PASS: test_64 (test.test_ctypes.test_sizes.SizesTestCase.test_64)
PASS: test_8 (test.test_ctypes.test_sizes.SizesTestCase.test_8)
PASS: test_size_t (test.test_ctypes.test_sizes.SizesTestCase.test_size_t)
PASS: test_ssize_t (test.test_ctypes.test_sizes.SizesTestCase.test_ssize_t)
PASS: test_time_t (test.test_ctypes.test_sizes.SizesTestCase.test_time_t)
PASS: test_char_array (test.test_ctypes.test_slicing.SlicesTestCase.test_char_array)
PASS: test_char_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr)
PASS: test_char_ptr_with_free (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr_with_free)
PASS: test_getslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_getslice_cint)
PASS: test_setslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_setslice_cint)
PASS: test_wchar_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_wchar_ptr)
PASS: test__POINTER_c_char (test.test_ctypes.test_stringptr.StringPtrTestCase.test__POINTER_c_char)
PASS: test__c_char_p (test.test_ctypes.test_stringptr.StringPtrTestCase.test__c_char_p)
PASS: test_functions (test.test_ctypes.test_stringptr.StringPtrTestCase.test_functions)
PASS: test (test.test_ctypes.test_strings.StringArrayTestCase.test)
PASS: test_create_string_buffer_raw (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_raw)
PASS: test_create_string_buffer_value (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_value)
PASS: test_del_segfault (test.test_ctypes.test_strings.StringArrayTestCase.test_del_segfault)
PASS: test_param_1 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_1)
PASS: test_param_2 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_2)
PASS: test (test.test_ctypes.test_strings.WStringArrayTestCase.test)
PASS: test_nonbmp (test.test_ctypes.test_strings.WStringArrayTestCase.test_nonbmp)
PASS: test_basic_wstrings (test.test_ctypes.test_strings.WStringTestCase.test_basic_wstrings)
PASS: test_toolong (test.test_ctypes.test_strings.WStringTestCase.test_toolong)
PASS: test_wchar (test.test_ctypes.test_strings.WStringTestCase.test_wchar)
PASS: test_1_A (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_A)
PASS: test_1_B (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_B)
PASS: test_2 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_2)
PASS: test_3 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_3)
PASS: test_4 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_4)
PASS: test_5 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_5)
PASS: test_6 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_6)
PASS: test___get__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___get__)
PASS: test___set__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___set__)
PASS: test_bitfield_overflow_error_message (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_bitfield_overflow_error_message)
PASS: test_cfield_inheritance_hierarchy (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_inheritance_hierarchy)
PASS: test_cfield_type_flags (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_type_flags)
PASS: test_gh99275 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_gh99275)
PASS: test_invalid_byte_size_raises_gh132470 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_invalid_byte_size_raises_gh132470)
PASS: test_max_field_size_gh126937 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_max_field_size_gh126937)
PASS: test_1_A (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_1_A)
PASS: test_1_B (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_1_B)
PASS: test_2 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_2)
PASS: test_3 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_3)
PASS: test_4 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_4)
PASS: test_5 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_5)
PASS: test_6 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_6)
PASS: test___get__ (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test___get__)
PASS: test___set__ (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test___set__)
PASS: test_bitfield_overflow_error_message (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_bitfield_overflow_error_message)
PASS: test_gh99275 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_gh99275)
PASS: test_invalid_byte_size_raises_gh132470 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_invalid_byte_size_raises_gh132470)
PASS: test_max_field_size_gh126937 (test.test_ctypes.test_struct_fields.UnionFieldsTestCase.test_max_field_size_gh126937)
PASS: test (test.test_ctypes.test_structunion.PointerMemberTestCase_Struct.test)
PASS: test_none_to_pointer_fields (test.test_ctypes.test_structunion.PointerMemberTestCase_Struct.test_none_to_pointer_fields)
PASS: test (test.test_ctypes.test_structunion.PointerMemberTestCase_Union.test)
PASS: test_none_to_pointer_fields (test.test_ctypes.test_structunion.PointerMemberTestCase_Union.test_none_to_pointer_fields)
PASS: test_abstract_class (test.test_ctypes.test_structunion.StructureTestCase.test_abstract_class)
PASS: test_alignment (test.test_ctypes.test_structunion.StructureTestCase.test_alignment)
PASS: test_empty (test.test_ctypes.test_structunion.StructureTestCase.test_empty)
test_field_descriptor_attributes (test.test_ctypes.test_structunion.StructureTestCase.test_field_descriptor_attributes)
PASS: Test information provided by the descriptors
PASS: test_fields (test.test_ctypes.test_structunion.StructureTestCase.test_fields)
PASS: test_huge_field_name (test.test_ctypes.test_structunion.StructureTestCase.test_huge_field_name)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_structunion.StructureTestCase.test_inheritance_hierarchy)
PASS: test_intarray_fields (test.test_ctypes.test_structunion.StructureTestCase.test_intarray_fields)
PASS: test_invalid_field_types (test.test_ctypes.test_structunion.StructureTestCase.test_invalid_field_types)
PASS: test_invalid_name (test.test_ctypes.test_structunion.StructureTestCase.test_invalid_name)
PASS: test_metaclass_details (test.test_ctypes.test_structunion.StructureTestCase.test_metaclass_details)
PASS: test_metaclass_name (test.test_ctypes.test_structunion.StructureTestCase.test_metaclass_name)
PASS: test_methods (test.test_ctypes.test_structunion.StructureTestCase.test_methods)
PASS: test_pack_layout_switch (test.test_ctypes.test_structunion.StructureTestCase.test_pack_layout_switch)
PASS: test_simple_structs (test.test_ctypes.test_structunion.StructureTestCase.test_simple_structs)
PASS: test_str_name (test.test_ctypes.test_structunion.StructureTestCase.test_str_name)
PASS: test_subclass (test.test_ctypes.test_structunion.StructureTestCase.test_subclass)
PASS: test_subclass_delayed (test.test_ctypes.test_structunion.StructureTestCase.test_subclass_delayed)
PASS: test_type_flags (test.test_ctypes.test_structunion.StructureTestCase.test_type_flags)
PASS: test_contains_itself (test.test_ctypes.test_structunion.TestRecursiveStructure.test_contains_itself)
PASS: test_vice_versa (test.test_ctypes.test_structunion.TestRecursiveStructure.test_vice_versa)
PASS: test_contains_itself (test.test_ctypes.test_structunion.TestRecursiveUnion.test_contains_itself)
PASS: test_vice_versa (test.test_ctypes.test_structunion.TestRecursiveUnion.test_vice_versa)
PASS: test_abstract_class (test.test_ctypes.test_structunion.UnionTestCase.test_abstract_class)
PASS: test_alignment (test.test_ctypes.test_structunion.UnionTestCase.test_alignment)
PASS: test_empty (test.test_ctypes.test_structunion.UnionTestCase.test_empty)
test_field_descriptor_attributes (test.test_ctypes.test_structunion.UnionTestCase.test_field_descriptor_attributes)
PASS: Test information provided by the descriptors
PASS: test_fields (test.test_ctypes.test_structunion.UnionTestCase.test_fields)
PASS: test_huge_field_name (test.test_ctypes.test_structunion.UnionTestCase.test_huge_field_name)
PASS: test_inheritance_hierarchy (test.test_ctypes.test_structunion.UnionTestCase.test_inheritance_hierarchy)
PASS: test_intarray_fields (test.test_ctypes.test_structunion.UnionTestCase.test_intarray_fields)
PASS: test_invalid_field_types (test.test_ctypes.test_structunion.UnionTestCase.test_invalid_field_types)
PASS: test_invalid_name (test.test_ctypes.test_structunion.UnionTestCase.test_invalid_name)
PASS: test_metaclass_details (test.test_ctypes.test_structunion.UnionTestCase.test_metaclass_details)
PASS: test_metaclass_name (test.test_ctypes.test_structunion.UnionTestCase.test_metaclass_name)
PASS: test_methods (test.test_ctypes.test_structunion.UnionTestCase.test_methods)
PASS: test_pack_layout_switch (test.test_ctypes.test_structunion.UnionTestCase.test_pack_layout_switch)
PASS: test_simple_unions (test.test_ctypes.test_structunion.UnionTestCase.test_simple_unions)
PASS: test_str_name (test.test_ctypes.test_structunion.UnionTestCase.test_str_name)
PASS: test_subclass (test.test_ctypes.test_structunion.UnionTestCase.test_subclass)
PASS: test_subclass_delayed (test.test_ctypes.test_structunion.UnionTestCase.test_subclass_delayed)
PASS: test_type_flags (test.test_ctypes.test_structunion.UnionTestCase.test_type_flags)
PASS: test_38368 (test.test_ctypes.test_structures.StructureTestCase.test_38368)
PASS: test_array_in_struct (test.test_ctypes.test_structures.StructureTestCase.test_array_in_struct)
SKIP: test_bitfield_by_value (test.test_ctypes.test_structures.StructureTestCase.test_bitfield_by_value) 'Test disabled for now - see gh-60779/gh-60780'
PASS: test_conflicting_initializers (test.test_ctypes.test_structures.StructureTestCase.test_conflicting_initializers)
PASS: test_do_not_share_pointer_type_cache_via_stginfo_clone (test.test_ctypes.test_structures.StructureTestCase.test_do_not_share_pointer_type_cache_via_stginfo_clone)
PASS: test_init_errors (test.test_ctypes.test_structures.StructureTestCase.test_init_errors)
PASS: test_initializers (test.test_ctypes.test_structures.StructureTestCase.test_initializers)
PASS: test_issue18060_a (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_a)
PASS: test_issue18060_b (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_b)
PASS: test_issue18060_c (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_c)
PASS: test_keyword_initializers (test.test_ctypes.test_structures.StructureTestCase.test_keyword_initializers)
PASS: test_nested_initializers (test.test_ctypes.test_structures.StructureTestCase.test_nested_initializers)
PASS: test_packed (test.test_ctypes.test_structures.StructureTestCase.test_packed)
PASS: test_packed_c_limits (test.test_ctypes.test_structures.StructureTestCase.test_packed_c_limits)
PASS: test_pass_by_value (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value)
PASS: test_pass_by_value_finalizer (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_finalizer)
PASS: test_pass_by_value_in_register (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_in_register)
PASS: test_positional_args (test.test_ctypes.test_structures.StructureTestCase.test_positional_args)
PASS: test_structures_with_wchar (test.test_ctypes.test_structures.StructureTestCase.test_structures_with_wchar)
SKIP: test_union_by_value (test.test_ctypes.test_structures.StructureTestCase.test_union_by_value) 'Test disabled for now - see gh-60779/gh-60780'
PASS: test_native (test.test_ctypes.test_unaligned_structures.TestStructures.test_native)
PASS: test_swapped (test.test_ctypes.test_unaligned_structures.TestStructures.test_swapped)
PASS: test_buffers (test.test_ctypes.test_unicode.StringTestCase.test_buffers)
PASS: test_embedded_null (test.test_ctypes.test_unicode.StringTestCase.test_embedded_null)
PASS: test_func (test.test_ctypes.test_unicode.StringTestCase.test_func)
PASS: test_wcslen (test.test_ctypes.test_unicode.StringTestCase.test_wcslen)
PASS: test_buffers (test.test_ctypes.test_unicode.UnicodeTestCase.test_buffers)
PASS: test_embedded_null (test.test_ctypes.test_unicode.UnicodeTestCase.test_embedded_null)
PASS: test_wcslen (test.test_ctypes.test_unicode.UnicodeTestCase.test_wcslen)
PASS: test_frozentable (test.test_ctypes.test_values.PythonValuesTestCase.test_frozentable)
PASS: test_optimizeflag (test.test_ctypes.test_values.PythonValuesTestCase.test_optimizeflag)
PASS: test_undefined (test.test_ctypes.test_values.PythonValuesTestCase.test_undefined)
PASS: test_an_integer (test.test_ctypes.test_values.ValuesTestCase.test_an_integer)
PASS: test_undefined (test.test_ctypes.test_values.ValuesTestCase.test_undefined)
PASS: test_array_invalid_length (test.test_ctypes.test_varsize_struct.VarSizeTest.test_array_invalid_length)
PASS: test_resize (test.test_ctypes.test_varsize_struct.VarSizeTest.test_resize)
PASS: test_zerosized_array (test.test_ctypes.test_varsize_struct.VarSizeTest.test_zerosized_array)
SKIP: test_SEH (test.test_ctypes.test_win32.FunctionCallTestCase.test_SEH) 'Windows-specific test'
SKIP: test_noargs (test.test_ctypes.test_win32.FunctionCallTestCase.test_noargs) 'Windows-specific test'
SKIP: test_sizes (test.test_ctypes.test_win32.ReturnStructSizesTestCase.test_sizes) 'Windows-specific test'
PASS: test_struct_by_value (test.test_ctypes.test_win32.Structures.test_struct_by_value)
SKIP: test_winerror (test.test_ctypes.test_win32.TestWinError.test_winerror) 'Windows-specific test'
SKIP: test_COMError (test.test_ctypes.test_win32.TestWintypes.test_COMError) 'Windows-specific test'
SKIP: test_HWND (test.test_ctypes.test_win32.TestWintypes.test_HWND) 'Windows-specific test'
SKIP: test_PARAM (test.test_ctypes.test_win32.TestWintypes.test_PARAM) 'Windows-specific test'
SKIP: test.test_ctypes.test_win32_com_foreign_func (unittest.loader.ModuleSkipped.test.test_ctypes.test_win32_com_foreign_func) 'Windows-specific test'
PASS: test_signedness (test.test_ctypes.test_wintypes.WinTypesTest.test_signedness)
PASS: test_variant_bool (test.test_ctypes.test_wintypes.WinTypesTest.test_variant_bool)

----------------------------------------------------------------------
Ran 612 tests in 1.419s

OK (skipped=60)
0:02:14 load avg: 3.57 [151/486] test_dbm passed
PASS: test_anydbm_access (test.test_dbm.TestCase_dumb.test_anydbm_access)
PASS: test_anydbm_creation (test.test_dbm.TestCase_dumb.test_anydbm_creation)
PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents)
PASS: test_anydbm_keys (test.test_dbm.TestCase_dumb.test_anydbm_keys)
PASS: test_anydbm_modification (test.test_dbm.TestCase_dumb.test_anydbm_modification)
PASS: test_anydbm_not_existing (test.test_dbm.TestCase_dumb.test_anydbm_not_existing)
PASS: test_anydbm_read (test.test_dbm.TestCase_dumb.test_anydbm_read)
PASS: test_clear (test.test_dbm.TestCase_dumb.test_clear)
PASS: test_empty_value (test.test_dbm.TestCase_dumb.test_empty_value)
PASS: test_error (test.test_dbm.TestCase_dumb.test_error)
PASS: test_keys (test.test_dbm.TestCase_dumb.test_keys)
PASS: test_open_with_bytes (test.test_dbm.TestCase_dumb.test_open_with_bytes)
PASS: test_open_with_pathlib_path (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path)
PASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_bytes)
PASS: test_anydbm_access (test.test_dbm.TestCase_gnu.test_anydbm_access)
PASS: test_anydbm_creation (test.test_dbm.TestCase_gnu.test_anydbm_creation)
PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_gnu.test_anydbm_creation_n_file_exists_with_invalid_contents)
PASS: test_anydbm_keys (test.test_dbm.TestCase_gnu.test_anydbm_keys)
PASS: test_anydbm_modification (test.test_dbm.TestCase_gnu.test_anydbm_modification)
PASS: test_anydbm_not_existing (test.test_dbm.TestCase_gnu.test_anydbm_not_existing)
PASS: test_anydbm_read (test.test_dbm.TestCase_gnu.test_anydbm_read)
PASS: test_clear (test.test_dbm.TestCase_gnu.test_clear)
PASS: test_empty_value (test.test_dbm.TestCase_gnu.test_empty_value)
PASS: test_error (test.test_dbm.TestCase_gnu.test_error)
PASS: test_keys (test.test_dbm.TestCase_gnu.test_keys)
PASS: test_open_with_bytes (test.test_dbm.TestCase_gnu.test_open_with_bytes)
PASS: test_open_with_pathlib_path (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path)
PASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_bytes)
PASS: test_anydbm_access (test.test_dbm.TestCase_ndbm.test_anydbm_access)
PASS: test_anydbm_creation (test.test_dbm.TestCase_ndbm.test_anydbm_creation)
PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_ndbm.test_anydbm_creation_n_file_exists_with_invalid_contents)
PASS: test_anydbm_keys (test.test_dbm.TestCase_ndbm.test_anydbm_keys)
PASS: test_anydbm_modification (test.test_dbm.TestCase_ndbm.test_anydbm_modification)
PASS: test_anydbm_not_existing (test.test_dbm.TestCase_ndbm.test_anydbm_not_existing)
PASS: test_anydbm_read (test.test_dbm.TestCase_ndbm.test_anydbm_read)
PASS: test_clear (test.test_dbm.TestCase_ndbm.test_clear)
PASS: test_empty_value (test.test_dbm.TestCase_ndbm.test_empty_value)
PASS: test_error (test.test_dbm.TestCase_ndbm.test_error)
PASS: test_keys (test.test_dbm.TestCase_ndbm.test_keys)
PASS: test_open_with_bytes (test.test_dbm.TestCase_ndbm.test_open_with_bytes)
PASS: test_open_with_pathlib_path (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path)
PASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_bytes)
PASS: test_anydbm_access (test.test_dbm.TestCase_sqlite3.test_anydbm_access)
PASS: test_anydbm_creation (test.test_dbm.TestCase_sqlite3.test_anydbm_creation)
PASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_sqlite3.test_anydbm_creation_n_file_exists_with_invalid_contents)
PASS: test_anydbm_keys (test.test_dbm.TestCase_sqlite3.test_anydbm_keys)
PASS: test_anydbm_modification (test.test_dbm.TestCase_sqlite3.test_anydbm_modification)
PASS: test_anydbm_not_existing (test.test_dbm.TestCase_sqlite3.test_anydbm_not_existing)
PASS: test_anydbm_read (test.test_dbm.TestCase_sqlite3.test_anydbm_read)
PASS: test_clear (test.test_dbm.TestCase_sqlite3.test_clear)
PASS: test_empty_value (test.test_dbm.TestCase_sqlite3.test_empty_value)
PASS: test_error (test.test_dbm.TestCase_sqlite3.test_error)
PASS: test_keys (test.test_dbm.TestCase_sqlite3.test_keys)
PASS: test_open_with_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_bytes)
PASS: test_open_with_pathlib_path (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path)
PASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_bytes)
PASS: test_whichdb (test.test_dbm.WhichDBTestCase.test_whichdb)
PASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase.test_whichdb_ndbm)
PASS: test_whichdb_sqlite3 (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3)
PASS: test_whichdb_sqlite3_existing_db (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_existing_db)

----------------------------------------------------------------------
Ran 60 tests in 0.067s

OK
0:02:14 load avg: 3.57 [152/486] test_dbm_dumb passed
PASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase.test_check_closed)
PASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase.test_close_twice)
PASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase.test_context_manager)
PASS: test_create_new (test.test_dbm_dumb.DumbDBMTestCase.test_create_new)
PASS: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation)
PASS: test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_mode)
PASS: test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys)
PASS: test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification)
PASS: test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read)
PASS: test_eval (test.test_dbm_dumb.DumbDBMTestCase.test_eval)
PASS: test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase.test_invalid_flag)
PASS: test_line_endings (test.test_dbm_dumb.DumbDBMTestCase.test_line_endings)
PASS: test_missing_data (test.test_dbm_dumb.DumbDBMTestCase.test_missing_data)
PASS: test_missing_index (test.test_dbm_dumb.DumbDBMTestCase.test_missing_index)
PASS: test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename)
PASS: test_open_with_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_bytes_path)
PASS: test_open_with_pathlib_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_bytes_path)
PASS: test_open_with_pathlib_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_path)
PASS: test_random (test.test_dbm_dumb.DumbDBMTestCase.test_random)
PASS: test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase.test_readonly_files)
PASS: test_str_read (test.test_dbm_dumb.DumbDBMTestCase.test_str_read)
PASS: test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains)
PASS: test_sync_empty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_empty_unmodified)
PASS: test_sync_nonempty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified)
PASS: test_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_write_contains)
PASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read)

----------------------------------------------------------------------
Ran 26 tests in 0.071s

OK
0:02:14 load avg: 3.57 [153/486] test_dbm_gnu passed
gdbm version: (1, 26, 0)
PASS: test_bool_empty (test.test_dbm_gnu.TestGdbm.test_bool_empty)
PASS: test_bool_not_empty (test.test_dbm_gnu.TestGdbm.test_bool_not_empty)
PASS: test_bool_on_closed_db_raises (test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises)
PASS: test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes)
PASS: test_clear (test.test_dbm_gnu.TestGdbm.test_clear)
PASS: test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager)
PASS: test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation)
PASS: test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions)
PASS: test_flags (test.test_dbm_gnu.TestGdbm.test_flags)
PASS: test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods)
PASS: test_localized_error (test.test_dbm_gnu.TestGdbm.test_localized_error)
PASS: test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename)
PASS: test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file)
PASS: test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path)
PASS: test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path)
PASS: test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path)
PASS: test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize)
PASS: test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode)
PASS: test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file)

----------------------------------------------------------------------
Ran 19 tests in 0.003s

OK
0:02:14 load avg: 3.57 [154/486] test_dbm_ndbm passed
PASS: test_bool_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_empty)
PASS: test_bool_not_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_not_empty)
PASS: test_bool_on_closed_db_raises (test.test_dbm_ndbm.DbmTestCase.test_bool_on_closed_db_raises)
PASS: test_bytes (test.test_dbm_ndbm.DbmTestCase.test_bytes)
PASS: test_clear (test.test_dbm_ndbm.DbmTestCase.test_clear)
PASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase.test_context_manager)
PASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase.test_empty_value)
PASS: test_keys (test.test_dbm_ndbm.DbmTestCase.test_keys)
PASS: test_modes (test.test_dbm_ndbm.DbmTestCase.test_modes)
PASS: test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename)
PASS: test_nonexisting_file (test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file)
PASS: test_open_with_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path)
PASS: test_open_with_pathlib_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path)
PASS: test_open_with_pathlib_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path)
PASS: test_unicode (test.test_dbm_ndbm.DbmTestCase.test_unicode)
PASS: test_write_readonly_file (test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file)

----------------------------------------------------------------------
Ran 16 tests in 0.003s

OK
0:02:15 load avg: 3.57 [155/486] test_dbm_sqlite3 passed
PASS: test_corrupt_force_new (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new)
PASS: test_corrupt_readwrite (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite)
PASS: test_datatypes_keys (test.test_dbm_sqlite3.DataTypes.test_datatypes_keys)
PASS: test_datatypes_replace_coerced (test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced)
PASS: test_datatypes_values (test.test_dbm_sqlite3.DataTypes.test_datatypes_values)
PASS: test_misuse_double_close (test.test_dbm_sqlite3.Misuse.test_misuse_double_close)
PASS: test_misuse_double_create (test.test_dbm_sqlite3.Misuse.test_misuse_double_create)
PASS: test_misuse_double_delete (test.test_dbm_sqlite3.Misuse.test_misuse_double_delete)
PASS: test_misuse_empty_filename (test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename)
PASS: test_misuse_invalid_flag (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag)
PASS: test_misuse_invalid_key (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key)
PASS: test_misuse_iter_close1 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1)
PASS: test_misuse_iter_close2 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2)
PASS: test_misuse_reinit (test.test_dbm_sqlite3.Misuse.test_misuse_reinit)
PASS: test_misuse_use_after_close (test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close)
PASS: test_readonly_delete (test.test_dbm_sqlite3.ReadOnly.test_readonly_delete)
PASS: test_readonly_iter (test.test_dbm_sqlite3.ReadOnly.test_readonly_iter)
PASS: test_readonly_keys (test.test_dbm_sqlite3.ReadOnly.test_readonly_keys)
PASS: test_readonly_read (test.test_dbm_sqlite3.ReadOnly.test_readonly_read)
PASS: test_readonly_write (test.test_dbm_sqlite3.ReadOnly.test_readonly_write)
SKIP: test_readonly_dir_read (test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_dir_read) 'test is meanless with root privilege'
SKIP: test_readonly_dir_write (test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_dir_write) 'test is meanless with root privilege'
SKIP: test_readonly_file_read (test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_file_read) 'test is meanless with root privilege'
SKIP: test_readonly_file_write (test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_file_write) 'test is meanless with root privilege'
PASS: test_readwrite_delete (test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete)
PASS: test_readwrite_null_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key)
PASS: test_readwrite_null_value (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value)
PASS: test_readwrite_unique_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key)
PASS: test_uri_substitutions (test.test_dbm_sqlite3.URI.test_uri_substitutions)
SKIP: test_uri_windows (test.test_dbm_sqlite3.URI.test_uri_windows) 'requires Windows'

----------------------------------------------------------------------
Ran 30 tests in 0.068s

OK (skipped=5)
0:02:15 load avg: 3.57 [156/486] test_decorators passed
PASS: test_double (test.test_decorators.TestClassDecorators.test_double)
PASS: test_order (test.test_decorators.TestClassDecorators.test_order)
PASS: test_simple (test.test_decorators.TestClassDecorators.test_simple)
PASS: test_argforms (test.test_decorators.TestDecorators.test_argforms)
PASS: test_bound_function_inside_classmethod (test.test_decorators.TestDecorators.test_bound_function_inside_classmethod)
PASS: test_classmethod (test.test_decorators.TestDecorators.test_classmethod)
PASS: test_dbcheck (test.test_decorators.TestDecorators.test_dbcheck)
PASS: test_dotted (test.test_decorators.TestDecorators.test_dotted)
PASS: test_double (test.test_decorators.TestDecorators.test_double)
PASS: test_errors (test.test_decorators.TestDecorators.test_errors)
PASS: test_eval_order (test.test_decorators.TestDecorators.test_eval_order)
PASS: test_expressions (test.test_decorators.TestDecorators.test_expressions)
PASS: test_memoize (test.test_decorators.TestDecorators.test_memoize)
PASS: test_order (test.test_decorators.TestDecorators.test_order)
PASS: test_single (test.test_decorators.TestDecorators.test_single)
PASS: test_staticmethod (test.test_decorators.TestDecorators.test_staticmethod)

----------------------------------------------------------------------
Ran 16 tests in 0.004s

OK
0:02:15 load avg: 3.57 [157/486] test_defaultdict passed
PASS: test_basic (test.test_defaultdict.TestDefaultDict.test_basic)
PASS: test_callable_arg (test.test_defaultdict.TestDefaultDict.test_callable_arg)
PASS: test_copy (test.test_defaultdict.TestDefaultDict.test_copy)
PASS: test_deep_copy (test.test_defaultdict.TestDefaultDict.test_deep_copy)
PASS: test_factory_conflict_with_set_value (test.test_defaultdict.TestDefaultDict.test_factory_conflict_with_set_value)
PASS: test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict.test_keyerror_without_factory)
PASS: test_missing (test.test_defaultdict.TestDefaultDict.test_missing)
PASS: test_pickling (test.test_defaultdict.TestDefaultDict.test_pickling)
PASS: test_recursive_repr (test.test_defaultdict.TestDefaultDict.test_recursive_repr)
PASS: test_repr (test.test_defaultdict.TestDefaultDict.test_repr)
PASS: test_repr_recursive_factory (test.test_defaultdict.TestDefaultDict.test_repr_recursive_factory)
PASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict.test_shallow_copy)
PASS: test_union (test.test_defaultdict.TestDefaultDict.test_union)

----------------------------------------------------------------------
Ran 13 tests in 0.001s

OK
0:02:16 load avg: 4.17 [158/486] test_deque passed
PASS: test_add (test.test_deque.TestBasic.test_add)
PASS: test_basics (test.test_deque.TestBasic.test_basics)
PASS: test_big_queue_popleft (test.test_deque.TestBasic.test_big_queue_popleft)
PASS: test_big_queue_popright (test.test_deque.TestBasic.test_big_queue_popright)
PASS: test_big_stack_left (test.test_deque.TestBasic.test_big_stack_left)
PASS: test_big_stack_right (test.test_deque.TestBasic.test_big_stack_right)
PASS: test_clear (test.test_deque.TestBasic.test_clear)
PASS: test_comparisons (test.test_deque.TestBasic.test_comparisons)
PASS: test_container_iterator (test.test_deque.TestBasic.test_container_iterator)
PASS: test_contains (test.test_deque.TestBasic.test_contains)
PASS: test_contains_count_index_stop_crashes (test.test_deque.TestBasic.test_contains_count_index_stop_crashes)
PASS: test_copy (test.test_deque.TestBasic.test_copy)
PASS: test_copy_method (test.test_deque.TestBasic.test_copy_method)
PASS: test_count (test.test_deque.TestBasic.test_count)
PASS: test_deepcopy (test.test_deque.TestBasic.test_deepcopy)
PASS: test_delitem (test.test_deque.TestBasic.test_delitem)
PASS: test_extend (test.test_deque.TestBasic.test_extend)
PASS: test_extendleft (test.test_deque.TestBasic.test_extendleft)
PASS: test_gc_doesnt_blowup (test.test_deque.TestBasic.test_gc_doesnt_blowup)
PASS: test_getitem (test.test_deque.TestBasic.test_getitem)
PASS: test_hash (test.test_deque.TestBasic.test_hash)
PASS: test_iadd (test.test_deque.TestBasic.test_iadd)
PASS: test_imul (test.test_deque.TestBasic.test_imul)
PASS: test_index (test.test_deque.TestBasic.test_index)
PASS: test_index_bug_24913 (test.test_deque.TestBasic.test_index_bug_24913)
PASS: test_init (test.test_deque.TestBasic.test_init)
PASS: test_insert (test.test_deque.TestBasic.test_insert)
PASS: test_insert_bug_26194 (test.test_deque.TestBasic.test_insert_bug_26194)
PASS: test_iterator_pickle (test.test_deque.TestBasic.test_iterator_pickle)
PASS: test_len (test.test_deque.TestBasic.test_len)
PASS: test_long_steadystate_queue_popleft (test.test_deque.TestBasic.test_long_steadystate_queue_popleft)
PASS: test_long_steadystate_queue_popright (test.test_deque.TestBasic.test_long_steadystate_queue_popright)
PASS: test_maxlen (test.test_deque.TestBasic.test_maxlen)
PASS: test_maxlen_attribute (test.test_deque.TestBasic.test_maxlen_attribute)
PASS: test_maxlen_zero (test.test_deque.TestBasic.test_maxlen_zero)
PASS: test_mul (test.test_deque.TestBasic.test_mul)
PASS: test_pickle (test.test_deque.TestBasic.test_pickle)
PASS: test_pickle_recursive (test.test_deque.TestBasic.test_pickle_recursive)
PASS: test_remove (test.test_deque.TestBasic.test_remove)
PASS: test_repr (test.test_deque.TestBasic.test_repr)
PASS: test_reverse (test.test_deque.TestBasic.test_reverse)
PASS: test_reversed (test.test_deque.TestBasic.test_reversed)
PASS: test_reversed_new (test.test_deque.TestBasic.test_reversed_new)
PASS: test_rotate (test.test_deque.TestBasic.test_rotate)
PASS: test_roundtrip_iter_init (test.test_deque.TestBasic.test_roundtrip_iter_init)
PASS: test_setitem (test.test_deque.TestBasic.test_setitem)
PASS: test_sizeof (test.test_deque.TestBasic.test_sizeof)
PASS: test_underflow (test.test_deque.TestBasic.test_underflow)
PASS: test_add (test.test_deque.TestSequence.test_add)
PASS: test_bigrepeat (test.test_deque.TestSequence.test_bigrepeat)
PASS: test_cmp (test.test_deque.TestSequence.test_cmp)
PASS: test_constructors (test.test_deque.TestSequence.test_constructors)
PASS: test_contains (test.test_deque.TestSequence.test_contains)
PASS: test_contains_fake (test.test_deque.TestSequence.test_contains_fake)
PASS: test_contains_order (test.test_deque.TestSequence.test_contains_order)
PASS: test_count (test.test_deque.TestSequence.test_count)
SKIP: test_free_after_iterating (test.test_deque.TestSequence.test_free_after_iterating) "Exhausted deque iterator doesn't free a deque"
PASS: test_getitem (test.test_deque.TestSequence.test_getitem)
PASS: test_getitemoverwriteiter (test.test_deque.TestSequence.test_getitemoverwriteiter)
PASS: test_getslice (test.test_deque.TestSequence.test_getslice)
PASS: test_iadd (test.test_deque.TestSequence.test_iadd)
PASS: test_imul (test.test_deque.TestSequence.test_imul)
PASS: test_index (test.test_deque.TestSequence.test_index)
PASS: test_len (test.test_deque.TestSequence.test_len)
PASS: test_minmax (test.test_deque.TestSequence.test_minmax)
PASS: test_mul (test.test_deque.TestSequence.test_mul)
PASS: test_pickle (test.test_deque.TestSequence.test_pickle)
PASS: test_repeat (test.test_deque.TestSequence.test_repeat)
PASS: test_subscript (test.test_deque.TestSequence.test_subscript)
PASS: test_truth (test.test_deque.TestSequence.test_truth)
PASS: test_basics (test.test_deque.TestSubclass.test_basics)
PASS: test_bug_31608 (test.test_deque.TestSubclass.test_bug_31608)
PASS: test_copy_pickle (test.test_deque.TestSubclass.test_copy_pickle)
PASS: test_pickle_recursive (test.test_deque.TestSubclass.test_pickle_recursive)
PASS: test_strange_subclass (test.test_deque.TestSubclass.test_strange_subclass)
PASS: test_weakref (test.test_deque.TestSubclass.test_weakref)
PASS: test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs)
PASS: test_constructor (test.test_deque.TestVariousIteratorArgs.test_constructor)
PASS: test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data)
PASS: test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque)
libreftest (test.test_deque.__test__)
PASS: Doctest: test.test_deque.__test__.libreftest

----------------------------------------------------------------------
Ran 81 tests in 1.291s

OK (skipped=1)
0:02:17 load avg: 4.17 [159/486] test_descr passed
PASS: test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready)
PASS: test_abstractmethods (test.test_descr.ClassPropertiesAndMethods.test_abstractmethods)
PASS: test_altmro (test.test_descr.ClassPropertiesAndMethods.test_altmro)
PASS: test_assign_slice (test.test_descr.ClassPropertiesAndMethods.test_assign_slice)
PASS: test_attr_raise_through_property (test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property)
test_bad_new (test.test_descr.ClassPropertiesAndMethods.test_bad_new) ... expected failure
PASS: test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance)
PASS: test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override)
PASS: test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr)
PASS: test_bpo25750 (test.test_descr.ClassPropertiesAndMethods.test_bpo25750)
PASS: test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance)
PASS: test_builtin_bases (test.test_descr.ClassPropertiesAndMethods.test_builtin_bases)
PASS: test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method)
PASS: test_carloverre (test.test_descr.ClassPropertiesAndMethods.test_carloverre)
PASS: test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid)
PASS: test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid)
PASS: test_classic (test.test_descr.ClassPropertiesAndMethods.test_classic)
PASS: test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons)
PASS: test_classmethod_new (test.test_descr.ClassPropertiesAndMethods.test_classmethod_new)
PASS: test_classmethod_staticmethod_annotations (test.test_descr.ClassPropertiesAndMethods.test_classmethod_staticmethod_annotations)
PASS: test_classmethods (test.test_descr.ClassPropertiesAndMethods.test_classmethods)
PASS: test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c)
PASS: test_compattr (test.test_descr.ClassPropertiesAndMethods.test_compattr)
PASS: test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg)
PASS: test_copy_setstate (test.test_descr.ClassPropertiesAndMethods.test_copy_setstate)
PASS: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict)
PASS: test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive)
PASS: test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook)
PASS: test_descrdoc (test.test_descr.ClassPropertiesAndMethods.test_descrdoc)
PASS: test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance)
PASS: test_dict_constructors (test.test_descr.ClassPropertiesAndMethods.test_dict_constructors)
PASS: test_dir (test.test_descr.ClassPropertiesAndMethods.test_dir)
PASS: test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor)
PASS: test_dynamics (test.test_descr.ClassPropertiesAndMethods.test_dynamics)
PASS: test_errors (test.test_descr.ClassPropertiesAndMethods.test_errors)
PASS: test_evil_type_name (test.test_descr.ClassPropertiesAndMethods.test_evil_type_name)
PASS: test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch)
PASS: test_file_fault (test.test_descr.ClassPropertiesAndMethods.test_file_fault)
PASS: test_funny_new (test.test_descr.ClassPropertiesAndMethods.test_funny_new)
PASS: test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks)
PASS: test_gh55664 (test.test_descr.ClassPropertiesAndMethods.test_gh55664)
PASS: test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance)
PASS: test_imul_bug (test.test_descr.ClassPropertiesAndMethods.test_imul_bug)
PASS: test_init (test.test_descr.ClassPropertiesAndMethods.test_init)
PASS: test_instance_method_get_behavior (test.test_descr.ClassPropertiesAndMethods.test_instance_method_get_behavior)
PASS: test_ipow (test.test_descr.ClassPropertiesAndMethods.test_ipow)
PASS: test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text)
PASS: test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented)
PASS: test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass)
PASS: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments)
PASS: test_keywords (test.test_descr.ClassPropertiesAndMethods.test_keywords)
PASS: test_load_attr_extended_arg (test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg)
PASS: test_metaclass (test.test_descr.ClassPropertiesAndMethods.test_metaclass)
PASS: test_meth_class_get (test.test_descr.ClassPropertiesAndMethods.test_meth_class_get)
PASS: test_method_get_meth_method_invalid_type (test.test_descr.ClassPropertiesAndMethods.test_method_get_meth_method_invalid_type)
PASS: test_method_wrapper (test.test_descr.ClassPropertiesAndMethods.test_method_wrapper)
PASS: test_methods (test.test_descr.ClassPropertiesAndMethods.test_methods)
PASS: test_methods_in_c (test.test_descr.ClassPropertiesAndMethods.test_methods_in_c)
PASS: test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers)
PASS: test_module_subclasses (test.test_descr.ClassPropertiesAndMethods.test_module_subclasses)
PASS: test_monotonicity (test.test_descr.ClassPropertiesAndMethods.test_monotonicity)
PASS: test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement)
PASS: test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance)
PASS: test_mutable_bases (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases)
PASS: test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict)
PASS: test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro)
PASS: test_mutable_names (test.test_descr.ClassPropertiesAndMethods.test_mutable_names)
PASS: test_newslots (test.test_descr.ClassPropertiesAndMethods.test_newslots)
PASS: test_no_ipow (test.test_descr.ClassPropertiesAndMethods.test_no_ipow)
PASS: test_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_not_implemented)
PASS: test_object_class (test.test_descr.ClassPropertiesAndMethods.test_object_class)
PASS: test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes)
PASS: test_object_new (test.test_descr.ClassPropertiesAndMethods.test_object_new)
PASS: test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters)
PASS: test_overloading (test.test_descr.ClassPropertiesAndMethods.test_overloading)
PASS: test_pow_wrapper_error_messages (test.test_descr.ClassPropertiesAndMethods.test_pow_wrapper_error_messages)
PASS: test_properties (test.test_descr.ClassPropertiesAndMethods.test_properties)
PASS: test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib)
PASS: test_properties_plus (test.test_descr.ClassPropertiesAndMethods.test_properties_plus)
PASS: test_proxy_call (test.test_descr.ClassPropertiesAndMethods.test_proxy_call)
PASS: test_proxy_super (test.test_descr.ClassPropertiesAndMethods.test_proxy_super)
PASS: test_python_dicts (test.test_descr.ClassPropertiesAndMethods.test_python_dicts)
PASS: test_python_lists (test.test_descr.ClassPropertiesAndMethods.test_python_lists)
PASS: test_qualname (test.test_descr.ClassPropertiesAndMethods.test_qualname)
PASS: test_qualname_dict (test.test_descr.ClassPropertiesAndMethods.test_qualname_dict)
PASS: test_recursive_call (test.test_descr.ClassPropertiesAndMethods.test_recursive_call)
SKIP: test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
SKIP: test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass)
PASS: test_repr_as_str (test.test_descr.ClassPropertiesAndMethods.test_repr_as_str)
PASS: test_repr_with_module_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass)
test_restored_object_new (test.test_descr.ClassPropertiesAndMethods.test_restored_object_new) ... expected failure
PASS: test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons)
PASS: test_rmul (test.test_descr.ClassPropertiesAndMethods.test_rmul)
PASS: test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get)
PASS: test_set_class (test.test_descr.ClassPropertiesAndMethods.test_set_class)
PASS: test_set_dict (test.test_descr.ClassPropertiesAndMethods.test_set_dict)
PASS: test_set_doc (test.test_descr.ClassPropertiesAndMethods.test_set_doc)
PASS: test_slices (test.test_descr.ClassPropertiesAndMethods.test_slices)
PASS: test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable)
PASS: test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots)
PASS: test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor)
PASS: test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance)
PASS: test_slots_special (test.test_descr.ClassPropertiesAndMethods.test_slots_special)
PASS: test_slots_special2 (test.test_descr.ClassPropertiesAndMethods.test_slots_special2)
PASS: test_slots_trash (test.test_descr.ClassPropertiesAndMethods.test_slots_trash)
PASS: test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup)
PASS: test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types)
PASS: test_specialized_method_calls_check_types (test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types)
PASS: test_specials (test.test_descr.ClassPropertiesAndMethods.test_specials)
PASS: test_staticmethod_annotations_without_dict_access (test.test_descr.ClassPropertiesAndMethods.test_staticmethod_annotations_without_dict_access)
PASS: test_staticmethod_new (test.test_descr.ClassPropertiesAndMethods.test_staticmethod_new)
PASS: test_staticmethods (test.test_descr.ClassPropertiesAndMethods.test_staticmethods)
PASS: test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c)
PASS: test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass)
PASS: test_str_operations (test.test_descr.ClassPropertiesAndMethods.test_str_operations)
PASS: test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key)
PASS: test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation)
PASS: test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op)
PASS: test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors)
PASS: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection)
PASS: test_supers (test.test_descr.ClassPropertiesAndMethods.test_supers)
PASS: test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault)
PASS: test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__)
PASS: test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules)
PASS: test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types)
PASS: test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense)
PASS: test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault)
PASS: test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs)
SKIP: test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault) "resource 'cpu' is not enabled"
PASS: test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper)
PASS: test_dict_type_with_metaclass (test.test_descr.DictProxyTests.test_dict_type_with_metaclass)
PASS: test_iter_items (test.test_descr.DictProxyTests.test_iter_items)
PASS: test_iter_keys (test.test_descr.DictProxyTests.test_iter_keys)
PASS: test_iter_values (test.test_descr.DictProxyTests.test_iter_values)
PASS: test_repr (test.test_descr.DictProxyTests.test_repr)
PASS: test_type_lookup_mro_reference (test.test_descr.MiscTests.test_type_lookup_mro_reference)
test_disappearing_custom_mro (test.test_descr.MroTest.test_disappearing_custom_mro)
PASS: gh-92112: A custom mro() returning a result conflicting with
test_incomplete_extend (test.test_descr.MroTest.test_incomplete_extend)
PASS: Extending an uninitialized type with type->tp_mro == NULL must
test_incomplete_set_bases_on_self (test.test_descr.MroTest.test_incomplete_set_bases_on_self)
PASS: type_set_bases must be aware that type->tp_mro can be NULL.
test_incomplete_super (test.test_descr.MroTest.test_incomplete_super)
PASS: Attribute lookup on a super object must be aware that
test_reent_set_bases_on_base (test.test_descr.MroTest.test_reent_set_bases_on_base)
PASS: Deep reentrancy must not over-decref old_mro.
test_reent_set_bases_on_direct_base (test.test_descr.MroTest.test_reent_set_bases_on_direct_base)
PASS: Similar to test_reent_set_bases_on_base, but may crash differently.
test_reent_set_bases_tp_base_cycle (test.test_descr.MroTest.test_reent_set_bases_tp_base_cycle)
PASS: type_set_bases must check for an inheritance cycle not only through
test_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest.test_tp_subclasses_cycle_error_return_path)
PASS: The same as test_tp_subclasses_cycle_in_update_slots, but tests
test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest.test_tp_subclasses_cycle_in_update_slots)
PASS: type_set_bases must check for reentrancy upon finishing its job
PASS: test_complexes (test.test_descr.OperatorsTest.test_complexes)
PASS: test_dicts (test.test_descr.OperatorsTest.test_dicts)
PASS: test_explicit_reverse_methods (test.test_descr.OperatorsTest.test_explicit_reverse_methods)
PASS: test_floats (test.test_descr.OperatorsTest.test_floats)
PASS: test_ints (test.test_descr.OperatorsTest.test_ints)
PASS: test_lists (test.test_descr.OperatorsTest.test_lists)
PASS: test_spam_dicts (test.test_descr.OperatorsTest.test_spam_dicts)
PASS: test_spam_lists (test.test_descr.OperatorsTest.test_spam_lists)
PASS: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast)
PASS: test_issue24097 (test.test_descr.PicklingTests.test_issue24097)
PASS: test_object_reduce (test.test_descr.PicklingTests.test_object_reduce)
PASS: test_pickle_slots (test.test_descr.PicklingTests.test_pickle_slots)
PASS: test_reduce (test.test_descr.PicklingTests.test_reduce)
PASS: test_reduce_copying (test.test_descr.PicklingTests.test_reduce_copying)
PASS: test_special_method_lookup (test.test_descr.PicklingTests.test_special_method_lookup)
PASS: test_subclasses (test.test_descr.SharedKeyTests.test_subclasses)

----------------------------------------------------------------------
Ran 162 tests in 0.478s

OK (skipped=3, expected failures=2)
0:02:17 load avg: 4.17 [160/486] test_descrtut passed
tut1 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut1
tut2 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut2
tut3 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut3
tut4 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut4
tut5 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut5
tut6 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut6
tut7 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut7
tut8 (test.test_descrtut.__test__)
PASS: Doctest: test.test_descrtut.__test__.tut8

----------------------------------------------------------------------
Ran 8 tests in 0.011s

OK
0:02:18 load avg: 4.17 [161/486] test_devpoll skipped
test_devpoll skipped -- test works only on Solaris OS family
0:02:18 load avg: 4.17 [162/486] test_datetime passed
SKIP: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET) 'Not relevant in pure Python'
SKIP: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET) 'Not relevant in pure Python'
SKIP: test_PyDateTime_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_GET) 'Not relevant in pure Python'
SKIP: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET) 'Not relevant in pure Python'
SKIP: test_check_date (test.datetimetester.CapiTest_Pure.test_check_date) 'Not relevant in pure Python'
SKIP: test_check_datetime (test.datetimetester.CapiTest_Pure.test_check_datetime) 'Not relevant in pure Python'
SKIP: test_check_delta (test.datetimetester.CapiTest_Pure.test_check_delta) 'Not relevant in pure Python'
SKIP: test_check_time (test.datetimetester.CapiTest_Pure.test_check_time) 'Not relevant in pure Python'
SKIP: test_check_tzinfo (test.datetimetester.CapiTest_Pure.test_check_tzinfo) 'Not relevant in pure Python'
SKIP: test_date_from_date (test.datetimetester.CapiTest_Pure.test_date_from_date) 'Not relevant in pure Python'
SKIP: test_date_from_timestamp (test.datetimetester.CapiTest_Pure.test_date_from_timestamp) 'Not relevant in pure Python'
SKIP: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime) 'Not relevant in pure Python'
SKIP: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold) 'Not relevant in pure Python'
SKIP: test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp) 'Not relevant in pure Python'
SKIP: test_delta_from_dsu (test.datetimetester.CapiTest_Pure.test_delta_from_dsu) 'Not relevant in pure Python'
SKIP: test_time_from_time (test.datetimetester.CapiTest_Pure.test_time_from_time) 'Not relevant in pure Python'
SKIP: test_time_from_timeandfold (test.datetimetester.CapiTest_Pure.test_time_from_timeandfold) 'Not relevant in pure Python'
SKIP: test_timezones_capi (test.datetimetester.CapiTest_Pure.test_timezones_capi) 'Not relevant in pure Python'
SKIP: test_timezones_offset_zero (test.datetimetester.CapiTest_Pure.test_timezones_offset_zero) 'Not relevant in pure Python'
SKIP: test_type_check_in_subinterp (test.datetimetester.CapiTest_Pure.test_type_check_in_subinterp) 'Not relevant in pure Python'
SKIP: test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) 'Not relevant in pure Python'
SKIP: test_concurrent_initialization_subinterpreter (test.datetimetester.ExtensionModuleTests_Pure.test_concurrent_initialization_subinterpreter) 'Not relevant in pure Python'
SKIP: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Pure.test_gh_120161) 'Not relevant in pure Python'
SKIP: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Pure.test_update_type_cache) 'Not relevant in pure Python'
PASS: test_folds (test.datetimetester.IranTest_Pure.test_folds)
PASS: test_gaps (test.datetimetester.IranTest_Pure.test_gaps)
PASS: test_system_transitions (test.datetimetester.IranTest_Pure.test_system_transitions)
PASS: test_check_arg_types (test.datetimetester.Oddballs_Pure.test_check_arg_types)
PASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Pure.test_date_datetime_comparison)
PASS: test_extra_attributes (test.datetimetester.Oddballs_Pure.test_extra_attributes)
PASS: test_backdoor_resistance (test.datetimetester.TestDate_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Pure.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestDate_Pure.test_basic_attributes)
PASS: test_bool (test.datetimetester.TestDate_Pure.test_bool)
PASS: test_compare (test.datetimetester.TestDate_Pure.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDate_Pure.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDate_Pure.test_computations)
PASS: test_ctime (test.datetimetester.TestDate_Pure.test_ctime)
PASS: test_extreme_ordinals (test.datetimetester.TestDate_Pure.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDate_Pure.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDate_Pure.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDate_Pure.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDate_Pure.test_fromisoformat)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Pure.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Pure.test_fromisoformat_subclass)
PASS: test_fromtimestamp (test.datetimetester.TestDate_Pure.test_fromtimestamp)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Pure.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDate_Pure.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Pure.test_insane_fromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDate_Pure.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDate_Pure.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDate_Pure.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDate_Pure.test_isoformat)
PASS: test_mixed_compare (test.datetimetester.TestDate_Pure.test_mixed_compare)
PASS: test_ordinal_conversions (test.datetimetester.TestDate_Pure.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDate_Pure.test_overflow)
PASS: test_pickling (test.datetimetester.TestDate_Pure.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Pure.test_pickling_subclass_date)
PASS: test_replace (test.datetimetester.TestDate_Pure.test_replace)
test_repr_subclass (test.datetimetester.TestDate_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDate_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDate_Pure.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDate_Pure.test_strftime)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Pure.test_strftime_trailing_percent)
PASS: test_strftime_y2k (test.datetimetester.TestDate_Pure.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDate_Pure.test_strftime_y2k_c99)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors)
PASS: test_subclass_date (test.datetimetester.TestDate_Pure.test_subclass_date)
PASS: test_subclass_replace (test.datetimetester.TestDate_Pure.test_subclass_replace)
PASS: test_timetuple (test.datetimetester.TestDate_Pure.test_timetuple)
PASS: test_today (test.datetimetester.TestDate_Pure.test_today)
PASS: test_valuerror_messages (test.datetimetester.TestDate_Pure.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDate_Pure.test_weekday)
PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored)
PASS: test_strptime (test.datetimetester.TestDateOnly_Pure.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateOnly_Pure.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateOnly_Pure.test_strptime_single_digit)
PASS: test_astimezone (test.datetimetester.TestDateTime_Pure.test_astimezone)
PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestDateTime_Pure.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestDateTime_Pure.test_bool)
PASS: test_combine (test.datetimetester.TestDateTime_Pure.test_combine)
PASS: test_compare (test.datetimetester.TestDateTime_Pure.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Pure.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDateTime_Pure.test_computations)
PASS: test_ctime (test.datetimetester.TestDateTime_Pure.test_ctime)
PASS: test_extract (test.datetimetester.TestDateTime_Pure.test_extract)
PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Pure.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Pure.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDateTime_Pure.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDateTime_Pure.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDateTime_Pure.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDateTime_Pure.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDateTime_Pure.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDateTime_Pure.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDateTime_Pure.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDateTime_Pure.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Pure.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Pure.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestDateTime_Pure.test_mixed_compare)
PASS: test_more_compare (test.datetimetester.TestDateTime_Pure.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestDateTime_Pure.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestDateTime_Pure.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestDateTime_Pure.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestDateTime_Pure.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Pure.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDateTime_Pure.test_overflow)
PASS: test_pickling (test.datetimetester.TestDateTime_Pure.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestDateTime_Pure.test_replace)
test_repr_subclass (test.datetimetester.TestDateTime_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDateTime_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDateTime_Pure.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDateTime_Pure.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestDateTime_Pure.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Pure.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDateTime_Pure.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestDateTime_Pure.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Pure.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Pure.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestDateTime_Pure.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_datetime)
PASS: test_subclass_now (test.datetimetester.TestDateTime_Pure.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestDateTime_Pure.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Pure.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Pure.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Pure.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Pure.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestDateTime_Pure.test_timetuple)
PASS: test_today (test.datetimetester.TestDateTime_Pure.test_today)
PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing)
PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestDateTime_Pure.test_utcnow)
PASS: test_valuerror_messages (test.datetimetester.TestDateTime_Pure.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDateTime_Pure.test_weekday)
PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing)
PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone)
PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern)
PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold)
PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc)
PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare)
PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract)
PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments)
PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes)
PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestDateTimeTZ_Pure.test_bool)
PASS: test_combine (test.datetimetester.TestDateTimeTZ_Pure.test_combine)
PASS: test_compare (test.datetimetester.TestDateTimeTZ_Pure.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDateTimeTZ_Pure.test_computations)
PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_ctime)
PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare)
PASS: test_extract (test.datetimetester.TestDateTimeTZ_Pure.test_extract)
PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes)
PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDateTimeTZ_Pure.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare)
PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone)
PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Pure.test_overflow)
PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestDateTimeTZ_Pure.test_replace)
test_repr_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Pure.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime)
PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz)
PASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_timetuple)
PASS: test_today (test.datetimetester.TestDateTimeTZ_Pure.test_today)
PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Pure.test_trivial)
PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic)
PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing)
PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes)
PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp)
PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat)
PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now)
PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple)
PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp)
PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow)
PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds)
PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_utcnow)
PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple)
PASS: test_valuerror_messages (test.datetimetester.TestDateTimeTZ_Pure.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Pure.test_weekday)
PASS: test_zones (test.datetimetester.TestDateTimeTZ_Pure.test_zones)
PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone)
PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison)
PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors)
PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst)
PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp)
SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'
PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection)
PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc)
PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash)
PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware)
PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member)
PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold)
PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap)
PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular)
PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold)
PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace)
PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr)
PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp)
SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'
PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset)
PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc)
PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc)
test_all (test.datetimetester.TestModule_Pure.test_all)
PASS: Test that __all__ only points to valid attributes.
PASS: test_constants (test.datetimetester.TestModule_Pure.test_constants)
PASS: test_divide_and_round (test.datetimetester.TestModule_Pure.test_divide_and_round)
SKIP: test_name_cleanup (test.datetimetester.TestModule_Pure.test_name_cleanup) 'Only run for Fast C implementation'
PASS: test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias)
PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Pure.test_astimezone)
PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestSubclassDateTime_Pure.test_bool)
PASS: test_combine (test.datetimetester.TestSubclassDateTime_Pure.test_combine)
PASS: test_compare (test.datetimetester.TestSubclassDateTime_Pure.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestSubclassDateTime_Pure.test_computations)
PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_ctime)
PASS: test_extract (test.datetimetester.TestSubclassDateTime_Pure.test_extract)
PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestSubclassDateTime_Pure.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare)
PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Pure.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Pure.test_overflow)
PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestSubclassDateTime_Pure.test_replace)
test_repr_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info)
SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip) 'not appropriate for subclasses'
PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Pure.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime)
PASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_timetuple)
PASS: test_today (test.datetimetester.TestSubclassDateTime_Pure.test_today)
PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing)
PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Pure.test_utcnow)
PASS: test_valuerror_messages (test.datetimetester.TestSubclassDateTime_Pure.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Pure.test_weekday)
PASS: test_issue23600 (test.datetimetester.TestTZInfo_Pure.test_issue23600)
PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Pure.test_non_abstractness)
PASS: test_normal (test.datetimetester.TestTZInfo_Pure.test_normal)
PASS: test_pickling_base (test.datetimetester.TestTZInfo_Pure.test_pickling_base)
PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Pure.test_pickling_subclass)
PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044)
PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Pure.test_subclass_must_override)
PASS: test_1653736 (test.datetimetester.TestTime_Pure.test_1653736)
PASS: test_backdoor_resistance (test.datetimetester.TestTime_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Pure.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestTime_Pure.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestTime_Pure.test_bool)
PASS: test_comparing (test.datetimetester.TestTime_Pure.test_comparing)
PASS: test_compat_unpickle (test.datetimetester.TestTime_Pure.test_compat_unpickle)
PASS: test_format (test.datetimetester.TestTime_Pure.test_format)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestTime_Pure.test_hash_equality)
PASS: test_isoformat (test.datetimetester.TestTime_Pure.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestTime_Pure.test_isoformat_timezone)
PASS: test_pickling (test.datetimetester.TestTime_Pure.test_pickling)
PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Pure.test_pickling_subclass_time)
PASS: test_replace (test.datetimetester.TestTime_Pure.test_replace)
PASS: test_repr (test.datetimetester.TestTime_Pure.test_repr)
test_repr_subclass (test.datetimetester.TestTime_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTime_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTime_Pure.test_roundtrip)
PASS: test_str (test.datetimetester.TestTime_Pure.test_str)
PASS: test_strftime (test.datetimetester.TestTime_Pure.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestTime_Pure.test_strftime_special)
PASS: test_strptime (test.datetimetester.TestTime_Pure.test_strptime)
PASS: test_strptime_errors (test.datetimetester.TestTime_Pure.test_strptime_errors)
PASS: test_strptime_single_digit (test.datetimetester.TestTime_Pure.test_strptime_single_digit)
PASS: test_strptime_tz (test.datetimetester.TestTime_Pure.test_strptime_tz)
PASS: test_subclass_replace (test.datetimetester.TestTime_Pure.test_subclass_replace)
PASS: test_subclass_time (test.datetimetester.TestTime_Pure.test_subclass_time)
PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Pure.test_basic_attributes)
PASS: test_bool (test.datetimetester.TestTimeDelta_Pure.test_bool)
PASS: test_carries (test.datetimetester.TestTimeDelta_Pure.test_carries)
PASS: test_compare (test.datetimetester.TestTimeDelta_Pure.test_compare)
PASS: test_computations (test.datetimetester.TestTimeDelta_Pure.test_computations)
PASS: test_constructor (test.datetimetester.TestTimeDelta_Pure.test_constructor)
PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations)
PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Pure.test_disallowed_special)
PASS: test_division (test.datetimetester.TestTimeDelta_Pure.test_division)
PASS: test_divmod (test.datetimetester.TestTimeDelta_Pure.test_divmod)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Pure.test_hash_equality)
PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Pure.test_issue31293)
PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Pure.test_issue31752)
PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Pure.test_massive_normalization)
PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding)
PASS: test_overflow (test.datetimetester.TestTimeDelta_Pure.test_overflow)
PASS: test_pickling (test.datetimetester.TestTimeDelta_Pure.test_pickling)
PASS: test_remainder (test.datetimetester.TestTimeDelta_Pure.test_remainder)
PASS: test_repr (test.datetimetester.TestTimeDelta_Pure.test_repr)
test_repr_subclass (test.datetimetester.TestTimeDelta_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Pure.test_roundtrip)
PASS: test_str (test.datetimetester.TestTimeDelta_Pure.test_str)
PASS: test_subclass_date (test.datetimetester.TestTimeDelta_Pure.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime)
PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta)
PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Pure.test_total_seconds)
PASS: test_1653736 (test.datetimetester.TestTimeTZ_Pure.test_1653736)
PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Pure.test_argument_passing)
PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Pure.test_aware_compare)
PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments)
PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes)
PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestTimeTZ_Pure.test_bool)
PASS: test_comparing (test.datetimetester.TestTimeTZ_Pure.test_comparing)
PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle)
PASS: test_empty (test.datetimetester.TestTimeTZ_Pure.test_empty)
PASS: test_format (test.datetimetester.TestTimeTZ_Pure.test_format)
PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat)
PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions)
PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass)
PASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison)
PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases)
PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Pure.test_hash_equality)
PASS: test_isoformat (test.datetimetester.TestTimeTZ_Pure.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone)
PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Pure.test_mixed_compare)
PASS: test_more_bool (test.datetimetester.TestTimeTZ_Pure.test_more_bool)
PASS: test_pickling (test.datetimetester.TestTimeTZ_Pure.test_pickling)
PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time)
PASS: test_replace (test.datetimetester.TestTimeTZ_Pure.test_replace)
PASS: test_repr (test.datetimetester.TestTimeTZ_Pure.test_repr)
test_repr_subclass (test.datetimetester.TestTimeTZ_Pure.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Pure.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Pure.test_roundtrip)
PASS: test_str (test.datetimetester.TestTimeTZ_Pure.test_str)
PASS: test_strftime (test.datetimetester.TestTimeTZ_Pure.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestTimeTZ_Pure.test_strftime_special)
PASS: test_strptime (test.datetimetester.TestTimeTZ_Pure.test_strptime)
PASS: test_strptime_errors (test.datetimetester.TestTimeTZ_Pure.test_strptime_errors)
PASS: test_strptime_single_digit (test.datetimetester.TestTimeTZ_Pure.test_strptime_single_digit)
PASS: test_strptime_tz (test.datetimetester.TestTimeTZ_Pure.test_strptime_tz)
PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Pure.test_subclass_replace)
PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_subclass_time)
PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz)
PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes)
PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds)
PASS: test_valuerror_messages (test.datetimetester.TestTimeTZ_Pure.test_valuerror_messages)
PASS: test_zones (test.datetimetester.TestTimeTZ_Pure.test_zones)
PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Pure.test_aware_datetime)
PASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Pure.test_cannot_subclass)
PASS: test_class_members (test.datetimetester.TestTimeZone_Pure.test_class_members)
PASS: test_comparison (test.datetimetester.TestTimeZone_Pure.test_comparison)
PASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo)
PASS: test_constructor (test.datetimetester.TestTimeZone_Pure.test_constructor)
PASS: test_copy (test.datetimetester.TestTimeZone_Pure.test_copy)
PASS: test_deepcopy (test.datetimetester.TestTimeZone_Pure.test_deepcopy)
PASS: test_dst (test.datetimetester.TestTimeZone_Pure.test_dst)
PASS: test_fromutc (test.datetimetester.TestTimeZone_Pure.test_fromutc)
PASS: test_inheritance (test.datetimetester.TestTimeZone_Pure.test_inheritance)
PASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Pure.test_offset_boundaries)
PASS: test_pickle (test.datetimetester.TestTimeZone_Pure.test_pickle)
PASS: test_repr (test.datetimetester.TestTimeZone_Pure.test_repr)
PASS: test_str (test.datetimetester.TestTimeZone_Pure.test_str)
PASS: test_tzname (test.datetimetester.TestTimeZone_Pure.test_tzname)
PASS: test_utcoffset (test.datetimetester.TestTimeZone_Pure.test_utcoffset)
PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst)
PASS: test_easy (test.datetimetester.TestTimezoneConversions_Pure.test_easy)
PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Pure.test_fromutc)
PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Pure.test_tricky)
PASS: test_folds (test.datetimetester.ZoneInfoTest_Pure.test_folds)
PASS: test_gaps (test.datetimetester.ZoneInfoTest_Pure.test_gaps)
PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure.test_system_transitions)
PASS: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DATE_GET)
PASS: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DELTA_GET)
PASS: test_PyDateTime_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_GET)
PASS: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_TIME_GET)
PASS: test_check_date (test.datetimetester.CapiTest_Fast.test_check_date)
PASS: test_check_datetime (test.datetimetester.CapiTest_Fast.test_check_datetime)
PASS: test_check_delta (test.datetimetester.CapiTest_Fast.test_check_delta)
PASS: test_check_time (test.datetimetester.CapiTest_Fast.test_check_time)
PASS: test_check_tzinfo (test.datetimetester.CapiTest_Fast.test_check_tzinfo)
PASS: test_date_from_date (test.datetimetester.CapiTest_Fast.test_date_from_date)
PASS: test_date_from_timestamp (test.datetimetester.CapiTest_Fast.test_date_from_timestamp)
PASS: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtime)
PASS: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtimeandfold)
PASS: test_datetime_from_timestamp (test.datetimetester.CapiTest_Fast.test_datetime_from_timestamp)
PASS: test_delta_from_dsu (test.datetimetester.CapiTest_Fast.test_delta_from_dsu)
PASS: test_time_from_time (test.datetimetester.CapiTest_Fast.test_time_from_time)
PASS: test_time_from_timeandfold (test.datetimetester.CapiTest_Fast.test_time_from_timeandfold)
PASS: test_timezones_capi (test.datetimetester.CapiTest_Fast.test_timezones_capi)
PASS: test_timezones_offset_zero (test.datetimetester.CapiTest_Fast.test_timezones_offset_zero)
PASS: test_type_check_in_subinterp (test.datetimetester.CapiTest_Fast.test_type_check_in_subinterp)
PASS: test_utc_capi (test.datetimetester.CapiTest_Fast.test_utc_capi)
PASS: test_concurrent_initialization_subinterpreter (test.datetimetester.ExtensionModuleTests_Fast.test_concurrent_initialization_subinterpreter)
PASS: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Fast.test_gh_120161)
PASS: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Fast.test_update_type_cache)
PASS: test_folds (test.datetimetester.IranTest_Fast.test_folds)
PASS: test_gaps (test.datetimetester.IranTest_Fast.test_gaps)
PASS: test_system_transitions (test.datetimetester.IranTest_Fast.test_system_transitions)
PASS: test_check_arg_types (test.datetimetester.Oddballs_Fast.test_check_arg_types)
PASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Fast.test_date_datetime_comparison)
PASS: test_extra_attributes (test.datetimetester.Oddballs_Fast.test_extra_attributes)
PASS: test_backdoor_resistance (test.datetimetester.TestDate_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Fast.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestDate_Fast.test_basic_attributes)
PASS: test_bool (test.datetimetester.TestDate_Fast.test_bool)
PASS: test_compare (test.datetimetester.TestDate_Fast.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDate_Fast.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDate_Fast.test_computations)
PASS: test_ctime (test.datetimetester.TestDate_Fast.test_ctime)
PASS: test_extreme_ordinals (test.datetimetester.TestDate_Fast.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDate_Fast.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDate_Fast.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDate_Fast.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDate_Fast.test_fromisoformat)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Fast.test_fromisoformat_date_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDate_Fast.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Fast.test_fromisoformat_subclass)
PASS: test_fromtimestamp (test.datetimetester.TestDate_Fast.test_fromtimestamp)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Fast.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDate_Fast.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Fast.test_insane_fromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDate_Fast.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDate_Fast.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDate_Fast.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDate_Fast.test_isoformat)
PASS: test_mixed_compare (test.datetimetester.TestDate_Fast.test_mixed_compare)
PASS: test_ordinal_conversions (test.datetimetester.TestDate_Fast.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDate_Fast.test_overflow)
PASS: test_pickling (test.datetimetester.TestDate_Fast.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDate_Fast.test_pickling_subclass_date)
PASS: test_replace (test.datetimetester.TestDate_Fast.test_replace)
test_repr_subclass (test.datetimetester.TestDate_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDate_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDate_Fast.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDate_Fast.test_strftime)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Fast.test_strftime_trailing_percent)
PASS: test_strftime_y2k (test.datetimetester.TestDate_Fast.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDate_Fast.test_strftime_y2k_c99)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast.test_subclass_alternate_constructors)
PASS: test_subclass_date (test.datetimetester.TestDate_Fast.test_subclass_date)
PASS: test_subclass_replace (test.datetimetester.TestDate_Fast.test_subclass_replace)
PASS: test_timetuple (test.datetimetester.TestDate_Fast.test_timetuple)
PASS: test_today (test.datetimetester.TestDate_Fast.test_today)
PASS: test_valuerror_messages (test.datetimetester.TestDate_Fast.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDate_Fast.test_weekday)
PASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast.test_delta_non_days_ignored)
PASS: test_strptime (test.datetimetester.TestDateOnly_Fast.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateOnly_Fast.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateOnly_Fast.test_strptime_single_digit)
PASS: test_astimezone (test.datetimetester.TestDateTime_Fast.test_astimezone)
PASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestDateTime_Fast.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestDateTime_Fast.test_bool)
PASS: test_combine (test.datetimetester.TestDateTime_Fast.test_combine)
PASS: test_compare (test.datetimetester.TestDateTime_Fast.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDateTime_Fast.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDateTime_Fast.test_computations)
PASS: test_ctime (test.datetimetester.TestDateTime_Fast.test_ctime)
PASS: test_extract (test.datetimetester.TestDateTime_Fast.test_extract)
PASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Fast.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Fast.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDateTime_Fast.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDateTime_Fast.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDateTime_Fast.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDateTime_Fast.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDateTime_Fast.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDateTime_Fast.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDateTime_Fast.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDateTime_Fast.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Fast.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Fast.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestDateTime_Fast.test_mixed_compare)
PASS: test_more_compare (test.datetimetester.TestDateTime_Fast.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestDateTime_Fast.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestDateTime_Fast.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestDateTime_Fast.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestDateTime_Fast.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Fast.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDateTime_Fast.test_overflow)
PASS: test_pickling (test.datetimetester.TestDateTime_Fast.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestDateTime_Fast.test_replace)
test_repr_subclass (test.datetimetester.TestDateTime_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDateTime_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDateTime_Fast.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDateTime_Fast.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestDateTime_Fast.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestDateTime_Fast.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDateTime_Fast.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestDateTime_Fast.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Fast.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Fast.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestDateTime_Fast.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_datetime)
PASS: test_subclass_now (test.datetimetester.TestDateTime_Fast.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestDateTime_Fast.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Fast.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestDateTime_Fast.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestDateTime_Fast.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestDateTime_Fast.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestDateTime_Fast.test_timetuple)
PASS: test_today (test.datetimetester.TestDateTime_Fast.test_today)
PASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast.test_tz_independent_comparing)
PASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestDateTime_Fast.test_utcnow)
PASS: test_valuerror_messages (test.datetimetester.TestDateTime_Fast.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDateTime_Fast.test_weekday)
PASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast.test_argument_passing)
PASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone)
PASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_eastern)
PASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_near_fold)
PASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_utc)
PASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast.test_aware_compare)
PASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast.test_aware_subtract)
PASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast.test_bad_constructor_arguments)
PASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_bad_tzinfo_classes)
PASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestDateTimeTZ_Fast.test_bool)
PASS: test_combine (test.datetimetester.TestDateTimeTZ_Fast.test_combine)
PASS: test_compare (test.datetimetester.TestDateTimeTZ_Fast.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestDateTimeTZ_Fast.test_computations)
PASS: test_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_ctime)
PASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_even_more_compare)
PASS: test_extract (test.datetimetester.TestDateTimeTZ_Fast.test_extract)
PASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_hashes)
PASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestDateTimeTZ_Fast.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast.test_mixed_compare)
PASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_more_astimezone)
PASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestDateTimeTZ_Fast.test_overflow)
PASS: test_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestDateTimeTZ_Fast.test_replace)
test_repr_subclass (test.datetimetester.TestDateTimeTZ_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast.test_roundtrip)
PASS: test_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestDateTimeTZ_Fast.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetime)
PASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetimetz)
PASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_timetuple)
PASS: test_today (test.datetimetester.TestDateTimeTZ_Fast.test_today)
PASS: test_trivial (test.datetimetester.TestDateTimeTZ_Fast.test_trivial)
PASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic)
PASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast.test_tz_independent_comparing)
PASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_classes)
PASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_fromtimestamp)
PASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_isoformat)
PASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_now)
PASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_timetuple)
PASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcfromtimestamp)
PASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcnow)
PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast.test_utc_offset_out_of_bounds)
PASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_utcnow)
PASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple)
PASS: test_valuerror_messages (test.datetimetester.TestDateTimeTZ_Fast.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestDateTimeTZ_Fast.test_weekday)
PASS: test_zones (test.datetimetester.TestDateTimeTZ_Fast.test_zones)
PASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_astimezone)
PASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_comparison)
PASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_constructors)
PASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_dst)
PASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp)
SKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'
PASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_low_fold_detection)
PASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromutc)
PASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash)
PASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_aware)
PASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_member)
PASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_fold)
PASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_gap)
PASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_regular)
PASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_pickle_fold)
PASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_replace)
PASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_repr)
PASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp)
SKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'
PASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_utcoffset)
PASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_fromutc)
PASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_toutc)
test_all (test.datetimetester.TestModule_Fast.test_all)
PASS: Test that __all__ only points to valid attributes.
PASS: test_constants (test.datetimetester.TestModule_Fast.test_constants)
SKIP: test_divide_and_round (test.datetimetester.TestModule_Fast.test_divide_and_round) 'Only run for Pure Python implementation'
PASS: test_name_cleanup (test.datetimetester.TestModule_Fast.test_name_cleanup)
PASS: test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias)
PASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Fast.test_astimezone)
PASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestSubclassDateTime_Fast.test_bool)
PASS: test_combine (test.datetimetester.TestSubclassDateTime_Fast.test_combine)
PASS: test_compare (test.datetimetester.TestSubclassDateTime_Fast.test_compare)
PASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast.test_compat_unpickle)
PASS: test_computations (test.datetimetester.TestSubclassDateTime_Fast.test_computations)
PASS: test_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_ctime)
PASS: test_extract (test.datetimetester.TestSubclassDateTime_Fast.test_extract)
PASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_ordinals)
PASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_timedelta)
PASS: test_format (test.datetimetester.TestSubclassDateTime_Fast.test_format)
PASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar)
PASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_type_errors)
PASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_value_errors)
PASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat)
PASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_ambiguous)
PASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_date_examples)
PASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime)
PASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_examples)
PASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime)
PASS: test_fromisoformat_fails_datetime_valueerror (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime_valueerror)
PASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_surrogate)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_separators)
PASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_subclass)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timezone)
PASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_utc)
PASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp)
PASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_keyword_arg)
PASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_limits)
PASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_with_none_arg)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast.test_hash_equality)
PASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_fromtimestamp)
PASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_utcfromtimestamp)
PASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast.test_iso_long_years)
PASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar)
test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar_pickling)
PASS: Test that the result of datetime.isocalendar() can be pickled.
PASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_timezone)
PASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast.test_microsecond_rounding)
PASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast.test_mixed_compare)
PASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Fast.test_more_compare)
PASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_more_ctime)
PASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_more_pickling)
PASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_more_strftime)
PASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_more_timetuple)
PASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_fromtimestamp)
PASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_utcfromtimestamp)
PASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast.test_ordinal_conversions)
PASS: test_overflow (test.datetimetester.TestSubclassDateTime_Fast.test_overflow)
PASS: test_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_pickling)
PASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_date)
PASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_datetime)
PASS: test_replace (test.datetimetester.TestSubclassDateTime_Fast.test_replace)
test_repr_subclass (test.datetimetester.TestSubclassDateTime_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast.test_resolution_info)
SKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast.test_roundtrip) 'not appropriate for subclasses'
PASS: test_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_special)
PASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_trailing_percent)
PASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_with_bad_tzname_replace)
PASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k)
PASS: test_strftime_y2k_c99 (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k_c99)
PASS: test_strptime (test.datetimetester.TestSubclassDateTime_Fast.test_strptime)
PASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_leap_year)
PASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_single_digit)
PASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors)
PASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_datetime)
PASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_datetime)
PASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_now)
PASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace)
PASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace_fold)
PASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_aware)
PASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_limits)
PASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_naive)
PASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_timetuple)
PASS: test_today (test.datetimetester.TestSubclassDateTime_Fast.test_today)
PASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast.test_tz_independent_comparing)
PASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp)
PASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_limits)
PASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Fast.test_utcnow)
PASS: test_valuerror_messages (test.datetimetester.TestSubclassDateTime_Fast.test_valuerror_messages)
PASS: test_weekday (test.datetimetester.TestSubclassDateTime_Fast.test_weekday)
PASS: test_issue23600 (test.datetimetester.TestTZInfo_Fast.test_issue23600)
PASS: test_non_abstractness (test.datetimetester.TestTZInfo_Fast.test_non_abstractness)
PASS: test_normal (test.datetimetester.TestTZInfo_Fast.test_normal)
PASS: test_pickling_base (test.datetimetester.TestTZInfo_Fast.test_pickling_base)
PASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Fast.test_pickling_subclass)
PASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast.test_refcnt_crash_bug_22044)
PASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Fast.test_subclass_must_override)
PASS: test_1653736 (test.datetimetester.TestTime_Fast.test_1653736)
PASS: test_backdoor_resistance (test.datetimetester.TestTime_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Fast.test_bad_constructor_arguments)
PASS: test_basic_attributes (test.datetimetester.TestTime_Fast.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestTime_Fast.test_bool)
PASS: test_comparing (test.datetimetester.TestTime_Fast.test_comparing)
PASS: test_compat_unpickle (test.datetimetester.TestTime_Fast.test_compat_unpickle)
PASS: test_format (test.datetimetester.TestTime_Fast.test_format)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestTime_Fast.test_hash_equality)
PASS: test_isoformat (test.datetimetester.TestTime_Fast.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestTime_Fast.test_isoformat_timezone)
PASS: test_pickling (test.datetimetester.TestTime_Fast.test_pickling)
PASS: test_pickling_subclass_time (test.datetimetester.TestTime_Fast.test_pickling_subclass_time)
PASS: test_replace (test.datetimetester.TestTime_Fast.test_replace)
PASS: test_repr (test.datetimetester.TestTime_Fast.test_repr)
test_repr_subclass (test.datetimetester.TestTime_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTime_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTime_Fast.test_roundtrip)
PASS: test_str (test.datetimetester.TestTime_Fast.test_str)
PASS: test_strftime (test.datetimetester.TestTime_Fast.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestTime_Fast.test_strftime_special)
PASS: test_strptime (test.datetimetester.TestTime_Fast.test_strptime)
PASS: test_strptime_errors (test.datetimetester.TestTime_Fast.test_strptime_errors)
PASS: test_strptime_single_digit (test.datetimetester.TestTime_Fast.test_strptime_single_digit)
PASS: test_strptime_tz (test.datetimetester.TestTime_Fast.test_strptime_tz)
PASS: test_subclass_replace (test.datetimetester.TestTime_Fast.test_subclass_replace)
PASS: test_subclass_time (test.datetimetester.TestTime_Fast.test_subclass_time)
PASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Fast.test_basic_attributes)
PASS: test_bool (test.datetimetester.TestTimeDelta_Fast.test_bool)
PASS: test_carries (test.datetimetester.TestTimeDelta_Fast.test_carries)
PASS: test_compare (test.datetimetester.TestTimeDelta_Fast.test_compare)
PASS: test_computations (test.datetimetester.TestTimeDelta_Fast.test_computations)
PASS: test_constructor (test.datetimetester.TestTimeDelta_Fast.test_constructor)
PASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast.test_disallowed_computations)
PASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Fast.test_disallowed_special)
PASS: test_division (test.datetimetester.TestTimeDelta_Fast.test_division)
PASS: test_divmod (test.datetimetester.TestTimeDelta_Fast.test_divmod)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmless_mixed_comparison)
PASS: test_hash_equality (test.datetimetester.TestTimeDelta_Fast.test_hash_equality)
PASS: test_issue31293 (test.datetimetester.TestTimeDelta_Fast.test_issue31293)
PASS: test_issue31752 (test.datetimetester.TestTimeDelta_Fast.test_issue31752)
PASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Fast.test_massive_normalization)
PASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding)
PASS: test_overflow (test.datetimetester.TestTimeDelta_Fast.test_overflow)
PASS: test_pickling (test.datetimetester.TestTimeDelta_Fast.test_pickling)
PASS: test_remainder (test.datetimetester.TestTimeDelta_Fast.test_remainder)
PASS: test_repr (test.datetimetester.TestTimeDelta_Fast.test_repr)
test_repr_subclass (test.datetimetester.TestTimeDelta_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTimeDelta_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTimeDelta_Fast.test_roundtrip)
PASS: test_str (test.datetimetester.TestTimeDelta_Fast.test_str)
PASS: test_subclass_date (test.datetimetester.TestTimeDelta_Fast.test_subclass_date)
PASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Fast.test_subclass_datetime)
PASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast.test_subclass_timedelta)
PASS: test_total_seconds (test.datetimetester.TestTimeDelta_Fast.test_total_seconds)
PASS: test_1653736 (test.datetimetester.TestTimeTZ_Fast.test_1653736)
PASS: test_argument_passing (test.datetimetester.TestTimeTZ_Fast.test_argument_passing)
PASS: test_aware_compare (test.datetimetester.TestTimeTZ_Fast.test_aware_compare)
PASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast.test_backdoor_resistance)
PASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast.test_bad_constructor_arguments)
PASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_bad_tzinfo_classes)
PASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes)
PASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_nonzero)
PASS: test_bool (test.datetimetester.TestTimeTZ_Fast.test_bool)
PASS: test_comparing (test.datetimetester.TestTimeTZ_Fast.test_comparing)
PASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast.test_compat_unpickle)
PASS: test_empty (test.datetimetester.TestTimeTZ_Fast.test_empty)
PASS: test_format (test.datetimetester.TestTimeTZ_Fast.test_format)
PASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat)
PASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails)
PASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_typeerror)
PASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fractions)
PASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_subclass)
PASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_time_examples)
PASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timespecs)
PASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timezone)
PASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmful_mixed_comparison)
PASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmless_mixed_comparison)
PASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast.test_hash_edge_cases)
PASS: test_hash_equality (test.datetimetester.TestTimeTZ_Fast.test_hash_equality)
PASS: test_isoformat (test.datetimetester.TestTimeTZ_Fast.test_isoformat)
PASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_isoformat_timezone)
PASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Fast.test_mixed_compare)
PASS: test_more_bool (test.datetimetester.TestTimeTZ_Fast.test_more_bool)
PASS: test_pickling (test.datetimetester.TestTimeTZ_Fast.test_pickling)
PASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_pickling_subclass_time)
PASS: test_replace (test.datetimetester.TestTimeTZ_Fast.test_replace)
PASS: test_repr (test.datetimetester.TestTimeTZ_Fast.test_repr)
test_repr_subclass (test.datetimetester.TestTimeTZ_Fast.test_repr_subclass)
PASS: Subclasses should have bare names in the repr (gh-107773).
PASS: test_resolution_info (test.datetimetester.TestTimeTZ_Fast.test_resolution_info)
PASS: test_roundtrip (test.datetimetester.TestTimeTZ_Fast.test_roundtrip)
PASS: test_str (test.datetimetester.TestTimeTZ_Fast.test_str)
PASS: test_strftime (test.datetimetester.TestTimeTZ_Fast.test_strftime)
PASS: test_strftime_special (test.datetimetester.TestTimeTZ_Fast.test_strftime_special)
PASS: test_strptime (test.datetimetester.TestTimeTZ_Fast.test_strptime)
PASS: test_strptime_errors (test.datetimetester.TestTimeTZ_Fast.test_strptime_errors)
PASS: test_strptime_single_digit (test.datetimetester.TestTimeTZ_Fast.test_strptime_single_digit)
PASS: test_strptime_tz (test.datetimetester.TestTimeTZ_Fast.test_strptime_tz)
PASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Fast.test_subclass_replace)
PASS: test_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_subclass_time)
PASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast.test_subclass_timetz)
PASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_tzinfo_classes)
PASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast.test_utc_offset_out_of_bounds)
PASS: test_valuerror_messages (test.datetimetester.TestTimeTZ_Fast.test_valuerror_messages)
PASS: test_zones (test.datetimetester.TestTimeTZ_Fast.test_zones)
PASS: test_aware_datetime (test.datetimetester.TestTimeZone_Fast.test_aware_datetime)
PASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Fast.test_cannot_subclass)
PASS: test_class_members (test.datetimetester.TestTimeZone_Fast.test_class_members)
PASS: test_comparison (test.datetimetester.TestTimeZone_Fast.test_comparison)
PASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Fast.test_comparison_with_tzinfo)
PASS: test_constructor (test.datetimetester.TestTimeZone_Fast.test_constructor)
PASS: test_copy (test.datetimetester.TestTimeZone_Fast.test_copy)
PASS: test_deepcopy (test.datetimetester.TestTimeZone_Fast.test_deepcopy)
PASS: test_dst (test.datetimetester.TestTimeZone_Fast.test_dst)
PASS: test_fromutc (test.datetimetester.TestTimeZone_Fast.test_fromutc)
PASS: test_inheritance (test.datetimetester.TestTimeZone_Fast.test_inheritance)
PASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Fast.test_offset_boundaries)
PASS: test_pickle (test.datetimetester.TestTimeZone_Fast.test_pickle)
PASS: test_repr (test.datetimetester.TestTimeZone_Fast.test_repr)
PASS: test_str (test.datetimetester.TestTimeZone_Fast.test_str)
PASS: test_tzname (test.datetimetester.TestTimeZone_Fast.test_tzname)
PASS: test_utcoffset (test.datetimetester.TestTimeZone_Fast.test_utcoffset)
PASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast.test_bogus_dst)
PASS: test_easy (test.datetimetester.TestTimezoneConversions_Fast.test_easy)
PASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Fast.test_fromutc)
PASS: test_tricky (test.datetimetester.TestTimezoneConversions_Fast.test_tricky)
PASS: test_folds (test.datetimetester.ZoneInfoTest_Fast.test_folds)
PASS: test_gaps (test.datetimetester.ZoneInfoTest_Fast.test_gaps)
PASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast.test_system_transitions)

----------------------------------------------------------------------
Ran 1098 tests in 3.985s

OK (skipped=32)
0:02:18 load avg: 4.17 [163/486] test_decimal passed
PASS: test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition)
PASS: test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign)
PASS: test_division (test.test_decimal.CArithmeticOperatorsTest.test_division)
PASS: test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module)
PASS: test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division)
PASS: test_module (test.test_decimal.CArithmeticOperatorsTest.test_module)
PASS: test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication)
PASS: test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons)
PASS: test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering)
PASS: test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction)
PASS: test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators)
PASS: test__clamp (test.test_decimal.CContextAPItests.test__clamp)
PASS: test_abs (test.test_decimal.CContextAPItests.test_abs)
PASS: test_add (test.test_decimal.CContextAPItests.test_add)
PASS: test_compare (test.test_decimal.CContextAPItests.test_compare)
PASS: test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal)
PASS: test_compare_total (test.test_decimal.CContextAPItests.test_compare_total)
PASS: test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag)
PASS: test_copy (test.test_decimal.CContextAPItests.test_copy)
PASS: test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs)
PASS: test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal)
PASS: test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate)
PASS: test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign)
PASS: test_divide (test.test_decimal.CContextAPItests.test_divide)
PASS: test_divide_int (test.test_decimal.CContextAPItests.test_divide_int)
PASS: test_divmod (test.test_decimal.CContextAPItests.test_divmod)
PASS: test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types)
PASS: test_exp (test.test_decimal.CContextAPItests.test_exp)
PASS: test_fma (test.test_decimal.CContextAPItests.test_fma)
PASS: test_is_finite (test.test_decimal.CContextAPItests.test_is_finite)
PASS: test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite)
PASS: test_is_nan (test.test_decimal.CContextAPItests.test_is_nan)
PASS: test_is_normal (test.test_decimal.CContextAPItests.test_is_normal)
PASS: test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan)
PASS: test_is_signed (test.test_decimal.CContextAPItests.test_is_signed)
PASS: test_is_snan (test.test_decimal.CContextAPItests.test_is_snan)
PASS: test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal)
PASS: test_is_zero (test.test_decimal.CContextAPItests.test_is_zero)
PASS: test_ln (test.test_decimal.CContextAPItests.test_ln)
PASS: test_log10 (test.test_decimal.CContextAPItests.test_log10)
PASS: test_logb (test.test_decimal.CContextAPItests.test_logb)
PASS: test_logical_and (test.test_decimal.CContextAPItests.test_logical_and)
PASS: test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert)
PASS: test_logical_or (test.test_decimal.CContextAPItests.test_logical_or)
PASS: test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor)
PASS: test_max (test.test_decimal.CContextAPItests.test_max)
PASS: test_max_mag (test.test_decimal.CContextAPItests.test_max_mag)
PASS: test_min (test.test_decimal.CContextAPItests.test_min)
PASS: test_min_mag (test.test_decimal.CContextAPItests.test_min_mag)
PASS: test_minus (test.test_decimal.CContextAPItests.test_minus)
PASS: test_multiply (test.test_decimal.CContextAPItests.test_multiply)
PASS: test_next_minus (test.test_decimal.CContextAPItests.test_next_minus)
PASS: test_next_plus (test.test_decimal.CContextAPItests.test_next_plus)
PASS: test_next_toward (test.test_decimal.CContextAPItests.test_next_toward)
PASS: test_none_args (test.test_decimal.CContextAPItests.test_none_args)
PASS: test_normalize (test.test_decimal.CContextAPItests.test_normalize)
PASS: test_number_class (test.test_decimal.CContextAPItests.test_number_class)
PASS: test_pickle (test.test_decimal.CContextAPItests.test_pickle)
PASS: test_plus (test.test_decimal.CContextAPItests.test_plus)
PASS: test_power (test.test_decimal.CContextAPItests.test_power)
PASS: test_quantize (test.test_decimal.CContextAPItests.test_quantize)
PASS: test_remainder (test.test_decimal.CContextAPItests.test_remainder)
PASS: test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near)
PASS: test_rotate (test.test_decimal.CContextAPItests.test_rotate)
PASS: test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum)
PASS: test_scaleb (test.test_decimal.CContextAPItests.test_scaleb)
PASS: test_shift (test.test_decimal.CContextAPItests.test_shift)
PASS: test_sqrt (test.test_decimal.CContextAPItests.test_sqrt)
PASS: test_subtract (test.test_decimal.CContextAPItests.test_subtract)
PASS: test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string)
PASS: test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact)
PASS: test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value)
PASS: test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string)
PASS: test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons)
PASS: test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant)
PASS: test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison)
PASS: test_float_operation (test.test_decimal.CContextFlags.test_float_operation)
PASS: test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default)
PASS: test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context)
PASS: test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing)
PASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)
PASS: test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext)
PASS: test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs)
PASS: test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg)
PASS: test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements)
PASS: test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1)
PASS: test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2)
PASS: test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3)
PASS: test_adjusted (test.test_decimal.CCoverage.test_adjusted)
PASS: test_canonical (test.test_decimal.CCoverage.test_canonical)
PASS: test_context_repr (test.test_decimal.CCoverage.test_context_repr)
PASS: test_copy (test.test_decimal.CCoverage.test_copy)
PASS: test_create_decimal (test.test_decimal.CCoverage.test_create_decimal)
PASS: test_divmod (test.test_decimal.CCoverage.test_divmod)
PASS: test_implicit_context (test.test_decimal.CCoverage.test_implicit_context)
PASS: test_int (test.test_decimal.CCoverage.test_int)
PASS: test_power (test.test_decimal.CCoverage.test_power)
PASS: test_quantize (test.test_decimal.CCoverage.test_quantize)
PASS: test_radix (test.test_decimal.CCoverage.test_radix)
PASS: test_rop (test.test_decimal.CCoverage.test_rop)
PASS: test_round (test.test_decimal.CCoverage.test_round)
PASS: test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal)
PASS: test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float)
PASS: test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty)
PASS: test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal)
PASS: test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None)
PASS: test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool)
PASS: test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float)
PASS: test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int)
PASS: test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list)
PASS: test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string)
PASS: test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples)
PASS: test_from_number (test.test_decimal.CExplicitConstructionTest.test_from_number)
PASS: test_from_number_subclass (test.test_decimal.CExplicitConstructionTest.test_from_number_subclass)
PASS: test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits)
PASS: test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type)
PASS: test_deprecated_N_format (test.test_decimal.CFormatTest.test_deprecated_N_format)
PASS: test_formatting (test.test_decimal.CFormatTest.test_formatting)
PASS: test_n_format (test.test_decimal.CFormatTest.test_n_format)
PASS: test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format)
PASS: test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding)
SKIP: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) "inappropriate decimal point separator ('.' not '\\u066b')"
SKIP: test_c_context (test.test_decimal.CFunctionality.test_c_context) 'test requires build with -DEXTRA_FUNCTIONALITY'
SKIP: test_constants (test.test_decimal.CFunctionality.test_constants) 'test requires build with -DEXTRA_FUNCTIONALITY'
PASS: test_constants (test.test_decimal.CIEEEContexts.test_constants)
PASS: test_ieee_context (test.test_decimal.CIEEEContexts.test_ieee_context)
PASS: test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal)
PASS: test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None)
PASS: test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float)
PASS: test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int)
PASS: test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string)
PASS: test_rop (test.test_decimal.CImplicitConstructionTest.test_rop)
PASS: test_abc (test.test_decimal.CPythonAPItests.test_abc)
PASS: test_complex (test.test_decimal.CPythonAPItests.test_complex)
PASS: test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float)
PASS: test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy)
PASS: test_from_float (test.test_decimal.CPythonAPItests.test_from_float)
PASS: test_int (test.test_decimal.CPythonAPItests.test_int)
PASS: test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters)
PASS: test_pickle (test.test_decimal.CPythonAPItests.test_pickle)
PASS: test_quantize (test.test_decimal.CPythonAPItests.test_quantize)
PASS: test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints)
PASS: test_trunc (test.test_decimal.CPythonAPItests.test_trunc)
PASS: test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates)
PASS: test_default_context (test.test_decimal.CSpecialContexts.test_default_context)
PASS: test_threading (test.test_decimal.CThreadingTest.test_threading)
PASS: test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio)
PASS: test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero)
PASS: test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple)
PASS: test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators)
PASS: test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int)
PASS: test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods)
PASS: test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison)
PASS: test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison)
PASS: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison)
PASS: test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip)
PASS: test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method)
PASS: test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan)
PASS: test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context)
PASS: test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods)
PASS: test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float)
PASS: test_none_args (test.test_decimal.CUsabilityTest.test_none_args)
PASS: test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float)
PASS: test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing)
PASS: test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods)
PASS: test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods)
PASS: test_bignum (test.test_decimal.CWhitebox.test_bignum)
PASS: test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors)
SKIP: test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'
PASS: test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr)
SKIP: test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) 'test requires build with -DEXTRA_FUNCTIONALITY'
PASS: test_c_disallow_instantiation (test.test_decimal.CWhitebox.test_c_disallow_instantiation)
PASS: test_c_format (test.test_decimal.CWhitebox.test_c_format)
PASS: test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs)
PASS: test_c_immutable_types (test.test_decimal.CWhitebox.test_c_immutable_types)
PASS: test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction)
PASS: test_c_integral (test.test_decimal.CWhitebox.test_c_integral)
PASS: test_c_round (test.test_decimal.CWhitebox.test_c_round)
SKIP: test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) 'test requires build with -DEXTRA_FUNCTIONALITY'
PASS: test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault)
PASS: test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context)
SKIP: test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'
PASS: test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion)
PASS: test_format_fallback_capitals (test.test_decimal.CWhitebox.test_format_fallback_capitals)
PASS: test_format_fallback_rounding (test.test_decimal.CWhitebox.test_format_fallback_rounding)
PASS: test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple)
PASS: test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods)
PASS: test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction)
PASS: test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override)
PASS: test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned)
PASS: test_sizeof (test.test_decimal.CWhitebox.test_sizeof)
PASS: test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions)
PASS: test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes)
PASS: test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes)
PASS: test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes)
PASS: test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition)
PASS: test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign)
PASS: test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division)
PASS: test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module)
PASS: test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division)
PASS: test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module)
PASS: test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication)
PASS: test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons)
PASS: test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering)
PASS: test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction)
PASS: test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators)
PASS: test__clamp (test.test_decimal.PyContextAPItests.test__clamp)
PASS: test_abs (test.test_decimal.PyContextAPItests.test_abs)
PASS: test_add (test.test_decimal.PyContextAPItests.test_add)
PASS: test_compare (test.test_decimal.PyContextAPItests.test_compare)
PASS: test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal)
PASS: test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total)
PASS: test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag)
PASS: test_copy (test.test_decimal.PyContextAPItests.test_copy)
PASS: test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs)
PASS: test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal)
PASS: test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate)
PASS: test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign)
PASS: test_divide (test.test_decimal.PyContextAPItests.test_divide)
PASS: test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int)
PASS: test_divmod (test.test_decimal.PyContextAPItests.test_divmod)
PASS: test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types)
PASS: test_exp (test.test_decimal.PyContextAPItests.test_exp)
PASS: test_fma (test.test_decimal.PyContextAPItests.test_fma)
PASS: test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite)
PASS: test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite)
PASS: test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan)
PASS: test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal)
PASS: test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan)
PASS: test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed)
PASS: test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan)
PASS: test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal)
PASS: test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero)
PASS: test_ln (test.test_decimal.PyContextAPItests.test_ln)
PASS: test_log10 (test.test_decimal.PyContextAPItests.test_log10)
PASS: test_logb (test.test_decimal.PyContextAPItests.test_logb)
PASS: test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and)
PASS: test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert)
PASS: test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or)
PASS: test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor)
PASS: test_max (test.test_decimal.PyContextAPItests.test_max)
PASS: test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag)
PASS: test_min (test.test_decimal.PyContextAPItests.test_min)
PASS: test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag)
PASS: test_minus (test.test_decimal.PyContextAPItests.test_minus)
PASS: test_multiply (test.test_decimal.PyContextAPItests.test_multiply)
PASS: test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus)
PASS: test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus)
PASS: test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward)
PASS: test_none_args (test.test_decimal.PyContextAPItests.test_none_args)
PASS: test_normalize (test.test_decimal.PyContextAPItests.test_normalize)
PASS: test_number_class (test.test_decimal.PyContextAPItests.test_number_class)
PASS: test_pickle (test.test_decimal.PyContextAPItests.test_pickle)
PASS: test_plus (test.test_decimal.PyContextAPItests.test_plus)
PASS: test_power (test.test_decimal.PyContextAPItests.test_power)
PASS: test_quantize (test.test_decimal.PyContextAPItests.test_quantize)
PASS: test_remainder (test.test_decimal.PyContextAPItests.test_remainder)
PASS: test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near)
PASS: test_rotate (test.test_decimal.PyContextAPItests.test_rotate)
PASS: test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum)
PASS: test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb)
PASS: test_shift (test.test_decimal.PyContextAPItests.test_shift)
PASS: test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt)
PASS: test_subtract (test.test_decimal.PyContextAPItests.test_subtract)
PASS: test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string)
PASS: test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact)
PASS: test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value)
PASS: test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string)
PASS: test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons)
PASS: test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant)
PASS: test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison)
PASS: test_float_operation (test.test_decimal.PyContextFlags.test_float_operation)
PASS: test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default)
PASS: test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context)
PASS: test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing)
PASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)
PASS: test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext)
PASS: test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs)
PASS: test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg)
PASS: test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements)
PASS: test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1)
PASS: test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2)
PASS: test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3)
PASS: test_adjusted (test.test_decimal.PyCoverage.test_adjusted)
PASS: test_canonical (test.test_decimal.PyCoverage.test_canonical)
PASS: test_context_repr (test.test_decimal.PyCoverage.test_context_repr)
PASS: test_copy (test.test_decimal.PyCoverage.test_copy)
PASS: test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal)
PASS: test_divmod (test.test_decimal.PyCoverage.test_divmod)
PASS: test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context)
PASS: test_int (test.test_decimal.PyCoverage.test_int)
PASS: test_power (test.test_decimal.PyCoverage.test_power)
PASS: test_quantize (test.test_decimal.PyCoverage.test_quantize)
PASS: test_radix (test.test_decimal.PyCoverage.test_radix)
PASS: test_rop (test.test_decimal.PyCoverage.test_rop)
PASS: test_round (test.test_decimal.PyCoverage.test_round)
PASS: test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal)
PASS: test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float)
PASS: test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty)
PASS: test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal)
PASS: test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None)
PASS: test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool)
PASS: test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float)
PASS: test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int)
PASS: test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list)
PASS: test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string)
PASS: test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples)
PASS: test_from_number (test.test_decimal.PyExplicitConstructionTest.test_from_number)
PASS: test_from_number_subclass (test.test_decimal.PyExplicitConstructionTest.test_from_number_subclass)
PASS: test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits)
PASS: test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type)
PASS: test_deprecated_N_format (test.test_decimal.PyFormatTest.test_deprecated_N_format)
PASS: test_formatting (test.test_decimal.PyFormatTest.test_formatting)
PASS: test_n_format (test.test_decimal.PyFormatTest.test_n_format)
PASS: test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format)
PASS: test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding)
SKIP: test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) "inappropriate decimal point separator ('.' not '\\u066b')"
PASS: test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting)
PASS: test_constants (test.test_decimal.PyIEEEContexts.test_constants)
PASS: test_ieee_context (test.test_decimal.PyIEEEContexts.test_ieee_context)
PASS: test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal)
PASS: test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None)
PASS: test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float)
PASS: test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int)
PASS: test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string)
PASS: test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop)
PASS: test_abc (test.test_decimal.PyPythonAPItests.test_abc)
PASS: test_complex (test.test_decimal.PyPythonAPItests.test_complex)
PASS: test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float)
PASS: test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy)
PASS: test_from_float (test.test_decimal.PyPythonAPItests.test_from_float)
PASS: test_int (test.test_decimal.PyPythonAPItests.test_int)
PASS: test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters)
PASS: test_pickle (test.test_decimal.PyPythonAPItests.test_pickle)
PASS: test_quantize (test.test_decimal.PyPythonAPItests.test_quantize)
PASS: test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints)
PASS: test_trunc (test.test_decimal.PyPythonAPItests.test_trunc)
PASS: test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates)
PASS: test_default_context (test.test_decimal.PySpecialContexts.test_default_context)
PASS: test_threading (test.test_decimal.PyThreadingTest.test_threading)
PASS: test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio)
PASS: test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero)
PASS: test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple)
PASS: test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators)
PASS: test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int)
PASS: test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods)
PASS: test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison)
PASS: test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison)
PASS: test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison)
PASS: test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip)
PASS: test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method)
PASS: test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan)
PASS: test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context)
PASS: test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods)
PASS: test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float)
PASS: test_none_args (test.test_decimal.PyUsabilityTest.test_none_args)
PASS: test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float)
PASS: test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing)
PASS: test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods)
PASS: test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods)
PASS: test_py__round (test.test_decimal.PyWhitebox.test_py__round)
PASS: test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id)
PASS: test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power)
PASS: test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations)
PASS: test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale)
PASS: test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module)
PASS: test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types)
PASS: test_abs (test.test_decimal.CIBMTestCases.test_abs)
PASS: test_add (test.test_decimal.CIBMTestCases.test_add)
PASS: test_and (test.test_decimal.CIBMTestCases.test_and)
PASS: test_base (test.test_decimal.CIBMTestCases.test_base)
PASS: test_clamp (test.test_decimal.CIBMTestCases.test_clamp)
PASS: test_class (test.test_decimal.CIBMTestCases.test_class)
PASS: test_compare (test.test_decimal.CIBMTestCases.test_compare)
PASS: test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal)
PASS: test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag)
PASS: test_copy (test.test_decimal.CIBMTestCases.test_copy)
PASS: test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs)
PASS: test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate)
PASS: test_copysign (test.test_decimal.CIBMTestCases.test_copysign)
PASS: test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs)
PASS: test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd)
PASS: test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd)
PASS: test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase)
PASS: test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical)
PASS: test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass)
PASS: test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare)
PASS: test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig)
PASS: test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal)
PASS: test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag)
PASS: test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy)
PASS: test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs)
PASS: test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate)
PASS: test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign)
PASS: test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide)
PASS: test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt)
PASS: test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode)
PASS: test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA)
PASS: test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert)
PASS: test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB)
PASS: test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax)
PASS: test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag)
PASS: test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin)
PASS: test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag)
PASS: test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus)
PASS: test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply)
PASS: test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus)
PASS: test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus)
PASS: test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward)
PASS: test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr)
PASS: test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus)
PASS: test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize)
PASS: test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce)
PASS: test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder)
PASS: test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear)
PASS: test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate)
PASS: test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum)
PASS: test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB)
PASS: test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift)
PASS: test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract)
PASS: test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral)
PASS: test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor)
PASS: test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble)
PASS: test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad)
PASS: test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle)
PASS: test_divide (test.test_decimal.CIBMTestCases.test_divide)
PASS: test_divideint (test.test_decimal.CIBMTestCases.test_divideint)
PASS: test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs)
PASS: test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd)
PASS: test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd)
PASS: test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase)
PASS: test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical)
PASS: test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass)
PASS: test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare)
PASS: test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig)
PASS: test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal)
PASS: test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag)
PASS: test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy)
PASS: test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs)
PASS: test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate)
PASS: test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign)
PASS: test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide)
PASS: test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt)
PASS: test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode)
PASS: test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA)
PASS: test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert)
PASS: test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB)
PASS: test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax)
PASS: test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag)
PASS: test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin)
PASS: test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag)
PASS: test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus)
PASS: test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply)
PASS: test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus)
PASS: test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus)
PASS: test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward)
PASS: test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr)
PASS: test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus)
PASS: test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize)
PASS: test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce)
PASS: test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder)
PASS: test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear)
PASS: test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate)
PASS: test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum)
PASS: test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB)
PASS: test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift)
PASS: test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract)
PASS: test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral)
PASS: test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor)
PASS: test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase)
PASS: test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode)
PASS: test_exp (test.test_decimal.CIBMTestCases.test_exp)
PASS: test_extra (test.test_decimal.CIBMTestCases.test_extra)
PASS: test_fma (test.test_decimal.CIBMTestCases.test_fma)
PASS: test_inexact (test.test_decimal.CIBMTestCases.test_inexact)
PASS: test_invert (test.test_decimal.CIBMTestCases.test_invert)
PASS: test_ln (test.test_decimal.CIBMTestCases.test_ln)
PASS: test_log10 (test.test_decimal.CIBMTestCases.test_log10)
PASS: test_logb (test.test_decimal.CIBMTestCases.test_logb)
PASS: test_max (test.test_decimal.CIBMTestCases.test_max)
PASS: test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag)
PASS: test_min (test.test_decimal.CIBMTestCases.test_min)
PASS: test_minmag (test.test_decimal.CIBMTestCases.test_minmag)
PASS: test_minus (test.test_decimal.CIBMTestCases.test_minus)
PASS: test_multiply (test.test_decimal.CIBMTestCases.test_multiply)
PASS: test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus)
PASS: test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus)
PASS: test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward)
PASS: test_or (test.test_decimal.CIBMTestCases.test_or)
PASS: test_plus (test.test_decimal.CIBMTestCases.test_plus)
PASS: test_power (test.test_decimal.CIBMTestCases.test_power)
PASS: test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt)
PASS: test_quantize (test.test_decimal.CIBMTestCases.test_quantize)
PASS: test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32)
PASS: test_randoms (test.test_decimal.CIBMTestCases.test_randoms)
PASS: test_reduce (test.test_decimal.CIBMTestCases.test_reduce)
PASS: test_remainder (test.test_decimal.CIBMTestCases.test_remainder)
PASS: test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear)
PASS: test_rescale (test.test_decimal.CIBMTestCases.test_rescale)
PASS: test_rotate (test.test_decimal.CIBMTestCases.test_rotate)
PASS: test_rounding (test.test_decimal.CIBMTestCases.test_rounding)
PASS: test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum)
PASS: test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb)
PASS: test_shift (test.test_decimal.CIBMTestCases.test_shift)
PASS: test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot)
PASS: test_subtract (test.test_decimal.CIBMTestCases.test_subtract)
PASS: test_testall (test.test_decimal.CIBMTestCases.test_testall)
PASS: test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral)
PASS: test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx)
PASS: test_xor (test.test_decimal.CIBMTestCases.test_xor)
PASS: test_abs (test.test_decimal.PyIBMTestCases.test_abs)
PASS: test_add (test.test_decimal.PyIBMTestCases.test_add)
PASS: test_and (test.test_decimal.PyIBMTestCases.test_and)
PASS: test_base (test.test_decimal.PyIBMTestCases.test_base)
PASS: test_clamp (test.test_decimal.PyIBMTestCases.test_clamp)
PASS: test_class (test.test_decimal.PyIBMTestCases.test_class)
PASS: test_compare (test.test_decimal.PyIBMTestCases.test_compare)
PASS: test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal)
PASS: test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag)
PASS: test_copy (test.test_decimal.PyIBMTestCases.test_copy)
PASS: test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs)
PASS: test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate)
PASS: test_copysign (test.test_decimal.PyIBMTestCases.test_copysign)
PASS: test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs)
PASS: test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd)
PASS: test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd)
PASS: test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase)
PASS: test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical)
PASS: test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass)
PASS: test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare)
PASS: test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig)
PASS: test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal)
PASS: test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag)
PASS: test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy)
PASS: test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs)
PASS: test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate)
PASS: test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign)
PASS: test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide)
PASS: test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt)
PASS: test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode)
PASS: test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA)
PASS: test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert)
PASS: test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB)
PASS: test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax)
PASS: test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag)
PASS: test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin)
PASS: test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag)
PASS: test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus)
PASS: test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply)
PASS: test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus)
PASS: test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus)
PASS: test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward)
PASS: test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr)
PASS: test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus)
PASS: test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize)
PASS: test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce)
PASS: test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder)
PASS: test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear)
PASS: test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate)
PASS: test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum)
PASS: test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB)
PASS: test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift)
PASS: test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract)
PASS: test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral)
PASS: test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor)
PASS: test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble)
PASS: test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad)
PASS: test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle)
PASS: test_divide (test.test_decimal.PyIBMTestCases.test_divide)
PASS: test_divideint (test.test_decimal.PyIBMTestCases.test_divideint)
PASS: test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs)
PASS: test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd)
PASS: test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd)
PASS: test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase)
PASS: test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical)
PASS: test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass)
PASS: test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare)
PASS: test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig)
PASS: test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal)
PASS: test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag)
PASS: test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy)
PASS: test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs)
PASS: test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate)
PASS: test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign)
PASS: test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide)
PASS: test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt)
PASS: test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode)
PASS: test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA)
PASS: test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert)
PASS: test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB)
PASS: test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax)
PASS: test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag)
PASS: test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin)
PASS: test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag)
PASS: test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus)
PASS: test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply)
PASS: test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus)
PASS: test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus)
PASS: test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward)
PASS: test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr)
PASS: test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus)
PASS: test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize)
PASS: test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce)
PASS: test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder)
PASS: test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear)
PASS: test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate)
PASS: test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum)
PASS: test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB)
PASS: test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift)
PASS: test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract)
PASS: test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral)
PASS: test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor)
PASS: test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase)
PASS: test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode)
PASS: test_exp (test.test_decimal.PyIBMTestCases.test_exp)
PASS: test_extra (test.test_decimal.PyIBMTestCases.test_extra)
PASS: test_fma (test.test_decimal.PyIBMTestCases.test_fma)
PASS: test_inexact (test.test_decimal.PyIBMTestCases.test_inexact)
PASS: test_invert (test.test_decimal.PyIBMTestCases.test_invert)
PASS: test_ln (test.test_decimal.PyIBMTestCases.test_ln)
PASS: test_log10 (test.test_decimal.PyIBMTestCases.test_log10)
PASS: test_logb (test.test_decimal.PyIBMTestCases.test_logb)
PASS: test_max (test.test_decimal.PyIBMTestCases.test_max)
PASS: test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag)
PASS: test_min (test.test_decimal.PyIBMTestCases.test_min)
PASS: test_minmag (test.test_decimal.PyIBMTestCases.test_minmag)
PASS: test_minus (test.test_decimal.PyIBMTestCases.test_minus)
PASS: test_multiply (test.test_decimal.PyIBMTestCases.test_multiply)
PASS: test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus)
PASS: test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus)
PASS: test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward)
PASS: test_or (test.test_decimal.PyIBMTestCases.test_or)
PASS: test_plus (test.test_decimal.PyIBMTestCases.test_plus)
PASS: test_power (test.test_decimal.PyIBMTestCases.test_power)
PASS: test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt)
PASS: test_quantize (test.test_decimal.PyIBMTestCases.test_quantize)
PASS: test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32)
PASS: test_randoms (test.test_decimal.PyIBMTestCases.test_randoms)
PASS: test_reduce (test.test_decimal.PyIBMTestCases.test_reduce)
PASS: test_remainder (test.test_decimal.PyIBMTestCases.test_remainder)
PASS: test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear)
PASS: test_rescale (test.test_decimal.PyIBMTestCases.test_rescale)
PASS: test_rotate (test.test_decimal.PyIBMTestCases.test_rotate)
PASS: test_rounding (test.test_decimal.PyIBMTestCases.test_rounding)
PASS: test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum)
PASS: test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb)
PASS: test_shift (test.test_decimal.PyIBMTestCases.test_shift)
PASS: test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot)
PASS: test_subtract (test.test_decimal.PyIBMTestCases.test_subtract)
PASS: test_testall (test.test_decimal.PyIBMTestCases.test_testall)
PASS: test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral)
PASS: test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx)
PASS: test_xor (test.test_decimal.PyIBMTestCases.test_xor)
decimal ()
PASS: Doctest: decimal
Context (decimal)
PASS: Doctest: decimal.Context
logical_and (decimal.Context)
PASS: Doctest: decimal.Context.logical_and
logical_invert (decimal.Context)
PASS: Doctest: decimal.Context.logical_invert
logical_or (decimal.Context)
PASS: Doctest: decimal.Context.logical_or
logical_xor (decimal.Context)
PASS: Doctest: decimal.Context.logical_xor
compare_total (decimal.Decimal)
PASS: Doctest: decimal.Decimal.compare_total
copy_sign (decimal.Decimal)
PASS: Doctest: decimal.Decimal.copy_sign
fma (decimal.Decimal)
PASS: Doctest: decimal.Decimal.fma
from_float (decimal.Decimal)
PASS: Doctest: decimal.Decimal.from_float
from_number (decimal.Decimal)
PASS: Doctest: decimal.Decimal.from_number
quantize (decimal.Decimal)
PASS: Doctest: decimal.Decimal.quantize
decimal ()
PASS: Doctest: decimal
abs (decimal.Context)
PASS: Doctest: decimal.Context.abs
add (decimal.Context)
PASS: Doctest: decimal.Context.add
canonical (decimal.Context)
PASS: Doctest: decimal.Context.canonical
compare (decimal.Context)
PASS: Doctest: decimal.Context.compare
compare_signal (decimal.Context)
PASS: Doctest: decimal.Context.compare_signal
compare_total (decimal.Context)
PASS: Doctest: decimal.Context.compare_total
copy_abs (decimal.Context)
PASS: Doctest: decimal.Context.copy_abs
copy_decimal (decimal.Context)
PASS: Doctest: decimal.Context.copy_decimal
copy_negate (decimal.Context)
PASS: Doctest: decimal.Context.copy_negate
copy_sign (decimal.Context)
PASS: Doctest: decimal.Context.copy_sign
create_decimal_from_float (decimal.Context)
PASS: Doctest: decimal.Context.create_decimal_from_float
divide (decimal.Context)
PASS: Doctest: decimal.Context.divide
divide_int (decimal.Context)
PASS: Doctest: decimal.Context.divide_int
divmod (decimal.Context)
PASS: Doctest: decimal.Context.divmod
exp (decimal.Context)
PASS: Doctest: decimal.Context.exp
fma (decimal.Context)
PASS: Doctest: decimal.Context.fma
is_canonical (decimal.Context)
PASS: Doctest: decimal.Context.is_canonical
is_finite (decimal.Context)
PASS: Doctest: decimal.Context.is_finite
is_infinite (decimal.Context)
PASS: Doctest: decimal.Context.is_infinite
is_nan (decimal.Context)
PASS: Doctest: decimal.Context.is_nan
is_normal (decimal.Context)
PASS: Doctest: decimal.Context.is_normal
is_qnan (decimal.Context)
PASS: Doctest: decimal.Context.is_qnan
is_signed (decimal.Context)
PASS: Doctest: decimal.Context.is_signed
is_snan (decimal.Context)
PASS: Doctest: decimal.Context.is_snan
is_subnormal (decimal.Context)
PASS: Doctest: decimal.Context.is_subnormal
is_zero (decimal.Context)
PASS: Doctest: decimal.Context.is_zero
ln (decimal.Context)
PASS: Doctest: decimal.Context.ln
log10 (decimal.Context)
PASS: Doctest: decimal.Context.log10
logb (decimal.Context)
PASS: Doctest: decimal.Context.logb
logical_and (decimal.Context)
PASS: Doctest: decimal.Context.logical_and
logical_invert (decimal.Context)
PASS: Doctest: decimal.Context.logical_invert
logical_or (decimal.Context)
PASS: Doctest: decimal.Context.logical_or
logical_xor (decimal.Context)
PASS: Doctest: decimal.Context.logical_xor
max (decimal.Context)
PASS: Doctest: decimal.Context.max
max_mag (decimal.Context)
PASS: Doctest: decimal.Context.max_mag
min (decimal.Context)
PASS: Doctest: decimal.Context.min
min_mag (decimal.Context)
PASS: Doctest: decimal.Context.min_mag
minus (decimal.Context)
PASS: Doctest: decimal.Context.minus
multiply (decimal.Context)
PASS: Doctest: decimal.Context.multiply
next_minus (decimal.Context)
PASS: Doctest: decimal.Context.next_minus
next_plus (decimal.Context)
PASS: Doctest: decimal.Context.next_plus
next_toward (decimal.Context)
PASS: Doctest: decimal.Context.next_toward
normalize (decimal.Context)
PASS: Doctest: decimal.Context.normalize
number_class (decimal.Context)
PASS: Doctest: decimal.Context.number_class
plus (decimal.Context)
PASS: Doctest: decimal.Context.plus
power (decimal.Context)
PASS: Doctest: decimal.Context.power
quantize (decimal.Context)
PASS: Doctest: decimal.Context.quantize
radix (decimal.Context)
PASS: Doctest: decimal.Context.radix
remainder (decimal.Context)
PASS: Doctest: decimal.Context.remainder
remainder_near (decimal.Context)
PASS: Doctest: decimal.Context.remainder_near
rotate (decimal.Context)
PASS: Doctest: decimal.Context.rotate
same_quantum (decimal.Context)
PASS: Doctest: decimal.Context.same_quantum
scaleb (decimal.Context)
PASS: Doctest: decimal.Context.scaleb
shift (decimal.Context)
PASS: Doctest: decimal.Context.shift
sqrt (decimal.Context)
PASS: Doctest: decimal.Context.sqrt
subtract (decimal.Context)
PASS: Doctest: decimal.Context.subtract
to_eng_string (decimal.Context)
PASS: Doctest: decimal.Context.to_eng_string
to_integral_exact (decimal.Context)
PASS: Doctest: decimal.Context.to_integral_exact
to_integral_value (decimal.Context)
PASS: Doctest: decimal.Context.to_integral_value
__new__ (decimal.Decimal)
PASS: Doctest: decimal.Decimal.__new__
__round__ (decimal.Decimal)
PASS: Doctest: decimal.Decimal.__round__
as_integer_ratio (decimal.Decimal)
PASS: Doctest: decimal.Decimal.as_integer_ratio
from_float (decimal.Decimal)
PASS: Doctest: decimal.Decimal.from_float
from_number (decimal.Decimal)
PASS: Doctest: decimal.Decimal.from_number
_decimal_lshift_exact (decimal)
PASS: Doctest: decimal._decimal_lshift_exact
localcontext (decimal)
PASS: Doctest: decimal.localcontext

----------------------------------------------------------------------
Ran 732 tests in 2.995s

OK (skipped=8)
0:02:18 load avg: 4.17 [164/486] test_dictcomps passed
PASS: test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions)
PASS: test_basics (test.test_dictcomps.DictComprehensionTest.test_basics)
PASS: test_evaluation_order (test.test_dictcomps.DictComprehensionTest.test_evaluation_order)
PASS: test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations)
PASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest.test_global_visibility)
PASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest.test_illegal_assignment)
PASS: test_local_visibility (test.test_dictcomps.DictComprehensionTest.test_local_visibility)
PASS: test_scope_isolation (test.test_dictcomps.DictComprehensionTest.test_scope_isolation)
PASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global)
PASS: test_star_expression (test.test_dictcomps.DictComprehensionTest.test_star_expression)

----------------------------------------------------------------------
Ran 10 tests in 0.002s

OK
0:02:18 load avg: 4.17 [165/486] test_dictviews passed
PASS: test_abc_registry (test.test_dictviews.DictSetTest.test_abc_registry)
PASS: test_compare_error (test.test_dictviews.DictSetTest.test_compare_error)
PASS: test_constructors_not_callable (test.test_dictviews.DictSetTest.test_constructors_not_callable)
PASS: test_copy (test.test_dictviews.DictSetTest.test_copy)
PASS: test_deeply_nested_repr (test.test_dictviews.DictSetTest.test_deeply_nested_repr)
PASS: test_dict_items (test.test_dictviews.DictSetTest.test_dict_items)
PASS: test_dict_keys (test.test_dictviews.DictSetTest.test_dict_keys)
PASS: test_dict_mixed_keys_items (test.test_dictviews.DictSetTest.test_dict_mixed_keys_items)
PASS: test_dict_repr (test.test_dictviews.DictSetTest.test_dict_repr)
PASS: test_dict_values (test.test_dictviews.DictSetTest.test_dict_values)
PASS: test_items_set_operations (test.test_dictviews.DictSetTest.test_items_set_operations)
PASS: test_keys_set_operations (test.test_dictviews.DictSetTest.test_keys_set_operations)
PASS: test_pickle (test.test_dictviews.DictSetTest.test_pickle)
PASS: test_recursive_repr (test.test_dictviews.DictSetTest.test_recursive_repr)
PASS: test_set_operations_with_iterator (test.test_dictviews.DictSetTest.test_set_operations_with_iterator)
PASS: test_set_operations_with_noniterable (test.test_dictviews.DictSetTest.test_set_operations_with_noniterable)

----------------------------------------------------------------------
Ran 16 tests in 0.106s

OK
0:02:18 load avg: 4.17 [166/486] test_dict passed
PASS: test_getitem_knownhash (test.test_dict.CAPITest.test_getitem_knownhash)
PASS: test_bad_key (test.test_dict.DictTest.test_bad_key)
PASS: test_bool (test.test_dict.DictTest.test_bool)
PASS: test_clear (test.test_dict.DictTest.test_clear)
PASS: test_clear_at_lookup (test.test_dict.DictTest.test_clear_at_lookup)
PASS: test_clear_reentrant_cycle (test.test_dict.DictTest.test_clear_reentrant_cycle)
PASS: test_clear_reentrant_delete (test.test_dict.DictTest.test_clear_reentrant_delete)
PASS: test_clear_reentrant_embedded (test.test_dict.DictTest.test_clear_reentrant_embedded)
PASS: test_clear_reentrant_force_combined (test.test_dict.DictTest.test_clear_reentrant_force_combined)
PASS: test_constructor (test.test_dict.DictTest.test_constructor)
PASS: test_container_iterator (test.test_dict.DictTest.test_container_iterator)
PASS: test_contains (test.test_dict.DictTest.test_contains)
PASS: test_copy (test.test_dict.DictTest.test_copy)
PASS: test_copy_fuzz (test.test_dict.DictTest.test_copy_fuzz)
PASS: test_copy_maintains_tracking (test.test_dict.DictTest.test_copy_maintains_tracking)
PASS: test_copy_noncompact (test.test_dict.DictTest.test_copy_noncompact)
PASS: test_dict_contain_use_after_free (test.test_dict.DictTest.test_dict_contain_use_after_free)
PASS: test_dict_copy_order (test.test_dict.DictTest.test_dict_copy_order)
PASS: test_dict_items_result_gc (test.test_dict.DictTest.test_dict_items_result_gc)
PASS: test_dict_items_result_gc_reversed (test.test_dict.DictTest.test_dict_items_result_gc_reversed)
PASS: test_dictitems_contains_use_after_free (test.test_dict.DictTest.test_dictitems_contains_use_after_free)
PASS: test_dictview_mixed_set_operations (test.test_dict.DictTest.test_dictview_mixed_set_operations)
PASS: test_dictview_set_operations_on_items (test.test_dict.DictTest.test_dictview_set_operations_on_items)
PASS: test_dictview_set_operations_on_keys (test.test_dict.DictTest.test_dictview_set_operations_on_keys)
PASS: test_empty_presized_dict_in_freelist (test.test_dict.DictTest.test_empty_presized_dict_in_freelist)
PASS: test_eq (test.test_dict.DictTest.test_eq)
PASS: test_equal_operator_modifying_operand (test.test_dict.DictTest.test_equal_operator_modifying_operand)
PASS: test_errors_in_view_containment_check (test.test_dict.DictTest.test_errors_in_view_containment_check)
PASS: test_free_after_iterating (test.test_dict.DictTest.test_free_after_iterating)
PASS: test_fromkeys (test.test_dict.DictTest.test_fromkeys)
PASS: test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_dict_operand)
PASS: test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_set_operand)
PASS: test_get (test.test_dict.DictTest.test_get)
PASS: test_getitem (test.test_dict.DictTest.test_getitem)
PASS: test_hash_collision_remove_add (test.test_dict.DictTest.test_hash_collision_remove_add)
PASS: test_init_use_after_free (test.test_dict.DictTest.test_init_use_after_free)
PASS: test_instance_dict_getattr_str_subclass (test.test_dict.DictTest.test_instance_dict_getattr_str_subclass)
PASS: test_invalid_keyword_arguments (test.test_dict.DictTest.test_invalid_keyword_arguments)
PASS: test_itemiterator_pickling (test.test_dict.DictTest.test_itemiterator_pickling)
PASS: test_items (test.test_dict.DictTest.test_items)
PASS: test_items_symmetric_difference (test.test_dict.DictTest.test_items_symmetric_difference)
PASS: test_iterator_pickling (test.test_dict.DictTest.test_iterator_pickling)
PASS: test_keys (test.test_dict.DictTest.test_keys)
PASS: test_keys_contained (test.test_dict.DictTest.test_keys_contained)
PASS: test_len (test.test_dict.DictTest.test_len)
PASS: test_literal_constructor (test.test_dict.DictTest.test_literal_constructor)
PASS: test_merge_and_mutate (test.test_dict.DictTest.test_merge_and_mutate)
PASS: test_merge_operator (test.test_dict.DictTest.test_merge_operator)
PASS: test_missing (test.test_dict.DictTest.test_missing)
PASS: test_mutating_iteration (test.test_dict.DictTest.test_mutating_iteration)
PASS: test_mutating_iteration_delete (test.test_dict.DictTest.test_mutating_iteration_delete)
PASS: test_mutating_iteration_delete_over_items (test.test_dict.DictTest.test_mutating_iteration_delete_over_items)
PASS: test_mutating_iteration_delete_over_values (test.test_dict.DictTest.test_mutating_iteration_delete_over_values)
PASS: test_mutating_lookup (test.test_dict.DictTest.test_mutating_lookup)
PASS: test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest.test_object_set_item_single_instance_non_str_key)
PASS: test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest.test_oob_indexing_dictiter_iternextitem)
PASS: test_overwrite_managed_dict (test.test_dict.DictTest.test_overwrite_managed_dict)
PASS: test_pop (test.test_dict.DictTest.test_pop)
PASS: test_popitem (test.test_dict.DictTest.test_popitem)
PASS: test_reentrant_insertion (test.test_dict.DictTest.test_reentrant_insertion)
PASS: test_repr (test.test_dict.DictTest.test_repr)
PASS: test_repr_deep (test.test_dict.DictTest.test_repr_deep)
PASS: test_resize1 (test.test_dict.DictTest.test_resize1)
PASS: test_resize2 (test.test_dict.DictTest.test_resize2)
PASS: test_reverse_iterator_for_empty_dict (test.test_dict.DictTest.test_reverse_iterator_for_empty_dict)
PASS: test_reverse_iterator_for_shared_shared_dicts (test.test_dict.DictTest.test_reverse_iterator_for_shared_shared_dicts)
PASS: test_reversed (test.test_dict.DictTest.test_reversed)
PASS: test_reverseitemiterator_pickling (test.test_dict.DictTest.test_reverseitemiterator_pickling)
PASS: test_reverseiterator_pickling (test.test_dict.DictTest.test_reverseiterator_pickling)
PASS: test_reversevaluesiterator_pickling (test.test_dict.DictTest.test_reversevaluesiterator_pickling)
PASS: test_setdefault (test.test_dict.DictTest.test_setdefault)
PASS: test_setdefault_atomic (test.test_dict.DictTest.test_setdefault_atomic)
PASS: test_setitem_atomic_at_resize (test.test_dict.DictTest.test_setitem_atomic_at_resize)
PASS: test_split_table_insert_with_str_subclass (test.test_dict.DictTest.test_split_table_insert_with_str_subclass)
PASS: test_split_table_update_with_str_subclass (test.test_dict.DictTest.test_split_table_update_with_str_subclass)
test_splittable_del (test.test_dict.DictTest.test_splittable_del)
PASS: split table must be combined when del d[k]
PASS: test_splittable_pop (test.test_dict.DictTest.test_splittable_pop)
test_splittable_pop_pending (test.test_dict.DictTest.test_splittable_pop_pending)
PASS: pop a pending key in a split table should not crash
test_splittable_popitem (test.test_dict.DictTest.test_splittable_popitem)
PASS: split table must be combined when d.popitem()
test_splittable_setdefault (test.test_dict.DictTest.test_splittable_setdefault)
PASS: split table must keep correct insertion
test_splittable_to_generic_combinedtable (test.test_dict.DictTest.test_splittable_to_generic_combinedtable)
PASS: split table must be correctly resized and converted to generic combined table
test_splittable_update (test.test_dict.DictTest.test_splittable_update)
PASS: dict.update(other) must preserve order in other.
PASS: test_store_evilattr (test.test_dict.DictTest.test_store_evilattr)
PASS: test_str_nonstr (test.test_dict.DictTest.test_str_nonstr)
PASS: test_tuple_keyerror (test.test_dict.DictTest.test_tuple_keyerror)
PASS: test_unhashable_key (test.test_dict.DictTest.test_unhashable_key)
PASS: test_update (test.test_dict.DictTest.test_update)
PASS: test_update_shared_keys (test.test_dict.DictTest.test_update_shared_keys)
PASS: test_update_type_error (test.test_dict.DictTest.test_update_type_error)
PASS: test_values (test.test_dict.DictTest.test_values)
PASS: test_valuesiterator_pickling (test.test_dict.DictTest.test_valuesiterator_pickling)
PASS: test_views_mapping (test.test_dict.DictTest.test_views_mapping)
PASS: test_bool (test.test_dict.GeneralMappingTests.test_bool)
PASS: test_constructor (test.test_dict.GeneralMappingTests.test_constructor)
PASS: test_get (test.test_dict.GeneralMappingTests.test_get)
PASS: test_getitem (test.test_dict.GeneralMappingTests.test_getitem)
PASS: test_items (test.test_dict.GeneralMappingTests.test_items)
PASS: test_keys (test.test_dict.GeneralMappingTests.test_keys)
PASS: test_len (test.test_dict.GeneralMappingTests.test_len)
PASS: test_pop (test.test_dict.GeneralMappingTests.test_pop)
PASS: test_popitem (test.test_dict.GeneralMappingTests.test_popitem)
PASS: test_read (test.test_dict.GeneralMappingTests.test_read)
PASS: test_setdefault (test.test_dict.GeneralMappingTests.test_setdefault)
PASS: test_update (test.test_dict.GeneralMappingTests.test_update)
PASS: test_values (test.test_dict.GeneralMappingTests.test_values)
PASS: test_write (test.test_dict.GeneralMappingTests.test_write)
PASS: test_bool (test.test_dict.SubclassMappingTests.test_bool)
PASS: test_constructor (test.test_dict.SubclassMappingTests.test_constructor)
PASS: test_get (test.test_dict.SubclassMappingTests.test_get)
PASS: test_getitem (test.test_dict.SubclassMappingTests.test_getitem)
PASS: test_items (test.test_dict.SubclassMappingTests.test_items)
PASS: test_keys (test.test_dict.SubclassMappingTests.test_keys)
PASS: test_len (test.test_dict.SubclassMappingTests.test_len)
PASS: test_pop (test.test_dict.SubclassMappingTests.test_pop)
PASS: test_popitem (test.test_dict.SubclassMappingTests.test_popitem)
PASS: test_read (test.test_dict.SubclassMappingTests.test_read)
PASS: test_setdefault (test.test_dict.SubclassMappingTests.test_setdefault)
PASS: test_update (test.test_dict.SubclassMappingTests.test_update)
PASS: test_values (test.test_dict.SubclassMappingTests.test_values)
PASS: test_write (test.test_dict.SubclassMappingTests.test_write)

----------------------------------------------------------------------
Ran 120 tests in 0.397s

OK
0:02:18 load avg: 4.17 [167/486] test_difflib passed
PASS: test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence)
PASS: test_byte_content (test.test_difflib.TestBytes.test_byte_content)
PASS: test_byte_filenames (test.test_difflib.TestBytes.test_byte_filenames)
PASS: test_invalid_inputs (test.test_difflib.TestCloseMatches.test_invalid_inputs)
PASS: test_close_matches_aligned (test.test_difflib.TestDiffer.test_close_matches_aligned)
PASS: test_one_delete (test.test_difflib.TestDiffer.test_one_delete)
PASS: test_one_insert (test.test_difflib.TestDiffer.test_one_insert)
PASS: test_default_args (test.test_difflib.TestFindLongest.test_default_args)
PASS: test_longest_match_with_popular_chars (test.test_difflib.TestFindLongest.test_longest_match_with_popular_chars)
PASS: test_input_type_checks (test.test_difflib.TestInputTypes.test_input_type_checks)
PASS: test_mixed_types_content (test.test_difflib.TestInputTypes.test_mixed_types_content)
PASS: test_mixed_types_dates (test.test_difflib.TestInputTypes.test_mixed_types_dates)
PASS: test_mixed_types_filenames (test.test_difflib.TestInputTypes.test_mixed_types_filenames)
PASS: test_is_character_junk_false (test.test_difflib.TestJunkAPIs.test_is_character_junk_false)
PASS: test_is_character_junk_true (test.test_difflib.TestJunkAPIs.test_is_character_junk_true)
PASS: test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs.test_is_line_junk_REDOS)
PASS: test_is_line_junk_false (test.test_difflib.TestJunkAPIs.test_is_line_junk_false)
PASS: test_is_line_junk_true (test.test_difflib.TestJunkAPIs.test_is_line_junk_true)
PASS: test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat.test_no_trailing_tab_on_empty_filedate)
PASS: test_range_format_context (test.test_difflib.TestOutputFormat.test_range_format_context)
PASS: test_range_format_unified (test.test_difflib.TestOutputFormat.test_range_format_unified)
PASS: test_tab_delimiter (test.test_difflib.TestOutputFormat.test_tab_delimiter)
PASS: test_invalid_input (test.test_difflib.TestRestore.test_invalid_input)
PASS: test_added_tab_hint (test.test_difflib.TestSFbugs.test_added_tab_hint)
PASS: test_comparing_empty_lists (test.test_difflib.TestSFbugs.test_comparing_empty_lists)
PASS: test_hint_indented_properly_with_tabs (test.test_difflib.TestSFbugs.test_hint_indented_properly_with_tabs)
PASS: test_matching_blocks_cache (test.test_difflib.TestSFbugs.test_matching_blocks_cache)
PASS: test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs.test_mdiff_catch_stop_iteration)
PASS: test_ratio_for_null_seqn (test.test_difflib.TestSFbugs.test_ratio_for_null_seqn)
PASS: test_html_diff (test.test_difflib.TestSFpatches.test_html_diff)
PASS: test_make_file_default_charset (test.test_difflib.TestSFpatches.test_make_file_default_charset)
PASS: test_make_file_iso88591_charset (test.test_difflib.TestSFpatches.test_make_file_iso88591_charset)
PASS: test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches.test_make_file_usascii_charset_with_nonascii_input)
PASS: test_recursion_limit (test.test_difflib.TestSFpatches.test_recursion_limit)
PASS: test_bjunk (test.test_difflib.TestWithAscii.test_bjunk)
PASS: test_one_delete (test.test_difflib.TestWithAscii.test_one_delete)
PASS: test_one_insert (test.test_difflib.TestWithAscii.test_one_insert)
PASS: test_opcode_caching (test.test_difflib.TestWithAscii.test_opcode_caching)
Differ (difflib)
PASS: Doctest: difflib.Differ
_fancy_replace (difflib.Differ)
PASS: Doctest: difflib.Differ._fancy_replace
_qformat (difflib.Differ)
PASS: Doctest: difflib.Differ._qformat
compare (difflib.Differ)
PASS: Doctest: difflib.Differ.compare
IS_CHARACTER_JUNK (difflib)
PASS: Doctest: difflib.IS_CHARACTER_JUNK
IS_LINE_JUNK (difflib)
PASS: Doctest: difflib.IS_LINE_JUNK
SequenceMatcher (difflib)
PASS: Doctest: difflib.SequenceMatcher
find_longest_match (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.find_longest_match
get_grouped_opcodes (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.get_grouped_opcodes
get_matching_blocks (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.get_matching_blocks
get_opcodes (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.get_opcodes
ratio (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.ratio
set_seq1 (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.set_seq1
set_seq2 (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.set_seq2
set_seqs (difflib.SequenceMatcher)
PASS: Doctest: difflib.SequenceMatcher.set_seqs
context_diff (difflib)
PASS: Doctest: difflib.context_diff
get_close_matches (difflib)
PASS: Doctest: difflib.get_close_matches
ndiff (difflib)
PASS: Doctest: difflib.ndiff
restore (difflib)
PASS: Doctest: difflib.restore
unified_diff (difflib)
PASS: Doctest: difflib.unified_diff

----------------------------------------------------------------------
Ran 58 tests in 0.480s

OK
0:02:19 load avg: 4.17 [168/486] test_dis passed
PASS: test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions)
PASS: test_disassembled (test.test_dis.BytecodeTests.test_disassembled)
PASS: test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line)
PASS: test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback)
PASS: test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis)
PASS: test_info (test.test_dis.BytecodeTests.test_info)
PASS: test_instantiation (test.test_dis.BytecodeTests.test_instantiation)
PASS: test_iteration (test.test_dis.BytecodeTests.test_iteration)
PASS: test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly)
PASS: test_code_info (test.test_dis.CodeInfoTests.test_code_info)
PASS: test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object)
PASS: test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags)
PASS: test_show_code (test.test_dis.CodeInfoTests.test_show_code)
PASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisTests.test__try_compile_no_context_exc_on_error)
PASS: test_async_for_presentation (test.test_dis.DisTests.test_async_for_presentation)
PASS: test_big_linenos (test.test_dis.DisTests.test_big_linenos)
PASS: test_boundaries (test.test_dis.DisTests.test_boundaries)
PASS: test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982)
PASS: test_bug_42562 (test.test_dis.DisTests.test_bug_42562)
PASS: test_bug_45757 (test.test_dis.DisTests.test_bug_45757)
PASS: test_bug_46724 (test.test_dis.DisTests.test_bug_46724)
PASS: test_bug_708901 (test.test_dis.DisTests.test_bug_708901)
PASS: test_call_specialize (test.test_dis.DisTests.test_call_specialize)
PASS: test_dis (test.test_dis.DisTests.test_dis)
PASS: test_dis_none (test.test_dis.DisTests.test_dis_none)
PASS: test_dis_object (test.test_dis.DisTests.test_dis_object)
PASS: test_dis_traceback (test.test_dis.DisTests.test_dis_traceback)
PASS: test_dis_with_all_positions (test.test_dis.DisTests.test_dis_with_all_positions)
PASS: test_dis_with_linenos_but_no_columns (test.test_dis.DisTests.test_dis_with_linenos_but_no_columns)
PASS: test_dis_with_no_positions (test.test_dis.DisTests.test_dis_with_no_positions)
PASS: test_dis_with_offsets (test.test_dis.DisTests.test_dis_with_offsets)
PASS: test_dis_with_some_positions (test.test_dis.DisTests.test_dis_with_some_positions)
PASS: test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator)
PASS: test_disassemble_asyncwith (test.test_dis.DisTests.test_disassemble_asyncwith)
PASS: test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes)
PASS: test_disassemble_class (test.test_dis.DisTests.test_disassemble_class)
PASS: test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method)
PASS: test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine)
PASS: test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring)
PASS: test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator)
PASS: test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method)
PASS: test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes)
PASS: test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive)
PASS: test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method)
PASS: test_disassemble_str (test.test_dis.DisTests.test_disassemble_str)
PASS: test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally)
PASS: test_disassemble_with (test.test_dis.DisTests.test_disassemble_with)
PASS: test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick)
PASS: test_intrinsic_1 (test.test_dis.DisTests.test_intrinsic_1)
PASS: test_intrinsic_2 (test.test_dis.DisTests.test_intrinsic_2)
PASS: test_kw_names (test.test_dis.DisTests.test_kw_names)
PASS: test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize)
PASS: test_loop_quicken (test.test_dis.DisTests.test_loop_quicken)
PASS: test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisTests.test_loop_with_conditional_at_end_is_quickened)
PASS: test_opmap (test.test_dis.DisTests.test_opmap)
PASS: test_opname (test.test_dis.DisTests.test_opname)
PASS: test_show_caches (test.test_dis.DisTests.test_show_caches)
test_show_currinstr_with_cache (test.test_dis.DisTests.test_show_currinstr_with_cache)
PASS: Make sure that with lasti pointing to CACHE, it still shows the current
PASS: test_super_instructions (test.test_dis.DisTests.test_super_instructions)
PASS: test_widths (test.test_dis.DisTests.test_widths)
PASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error)
PASS: test_async_for_presentation (test.test_dis.DisWithFileTests.test_async_for_presentation)
PASS: test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos)
PASS: test_boundaries (test.test_dis.DisWithFileTests.test_boundaries)
PASS: test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982)
PASS: test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562)
PASS: test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757)
PASS: test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724)
PASS: test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901)
PASS: test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize)
PASS: test_dis (test.test_dis.DisWithFileTests.test_dis)
PASS: test_dis_none (test.test_dis.DisWithFileTests.test_dis_none)
PASS: test_dis_object (test.test_dis.DisWithFileTests.test_dis_object)
PASS: test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback)
PASS: test_dis_with_all_positions (test.test_dis.DisWithFileTests.test_dis_with_all_positions)
PASS: test_dis_with_linenos_but_no_columns (test.test_dis.DisWithFileTests.test_dis_with_linenos_but_no_columns)
PASS: test_dis_with_no_positions (test.test_dis.DisWithFileTests.test_dis_with_no_positions)
PASS: test_dis_with_offsets (test.test_dis.DisWithFileTests.test_dis_with_offsets)
PASS: test_dis_with_some_positions (test.test_dis.DisWithFileTests.test_dis_with_some_positions)
PASS: test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator)
PASS: test_disassemble_asyncwith (test.test_dis.DisWithFileTests.test_disassemble_asyncwith)
PASS: test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes)
PASS: test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class)
PASS: test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method)
PASS: test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine)
PASS: test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring)
PASS: test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator)
PASS: test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method)
PASS: test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes)
PASS: test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive)
PASS: test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method)
PASS: test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str)
PASS: test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally)
PASS: test_disassemble_with (test.test_dis.DisWithFileTests.test_disassemble_with)
PASS: test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick)
PASS: test_intrinsic_1 (test.test_dis.DisWithFileTests.test_intrinsic_1)
PASS: test_intrinsic_2 (test.test_dis.DisWithFileTests.test_intrinsic_2)
PASS: test_kw_names (test.test_dis.DisWithFileTests.test_kw_names)
PASS: test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize)
PASS: test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken)
PASS: test_loop_with_conditional_at_end_is_quickened (test.test_dis.DisWithFileTests.test_loop_with_conditional_at_end_is_quickened)
PASS: test_opmap (test.test_dis.DisWithFileTests.test_opmap)
PASS: test_opname (test.test_dis.DisWithFileTests.test_opname)
PASS: test_show_caches (test.test_dis.DisWithFileTests.test_show_caches)
test_show_currinstr_with_cache (test.test_dis.DisWithFileTests.test_show_currinstr_with_cache)
PASS: Make sure that with lasti pointing to CACHE, it still shows the current
PASS: test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions)
PASS: test_widths (test.test_dis.DisWithFileTests.test_widths)
PASS: test_argval_argrepr (test.test_dis.InstructionTests.test_argval_argrepr)
PASS: test_baseopname_and_baseopcode (test.test_dis.InstructionTests.test_baseopname_and_baseopcode)
PASS: test_cache_offset_and_end_offset (test.test_dis.InstructionTests.test_cache_offset_and_end_offset)
PASS: test_co_positions (test.test_dis.InstructionTests.test_co_positions)
PASS: test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info)
PASS: test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches)
PASS: test_contains_op_format (test.test_dis.InstructionTests.test_contains_op_format)
PASS: test_custom_arg_resolver (test.test_dis.InstructionTests.test_custom_arg_resolver)
PASS: test_default_first_line (test.test_dis.InstructionTests.test_default_first_line)
PASS: test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested)
PASS: test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None)
PASS: test_instruction_str (test.test_dis.InstructionTests.test_instruction_str)
PASS: test_is_op_format (test.test_dis.InstructionTests.test_is_op_format)
PASS: test_jump_target (test.test_dis.InstructionTests.test_jump_target)
PASS: test_jumpy (test.test_dis.InstructionTests.test_jumpy)
PASS: test_nested (test.test_dis.InstructionTests.test_nested)
PASS: test_oparg_alias (test.test_dis.InstructionTests.test_oparg_alias)
PASS: test_outer (test.test_dis.InstructionTests.test_outer)
PASS: test_show_caches_with_label (test.test_dis.InstructionTests.test_show_caches_with_label)
PASS: test_start_offset (test.test_dis.InstructionTests.test_start_offset)
PASS: test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode)
PASS: test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode)
PASS: test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode)
PASS: test_invocation (test.test_dis.TestDisCLI.test_invocation)
PASS: test_show_cache (test.test_dis.TestDisCLI.test_show_cache)
PASS: test_show_offsets (test.test_dis.TestDisCLI.test_show_offsets)
PASS: test_show_positions (test.test_dis.TestDisCLI.test_show_positions)
PASS: test_specialized_code (test.test_dis.TestDisCLI.test_specialized_code)
PASS: test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty)
PASS: test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg)
PASS: test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback)
PASS: test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty)
PASS: test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg)
PASS: test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback)
PASS: test__find_imports (test.test_dis.TestFinderMethods.test__find_imports)
PASS: test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names)
PASS: test_findlabels (test.test_dis.TestFinderMethods.test_findlabels)
PASS: test_findlinestarts (test.test_dis.TestFinderMethods.test_findlinestarts)

----------------------------------------------------------------------
Ran 145 tests in 0.684s

OK
0:02:19 load avg: 4.17 [169/486] test_dtrace passed
SKIP: setUpClass (test.test_dtrace.CheckDtraceProbes) 'CPython must be configured with the --with-dtrace option.'
SKIP: setUpClass (test.test_dtrace.DTraceNormalTests) "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'"
SKIP: setUpClass (test.test_dtrace.DTraceOptimizedTests) "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'"
SKIP: setUpClass (test.test_dtrace.SystemTapNormalTests) "stap(1) failed: [Errno 2] No such file or directory: 'stap'"
SKIP: setUpClass (test.test_dtrace.SystemTapOptimizedTests) "stap(1) failed: [Errno 2] No such file or directory: 'stap'"

----------------------------------------------------------------------
Ran 0 tests in 0.003s

OK (skipped=5)
0:02:19 load avg: 4.17 [170/486] test_dynamic passed
PASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_eval)
PASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_exec)
PASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_between_calls)
PASS: test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_while_active)
PASS: test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests.test_eval_gives_lambda_custom_globals)
PASS: test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests.test_globals_shadow_builtins)
PASS: test_load_global_specialization_failure_keeps_oparg (test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg)
PASS: test_modify_builtins (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins)
PASS: test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_from_leaf_function)
PASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_while_generator_active)
PASS: test_after_specialization (test.test_dynamic.TestTracing.test_after_specialization)

----------------------------------------------------------------------
Ran 11 tests in 0.010s

OK
0:02:19 load avg: 4.17 [171/486] test_dynamicclassattribute passed
PASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests.test_docstring_copy)
PASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_new_getter_new_docstring)
PASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_setter_copies_getter_docstring)
SKIP: test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests.test_slots_docstring_copy_exception) '__doc__ is already present, __slots__ will have no effect'
PASS: test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests.test_abstract_virtual)
PASS: test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests.test_property___isabstractmethod__descriptor)
PASS: test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass)
PASS: test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_doc)
PASS: test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_doc)
PASS: test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass)
PASS: test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_doc)
PASS: test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests.test_property_getter_doc_override)

----------------------------------------------------------------------
Ran 12 tests in 0.001s

OK (skipped=1)
0:02:20 load avg: 4.17 [172/486] test_eintr passed
SKIP: test_all (test.test_eintr.EINTRTests.test_all) "resource 'walltime' is not enabled"

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK (skipped=1)
0:02:20 load avg: 4.17 [173/486] test_doctest passed
PASS: test_run (test.test_doctest.test_doctest.TestDocTest.test_run)
PASS: test_empty_namespace_package (test.test_doctest.test_doctest.TestDocTestFinder.test_empty_namespace_package)
PASS: test_issue35753 (test.test_doctest.test_doctest.TestDocTestFinder.test_issue35753)
DebugRunner (doctest)
PASS: Doctest: doctest.DebugRunner
debug (doctest.DocTestCase)
PASS: Doctest: doctest.DocTestCase.debug
DocTestRunner (doctest)
PASS: Doctest: doctest.DocTestRunner
_TestClass (doctest)
PASS: Doctest: doctest._TestClass
__init__ (doctest._TestClass)
PASS: Doctest: doctest._TestClass.__init__
get (doctest._TestClass)
PASS: Doctest: doctest._TestClass.get
square (doctest._TestClass)
PASS: Doctest: doctest._TestClass.square
blank lines (doctest.__test__)
PASS: Doctest: doctest.__test__.blank lines
bool-int equivalence (doctest.__test__)
PASS: Doctest: doctest.__test__.bool-int equivalence
ellipsis (doctest.__test__)
PASS: Doctest: doctest.__test__.ellipsis
string (doctest.__test__)
PASS: Doctest: doctest.__test__.string
whitespace normalization (doctest.__test__)
PASS: Doctest: doctest.__test__.whitespace normalization
_ellipsis_match (doctest)
PASS: Doctest: doctest._ellipsis_match
script_from_examples (doctest)
PASS: Doctest: doctest.script_from_examples
set_unittest_reportflags (doctest)
PASS: Doctest: doctest.set_unittest_reportflags
SampleClass (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass
NestedClass (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass
__init__ (test.test_doctest.test_doctest.SampleClass.NestedClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass.__init__
__init__ (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.__init__
a_cached_property (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_cached_property
a_classmethod (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_classmethod
a_property (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_property
a_staticmethod (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_staticmethod
double (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.double
get (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.get
setter (test.test_doctest.test_doctest.SampleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleClass.setter
SampleNewStyleClass (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass
__init__ (test.test_doctest.test_doctest.SampleNewStyleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.__init__
double (test.test_doctest.test_doctest.SampleNewStyleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.double
get (test.test_doctest.test_doctest.SampleNewStyleClass)
PASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.get
sample_func (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.sample_func
test_CLI (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_CLI
test_DocFileSuite (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite
test_DocFileSuite_errors (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite_errors
test_DocTest (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTest
basics (test.test_doctest.test_doctest.test_DocTestFinder)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.basics
non_Python_modules (test.test_doctest.test_doctest.test_DocTestFinder)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.non_Python_modules
test_DocTestParser (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestParser
basics (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.basics
displayhook (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.displayhook
exceptions (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.exceptions
option_directives (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.option_directives
optionflags (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.optionflags
verbose_flag (test.test_doctest.test_doctest.test_DocTestRunner)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.verbose_flag
test_DocTestSuite (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite
test_DocTestSuite_errors (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite_errors
test_Example (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_Example
test_debug (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_debug
test_exception_with_multiple_notes (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_exception_with_multiple_notes
test_exception_with_note (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_exception_with_note
test_lineendings (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_lineendings
test_look_in_unwrapped (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_look_in_unwrapped
test_no_trailing_whitespace_stripping (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_no_trailing_whitespace_stripping
test_pdb_set_trace (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace
test_pdb_set_trace_nested (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace_nested
test_run_doctestsuite_multiple_times (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_run_doctestsuite_multiple_times
test_syntax_error_subclass_from_stdlib (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_subclass_from_stdlib
test_syntax_error_with_incorrect_expected_note (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_incorrect_expected_note
test_syntax_error_with_note (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_note
test_testfile (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_testfile
test_testfile_errors (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_testfile_errors
test_testmod (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_testmod
test_testmod_errors (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_testmod_errors
test_testsource (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_testsource
test_trailing_space_in_test (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_trailing_space_in_test
test_unicode (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_unicode
test_unittest_reportflags (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_unittest_reportflags
test_wrapped_c_func (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.test_wrapped_c_func
wrapped (test.test_doctest.test_doctest)
PASS: Doctest: test.test_doctest.test_doctest.wrapped
PASS: test_testmod (test.test_doctest.test_doctest2.Test.test_testmod)

----------------------------------------------------------------------
Ran 73 tests in 1.822s

OK
0:02:20 load avg: 4.17 [174/486] test_embed passed
SKIP: test_audit (test.test_embed.AuditingTests.test_audit) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_audit_tuple (test.test_embed.AuditingTests.test_audit_tuple) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) "'/usr/bin/Programs/_testembed' doesn't exist"
test_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891)
SKIP: bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_datetime_reset_strptime (test.test_embed.EmbeddingTests.test_datetime_reset_strptime) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_getargs_reset_static_parser (test.test_embed.EmbeddingTests.test_getargs_reset_static_parser) "'/usr/bin/Programs/_testembed' doesn't exist"
test_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain)
SKIP: bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. "'/usr/bin/Programs/_testembed' doesn't exist"
test_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice)
SKIP: bpo-33932: Calling Py_Initialize() twice should do nothing (and not "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_inittab_submodule_multiphase (test.test_embed.EmbeddingTests.test_inittab_submodule_multiphase) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_inittab_submodule_singlephase (test.test_embed.EmbeddingTests.test_inittab_submodule_singlephase) "'/usr/bin/Programs/_testembed' doesn't exist"
test_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api)
SKIP: Checks some key parts of the C-API that need to work before the runtime "'/usr/bin/Programs/_testembed' doesn't exist"
test_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options)
SKIP: Checks that sys.warnoptions and sys._xoptions can be set before the "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_run_main (test.test_embed.EmbeddingTests.test_run_main) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_static_types_inherited_slots (test.test_embed.EmbeddingTests.test_static_types_inherited_slots) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) 'specific to Windows'
SKIP: test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) 'segfaults on BOLT instrumented binaries'
SKIP: test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) 'segfaults on BOLT instrumented binaries'
SKIP: test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_in_background_thread (test.test_embed.InitConfigTests.test_init_in_background_thread) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_main_interpreter_settings (test.test_embed.InitConfigTests.test_init_main_interpreter_settings) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) 'See test_init_pybuilddir'
SKIP: test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) 'segfaults on BOLT instrumented binaries'
SKIP: test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_read_set (test.test_embed.InitConfigTests.test_init_read_set) 'as of 3.11 this test no longer works because path calculations do not occur on read'
SKIP: test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_initconfig_api (test.test_embed.InitConfigTests.test_initconfig_api) 'segfaults on BOLT instrumented binaries'
SKIP: test_initconfig_exit (test.test_embed.InitConfigTests.test_initconfig_exit) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_initconfig_get_api (test.test_embed.InitConfigTests.test_initconfig_get_api) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_initconfig_module (test.test_embed.InitConfigTests.test_initconfig_module) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_frozenmain (test.test_embed.MiscTests.test_frozenmain) "'/usr/bin/Programs/_testembed' doesn't exist"
SKIP: test_no_memleak (test.test_embed.MiscTests.test_no_memleak) '-X showrefcount requires a Python debug build'
SKIP: test_presite (test.test_embed.MiscTests.test_presite) '-X presite requires a Python debug build'
SKIP: test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) "'/usr/bin/Programs/_testembed' doesn't exist"

----------------------------------------------------------------------
Ran 78 tests in 0.003s

OK (skipped=78)
0:02:21 load avg: 4.07 [175/486] test_ensurepip passed
PASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict)
PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping)
PASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install)
PASS: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip)
PASS: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install)
PASS: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root)
PASS: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade)
PASS: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user)
PASS: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1)
PASS: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2)
PASS: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3)
PASS: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled)
PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed)
PASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping)
PASS: test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrap_version)
PASS: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code)
PASS: test_selected_wheel_path_no_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_no_dir)
PASS: test_selected_wheel_path_with_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_with_dir)
PASS: test_version (test.test_ensurepip.TestPackages.test_version)
PASS: test_version_no_dir (test.test_ensurepip.TestPackages.test_version_no_dir)
PASS: test_wheel_pkg_dir_none (test.test_ensurepip.TestPackages.test_wheel_pkg_dir_none)
PASS: test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled)
PASS: test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed)
PASS: test_uninstall (test.test_ensurepip.TestUninstall.test_uninstall)
PASS: test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall.test_uninstall_skipped_when_not_installed)
PASS: test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall.test_uninstall_skipped_with_warning_for_wrong_version)
PASS: test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_1)
PASS: test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_2)
PASS: test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_3)
PASS: test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction.test_basic_uninstall)
PASS: test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_error_code)
PASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_version)

----------------------------------------------------------------------
Ran 32 tests in 0.046s

OK
0:02:21 load avg: 4.07 [176/486] test_docxmlrpc passed
test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations)
PASS: Test that annotations works as expected
test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods)
PASS: Test that selfdot values are made strong automatically in the
test_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolinking)
PASS: Test that the server correctly automatically wraps references to
PASS: test_get_css (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_get_css)
PASS: test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_invalid_get_response)
test_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_lambda)
PASS: Test that lambda functionality stays the same.  The output produced
PASS: test_server_title_escape (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_server_title_escape)
test_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_system_methods)
PASS: Test the presence of three consecutive system.* methods.
PASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_valid_get_response)

----------------------------------------------------------------------
Ran 9 tests in 2.551s

OK
0:02:22 load avg: 4.07 [177/486] test_enumerate passed
PASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.EnumerateStartTestCase.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.EnumerateStartTestCase.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.EnumerateStartTestCase.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.EnumerateStartTestCase.test_kwargs)
PASS: test_noniterable (test.test_enumerate.EnumerateStartTestCase.test_noniterable)
PASS: test_pickle (test.test_enumerate.EnumerateStartTestCase.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase.test_tuple_reuse)
PASS: test_argumentcheck (test.test_enumerate.EnumerateTestCase.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.EnumerateTestCase.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.EnumerateTestCase.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.EnumerateTestCase.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.EnumerateTestCase.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.EnumerateTestCase.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.EnumerateTestCase.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.EnumerateTestCase.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.EnumerateTestCase.test_kwargs)
PASS: test_noniterable (test.test_enumerate.EnumerateTestCase.test_noniterable)
PASS: test_pickle (test.test_enumerate.EnumerateTestCase.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.EnumerateTestCase.test_tuple_reuse)
PASS: test_argumentcheck (test.test_enumerate.SubclassTestCase.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.SubclassTestCase.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.SubclassTestCase.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.SubclassTestCase.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.SubclassTestCase.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.SubclassTestCase.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.SubclassTestCase.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.SubclassTestCase.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.SubclassTestCase.test_kwargs)
PASS: test_noniterable (test.test_enumerate.SubclassTestCase.test_noniterable)
PASS: test_pickle (test.test_enumerate.SubclassTestCase.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.SubclassTestCase.test_tuple_reuse)
PASS: test_argumentcheck (test.test_enumerate.TestBig.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.TestBig.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.TestBig.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.TestBig.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.TestBig.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.TestBig.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.TestBig.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.TestBig.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.TestBig.test_kwargs)
PASS: test_noniterable (test.test_enumerate.TestBig.test_noniterable)
PASS: test_pickle (test.test_enumerate.TestBig.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.TestBig.test_tuple_reuse)
PASS: test_argumentcheck (test.test_enumerate.TestEmpty.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.TestEmpty.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.TestEmpty.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.TestEmpty.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.TestEmpty.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.TestEmpty.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.TestEmpty.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.TestEmpty.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.TestEmpty.test_kwargs)
PASS: test_noniterable (test.test_enumerate.TestEmpty.test_noniterable)
PASS: test_pickle (test.test_enumerate.TestEmpty.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.TestEmpty.test_tuple_reuse)
PASS: test_argumentcheck (test.test_enumerate.TestLongStart.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.TestLongStart.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.TestLongStart.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.TestLongStart.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.TestLongStart.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.TestLongStart.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.TestLongStart.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.TestLongStart.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.TestLongStart.test_kwargs)
PASS: test_noniterable (test.test_enumerate.TestLongStart.test_noniterable)
PASS: test_pickle (test.test_enumerate.TestLongStart.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.TestLongStart.test_tuple_reuse)
PASS: test_args (test.test_enumerate.TestReversed.test_args)
PASS: test_bug1229429 (test.test_enumerate.TestReversed.test_bug1229429)
PASS: test_gc (test.test_enumerate.TestReversed.test_gc)
PASS: test_len (test.test_enumerate.TestReversed.test_len)
PASS: test_objmethods (test.test_enumerate.TestReversed.test_objmethods)
PASS: test_pickle (test.test_enumerate.TestReversed.test_pickle)
PASS: test_range_optimization (test.test_enumerate.TestReversed.test_range_optimization)
PASS: test_simple (test.test_enumerate.TestReversed.test_simple)
PASS: test_argumentcheck (test.test_enumerate.TestStart.test_argumentcheck)
PASS: test_basicfunction (test.test_enumerate.TestStart.test_basicfunction)
PASS: test_enumerate_result_gc (test.test_enumerate.TestStart.test_enumerate_result_gc)
PASS: test_exception_propagation (test.test_enumerate.TestStart.test_exception_propagation)
PASS: test_getitemseqn (test.test_enumerate.TestStart.test_getitemseqn)
PASS: test_illformediterable (test.test_enumerate.TestStart.test_illformediterable)
PASS: test_iteratorgenerator (test.test_enumerate.TestStart.test_iteratorgenerator)
PASS: test_iteratorseqn (test.test_enumerate.TestStart.test_iteratorseqn)
PASS: test_kwargs (test.test_enumerate.TestStart.test_kwargs)
PASS: test_noniterable (test.test_enumerate.TestStart.test_noniterable)
PASS: test_pickle (test.test_enumerate.TestStart.test_pickle)
PASS: test_tuple_reuse (test.test_enumerate.TestStart.test_tuple_reuse)

----------------------------------------------------------------------
Ran 92 tests in 0.117s

OK
0:02:22 load avg: 4.07 [178/486] test_email passed
PASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode.test_b_case_ignored)
PASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_ignored_with_defect)
PASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_incorrect_padding)
PASS: test_b_padding_defect (test.test_email.test__encoded_words.TestDecode.test_b_padding_defect)
PASS: test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_undecodable_bytes_ignored_with_defect)
PASS: test_invalid_character_in_charset (test.test_email.test__encoded_words.TestDecode.test_invalid_character_in_charset)
PASS: test_non_trivial_q (test.test_email.test__encoded_words.TestDecode.test_non_trivial_q)
PASS: test_nonnull_lang (test.test_email.test__encoded_words.TestDecode.test_nonnull_lang)
PASS: test_q_case_ignored (test.test_email.test__encoded_words.TestDecode.test_q_case_ignored)
PASS: test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode.test_q_escaped_bytes_preserved)
PASS: test_q_nonascii (test.test_email.test__encoded_words.TestDecode.test_q_nonascii)
PASS: test_simple_b (test.test_email.test__encoded_words.TestDecode.test_simple_b)
PASS: test_simple_q (test.test_email.test__encoded_words.TestDecode.test_simple_q)
PASS: test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_8bit_charset)
PASS: test_unknown_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_charset)
PASS: test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode.test_wrong_format_input_raises)
PASS: test_invalid_character (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character)
PASS: test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_and_bad_padding)
PASS: test_invalid_length (test.test_email.test__encoded_words.TestDecodeB.test_invalid_length)
PASS: test_missing_padding (test.test_email.test__encoded_words.TestDecodeB.test_missing_padding)
PASS: test_simple (test.test_email.test__encoded_words.TestDecodeB.test_simple)
PASS: test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_no_encoded)
PASS: test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_run_of_encoded)
PASS: test_spaces (test.test_email.test__encoded_words.TestDecodeQ.test_spaces)
PASS: test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_enough_unsafe)
PASS: test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_long_unsafe)
PASS: test_auto_q (test.test_email.test__encoded_words.TestEncode.test_auto_q)
PASS: test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_long_mostly_safe)
PASS: test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_short_mostly_safe)
PASS: test_b (test.test_email.test__encoded_words.TestEncode.test_b)
PASS: test_lang (test.test_email.test__encoded_words.TestEncode.test_lang)
PASS: test_q (test.test_email.test__encoded_words.TestEncode.test_q)
PASS: test_unknown_8bit (test.test_email.test__encoded_words.TestEncode.test_unknown_8bit)
PASS: test_utf8_default (test.test_email.test__encoded_words.TestEncode.test_utf8_default)
PASS: test_padding (test.test_email.test__encoded_words.TestEncodeB.test_padding)
PASS: test_simple (test.test_email.test__encoded_words.TestEncodeB.test_simple)
PASS: test_all_safe (test.test_email.test__encoded_words.TestEncodeQ.test_all_safe)
PASS: test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ.test_run_of_encodables)
PASS: test_spaces (test.test_email.test__encoded_words.TestEncodeQ.test_spaces)
PASS: test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding.test_address_list_folding_at_commas)
PASS: test_address_list_with_list_separator_after_fold (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_list_separator_after_fold)
PASS: test_address_list_with_long_unwrapable_comment (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_long_unwrapable_comment)
PASS: test_address_list_with_specials_in_encoded_word (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_encoded_word)
PASS: test_address_list_with_specials_in_long_quoted_string (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_long_quoted_string)
PASS: test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names)
PASS: test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_in_quotes)
PASS: test_ascii_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_ascii_after_unknown_not_combined)
PASS: test_encoded_word_with_undecodable_bytes (test.test_email.test__header_value_parser.TestFolding.test_encoded_word_with_undecodable_bytes)
PASS: test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding.test_ews_combined_before_wrap)
PASS: test_fold_unfoldable_element_stealing_whitespace (test.test_email.test__header_value_parser.TestFolding.test_fold_unfoldable_element_stealing_whitespace)
PASS: test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding.test_long_filename_attachment)
PASS: test_one_ew_on_each_of_two_wrapped_lines (test.test_email.test__header_value_parser.TestFolding.test_one_ew_on_each_of_two_wrapped_lines)
PASS: test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding.test_overlong_encodeable_is_wrapped)
PASS: test_simple_address (test.test_email.test__header_value_parser.TestFolding.test_simple_address)
PASS: test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_folded)
PASS: test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_no_folds)
PASS: test_split_at_whitespace_after_header_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_after_header_before_long_token)
PASS: test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_before_long_token)
PASS: test_unicode_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unicode_after_unknown_not_combined)
PASS: test_unknown_after_ascii_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_ascii_not_combined)
PASS: test_unknown_after_unicode_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unicode_not_combined)
PASS: test_unknown_after_unknown (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unknown)
PASS: test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding.test_unstructured_with_unicode_no_folds)
PASS: test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_one_word)
PASS: test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_two_words)
PASS: test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_ws_runs)
PASS: test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser.test_encoded_word_inside_quotes)
PASS: test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_dot_atom)
PASS: test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_ends_at_special)
PASS: test_get_addr_spec_multiple_domains (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_multiple_domains)
PASS: test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_normal)
PASS: test_get_addr_spec_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_quoted_strings_in_atom_list)
PASS: test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_cfws)
PASS: test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_doamin_literal)
PASS: test_get_addr_spec_with_qouoted_string_and_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_qouoted_string_and_cfws)
PASS: test_get_address_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_complex)
PASS: test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser.test_get_address_empty_group)
PASS: test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_address_ends_at_special)
PASS: test_get_address_group (test.test_email.test__header_value_parser.TestParser.test_get_address_group)
PASS: test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser.test_get_address_invalid_mailbox_invalid)
PASS: test_get_address_list_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_address_list_CFWS)
PASS: test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_and_mailboxes)
PASS: test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_empty)
PASS: test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_simple)
PASS: test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_complex)
PASS: test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_invalid_addresses)
PASS: test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_simple)
PASS: test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_two_simple)
PASS: test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_local_part)
PASS: test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_strings_in_atom_list)
PASS: test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser.test_get_address_rfc2047_display_name)
PASS: test_get_address_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_simple)
PASS: test_get_address_with_invalid_domain (test.test_email.test__header_value_parser.TestParser.test_get_address_with_invalid_domain)
PASS: test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty)
PASS: test_get_angle_addr_empty_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty_raise)
PASS: test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_ends_at_special)
PASS: test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_internal_cfws)
PASS: test_get_angle_addr_left_angle_only_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_left_angle_only_raise)
PASS: test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle)
PASS: test_get_angle_addr_missing_closing_angle_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle_with_cfws)
PASS: test_get_angle_addr_no_angle_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_before_special_raises)
PASS: test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raise)
PASS: test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raises)
PASS: test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_obs_route)
PASS: test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_and_domain_literal)
PASS: test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_only_quotes)
PASS: test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_simple)
PASS: test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_special_after_angle_raises)
PASS: test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_with_cfws)
PASS: test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser.test_get_atext_all_atext)
PASS: test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_atext_following_wsp_preserved)
PASS: test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_atext_non_printables)
PASS: test_get_atext_only (test.test_email.test__header_value_parser.TestParser.test_get_atext_only)
PASS: test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_atext_two_words_gets_first)
PASS: test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser.test_get_atext_up_to_special)
PASS: test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_noncfws)
PASS: test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_special)
PASS: test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_header_ends_in_comment)
PASS: test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom)
PASS: test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_before_special)
PASS: test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_atext)
PASS: test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_comment)
PASS: test_get_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_atom_only)
PASS: test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_rfc2047_atom)
PASS: test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_comments_and_wsp)
PASS: test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_multiple_comments)
PASS: test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_wsp)
PASS: test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_empty_quotes)
PASS: test_get_bare_quoted_string_end_dquote_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_end_dquote_mid_word)
PASS: test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_following_wsp_preserved)
PASS: test_get_bare_quoted_string_missing_endquotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_missing_endquotes)
PASS: test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words)
PASS: test_get_bare_quoted_string_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words_wsp_preserved)
PASS: test_get_bare_quoted_string_must_start_with_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_must_start_with_dquote)
PASS: test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_no_end_dquote)
PASS: test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_non_printables)
PASS: test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only)
PASS: test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_quotes)
PASS: test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_quoted_dquote)
PASS: test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_leader)
PASS: test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_printable)
PASS: test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_header_ends_in_comment)
PASS: test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser.test_get_cfws_multiple_nested_comments)
PASS: test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_non_printable_in_comment)
PASS: test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_comment)
PASS: test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_mixed)
PASS: test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_ws)
PASS: test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_empty_comment)
PASS: test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_comment_end_paren_mid_word)
PASS: test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_following_wsp_preserved)
PASS: test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_missing_end_of_nesting)
PASS: test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_nesting)
PASS: test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words)
PASS: test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_wsp_preserved)
PASS: test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_must_start_with_paren)
PASS: test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment)
PASS: test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_wsp)
PASS: test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_no_end_paren)
PASS: test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_comment_non_printable)
PASS: test_get_comment_only (test.test_email.test__header_value_parser.TestParser.test_get_comment_only)
PASS: test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_qs_in_nested_comment)
PASS: test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser.test_get_comment_quoted_parens)
PASS: test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex1)
PASS: test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex2)
PASS: test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_ending_with_obsolete)
PASS: test_get_display_name_for_invalid_address_field (test.test_email.test__header_value_parser.TestParser.test_get_display_name_for_invalid_address_field)
PASS: test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_obsolete)
PASS: test_get_display_name_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_display_name_pharse_must_start_with_word)
PASS: test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser.test_get_display_name_simple)
PASS: test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_only)
PASS: test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws)
PASS: test_get_domain_domain_literal_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws_ends_at_special)
PASS: test_get_domain_domain_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_with_cfws_ends_at_special)
PASS: test_get_domain_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_empty_raises)
PASS: test_get_domain_literal_bad_dtext_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_bad_dtext_char_before_special_raises)
PASS: test_get_domain_literal_no_start_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_before_special_raises)
PASS: test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_raises)
PASS: test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_only)
PASS: test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_internal_ws)
PASS: test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_surrounding_cfws)
PASS: test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_atom_raises)
PASS: test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_non_cfws_raises)
PASS: test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_domain_obsolete)
PASS: test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_regular_domain_only)
PASS: test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_with_cfws)
PASS: test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_leading_dot_raises)
PASS: test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_no_atom_raises)
PASS: test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_only)
PASS: test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_rfc2047_atom)
PASS: test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_space_ends_dot_atom)
PASS: test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text)
PASS: test_get_dot_atom_text_lone_atom_is_valid (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_lone_atom_is_valid)
PASS: test_get_dot_atom_text_raises_on_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_dot)
PASS: test_get_dot_atom_text_raises_on_leading_non_atext (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_non_atext)
PASS: test_get_dot_atom_text_raises_on_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_trailing_dot)
PASS: test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_text_preserved)
PASS: test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_ws_preserved)
PASS: test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_trailing_dot_raises)
PASS: test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_two_dots_raises)
PASS: test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_comments_and_wsp)
PASS: test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_wsp)
PASS: test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser.test_get_dtext_all_dtext)
PASS: test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_mid_word)
PASS: test_get_dtext_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_only)
PASS: test_get_dtext_empty (test.test_email.test__header_value_parser.TestParser.test_get_dtext_empty)
PASS: test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_following_wsp_preserved)
PASS: test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_dtext_non_printables)
PASS: test_get_dtext_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_only)
PASS: test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_mid_word)
PASS: test_get_dtext_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_only)
PASS: test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_dtext_two_words_gets_first)
PASS: test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_close_bracket_only)
PASS: test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_open_bracket_only)
PASS: test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser.test_get_dtext_with_qp)
PASS: test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_close_bracket_preserved)
PASS: test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_open_bracket_preserved)
PASS: test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first)
PASS: test_get_encoded_word_gets_first_even_if_no_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first_even_if_no_space)
PASS: test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_internal_spaces)
PASS: test_get_encoded_word_invalid_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_invalid_cte)
PASS: test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_lang_default_is_blank)
PASS: test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_leading_internal_space)
PASS: test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_end_raises)
PASS: test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_middle_raises)
PASS: test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_start_raises)
PASS: test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_non_printable_defect)
PASS: test_get_encoded_word_quopri_utf_escape_follows_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_quopri_utf_escape_follows_cte)
PASS: test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_sets_extra_attributes)
PASS: test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_valid_ew)
PASS: test_get_fws_only (test.test_email.test__header_value_parser.TestParser.test_get_fws_only)
PASS: test_get_fws_space (test.test_email.test__header_value_parser.TestParser.test_get_fws_space)
PASS: test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser.test_get_fws_ws_run)
PASS: test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_cfws_only)
PASS: test_get_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_group_empty)
PASS: test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_list_cfws_only)
PASS: test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_list_comment_only_invalid)
PASS: test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_mailbox_list)
PASS: test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_obs_group_list)
PASS: test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser.test_get_group_missing_final_semicol)
PASS: test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser.test_get_group_mixed_list)
PASS: test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser.test_get_group_null_addr_spec)
PASS: test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_one_invalid)
PASS: test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser.test_get_group_single_mailbox)
PASS: test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_1)
PASS: test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_invalid)
PASS: test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_double_dot_raises)
PASS: test_get_local_part_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_empty_raises)
PASS: test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot)
PASS: test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_after_ws)
PASS: test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_no_part_raises)
PASS: test_get_local_part_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_strings_in_atom_list)
PASS: test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_cfws)
PASS: test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_whitespace)
PASS: test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple)
PASS: test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_obsolete)
PASS: test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_quoted)
PASS: test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_special_instead_raises)
PASS: test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot)
PASS: test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_with_ws)
PASS: test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser.test_get_local_part_unicode_defect)
PASS: test_get_local_part_valid_and_invalid_qp_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_valid_and_invalid_qp_in_atom_list)
PASS: test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_cfws)
PASS: test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_dot)
PASS: test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_quoted_dot)
PASS: test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_whitespace)
PASS: test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_addr_spec_only)
PASS: test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_angle_addr_only)
PASS: test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_ends_at_special)
PASS: test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_empty_list_element)
PASS: test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_junk_after_valid_address)
PASS: test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_only_empty_elements)
PASS: test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_single_addr)
PASS: test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_complex)
PASS: test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_name_addr)
PASS: test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_simple_addr)
PASS: test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_unparseable_mailbox_null)
PASS: test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_name_addr)
PASS: test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_quoted_strings_in_atom_list)
PASS: test_get_msg_id_empty (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty)
PASS: test_get_msg_id_empty_id_left (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_left)
PASS: test_get_msg_id_empty_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_right)
PASS: test_get_msg_id_invalid_expected_msg_id_not_found (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_invalid_expected_msg_id_not_found)
PASS: test_get_msg_id_no_angle_end (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_end)
PASS: test_get_msg_id_no_angle_start (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_start)
PASS: test_get_msg_id_no_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right)
PASS: test_get_msg_id_no_id_right_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_part)
PASS: test_get_msg_id_non_folding_literal_domain (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_non_folding_literal_domain)
PASS: test_get_msg_id_obsolete_domain_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_domain_part)
PASS: test_get_msg_id_obsolete_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_local)
PASS: test_get_msg_id_valid (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_valid)
PASS: test_get_msg_id_with_brackets (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_with_brackets)
PASS: test_get_msg_id_ws_only_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_ws_only_local)
PASS: test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_angle_addr_only)
PASS: test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name)
PASS: test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_with_cfws)
PASS: test_get_name_addr_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_empty_raises)
PASS: test_get_name_addr_ending_with_dot_without_space (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ending_with_dot_without_space)
PASS: test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ends_at_special)
PASS: test_get_name_addr_name_with_cfws_and_dots (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_name_with_cfws_and_dots)
PASS: test_get_name_addr_no_angle_after_display_name_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_angle_after_display_name_raises)
PASS: test_get_name_addr_no_content_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_before_special_raises)
PASS: test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_raises)
PASS: test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_qs_name)
PASS: test_get_name_addr_starting_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_starting_with_dot)
PASS: test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_with_route)
PASS: test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_complex)
PASS: test_get_obs_route_no_domain_after_at_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises)
PASS: test_get_obs_route_no_domain_after_at_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises2)
PASS: test_get_obs_route_no_route_before_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises)
PASS: test_get_obs_route_no_route_before_end_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises2)
PASS: test_get_obs_route_no_route_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises)
PASS: test_get_obs_route_no_route_before_special_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises2)
PASS: test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_simple)
PASS: test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser.test_get_phrase_complex)
PASS: test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_ending_with_obsolete)
PASS: test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_obsolete)
PASS: test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_phrase_pharse_must_start_with_word)
PASS: test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser.test_get_phrase_simple)
PASS: test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_all_printables)
PASS: test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_close_paren_mid_word)
PASS: test_get_qcontent_empty (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_empty)
PASS: test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_following_wsp_preserved)
PASS: test_get_qcontent_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_no_end_char)
PASS: test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_non_printables)
PASS: test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_only)
PASS: test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_two_words_gets_first)
PASS: test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_up_to_dquote_only)
PASS: test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_wsp_before_close_paren_preserved)
PASS: test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_all_printables)
PASS: test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_mid_word)
PASS: test_get_qp_ctext_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_only)
PASS: test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_following_wsp_preserved)
PASS: test_get_qp_ctext_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_no_end_char)
PASS: test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_non_printables)
PASS: test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_only)
PASS: test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_mid_word)
PASS: test_get_qp_ctext_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_only)
PASS: test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_two_words_gets_first)
PASS: test_get_qp_ctext_up_to_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_close_paren_only)
PASS: test_get_qp_ctext_up_to_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_open_paren_only)
PASS: test_get_qp_ctext_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_close_paren_preserved)
PASS: test_get_qp_ctext_wsp_before_open_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_open_paren_preserved)
PASS: test_get_quoted_string_cfws_only_raises (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_cfws_only_raises)
PASS: test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_comment)
PASS: test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_qcontent)
PASS: test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_internal_ws)
PASS: test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_no_quoted_string)
PASS: test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_comment)
PASS: test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_qcontent)
PASS: test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_only)
PASS: test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_qs_ends_at_noncfws)
PASS: test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_comments_and_wsp)
PASS: test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_multiple_comments)
PASS: test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_wsp)
PASS: test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_leading_ws)
PASS: test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_ws)
PASS: test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_leading_whitespace)
PASS: test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_trailing_whitespace)
PASS: test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character)
PASS: test_get_unstructured_invalid_base64_character_and_bad_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character_and_bad_padding)
PASS: test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_length)
PASS: test_get_unstructured_invalid_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew)
PASS: test_get_unstructured_invalid_ew2 (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew2)
PASS: test_get_unstructured_invalid_ew_cte (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_cte)
PASS: test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_and_trailing_whitespace)
PASS: test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_whitespace)
PASS: test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_missing_base64_padding)
PASS: test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_no_whitespace_between_ews)
PASS: test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase)
PASS: test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_with_whitespace)
PASS: test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_null)
PASS: test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_ew_trailing_ws)
PASS: test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_no_ws)
PASS: test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_trailing_text)
PASS: test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_word)
PASS: test_get_unstructured_phrase_with_ew_in_middle_of_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_in_middle_of_text)
PASS: test_get_unstructured_phrase_with_ew_with_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_with_leading_ws)
PASS: test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew)
PASS: test_get_unstructured_phrase_with_two_ew_extra_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_extra_ws)
PASS: test_get_unstructured_phrase_with_two_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_trailing_ws)
PASS: test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_trailing_whitespace)
PASS: test_get_unstructured_two_ew_extra_ws_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_two_ew_extra_ws_trailing_text)
PASS: test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes)
PASS: test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_in_EW)
PASS: test_get_unstructured_without_trailing_whitespace_hang_case (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_without_trailing_whitespace_hang_case)
PASS: test_get_word_all_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_word_all_CFWS)
PASS: test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser.test_get_word_atom_yields_atom)
PASS: test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser.test_get_word_ends_at_dot)
PASS: test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser.test_get_word_qs_yields_qs)
PASS: test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser.test_invalid_content_disposition)
PASS: test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser.test_invalid_content_transfer_encoding)
PASS: test_parse_invalid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_invalid_message_id)
PASS: test_parse_message_id_with_invalid_domain (test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_invalid_domain)
PASS: test_parse_message_id_with_remaining (test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_remaining)
PASS: test_parse_message_ids_broken_ang (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_broken_ang)
PASS: test_parse_message_ids_comma_sep (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_comma_sep)
PASS: test_parse_message_ids_comment (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_comment)
PASS: test_parse_message_ids_empty (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_empty)
PASS: test_parse_message_ids_invalid_id (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_invalid_id)
PASS: test_parse_message_ids_no_sep (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_no_sep)
PASS: test_parse_message_ids_valid (test.test_email.test__header_value_parser.TestParser.test_parse_message_ids_valid)
PASS: test_parse_valid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_valid_message_id)
PASS: test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens.test_EWWhiteSpaceTerminal)
PASS: test_value_duplicate_and_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_and_missing_split_value)
PASS: test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_in_split_value)
PASS: test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key)
PASS: test_value_duplicate_key_with_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value)
PASS: test_value_duplicate_key_with_split_value_other_order (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value_other_order)
PASS: test_value_duplicate_with_broken_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_with_broken_split_value)
PASS: test_value_extra_dquote (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_extra_dquote)
PASS: test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_missing_split_value)
PASS: test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_multiple_keys)
PASS: test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_simple)
PASS: test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_split_value)
PASS: test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_2)
PASS: test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_3)
PASS: test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_4)
PASS: test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_empty)
PASS: test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_rfc_2045_1)
PASS: test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_japanese_codecs)
PASS: test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding)
PASS: test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_utf8)
PASS: test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_full_type)
PASS: test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_maintype_only)
PASS: test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_null_key)
PASS: test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_full_type)
PASS: test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_maintype_only)
PASS: test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_null_key)
PASS: test_get_content_raises_if_unknown_mimetype_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_get_content_raises_if_unknown_mimetype_and_no_default)
PASS: test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager.test_set_content_calls_clear_content)
PASS: test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_full_path)
PASS: test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_name)
PASS: test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_qualname)
PASS: test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_type)
PASS: test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_full_path)
PASS: test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_name)
PASS: test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_null_key)
PASS: test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_full_path)
PASS: test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_name)
PASS: test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_qualname)
PASS: test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_type)
PASS: test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_full_path)
PASS: test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_name)
PASS: test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_null_key)
PASS: test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_qualname)
PASS: test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_full_path)
PASS: test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_name)
PASS: test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_type)
PASS: test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_type)
PASS: test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_qualname)
PASS: test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_full_path)
PASS: test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_name)
PASS: test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_type)
PASS: test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_type)
PASS: test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_called_on_multipart)
PASS: test_set_content_raises_if_unknown_type_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_unknown_type_and_no_default)
PASS: test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_application_octet_stream)
PASS: test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_image_jpeg)
PASS: test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_external_body)
PASS: test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_rfc822)
PASS: test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_html)
PASS: test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_plain)
PASS: test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_application_octet_stream)
PASS: test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_image_jpeg)
PASS: test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_external_body)
PASS: test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_rfc822)
PASS: test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_html)
PASS: test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_plain)
PASS: test_get_message_non_rfc822_or_external_body_yields_bytes (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_non_rfc822_or_external_body_yields_bytes)
PASS: test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_rfc822_and_external_body)
PASS: test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text)
PASS: test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_invalid_keyword)
PASS: test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager.test_get_raises_on_multipart)
PASS: test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_html)
PASS: test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_invalid_keyword)
PASS: test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain)
PASS: test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable)
PASS: test_get_text_plain_bad_utf8_quoted_printable_ignore_errors (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable_ignore_errors)
PASS: test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1)
PASS: test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_quoted_printable)
PASS: test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64)
PASS: test_get_text_plain_utf8_base64_recoverable_bad_CTE_data (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64_recoverable_bad_CTE_data)
PASS: test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_application_octet_stream)
PASS: test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_image_jpeg)
PASS: test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_external_body)
PASS: test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_rfc822)
PASS: test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_html)
PASS: test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_plain)
PASS: test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_application_octet_stream)
PASS: test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_image_jpeg)
PASS: test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_external_body)
PASS: test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_rfc822)
PASS: test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_html)
PASS: test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_plain)
PASS: test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_application_octet_stream)
PASS: test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_image_jpeg)
PASS: test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_external_body)
PASS: test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_rfc822)
PASS: test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_html)
PASS: test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_plain)
PASS: test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_application_octet_stream_with_8bit_cte)
PASS: test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_audio_aif_with_quoted_printable_cte)
PASS: test_set_content_bytes_cte_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_content_bytes_cte_7bit)
PASS: test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_attachment)
PASS: test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_foo)
PASS: test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_inline)
PASS: test_set_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename)
PASS: test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_and_disposition_inline)
PASS: test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_header_objects)
PASS: test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_strings)
PASS: test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_header_header_raises)
PASS: test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_string_header_raises)
PASS: test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_header_header_raises)
PASS: test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_string_header_raises)
PASS: test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager.test_set_image_jpg)
PASS: test_set_message (test.test_email.test_contentmanager.TestRawDataManager.test_set_message)
PASS: test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_invalid_cte_raises)
PASS: test_set_message_with_non_ascii_and_coercion_to_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_with_non_ascii_and_coercion_to_7bit)
PASS: test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_non_ascii_filename)
PASS: test_set_text_11_lines_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_maximal_non_ascii_heuristics)
PASS: test_set_text_11_lines_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_minimal_non_ascii_heuristics)
PASS: test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_maximal_non_ascii_heuristics)
PASS: test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_charset_latin_1)
PASS: test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_html)
PASS: test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_maximal_non_ascii_heuristics)
PASS: test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_minimal_non_ascii_heuristics)
PASS: test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_maximal_non_ascii_heuristics)
PASS: test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_charset_ascii_raises)
PASS: test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises)
PASS: test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_raises)
PASS: test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain)
PASS: test_set_text_plain_long_line_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_long_line_heuristics)
PASS: test_set_text_plain_null (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_null)
PASS: test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_short_line_minimal_non_ascii_heuristics)
PASS: test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_video_mpeg_with_binary_cte)
PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestCompat32.test_bad_padding_in_base64_payload)
PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestCompat32.test_first_line_is_continuation_header)
PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestCompat32.test_invalid_chars_in_base64_payload)
PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestCompat32.test_invalid_length_of_base64_payload)
PASS: test_line_beginning_colon (test.test_email.test_defect_handling.TestCompat32.test_line_beginning_colon)
PASS: test_lying_multipart (test.test_email.test_defect_handling.TestCompat32.test_lying_multipart)
PASS: test_misplaced_envelope (test.test_email.test_defect_handling.TestCompat32.test_misplaced_envelope)
PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestCompat32.test_missing_ending_boundary)
PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestCompat32.test_missing_header_body_separator)
PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestCompat32.test_missing_start_boundary)
PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestCompat32.test_multipart_invalid_cte)
PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestCompat32.test_multipart_no_boundary)
PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestCompat32.test_multipart_no_cte_no_defect)
PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestCompat32.test_multipart_valid_cte_no_defect)
PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestCompat32.test_same_boundary_inner_outer)
PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_bad_padding_in_base64_payload)
PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture.test_first_line_is_continuation_header)
PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_chars_in_base64_payload)
PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_length_of_base64_payload)
PASS: test_line_beginning_colon (test.test_email.test_defect_handling.TestDefectCapture.test_line_beginning_colon)
PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture.test_lying_multipart)
PASS: test_misplaced_envelope (test.test_email.test_defect_handling.TestDefectCapture.test_misplaced_envelope)
PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_ending_boundary)
PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture.test_missing_header_body_separator)
PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_start_boundary)
PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_invalid_cte)
PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_boundary)
PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_cte_no_defect)
PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_valid_cte_no_defect)
PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture.test_same_boundary_inner_outer)
PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_bad_padding_in_base64_payload)
PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection.test_first_line_is_continuation_header)
PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_chars_in_base64_payload)
PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_length_of_base64_payload)
PASS: test_line_beginning_colon (test.test_email.test_defect_handling.TestDefectDetection.test_line_beginning_colon)
PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection.test_lying_multipart)
PASS: test_misplaced_envelope (test.test_email.test_defect_handling.TestDefectDetection.test_misplaced_envelope)
PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_ending_boundary)
PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection.test_missing_header_body_separator)
PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_start_boundary)
PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_invalid_cte)
PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_boundary)
PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_cte_no_defect)
PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_valid_cte_no_defect)
PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection.test_same_boundary_inner_outer)
PASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_bad_padding_in_base64_payload)
PASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising.test_first_line_is_continuation_header)
PASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_chars_in_base64_payload)
PASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_length_of_base64_payload)
PASS: test_line_beginning_colon (test.test_email.test_defect_handling.TestDefectRaising.test_line_beginning_colon)
PASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising.test_lying_multipart)
PASS: test_misplaced_envelope (test.test_email.test_defect_handling.TestDefectRaising.test_misplaced_envelope)
PASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_ending_boundary)
PASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising.test_missing_header_body_separator)
PASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_start_boundary)
PASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_invalid_cte)
PASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_boundary)
PASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_cte_no_defect)
PASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_valid_cte_no_defect)
PASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising.test_same_boundary_inner_outer)
PASS: test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_base64_body)
PASS: test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_quopri_body)
PASS: test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_uuencode_body)
PASS: test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling.test_8bit_multipart)
PASS: test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling.test_bytes_feedparser)
PASS: test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator)
PASS: test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_b_encoding_linesep)
PASS: test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_handles_None_body)
PASS: test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_with_unix_from)
PASS: test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling.test_crlf_flatten)
PASS: test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling.test_decoded_generator_emits_unicode_body)
PASS: test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_del_rfc2231_params_with_8bit)
PASS: test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_generator_b_encoding_linesep)
PASS: test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling.test_generator_handles_8bit)
PASS: test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling.test_get_8bit_header)
PASS: test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_get_all_with_8bit_headers)
PASS: test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_content_type_with_8bit)
PASS: test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_params_with_8bit)
PASS: test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling.test_get_payload_with_8bit_cte_header)
PASS: test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_rfc2231_params_with_8bit)
PASS: test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling.test_invalid_8bit_in_non_8bit_cte_uses_replace)
PASS: test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_items_with_8bit_headers)
PASS: test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_known_8bit_CTE)
PASS: test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file)
PASS: test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_print_8bit_headers)
PASS: test_rfc2231_charset_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_rfc2231_charset_8bit_CTE)
PASS: test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_set_rfc2231_params_with_8bit)
PASS: test_str_generator_should_not_mutate_msg_when_handling_8bit (test.test_email.test_email.Test8BitBytesHandling.test_str_generator_should_not_mutate_msg_when_handling_8bit)
PASS: test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling.test_string_generator_reencodes_to_quopri_when_appropriate)
PASS: test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_unknown_8bit_CTE)
PASS: test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_values_with_8bit_headers)
PASS: test_decode (test.test_email.test_email.TestBase64.test_decode)
PASS: test_encode (test.test_email.test_email.TestBase64.test_encode)
PASS: test_header_encode (test.test_email.test_email.TestBase64.test_header_encode)
PASS: test_len (test.test_email.test_email.TestBase64.test_len)
PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest)
PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_with_part_headers)
PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_content_type)
PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_dsn)
PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_long_header)
PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_delivery_status)
PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_external_body_idempotent)
PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_signed_idempotent)
PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_mixed_with_image)
PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_more_rfc2231_parameters)
PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_no_parts)
PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_one_part)
PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_report)
PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_nested_multipart_mixeds)
PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_no_start_boundary)
PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_text_message)
PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_untyped_message)
PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parser)
PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_preamble_epilogue)
PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_rfc2231_charset)
PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_simple_multipart)
PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_text_plain_in_a_multipart_digest)
PASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest)
PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_with_part_headers)
PASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_content_type)
PASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_dsn)
PASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_long_header)
PASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_delivery_status)
PASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_external_body_idempotent)
PASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_signed_idempotent)
PASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_mixed_with_image)
PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_more_rfc2231_parameters)
PASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_no_parts)
PASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_one_part)
PASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_report)
PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_nested_multipart_mixeds)
PASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_no_start_boundary)
PASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_text_message)
PASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_untyped_message)
PASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parser)
PASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_preamble_epilogue)
PASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_rfc2231_charset)
PASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_simple_multipart)
PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_text_plain_in_a_multipart_digest)
PASS: test_body_encode (test.test_email.test_email.TestCharset.test_body_encode)
PASS: test_codec_encodeable (test.test_email.test_email.TestCharset.test_codec_encodeable)
PASS: test_unicode_charset_name (test.test_email.test_email.TestCharset.test_unicode_charset_name)
PASS: test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders.test_EncodersEncode_base64)
PASS: test_default_cte (test.test_email.test_email.TestEncoders.test_default_cte)
PASS: test_encode7or8bit (test.test_email.test_email.TestEncoders.test_encode7or8bit)
PASS: test_encode_empty_payload (test.test_email.test_email.TestEncoders.test_encode_empty_payload)
PASS: test_qp_encode_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_latin1)
PASS: test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_non_latin1)
PASS: test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers.test_empty_header_name_handled)
PASS: test_long_lines (test.test_email.test_email.TestFeedParsers.test_long_lines)
PASS: test_newlines (test.test_email.test_email.TestFeedParsers.test_newlines)
PASS: test_dont_mangle_from (test.test_email.test_email.TestFromMangling.test_dont_mangle_from)
PASS: test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling.test_mangle_from_in_preamble_and_epilog)
PASS: test_mangled_from (test.test_email.test_email.TestFromMangling.test_mangled_from)
PASS: test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling.test_mangled_from_with_bad_bytes)
PASS: test_multipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling.test_multipart_with_bad_bytes_in_cte)
PASS: test_bad_8bit_header (test.test_email.test_email.TestHeader.test_bad_8bit_header)
PASS: test_base64_splittable (test.test_email.test_email.TestHeader.test_base64_splittable)
PASS: test_broken_base64_header (test.test_email.test_email.TestHeader.test_broken_base64_header)
PASS: test_empty_header_encode (test.test_email.test_email.TestHeader.test_empty_header_encode)
PASS: test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader.test_encode_preserves_leading_ws_on_value)
PASS: test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader.test_encoded_adjacent_nonencoded)
PASS: test_escaped_8bit_header (test.test_email.test_email.TestHeader.test_escaped_8bit_header)
PASS: test_explicit_maxlinelen (test.test_email.test_email.TestHeader.test_explicit_maxlinelen)
PASS: test_flatten_header_with_no_value (test.test_email.test_email.TestHeader.test_flatten_header_with_no_value)
PASS: test_header_ctor_default_args (test.test_email.test_email.TestHeader.test_header_ctor_default_args)
PASS: test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_header_handles_binary_unknown8bit)
PASS: test_header_needs_no_decoding (test.test_email.test_email.TestHeader.test_header_needs_no_decoding)
PASS: test_long (test.test_email.test_email.TestHeader.test_long)
PASS: test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_make_header_handles_binary_unknown8bit)
PASS: test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader.test_modify_returned_list_does_not_change_header)
PASS: test_multilingual (test.test_email.test_email.TestHeader.test_multilingual)
PASS: test_quopri_splittable (test.test_email.test_email.TestHeader.test_quopri_splittable)
PASS: test_shift_jis_charset (test.test_email.test_email.TestHeader.test_shift_jis_charset)
PASS: test_simple (test.test_email.test_email.TestHeader.test_simple)
PASS: test_simple_surprise (test.test_email.test_email.TestHeader.test_simple_surprise)
PASS: test_string_charset (test.test_email.test_email.TestHeader.test_string_charset)
PASS: test_us_ascii_header (test.test_email.test_email.TestHeader.test_us_ascii_header)
PASS: test_utf8_shortest (test.test_email.test_email.TestHeader.test_utf8_shortest)
PASS: test_whitespace_header (test.test_email.test_email.TestHeader.test_whitespace_header)
PASS: test_whitespace_keeper (test.test_email.test_email.TestHeader.test_whitespace_keeper)
PASS: test_HeaderRegistry (test.test_email.test_email.TestHeaderRegistry.test_HeaderRegistry)
PASS: test_MIME_digest (test.test_email.test_email.TestIdempotent.test_MIME_digest)
PASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent.test_MIME_digest_with_part_headers)
PASS: test_content_type (test.test_email.test_email.TestIdempotent.test_content_type)
PASS: test_dsn (test.test_email.test_email.TestIdempotent.test_dsn)
PASS: test_long_header (test.test_email.test_email.TestIdempotent.test_long_header)
PASS: test_message_delivery_status (test.test_email.test_email.TestIdempotent.test_message_delivery_status)
PASS: test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent.test_message_external_body_idempotent)
PASS: test_message_signed_idempotent (test.test_email.test_email.TestIdempotent.test_message_signed_idempotent)
PASS: test_mixed_with_image (test.test_email.test_email.TestIdempotent.test_mixed_with_image)
PASS: test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent.test_more_rfc2231_parameters)
PASS: test_multipart_no_parts (test.test_email.test_email.TestIdempotent.test_multipart_no_parts)
PASS: test_multipart_one_part (test.test_email.test_email.TestIdempotent.test_multipart_one_part)
PASS: test_multipart_report (test.test_email.test_email.TestIdempotent.test_multipart_report)
PASS: test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent.test_nested_multipart_mixeds)
PASS: test_no_start_boundary (test.test_email.test_email.TestIdempotent.test_no_start_boundary)
PASS: test_parse_text_message (test.test_email.test_email.TestIdempotent.test_parse_text_message)
PASS: test_parse_untyped_message (test.test_email.test_email.TestIdempotent.test_parse_untyped_message)
PASS: test_parser (test.test_email.test_email.TestIdempotent.test_parser)
PASS: test_preamble_epilogue (test.test_email.test_email.TestIdempotent.test_preamble_epilogue)
PASS: test_rfc2231_charset (test.test_email.test_email.TestIdempotent.test_rfc2231_charset)
PASS: test_simple_multipart (test.test_email.test_email.TestIdempotent.test_simple_multipart)
PASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent.test_text_plain_in_a_multipart_digest)
PASS: test_body_line_iterator (test.test_email.test_email.TestIterators.test_body_line_iterator)
test_pushCR_LF (test.test_email.test_email.TestIterators.test_pushCR_LF)
PASS: FeedParser BufferedSubFile.push() assumed it received complete
PASS: test_push_random (test.test_email.test_email.TestIterators.test_push_random)
PASS: test_typed_subpart_iterator (test.test_email.test_email.TestIterators.test_typed_subpart_iterator)
PASS: test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators.test_typed_subpart_iterator_default_type)
PASS: test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders.test_another_long_almost_unsplittable_header)
PASS: test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders.test_another_long_multiline_header)
PASS: test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_header_encode_with_different_output_charset)
PASS: test_header_splitter (test.test_email.test_email.TestLongHeaders.test_header_splitter)
PASS: test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders.test_last_split_chunk_does_not_fit)
PASS: test_leading_splittable_in_the_middle_just_before_overlong_last_part (test.test_email.test_email.TestLongHeaders.test_leading_splittable_in_the_middle_just_before_overlong_last_part)
PASS: test_long_8bit_header (test.test_email.test_email.TestLongHeaders.test_long_8bit_header)
PASS: test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders.test_long_8bit_header_no_charset)
PASS: test_long_field_name (test.test_email.test_email.TestLongHeaders.test_long_field_name)
PASS: test_long_header_encode (test.test_email.test_email.TestLongHeaders.test_long_header_encode)
PASS: test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_different_output_charset)
PASS: test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation)
PASS: test_long_header_encode_with_tab_continuation_is_just_a_hint (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation_is_just_a_hint)
PASS: test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders.test_long_header_with_multiple_sequential_split_chars)
PASS: test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders.test_long_header_with_whitespace_runs)
PASS: test_long_line_after_append (test.test_email.test_email.TestLongHeaders.test_long_line_after_append)
PASS: test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders.test_long_lines_with_different_header)
PASS: test_long_nonstring (test.test_email.test_email.TestLongHeaders.test_long_nonstring)
PASS: test_long_received_header (test.test_email.test_email.TestLongHeaders.test_long_received_header)
PASS: test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders.test_long_rfc2047_header_with_embedded_fws)
PASS: test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders.test_long_run_with_semi_header_splitter)
PASS: test_long_to_header (test.test_email.test_email.TestLongHeaders.test_long_to_header)
PASS: test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders.test_long_unbreakable_lines_with_continuation)
PASS: test_multiline_with_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_last_part_followed_by_split_point)
PASS: test_multiline_with_overlong_parts_separated_by_two_split_points (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_parts_separated_by_two_split_points)
PASS: test_multiple_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable)
PASS: test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders.test_no_semis_header_splitter)
PASS: test_no_split_long_header (test.test_email.test_email.TestLongHeaders.test_no_split_long_header)
PASS: test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_overlong_last_part_followed_by_split_point)
PASS: test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders.test_shorter_line_with_append)
PASS: test_split_long_continuation (test.test_email.test_email.TestLongHeaders.test_split_long_continuation)
PASS: test_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_splittable_leading_char_followed_by_overlong_unsplittable)
PASS: test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws)
PASS: test_splitter_split_on_punctuation_only_if_fws_with_header (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws_with_header)
PASS: test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders.test_splitting_first_line_only_is_long)
PASS: test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders.test_splitting_multiple_long_lines)
PASS: test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders.test_string_headerinst_eq)
PASS: test_trailing_splittable_on_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable)
PASS: test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable)
PASS: test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_7or8bit)
PASS: test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_base64)
PASS: test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_noop)
PASS: test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_quopri)
PASS: test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_unicode_linend_encode_noop)
PASS: test_body (test.test_email.test_email.TestMIMEApplication.test_body)
PASS: test_headers (test.test_email.test_email.TestMIMEApplication.test_headers)
PASS: test_add_header (test.test_email.test_email.TestMIMEAudio.test_add_header)
PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEAudio.test_checkSetMinor)
PASS: test_encoding (test.test_email.test_email.TestMIMEAudio.test_encoding)
PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEAudio.test_guess_minor_type)
PASS: test_add_header (test.test_email.test_email.TestMIMEImage.test_add_header)
PASS: test_checkSetMinor (test.test_email.test_email.TestMIMEImage.test_checkSetMinor)
PASS: test_encoding (test.test_email.test_email.TestMIMEImage.test_encoding)
PASS: test_guess_minor_type (test.test_email.test_email.TestMIMEImage.test_guess_minor_type)
PASS: test_bad_multipart (test.test_email.test_email.TestMIMEMessage.test_bad_multipart)
PASS: test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage.test_default_multipart_constructor)
PASS: test_default_type (test.test_email.test_email.TestMIMEMessage.test_default_type)
PASS: test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage.test_default_type_non_parsed)
PASS: test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage.test_default_type_with_explicit_container_type)
PASS: test_dsn (test.test_email.test_email.TestMIMEMessage.test_dsn)
PASS: test_epilogue (test.test_email.test_email.TestMIMEMessage.test_epilogue)
PASS: test_generate (test.test_email.test_email.TestMIMEMessage.test_generate)
PASS: test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage.test_mime_attachments_in_constructor)
PASS: test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_custom_policy)
PASS: test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_default_policy)
PASS: test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage.test_no_nl_preamble)
PASS: test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage.test_parse_message_rfc822)
PASS: test_type_error (test.test_email.test_email.TestMIMEMessage.test_type_error)
PASS: test_valid_argument (test.test_email.test_email.TestMIMEMessage.test_valid_argument)
PASS: test_7bit_input (test.test_email.test_email.TestMIMEText.test_7bit_input)
PASS: test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText.test_7bit_input_no_charset)
PASS: test_charset (test.test_email.test_email.TestMIMEText.test_charset)
PASS: test_payload (test.test_email.test_email.TestMIMEText.test_payload)
PASS: test_types (test.test_email.test_email.TestMIMEText.test_types)
PASS: test_utf8_input (test.test_email.test_email.TestMIMEText.test_utf8_input)
SKIP: test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText.test_utf8_input_no_charset) "can't fix because of backward compat in email5, will fix in email6"
PASS: test__contains__ (test.test_email.test_email.TestMessageAPI.test__contains__)
PASS: test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI.test_add_header_with_name_only_param)
PASS: test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI.test_add_header_with_no_value)
PASS: test_as_bytes (test.test_email.test_email.TestMessageAPI.test_as_bytes)
PASS: test_as_bytes_policy (test.test_email.test_email.TestMessageAPI.test_as_bytes_policy)
PASS: test_as_string (test.test_email.test_email.TestMessageAPI.test_as_string)
PASS: test_as_string_policy (test.test_email.test_email.TestMessageAPI.test_as_string_policy)
PASS: test_ascii_add_header (test.test_email.test_email.TestMessageAPI.test_ascii_add_header)
PASS: test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_ascii_add_header_with_tspecial)
PASS: test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI.test_attach_when_payload_is_string)
PASS: test_bad_param (test.test_email.test_email.TestMessageAPI.test_bad_param)
PASS: test_binary_base64_payload (test.test_email.test_email.TestMessageAPI.test_binary_base64_payload)
PASS: test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI.test_binary_quopri_payload)
PASS: test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI.test_binary_uuencode_payload)
PASS: test_bogus_filename (test.test_email.test_email.TestMessageAPI.test_bogus_filename)
PASS: test_broken_base64_payload (test.test_email.test_email.TestMessageAPI.test_broken_base64_payload)
PASS: test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI.test_broken_unicode_payload)
PASS: test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_byte_message_rfc822_only)
PASS: test_continuation_sorting_part_order (test.test_email.test_email.TestMessageAPI.test_continuation_sorting_part_order)
PASS: test_decoded_generator (test.test_email.test_email.TestMessageAPI.test_decoded_generator)
PASS: test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI.test_del_nonexistent_param)
PASS: test_del_param (test.test_email.test_email.TestMessageAPI.test_del_param)
PASS: test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_nonexistent_header)
PASS: test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_other_header)
PASS: test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_Header_rejected)
PASS: test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_string_rejected)
PASS: test_field_containment (test.test_email.test_email.TestMessageAPI.test_field_containment)
PASS: test_get_all (test.test_email.test_email.TestMessageAPI.test_get_all)
PASS: test_get_boundary (test.test_email.test_email.TestMessageAPI.test_get_boundary)
PASS: test_get_charsets (test.test_email.test_email.TestMessageAPI.test_get_charsets)
PASS: test_get_content_disposition (test.test_email.test_email.TestMessageAPI.test_get_content_disposition)
PASS: test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_error)
PASS: test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_explicit)
PASS: test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_implicit)
PASS: test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_explicit)
PASS: test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_implicit)
PASS: test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing)
PASS: test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_with_default_type)
PASS: test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_error)
PASS: test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_explicit)
PASS: test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_implicit)
PASS: test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_explicit)
PASS: test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_implicit)
PASS: test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing)
PASS: test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_with_default_type)
PASS: test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_explicit)
PASS: test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_implicit)
PASS: test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_explicit)
PASS: test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_implicit)
PASS: test_get_content_type_missing (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing)
PASS: test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_with_default_type)
PASS: test_get_decoded_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_payload)
PASS: test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_uu_payload)
PASS: test_get_filename (test.test_email.test_email.TestMessageAPI.test_get_filename)
PASS: test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI.test_get_filename_with_name_parameter)
PASS: test_get_param (test.test_email.test_email.TestMessageAPI.test_get_param)
PASS: test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI.test_get_param_funky_continuation_lines)
PASS: test_get_param_liberal (test.test_email.test_email.TestMessageAPI.test_get_param_liberal)
PASS: test_get_param_linear_complexity (test.test_email.test_email.TestMessageAPI.test_get_param_linear_complexity)
PASS: test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_quotes)
PASS: test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_semis_in_quotes)
PASS: test_get_params (test.test_email.test_email.TestMessageAPI.test_get_params)
PASS: test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI.test_get_payload_n_raises_on_non_multipart)
PASS: test_getset_charset (test.test_email.test_email.TestMessageAPI.test_getset_charset)
PASS: test_invalid_header_names (test.test_email.test_email.TestMessageAPI.test_invalid_header_names)
PASS: test_make_boundary (test.test_email.test_email.TestMessageAPI.test_make_boundary)
PASS: test_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_message_rfc822_only)
PASS: test_missing_boundary (test.test_email.test_email.TestMessageAPI.test_missing_boundary)
PASS: test_missing_filename (test.test_email.test_email.TestMessageAPI.test_missing_filename)
PASS: test_noascii_add_header (test.test_email.test_email.TestMessageAPI.test_noascii_add_header)
PASS: test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_via_triple)
PASS: test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_with_tspecial)
PASS: test_nonascii_as_string_with_ascii_charset (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_with_ascii_charset)
PASS: test_nonascii_as_string_without_content_type_and_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_content_type_and_cte)
PASS: test_nonascii_as_string_without_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_cte)
PASS: test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI.test_questionable_bytes_payload)
PASS: test_replace_header (test.test_email.test_email.TestMessageAPI.test_replace_header)
PASS: test_set_boundary (test.test_email.test_email.TestMessageAPI.test_set_boundary)
PASS: test_set_charset_from_string (test.test_email.test_email.TestMessageAPI.test_set_charset_from_string)
PASS: test_set_param (test.test_email.test_email.TestMessageAPI.test_set_param)
PASS: test_set_payload_to_list (test.test_email.test_email.TestMessageAPI.test_set_payload_to_list)
PASS: test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset)
PASS: test_set_payload_with_8bit_data_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset_body_encoding_none)
PASS: test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_charset)
PASS: test_set_payload_with_non_ascii_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_non_ascii_and_charset_body_encoding_none)
PASS: test_set_type (test.test_email.test_email.TestMessageAPI.test_set_type)
PASS: test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI.test_set_type_on_other_header)
PASS: test_sorting_no_continuations (test.test_email.test_email.TestMessageAPI.test_sorting_no_continuations)
PASS: test_string_payload_with_base64_cte (test.test_email.test_email.TestMessageAPI.test_string_payload_with_base64_cte)
PASS: test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_body_defaults_to_utf8_encoding)
PASS: test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_header_defaults_to_utf8_encoding)
PASS: test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend)
PASS: test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_with_non_ascii)
PASS: test_Generator_linend (test.test_email.test_email.TestMiscellaneous.test_Generator_linend)
PASS: test__all__ (test.test_email.test_email.TestMiscellaneous.test__all__)
PASS: test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous.test_accepts_any_charset_like_object)
PASS: test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous.test_charset_richcomparisons)
PASS: test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous.test_charsets_case_insensitive)
PASS: test_check_parenthesis (test.test_email.test_email.TestMiscellaneous.test_check_parenthesis)
PASS: test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous.test_custom_message_does_not_require_arguments)
PASS: test_escape_backslashes (test.test_email.test_email.TestMiscellaneous.test_escape_backslashes)
PASS: test_escape_dump (test.test_email.test_email.TestMiscellaneous.test_escape_dump)
PASS: test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous.test_formataddr_does_not_quote_parens_in_quoted_string)
PASS: test_formatdate (test.test_email.test_email.TestMiscellaneous.test_formatdate)
PASS: test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous.test_formatdate_localtime)
PASS: test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous.test_formatdate_usegmt)
PASS: test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_bogus_charset)
PASS: test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_uppercase_charset)
PASS: test_getaddresses (test.test_email.test_email.TestMiscellaneous.test_getaddresses)
test_getaddresses_comma_in_name (test.test_email.test_email.TestMiscellaneous.test_getaddresses_comma_in_name)
PASS: GH-106669 regression test.
test_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous.test_getaddresses_embedded_comment)
PASS: Test proper handling of a nested comment
test_getaddresses_header_obj (test.test_email.test_email.TestMiscellaneous.test_getaddresses_header_obj)
PASS: Test the handling of a Header object.
PASS: test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous.test_getaddresses_nasty)
PASS: test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous.test_invalid_charset_like_object_raises_error)
PASS: test_iter_escaped_chars (test.test_email.test_email.TestMiscellaneous.test_iter_escaped_chars)
SKIP: test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous.test_make_msgid_collisions) "resource 'cpu' is not enabled"
PASS: test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_default_domain)
PASS: test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_domain)
PASS: test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous.test_make_msgid_idstring)
PASS: test_message_from_file (test.test_email.test_email.TestMiscellaneous.test_message_from_file)
PASS: test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_file_with_class)
PASS: test_message_from_string (test.test_email.test_email.TestMiscellaneous.test_message_from_string)
PASS: test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_string_with_class)
PASS: test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous.test_mime_classes_policy_argument)
PASS: test_mktime_tz (test.test_email.test_email.TestMiscellaneous.test_mktime_tz)
PASS: test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous.test_multiline_from_comment)
PASS: test_name_with_dot (test.test_email.test_email.TestMiscellaneous.test_name_with_dot)
PASS: test_noquote_dump (test.test_email.test_email.TestMiscellaneous.test_noquote_dump)
PASS: test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous.test_parseaddr_empty)
PASS: test_parseaddr_multiple_domains (test.test_email.test_email.TestMiscellaneous.test_parseaddr_multiple_domains)
PASS: test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_quoted_pairs_in_addresses)
PASS: test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_spaces_in_local_part)
PASS: test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous.test_parsedate_acceptable_to_time_functions)
PASS: test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous.test_parsedate_accepts_time_with_dots)
PASS: test_parsedate_compact (test.test_email.test_email.TestMiscellaneous.test_parsedate_compact)
PASS: test_parsedate_dot_time_delimiter (test.test_email.test_email.TestMiscellaneous.test_parsedate_dot_time_delimiter)
PASS: test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_dayofweek)
PASS: test_parsedate_no_seconds (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_seconds)
PASS: test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_negative_offset)
PASS: test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_positive_offset)
PASS: test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous.test_parsedate_returns_None_for_invalid_strings)
PASS: test_parsedate_rfc_850 (test.test_email.test_email.TestMiscellaneous.test_parsedate_rfc_850)
test_parsedate_y2k (test.test_email.test_email.TestMiscellaneous.test_parsedate_y2k)
PASS: Test for parsing a date with a two-digit year.
test_parsing_errors (test.test_email.test_email.TestMiscellaneous.test_parsing_errors)
PASS: Test for parsing errors from CVE-2023-27043 and CVE-2019-16056
PASS: test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous.test_partial_falls_inside_message_delivery_status)
PASS: test_quote_dump (test.test_email.test_email.TestMiscellaneous.test_quote_dump)
PASS: test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous.test_quotes_unicode_names)
PASS: test_strip_quoted_realnames (test.test_email.test_email.TestMiscellaneous.test_strip_quoted_realnames)
PASS: test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous.test_unicode_address_raises_error)
PASS: test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous.test_utils_quote_unquote)
PASS: test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart.test_boundary_in_non_multipart)
PASS: test_boundary_with_leading_space (test.test_email.test_email.TestMultipart.test_boundary_with_leading_space)
PASS: test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart.test_boundary_without_trailing_newline)
PASS: test_double_boundary (test.test_email.test_email.TestMultipart.test_double_boundary)
PASS: test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart.test_empty_multipart_idempotent)
PASS: test_hierarchy (test.test_email.test_email.TestMultipart.test_hierarchy)
PASS: test_message_external_body (test.test_email.test_email.TestMultipart.test_message_external_body)
PASS: test_mimebase_custom_policy (test.test_email.test_email.TestMultipart.test_mimebase_custom_policy)
PASS: test_mimebase_default_policy (test.test_email.test_email.TestMultipart.test_mimebase_default_policy)
PASS: test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart.test_nested_inner_contains_outer_boundary)
PASS: test_nested_with_same_boundary (test.test_email.test_email.TestMultipart.test_nested_with_same_boundary)
PASS: test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_empty_epilogue)
PASS: test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_none_epilogue)
PASS: test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart.test_one_part_in_a_multipart)
PASS: test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_epilogue)
PASS: test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_preamble)
PASS: test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_nl_epilogue)
PASS: test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_epilogue)
PASS: test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_preamble)
PASS: test_invalid_content_type (test.test_email.test_email.TestNonConformant.test_invalid_content_type)
PASS: test_lying_multipart (test.test_email.test_email.TestNonConformant.test_lying_multipart)
PASS: test_missing_start_boundary (test.test_email.test_email.TestNonConformant.test_missing_start_boundary)
PASS: test_no_separating_blank_line (test.test_email.test_email.TestNonConformant.test_no_separating_blank_line)
PASS: test_no_start_boundary (test.test_email.test_email.TestNonConformant.test_no_start_boundary)
PASS: test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant.test_parse_missing_minor_type)
PASS: test_string_payload_with_extra_space_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte)
PASS: test_string_payload_with_extra_space_after_cte_compat32 (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte_compat32)
PASS: test_string_payload_with_extra_text_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_text_after_cte)
PASS: test_attach_raises_exception (test.test_email.test_email.TestNonMultipart.test_attach_raises_exception)
PASS: test_nonmultipart_is_not_multipart (test.test_email.test_email.TestNonMultipart.test_nonmultipart_is_not_multipart)
PASS: test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers.test_CRLFLF_at_end_of_part)
PASS: test_bytes_header_parser (test.test_email.test_email.TestParsers.test_bytes_header_parser)
PASS: test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_does_not_close_file)
PASS: test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_on_exception_does_not_close_file)
PASS: test_crlf_flatten (test.test_email.test_email.TestParsers.test_crlf_flatten)
PASS: test_crlf_separation (test.test_email.test_email.TestParsers.test_crlf_separation)
PASS: test_header_parser (test.test_email.test_email.TestParsers.test_header_parser)
PASS: test_header_parser_multipart_is_valid (test.test_email.test_email.TestParsers.test_header_parser_multipart_is_valid)
PASS: test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers.test_multipart_digest_with_extra_mime_headers)
PASS: test_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_does_not_close_file)
PASS: test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_on_exception_does_not_close_file)
PASS: test_rfc2822_header_syntax (test.test_email.test_email.TestParsers.test_rfc2822_header_syntax)
PASS: test_rfc2822_one_character_header (test.test_email.test_email.TestParsers.test_rfc2822_one_character_header)
PASS: test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers.test_rfc2822_space_not_allowed_in_header)
PASS: test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers.test_strip_line_feed_and_carriage_return_in_headers)
PASS: test_three_lines (test.test_email.test_email.TestParsers.test_three_lines)
PASS: test_whitespace_continuation (test.test_email.test_email.TestParsers.test_whitespace_continuation)
PASS: test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers.test_whitespace_continuation_last_header)
PASS: test_body_quopri_len (test.test_email.test_email.TestQuopri.test_body_quopri_len)
PASS: test_decode_false_quoting (test.test_email.test_email.TestQuopri.test_decode_false_quoting)
PASS: test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri.test_decode_lowercase_quoting)
PASS: test_decode_multiple_spaces (test.test_email.test_email.TestQuopri.test_decode_multiple_spaces)
PASS: test_decode_null_line_null_word (test.test_email.test_email.TestQuopri.test_decode_null_line_null_word)
PASS: test_decode_null_word (test.test_email.test_email.TestQuopri.test_decode_null_word)
PASS: test_decode_one_line (test.test_email.test_email.TestQuopri.test_decode_one_line)
PASS: test_decode_one_line_cr (test.test_email.test_email.TestQuopri.test_decode_one_line_cr)
PASS: test_decode_one_line_crnl (test.test_email.test_email.TestQuopri.test_decode_one_line_crnl)
PASS: test_decode_one_line_lf (test.test_email.test_email.TestQuopri.test_decode_one_line_lf)
PASS: test_decode_one_line_nl (test.test_email.test_email.TestQuopri.test_decode_one_line_nl)
PASS: test_decode_one_line_one_word (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word)
PASS: test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_eol)
PASS: test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_one_line_trailing_spaces)
PASS: test_decode_one_long_line (test.test_email.test_email.TestQuopri.test_decode_one_long_line)
PASS: test_decode_one_space (test.test_email.test_email.TestQuopri.test_decode_one_space)
PASS: test_decode_one_word (test.test_email.test_email.TestQuopri.test_decode_one_word)
PASS: test_decode_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_word_eol)
PASS: test_decode_quoted_word (test.test_email.test_email.TestQuopri.test_decode_quoted_word)
PASS: test_decode_soft_line_break (test.test_email.test_email.TestQuopri.test_decode_soft_line_break)
PASS: test_decode_two_lines (test.test_email.test_email.TestQuopri.test_decode_two_lines)
PASS: test_decode_two_lines_eol (test.test_email.test_email.TestQuopri.test_decode_two_lines_eol)
PASS: test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_two_lines_trailing_spaces)
PASS: test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri.test_decode_uppercase_quoting)
PASS: test_encode (test.test_email.test_email.TestQuopri.test_encode)
PASS: test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri.test_encode_maxlinelen_too_small)
PASS: test_encode_null (test.test_email.test_email.TestQuopri.test_encode_null)
PASS: test_encode_null_lines (test.test_email.test_email.TestQuopri.test_encode_null_lines)
PASS: test_encode_one_line (test.test_email.test_email.TestQuopri.test_encode_one_line)
PASS: test_encode_one_line_crlf (test.test_email.test_email.TestQuopri.test_encode_one_line_crlf)
PASS: test_encode_one_line_eol (test.test_email.test_email.TestQuopri.test_encode_one_line_eol)
PASS: test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri.test_encode_one_line_eol_after_non_ascii)
PASS: test_encode_one_line_one_space (test.test_email.test_email.TestQuopri.test_encode_one_line_one_space)
PASS: test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_spaces)
PASS: test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_tab)
PASS: test_encode_one_long_line (test.test_email.test_email.TestQuopri.test_encode_one_long_line)
PASS: test_encode_one_long_string (test.test_email.test_email.TestQuopri.test_encode_one_long_string)
PASS: test_encode_one_space (test.test_email.test_email.TestQuopri.test_encode_one_space)
PASS: test_encode_one_very_long_line (test.test_email.test_email.TestQuopri.test_encode_one_very_long_line)
PASS: test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_spaces)
PASS: test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_tab)
PASS: test_encode_quoted_equals (test.test_email.test_email.TestQuopri.test_encode_quoted_equals)
PASS: test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_shortest_maxlinelen)
PASS: test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_at_maxlinelen)
PASS: test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_before_maxlinelen)
PASS: test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_beyond_maxlinelen)
PASS: test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri.test_encode_two_lines_one_space)
PASS: test_encode_whitespace_lines (test.test_email.test_email.TestQuopri.test_encode_whitespace_lines)
PASS: test_header_decode_non_ascii (test.test_email.test_email.TestQuopri.test_header_decode_non_ascii)
PASS: test_header_decode_null (test.test_email.test_email.TestQuopri.test_header_decode_null)
PASS: test_header_decode_one_word (test.test_email.test_email.TestQuopri.test_header_decode_one_word)
PASS: test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri.test_header_decode_re_bug_18380)
PASS: test_header_decode_two_lines (test.test_email.test_email.TestQuopri.test_header_decode_two_lines)
PASS: test_header_encode_alt_charset (test.test_email.test_email.TestQuopri.test_header_encode_alt_charset)
PASS: test_header_encode_non_ascii (test.test_email.test_email.TestQuopri.test_header_encode_non_ascii)
PASS: test_header_encode_null (test.test_email.test_email.TestQuopri.test_header_encode_null)
PASS: test_header_encode_one_word (test.test_email.test_email.TestQuopri.test_header_encode_one_word)
PASS: test_header_encode_two_lines (test.test_email.test_email.TestQuopri.test_header_encode_two_lines)
PASS: test_header_quopri_len (test.test_email.test_email.TestQuopri.test_header_quopri_len)
PASS: test_quopri_body_check (test.test_email.test_email.TestQuopri.test_quopri_body_check)
PASS: test_quopri_header_check (test.test_email.test_email.TestQuopri.test_quopri_header_check)
PASS: test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri.test_quote_unquote_idempotent)
PASS: test_multiline_header (test.test_email.test_email.TestRFC2047.test_multiline_header)
PASS: test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047.test_rfc2047_B_bad_padding)
PASS: test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047.test_rfc2047_Q_invalid_digits)
PASS: test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_missing_whitespace)
PASS: test_rfc2047_multiline (test.test_email.test_email.TestRFC2047.test_rfc2047_multiline)
PASS: test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_1)
PASS: test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_2)
PASS: test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_3)
PASS: test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_4)
PASS: test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5a)
PASS: test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5b)
PASS: test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_6)
PASS: test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_7)
PASS: test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_with_whitespace)
PASS: test_unencoded_ascii (test.test_email.test_email.TestRFC2047.test_unencoded_ascii)
PASS: test_unencoded_utf8 (test.test_email.test_email.TestRFC2047.test_unencoded_utf8)
PASS: test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode)
PASS: test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_2)
PASS: test_del_param (test.test_email.test_email.TestRFC2231.test_del_param)
PASS: test_get_param (test.test_email.test_email.TestRFC2231.test_get_param)
PASS: test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_charset)
PASS: test_rfc2231_bad_character_in_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_encoding)
PASS: test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_filename)
PASS: test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_charset)
PASS: test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_filename)
PASS: test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_encoded_then_unencoded_segments)
PASS: test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_get_content_charset)
PASS: test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick)
PASS: test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_with_encoded_non_ascii)
PASS: test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231.test_rfc2231_no_extended_values)
PASS: test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset)
PASS: test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_boundary)
PASS: test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_charset)
PASS: test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename)
PASS: test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_encoded)
PASS: test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_extra_quoting)
PASS: test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_rfc_quoting)
PASS: test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_encoded)
PASS: test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_nonencoded)
PASS: test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename)
PASS: test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_extended)
PASS: test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack)
PASS: test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_extended)
PASS: test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_unencoded_then_encoded_segments)
PASS: test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_unknown_encoding)
PASS: test_set_param (test.test_email.test_email.TestRFC2231.test_set_param)
PASS: test_set_param_requote (test.test_email.test_email.TestRFC2231.test_set_param_requote)
PASS: test_should_not_hang_on_invalid_ew_messages (test.test_email.test_email.TestRFC2231.test_should_not_hang_on_invalid_ew_messages)
PASS: test_long_headers_as_string (test.test_email.test_email.TestSigned.test_long_headers_as_string)
PASS: test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned.test_long_headers_as_string_maxheaderlen)
PASS: test_long_headers_flatten (test.test_email.test_email.TestSigned.test_long_headers_flatten)
PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestBytesGenerator.test_compat32_max_line_length_does_not_fold_when_none)
PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator.test_crlf_control_via_policy)
PASS: test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_handles_unknown_8bit)
PASS: test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_transforms_8bit_cte)
PASS: test_defaults_handle_spaces_at_start_of_continuation_line (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_continuation_line)
PASS: test_defaults_handle_spaces_at_start_of_continuation_line_2 (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_continuation_line_2)
PASS: test_defaults_handle_spaces_at_start_of_subject (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_subject)
PASS: test_defaults_handle_spaces_between_encoded_words_when_folded (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_between_encoded_words_when_folded)
PASS: test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle)
test_ew_folding_round_trip_1 (test.test_email.test_generator.TestBytesGenerator.test_ew_folding_round_trip_1) ... 
ok
test_ew_folding_round_trip_2 (test.test_email.test_generator.TestBytesGenerator.test_ew_folding_round_trip_2) ... 
ok
PASS: test_flatten_control_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_control_linesep)
PASS: test_flatten_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep)
PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_overrides_policy)
PASS: test_keep_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_encoded_newlines)
PASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_long_encoded_newlines)
PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_0)
PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_100)
PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_20)
PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_40)
PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_0)
PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_100)
PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_20)
PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_40)
PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_0)
PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_100)
PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_20)
PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_40)
PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_0)
PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_100)
PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_20)
PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_40)
PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_0)
PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_100)
PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_20)
PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_40)
PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping)
PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)
PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator.test_set_mangle_from_via_policy)
PASS: test_smtp_policy (test.test_email.test_generator.TestBytesGenerator.test_smtp_policy)
PASS: test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator.test_smtputf8_policy)
PASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestGenerator.test_compat32_max_line_length_does_not_fold_when_none)
PASS: test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator.test_crlf_control_via_policy)
PASS: test_flatten_control_linesep (test.test_email.test_generator.TestGenerator.test_flatten_control_linesep)
PASS: test_flatten_linesep (test.test_email.test_generator.TestGenerator.test_flatten_linesep)
PASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator.test_flatten_linesep_overrides_policy)
PASS: test_flatten_unicode_linesep (test.test_email.test_generator.TestGenerator.test_flatten_unicode_linesep)
PASS: test_keep_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_encoded_newlines)
PASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_long_encoded_newlines)
PASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_0)
PASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_100)
PASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_20)
PASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_40)
PASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_0)
PASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_100)
PASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_20)
PASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_40)
PASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_0)
PASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_100)
PASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_20)
PASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_40)
PASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_0)
PASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_100)
PASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_20)
PASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_40)
PASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_0)
PASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_100)
PASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_20)
PASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_40)
PASS: test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping)
PASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)
PASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator.test_set_mangle_from_via_policy)
PASS: test_verify_generated_headers (test.test_email.test_generator.TestGenerator.test_verify_generated_headers)
PASS: test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_domain_raises)
PASS: test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_and_domain_raises)
PASS: test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_raises)
PASS: test_address_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_comparison)
PASS: test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_display_name_ro)
PASS: test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_domain_ro)
PASS: test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_addr_spec)
PASS: test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_username_domain)
PASS: test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_username_ro)
PASS: test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_with_no_display_name)
PASS: test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_bad_addr_sepc_raises)
PASS: test_crlf_in_constructor_args_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_crlf_in_constructor_args_raises)
PASS: test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_blanks_not_quoted)
PASS: test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_only)
PASS: test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_quoting)
PASS: test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_domain_only)
PASS: test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group)
PASS: test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_list)
PASS: test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_addresses_ro)
PASS: test_group_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_comparison)
PASS: test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_display_name_ro)
PASS: test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses)
PASS: test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_no_display_name)
PASS: test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_one_address_no_display_name)
PASS: test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup.test_il8n)
PASS: test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_non_ascii_username_in_addr_spec_raises)
PASS: test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_address)
PASS: test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_group)
PASS: test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_quoting)
PASS: test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_address)
PASS: test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_group)
PASS: test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_space_in_addr_spec_username_raises)
PASS: test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_username_only)
PASS: test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_address_only)
PASS: test_address_empty (test.test_email.test_headerregistry.TestAddressHeader.test_address_empty)
PASS: test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_escapes_in_local_part)
PASS: test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_quoted_strings_in_local_part)
PASS: test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_and_address)
PASS: test_address_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_ending_with_dot_without_space)
PASS: test_address_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_starting_with_dot)
PASS: test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_with_dot)
PASS: test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_backslashes_in_name)
PASS: test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_local_part)
PASS: test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_parens_in_name)
PASS: test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_strings_in_local_part)
PASS: test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_read_only)
PASS: test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_phrase_is_decoded)
PASS: test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_quoted_string_is_decoded)
PASS: test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_is_decoded)
PASS: test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_around_dots_in_local_part_removed)
PASS: test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_in_unquoted_local_part_collapsed)
PASS: test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_read_only)
PASS: test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_types)
PASS: test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_complex_address_list)
PASS: test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_group_address_only)
PASS: test_group_empty (test.test_email.test_headerregistry.TestAddressHeader.test_group_empty)
PASS: test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_escapes_in_local_part)
PASS: test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_quoted_strings_in_local_part)
PASS: test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_and_address)
PASS: test_group_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_ending_with_dot_without_space)
PASS: test_group_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_starting_with_dot)
PASS: test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_with_dot)
PASS: test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_backslashes_in_name)
PASS: test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_local_part)
PASS: test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_parens_in_name)
PASS: test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_strings_in_local_part)
PASS: test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_phrase_is_decoded)
PASS: test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_quoted_string_is_decoded)
PASS: test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_is_decoded)
PASS: test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_around_dots_in_local_part_removed)
PASS: test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_in_unquoted_local_part_collapsed)
PASS: test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_groups_read_only)
PASS: test_groups_types (test.test_email.test_headerregistry.TestAddressHeader.test_groups_types)
PASS: test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address)
PASS: test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_and_Group_list)
PASS: test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_list)
PASS: test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Group_list)
PASS: test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_simple_address_list)
PASS: test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_is_tuple)
PASS: test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_read_only)
PASS: test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_has_name)
PASS: test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_name_read_only)
PASS: test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_str)
PASS: test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_substr)
PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_1)
PASS: test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_2)
PASS: test_value_invalid_parameter_value_with_fws_between_ew (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_parameter_value_with_fws_between_ew)
PASS: test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value)
PASS: test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_with_params)
PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_no_value)
PASS: test_value_parameter_value_with_fws_between_tokens (test.test_email.test_headerregistry.TestContentDisposition.test_value_parameter_value_with_fws_between_tokens)
PASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_RFC_2183_1)
PASS: test_value_extra_space_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_extra_space_after_cte)
PASS: test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_junk_after_cte)
PASS: test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_no_value)
PASS: test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_1)
PASS: test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_2)
PASS: test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_3)
PASS: test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_bad_params)
PASS: test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset)
PASS: test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_param_name_and_comment)
PASS: test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_cfws_in_content_type)
PASS: test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_charset_param)
PASS: test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_double_quotes_inside_quotes)
PASS: test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_junk_text_in_content_type)
PASS: test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_lots_of_mime_params)
PASS: test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_mixed_case_content_type)
PASS: test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_slash_in_content_type)
PASS: test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_subtype_in_content_type)
PASS: test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_in_params)
PASS: test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_rfc2231_value)
PASS: test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_value_with_tspecials)
PASS: test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_with_extra_quoted_whitespace)
PASS: test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_quotes_inside_rfc2231_value)
PASS: test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_bad_character_in_charset_parameter_value)
PASS: test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_charset)
PASS: test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_charset)
PASS: test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_double_quotes)
PASS: test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_then_unencoded_segments)
PASS: test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_with_double_quotes)
PASS: test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_folded_segments_correctly_formatted)
PASS: test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_no_language_or_charset)
PASS: test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value)
PASS: test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded)
PASS: test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_2)
PASS: test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_quoted_unencoded_then_encoded_segments)
PASS: test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_segmented_normal_values)
PASS: test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_non_encoded_value)
PASS: test_value_rfc2231_single_quote_in_value_with_charset_and_lang (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_value_with_charset_and_lang)
PASS: test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_inside_double_quotes)
PASS: test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unencoded_then_encoded_segments)
PASS: test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unknown_charset_treated_as_ascii)
PASS: test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value)
PASS: test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_semis_inside_quotes)
PASS: test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_single_quotes_inside_quotes)
PASS: test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_param_equals)
PASS: test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_semis)
PASS: test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_in_content_type)
PASS: test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_too_many_slashes_in_content_type)
PASS: test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_charset)
PASS: test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_content_type)
PASS: test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unquoted_param_value)
PASS: test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_date_header_properties)
PASS: test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader.test_datetime_read_only)
PASS: test_invalid_date_format (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_format)
PASS: test_invalid_date_value (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_value)
PASS: test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader.test_no_value_is_defect)
PASS: test_parse_date (test.test_email.test_headerregistry.TestDateHeader.test_parse_date)
PASS: test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_resent_date_header_properties)
PASS: test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_date_header_from_datetime)
PASS: test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_from_datetime)
test_address_display_names (test.test_email.test_headerregistry.TestFolding.test_address_display_names)
PASS: Test the folding and encoding of address headers.
PASS: test_fold_address_list (test.test_email.test_headerregistry.TestFolding.test_fold_address_list)
PASS: test_fold_date_header (test.test_email.test_headerregistry.TestFolding.test_fold_date_header)
PASS: test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding.test_fold_overlong_words_using_RFC2047)
PASS: test_fold_references (test.test_email.test_headerregistry.TestFolding.test_fold_references)
PASS: test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_short)
PASS: test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_single_word)
PASS: test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_commas)
PASS: test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_overlong_word)
PASS: test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_slightly_long_word)
PASS: test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_two_overlong_words)
PASS: test_long_unstructured (test.test_email.test_headerregistry.TestFolding.test_long_unstructured)
PASS: test_message_id_header_is_not_folded (test.test_email.test_headerregistry.TestFolding.test_message_id_header_is_not_folded)
PASS: test_short_unstructured (test.test_email.test_headerregistry.TestFolding.test_short_unstructured)
PASS: test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding.test_unstructured_short_max_line_length)
PASS: test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry.test_arbitrary_name_unstructured)
PASS: test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry.test_dont_use_default_map)
PASS: test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry.test_map_to_type)
PASS: test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry.test_name_case_ignored)
PASS: test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_base_class)
PASS: test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class)
PASS: test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_only_overrides_default)
PASS: test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_1_1)
PASS: test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_1)
PASS: test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_x)
PASS: test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_1)
PASS: test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_2)
PASS: test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_3)
PASS: test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_4)
PASS: test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_foo)
PASS: test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_leading_trailing_whitespace_ignored)
PASS: test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_missing)
PASS: test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_after)
PASS: test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_before)
PASS: test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_inside)
PASS: test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_two_periods)
PASS: test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_whitespace)
PASS: test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_gb2312_base64)
PASS: test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_quopri_with_regular_text)
PASS: test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_nonascii_quopri)
PASS: test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_quopri)
PASS: test_body_base64_text (test.test_email.test_inversion.TestInversion.test_body_base64_text)
PASS: test_body_plain_text (test.test_email.test_inversion.TestInversion.test_body_plain_text)
PASS: test_body_qp_text (test.test_email.test_inversion.TestInversion.test_body_qp_text)
PASS: test_input_header_with_invalid_date (test.test_email.test_inversion.TestInversion.test_input_header_with_invalid_date)
PASS: test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion.test_input_header_with_one_space_body)
PASS: test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test.test_error_on_setitem_if_max_count_exceeded)
PASS: test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test.test_rfc2043_auto_decoded_and_emailmessage_used)
PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_add_alternative_alternative_)
PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_alternative_mixed_raises)
PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_no_content_succeeds)
PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_none_succeeds)
PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_plain_succeeds)
PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_related_succeeds)
PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_alternative_succeeds)
PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_add_mixed_mixed_)
PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_no_content_succeeds)
PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_none_succeeds)
PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_plain_succeeds)
PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_related_succeeds)
PASS: test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_add_related_alternative_raises)
PASS: test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_related_mixed_raises)
PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_no_content_succeeds)
PASS: test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_none_succeeds)
PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_plain_succeeds)
PASS: test_add_related_related_ (test.test_email.test_message.TestEmailMessage.test_add_related_related_)
PASS: test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage.test_as_string_allows_maxheaderlen)
PASS: test_as_string_unixform (test.test_email.test_message.TestEmailMessage.test_as_string_unixform)
PASS: test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage.test_as_string_uses_max_header_length_by_default)
PASS: test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_content_empty_message)
PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_inline_mixed)
PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_mixed)
PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_message_rfc822)
PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_content_mime_non_text)
PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_alternative_plain_related)
PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html)
PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html_wrong_order)
PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_text_message_rfc822)
PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_content_non_mime_plain)
PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_alternative)
PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_attachment_mixed)
PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_mixed)
PASS: test_clear_content_related (test.test_email.test_message.TestEmailMessage.test_clear_content_related)
PASS: test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_content_related_with_start)
PASS: test_clear_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_empty_message)
PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_inline_mixed)
PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_mixed)
PASS: test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_message_rfc822)
PASS: test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_mime_non_text)
PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_mixed_alternative_plain_related)
PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html)
PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_wrong_order)
PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_mixed_text_message_rfc822)
PASS: test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_non_mime_plain)
PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_alternative)
PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_attachment_mixed)
PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_mixed)
PASS: test_clear_related (test.test_email.test_message.TestEmailMessage.test_clear_related)
PASS: test_clear_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_related_with_start)
PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_default_content_manager_for_add_comes_from_policy)
PASS: test_folding_with_long_nospace_compat32_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_compat32_policy_1)
PASS: test_folding_with_long_nospace_default_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_default_policy_1)
PASS: test_folding_with_long_nospace_http_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_http_policy_1)
PASS: test_folding_with_long_nospace_smtp_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_smtp_policy_1)
PASS: test_folding_with_short_nospace_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_short_nospace_1)
PASS: test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_1)
PASS: test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_2)
PASS: test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_3)
PASS: test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_4)
PASS: test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_5)
PASS: test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_6)
PASS: test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_7)
PASS: test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_8)
PASS: test_get_body_empty_message (test.test_email.test_message.TestEmailMessage.test_get_body_empty_message)
PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_inline_mixed)
PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_mixed)
test_get_body_malformed (test.test_email.test_message.TestEmailMessage.test_get_body_malformed)
PASS: test for bpo-42892
PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_message_rfc822)
PASS: test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage.test_get_body_mime_non_text)
PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_alternative_plain_related)
PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html)
PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html_wrong_order)
PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_text_message_rfc822)
PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_get_body_non_mime_plain)
PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_alternative)
PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_attachment_mixed)
PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_mixed)
PASS: test_get_body_related (test.test_email.test_message.TestEmailMessage.test_get_body_related)
PASS: test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage.test_get_body_related_with_start)
PASS: test_get_bytes_payload_with_quoted_printable_encoding (test.test_email.test_message.TestEmailMessage.test_get_bytes_payload_with_quoted_printable_encoding)
PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_get_content_default_cm_comes_from_policy)
PASS: test_get_content_with_cm (test.test_email.test_message.TestEmailMessage.test_get_content_with_cm)
PASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestEmailMessage.test_gh_94606_good_surrogateescape)
PASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestEmailMessage.test_gh_94606_out_of_range_surrogate)
PASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_string_with_utf8)
PASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_surrogate_and_utf8)
PASS: test_invalid_header_names (test.test_email.test_message.TestEmailMessage.test_invalid_header_names)
PASS: test_is_attachment (test.test_email.test_message.TestEmailMessage.test_is_attachment)
PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_attachment_empty_message)
PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_inline_mixed)
PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_mixed)
PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_message_rfc822)
PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mime_non_text)
PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_alternative_plain_related)
PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html)
PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)
PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_text_message_rfc822)
PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_attachment_non_mime_plain)
PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_alternative)
PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_attachment_mixed)
PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_mixed)
PASS: test_iter_attachment_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related)
PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_with_start)
PASS: test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage.test_iter_attachments_mutation)
PASS: test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_parts_empty_message)
PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_inline_mixed)
PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_mixed)
PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_message_rfc822)
PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_parts_mime_non_text)
PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_alternative_plain_related)
PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html)
PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)
PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_text_message_rfc822)
PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_parts_non_mime_plain)
PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_alternative)
PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_attachment_mixed)
PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_mixed)
PASS: test_iter_parts_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_related)
PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_parts_related_with_start)
PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_alternative_alternative_)
PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_alternative_mixed_raises)
PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_no_content_succeeds)
PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_none_succeeds)
PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_plain_succeeds)
PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_related_succeeds)
PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_alternative_succeeds)
PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_mixed_mixed_)
PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_no_content_succeeds)
PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_none_succeeds)
PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_plain_succeeds)
PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_related_succeeds)
PASS: test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_related_alternative_raises)
PASS: test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_related_mixed_raises)
PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_no_content_succeeds)
PASS: test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_none_succeeds)
PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_plain_succeeds)
PASS: test_make_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_related_related_)
PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_alternative_)
PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_mixed_raises)
PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_no_content_succeeds)
PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_none_succeeds)
PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_plain_succeeds)
PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_related_succeeds)
PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_alternative_succeeds)
PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_mixed_)
PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_no_content_succeeds)
PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_none_succeeds)
PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_plain_succeeds)
PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_related_succeeds)
PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_alternative_raises)
PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_mixed_raises)
PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_no_content_succeeds)
PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_none_succeeds)
PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_plain_succeeds)
PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_related_)
PASS: test_no_wrapping_max_line_length (test.test_email.test_message.TestEmailMessage.test_no_wrapping_max_line_length)
PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestEmailMessage.test_policy_on_part_made_by_make_comes_from_message)
PASS: test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_adds_MIME_Version)
PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_set_content_default_cm_comes_from_policy)
PASS: test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_does_not_duplicate_MIME_Version)
PASS: test_set_content_with_cm (test.test_email.test_message.TestEmailMessage.test_set_content_with_cm)
PASS: test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_policy_max_line_length)
PASS: test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_utf8)
PASS: test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_add_alternative_alternative_)
PASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_alternative_mixed_raises)
PASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_no_content_succeeds)
PASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_none_succeeds)
PASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_plain_succeeds)
PASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_related_succeeds)
PASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_alternative_succeeds)
PASS: test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_add_mixed_mixed_)
PASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_no_content_succeeds)
PASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_none_succeeds)
PASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_plain_succeeds)
PASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_related_succeeds)
PASS: test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_add_related_alternative_raises)
PASS: test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_related_mixed_raises)
PASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_no_content_succeeds)
PASS: test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_none_succeeds)
PASS: test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_plain_succeeds)
PASS: test_add_related_related_ (test.test_email.test_message.TestMIMEPart.test_add_related_related_)
PASS: test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_content_empty_message)
PASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_inline_mixed)
PASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_mixed)
PASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_message_rfc822)
PASS: test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_content_mime_non_text)
PASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_alternative_plain_related)
PASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html)
PASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html_wrong_order)
PASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_text_message_rfc822)
PASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_content_non_mime_plain)
PASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_alternative)
PASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_attachment_mixed)
PASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_mixed)
PASS: test_clear_content_related (test.test_email.test_message.TestMIMEPart.test_clear_content_related)
PASS: test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_content_related_with_start)
PASS: test_clear_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_empty_message)
PASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_inline_mixed)
PASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_mixed)
PASS: test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_message_rfc822)
PASS: test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_mime_non_text)
PASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_mixed_alternative_plain_related)
PASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html)
PASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_wrong_order)
PASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_mixed_text_message_rfc822)
PASS: test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_non_mime_plain)
PASS: test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_alternative)
PASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_attachment_mixed)
PASS: test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_mixed)
PASS: test_clear_related (test.test_email.test_message.TestMIMEPart.test_clear_related)
PASS: test_clear_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_related_with_start)
PASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_default_content_manager_for_add_comes_from_policy)
PASS: test_get_body_empty_message (test.test_email.test_message.TestMIMEPart.test_get_body_empty_message)
PASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_inline_mixed)
PASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_mixed)
PASS: test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_message_rfc822)
PASS: test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart.test_get_body_mime_non_text)
PASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_alternative_plain_related)
PASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html)
PASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html_wrong_order)
PASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_text_message_rfc822)
PASS: test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_get_body_non_mime_plain)
PASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_alternative)
PASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_attachment_mixed)
PASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_mixed)
PASS: test_get_body_related (test.test_email.test_message.TestMIMEPart.test_get_body_related)
PASS: test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart.test_get_body_related_with_start)
PASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_get_content_default_cm_comes_from_policy)
PASS: test_get_content_with_cm (test.test_email.test_message.TestMIMEPart.test_get_content_with_cm)
PASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestMIMEPart.test_gh_94606_good_surrogateescape)
PASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestMIMEPart.test_gh_94606_out_of_range_surrogate)
PASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_string_with_utf8)
PASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_surrogate_and_utf8)
PASS: test_is_attachment (test.test_email.test_message.TestMIMEPart.test_is_attachment)
PASS: test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_attachment_empty_message)
PASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_inline_mixed)
PASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_mixed)
PASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_message_rfc822)
PASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mime_non_text)
PASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_alternative_plain_related)
PASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html)
PASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)
PASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_text_message_rfc822)
PASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_attachment_non_mime_plain)
PASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_alternative)
PASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_attachment_mixed)
PASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_mixed)
PASS: test_iter_attachment_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related)
PASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_with_start)
PASS: test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart.test_iter_attachments_mutation)
PASS: test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_parts_empty_message)
PASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_inline_mixed)
PASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_mixed)
PASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_message_rfc822)
PASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_parts_mime_non_text)
PASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_alternative_plain_related)
PASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html)
PASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)
PASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_text_message_rfc822)
PASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_parts_non_mime_plain)
PASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_alternative)
PASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_attachment_mixed)
PASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_mixed)
PASS: test_iter_parts_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_related)
PASS: test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_parts_related_with_start)
PASS: test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_alternative_alternative_)
PASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_alternative_mixed_raises)
PASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_no_content_succeeds)
PASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_none_succeeds)
PASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_plain_succeeds)
PASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_related_succeeds)
PASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_alternative_succeeds)
PASS: test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_mixed_mixed_)
PASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_no_content_succeeds)
PASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_none_succeeds)
PASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_plain_succeeds)
PASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_related_succeeds)
PASS: test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_related_alternative_raises)
PASS: test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_related_mixed_raises)
PASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_no_content_succeeds)
PASS: test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_none_succeeds)
PASS: test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_plain_succeeds)
PASS: test_make_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_related_related_)
PASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_alternative_)
PASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_mixed_raises)
PASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_no_content_succeeds)
PASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_none_succeeds)
PASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_plain_succeeds)
PASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_related_succeeds)
PASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_alternative_succeeds)
PASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_mixed_)
PASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_no_content_succeeds)
PASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_none_succeeds)
PASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_plain_succeeds)
PASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_related_succeeds)
PASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_alternative_raises)
PASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_mixed_raises)
PASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_no_content_succeeds)
PASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_none_succeeds)
PASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_plain_succeeds)
PASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_related_)
PASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestMIMEPart.test_policy_on_part_made_by_make_comes_from_message)
PASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_set_content_default_cm_comes_from_policy)
PASS: test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart.test_set_content_does_not_add_MIME_Version)
PASS: test_set_content_with_cm (test.test_email.test_message.TestMIMEPart.test_set_content_with_cm)
PASS: test_string_payload_with_multipart_content_type (test.test_email.test_message.TestMIMEPart.test_string_payload_with_multipart_content_type)
PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser.test_custom_message_factory_on_policy)
PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser.test_factory_arg_overrides_policy)
PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser.test_only_split_on_cr_lf)
PASS: test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_file)
PASS: test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_string)
PASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser.test_custom_message_factory_on_policy)
PASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser.test_factory_arg_overrides_policy)
PASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestParser.test_only_split_on_cr_lf)
PASS: test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_date)
PASS: test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_from)
PASS: test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_subject)
PASS: test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_to)
PASS: test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_date)
PASS: test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_from)
PASS: test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_subject)
PASS: test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_to)
PASS: test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_created)
PASS: test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_parsed)
PASS: test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_created)
PASS: test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_parsed)
PASS: test_abc (test.test_email.test_policy.PolicyAPITests.test_abc)
PASS: test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests.test_adding_default_policies_preserves_default_factory)
PASS: test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests.test_all_attributes_covered)
PASS: test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests.test_clone_copies_factory)
PASS: test_default_header_factory (test.test_email.test_policy.PolicyAPITests.test_default_header_factory)
PASS: test_defaults (test.test_email.test_policy.PolicyAPITests.test_defaults)
PASS: test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests.test_each_Policy_gets_unique_factory)
PASS: test_fold_utf8 (test.test_email.test_policy.PolicyAPITests.test_fold_utf8)
PASS: test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests.test_fold_zero_max_line_length)
PASS: test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests.test_handle_defect_raises_on_strict)
PASS: test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests.test_handle_defect_registers_defect)
PASS: test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests.test_new_factory_overrides_default)
PASS: test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests.test_non_ascii_chars_do_not_cause_inf_loop)
PASS: test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_still_raises)
PASS: test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_works)
PASS: test_policy_addition (test.test_email.test_policy.PolicyAPITests.test_policy_addition)
PASS: test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests.test_policy_is_immutable)
PASS: test_register_defect (test.test_email.test_policy.PolicyAPITests.test_register_defect)
PASS: test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests.test_reject_non_policy_keyword_when_called)
PASS: test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests.test_set_policy_attrs_when_cloned)
PASS: test_short_maxlen_error (test.test_email.test_policy.PolicyAPITests.test_short_maxlen_error)
PASS: test_verify_generated_headers (test.test_email.test_policy.PolicyAPITests.test_verify_generated_headers)
PASS: test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies.test_header_store_parse_rejects_newlines)
PASS: test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation.test_bytes_parser)
PASS: test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_binary_file)
PASS: test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation.test_message_from_bytes)
PASS: test_message_from_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_file)
PASS: test_message_from_string (test.test_email.test_policy.TestPolicyPropagation.test_message_from_string)
PASS: test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_propagates_to_generator)
PASS: test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_used_by_as_string)
PASS: test_parser (test.test_email.test_policy.TestPolicyPropagation.test_parser)
PASS: test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_message)
PASS: test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_sub_messages)
PASS: test_aware_datetime (test.test_email.test_utils.DateTimeTests.test_aware_datetime)
PASS: test_naive_datetime (test.test_email.test_utils.DateTimeTests.test_naive_datetime)
PASS: test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime)
PASS: test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_naive)
PASS: test_parsedate_to_datetime_with_invalid_raises_valueerror (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_with_invalid_raises_valueerror)
PASS: test_usegmt (test.test_email.test_utils.DateTimeTests.test_usegmt)
PASS: test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_naive_datetime_raises)
PASS: test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_non_utc_datetime_raises)
PASS: test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_false)
PASS: test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_true)
PASS: test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_false)
PASS: test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_true)
PASS: test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_false)
PASS: test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_true)
PASS: test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_false)
PASS: test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_true)
PASS: test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_false)
PASS: test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_true)
PASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests.test_variable_tzname)
PASS: test_lazy_import (test.test_email.test_utils.TestImportTime.test_lazy_import)

----------------------------------------------------------------------
Ran 1784 tests in 2.106s

OK (skipped=2)
0:02:22 load avg: 4.07 [179/486] test_enum passed
PASS: test__all__ (test.test_enum.MiscTestCase.test__all__)
PASS: test_doc_1 (test.test_enum.MiscTestCase.test_doc_1)
PASS: test_doc_2 (test.test_enum.MiscTestCase.test_doc_2)
PASS: test_doc_3 (test.test_enum.MiscTestCase.test_doc_3)
PASS: test_doc_4 (test.test_enum.MiscTestCase.test_doc_4)
PASS: test_lazy_import (test.test_enum.MiscTestCase.test_lazy_import)
PASS: test_aliases (test.test_enum.OldTestFlag.test_aliases)
PASS: test_and (test.test_enum.OldTestFlag.test_and)
PASS: test_auto_number (test.test_enum.OldTestFlag.test_auto_number)
PASS: test_auto_number_garbage (test.test_enum.OldTestFlag.test_auto_number_garbage)
PASS: test_bool (test.test_enum.OldTestFlag.test_bool)
PASS: test_boundary (test.test_enum.OldTestFlag.test_boundary)
PASS: test_contains_tf (test.test_enum.OldTestFlag.test_contains_tf)
PASS: test_duplicate_auto (test.test_enum.OldTestFlag.test_duplicate_auto)
PASS: test_init_subclass (test.test_enum.OldTestFlag.test_init_subclass)
PASS: test_iter (test.test_enum.OldTestFlag.test_iter)
PASS: test_member_contains (test.test_enum.OldTestFlag.test_member_contains)
PASS: test_member_iter (test.test_enum.OldTestFlag.test_member_iter)
PASS: test_member_length (test.test_enum.OldTestFlag.test_member_length)
PASS: test_multiple_mixin (test.test_enum.OldTestFlag.test_multiple_mixin)
PASS: test_number_reset_and_order_cleanup (test.test_enum.OldTestFlag.test_number_reset_and_order_cleanup)
PASS: test_or (test.test_enum.OldTestFlag.test_or)
PASS: test_pickle (test.test_enum.OldTestFlag.test_pickle)
PASS: test_programatic_function_from_dict (test.test_enum.OldTestFlag.test_programatic_function_from_dict)
PASS: test_programatic_function_iterable (test.test_enum.OldTestFlag.test_programatic_function_iterable)
PASS: test_programatic_function_string (test.test_enum.OldTestFlag.test_programatic_function_string)
PASS: test_programatic_function_string_list (test.test_enum.OldTestFlag.test_programatic_function_string_list)
PASS: test_programatic_function_string_with_start (test.test_enum.OldTestFlag.test_programatic_function_string_with_start)
PASS: test_unique_composite (test.test_enum.OldTestFlag.test_unique_composite)
PASS: test_xor (test.test_enum.OldTestFlag.test_xor)
PASS: test_aliases (test.test_enum.OldTestIntFlag.test_aliases)
PASS: test_and (test.test_enum.OldTestIntFlag.test_and)
PASS: test_bool (test.test_enum.OldTestIntFlag.test_bool)
PASS: test_boundary (test.test_enum.OldTestIntFlag.test_boundary)
PASS: test_contains_tf (test.test_enum.OldTestIntFlag.test_contains_tf)
PASS: test_format (test.test_enum.OldTestIntFlag.test_format)
PASS: test_global_enum_str (test.test_enum.OldTestIntFlag.test_global_enum_str)
PASS: test_global_repr_conform1 (test.test_enum.OldTestIntFlag.test_global_repr_conform1)
PASS: test_global_repr_keep (test.test_enum.OldTestIntFlag.test_global_repr_keep)
PASS: test_invert (test.test_enum.OldTestIntFlag.test_invert)
PASS: test_iter (test.test_enum.OldTestIntFlag.test_iter)
PASS: test_member_contains (test.test_enum.OldTestIntFlag.test_member_contains)
PASS: test_member_iter (test.test_enum.OldTestIntFlag.test_member_iter)
PASS: test_member_length (test.test_enum.OldTestIntFlag.test_member_length)
PASS: test_multiple_mixin (test.test_enum.OldTestIntFlag.test_multiple_mixin)
PASS: test_or (test.test_enum.OldTestIntFlag.test_or)
PASS: test_programatic_function_from_dict (test.test_enum.OldTestIntFlag.test_programatic_function_from_dict)
PASS: test_programatic_function_from_empty_list (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_list)
PASS: test_programatic_function_from_empty_tuple (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_tuple)
PASS: test_programatic_function_iterable (test.test_enum.OldTestIntFlag.test_programatic_function_iterable)
PASS: test_programatic_function_string (test.test_enum.OldTestIntFlag.test_programatic_function_string)
PASS: test_programatic_function_string_list (test.test_enum.OldTestIntFlag.test_programatic_function_string_list)
PASS: test_programatic_function_string_with_start (test.test_enum.OldTestIntFlag.test_programatic_function_string_with_start)
PASS: test_type (test.test_enum.OldTestIntFlag.test_type)
PASS: test_unique_composite (test.test_enum.OldTestIntFlag.test_unique_composite)
PASS: test_xor (test.test_enum.OldTestIntFlag.test_xor)
PASS: test_convert_complex (test.test_enum.TestConvert.test_convert_complex)
PASS: test_convert_int (test.test_enum.TestConvert.test_convert_int)
PASS: test_convert_raise (test.test_enum.TestConvert.test_convert_raise)
PASS: test_convert_repr_and_str (test.test_enum.TestConvert.test_convert_repr_and_str)
PASS: test_convert_str (test.test_enum.TestConvert.test_convert_str)
PASS: test_convert_uncomparable (test.test_enum.TestConvert.test_convert_uncomparable)
PASS: test_convert_value_lookup_priority (test.test_enum.TestConvert.test_convert_value_lookup_priority)
PASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings.test_empty_string)
PASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_character_string)
PASS: test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_number_string)
test_enum_dict_in_metaclass (test.test_enum.TestEnumDict.test_enum_dict_in_metaclass)
PASS: Test that EnumDict is usable as a class namespace
test_enum_dict_standalone (test.test_enum.TestEnumDict.test_enum_dict_standalone)
PASS: Test that EnumDict is usable on its own
PASS: test_dunder (test.test_enum.TestHelpers.test_dunder)
PASS: test_is_descriptor (test.test_enum.TestHelpers.test_is_descriptor)
PASS: test_is_private (test.test_enum.TestHelpers.test_is_private)
PASS: test_iter_bits_lsb (test.test_enum.TestHelpers.test_iter_bits_lsb)
PASS: test_sunder (test.test_enum.TestHelpers.test_sunder)
PASS: test_attribute_deletion (test.test_enum.TestIntEnumClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestIntEnumClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestIntEnumClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestIntEnumClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestIntEnumClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestIntEnumClass.test_contains_tf)
PASS: test_copy (test.test_enum.TestIntEnumClass.test_copy)
PASS: test_copy_member (test.test_enum.TestIntEnumClass.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestIntEnumClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestIntEnumClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestIntEnumClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestIntEnumClass.test_format)
PASS: test_format_specs (test.test_enum.TestIntEnumClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestIntEnumClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestIntEnumClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestIntEnumClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestIntEnumClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestIntEnumClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestIntEnumClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestIntEnumClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestIntEnumClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestIntEnumClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestIntEnumClass.test_repr)
PASS: test_repr_override (test.test_enum.TestIntEnumClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestIntEnumClass.test_reversed_iteration_order)
PASS: test_shadowed_attr (test.test_enum.TestIntEnumClass.test_shadowed_attr)
PASS: test_str (test.test_enum.TestIntEnumClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestIntEnumFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestIntEnumFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestIntEnumFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestIntEnumFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestIntEnumFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestIntEnumFunction.test_contains_tf)
PASS: test_copy (test.test_enum.TestIntEnumFunction.test_copy)
PASS: test_copy_member (test.test_enum.TestIntEnumFunction.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestIntEnumFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestIntEnumFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestIntEnumFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestIntEnumFunction.test_format)
PASS: test_format_specs (test.test_enum.TestIntEnumFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestIntEnumFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestIntEnumFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestIntEnumFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestIntEnumFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestIntEnumFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestIntEnumFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestIntEnumFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestIntEnumFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestIntEnumFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestIntEnumFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestIntEnumFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestIntEnumFunction.test_reversed_iteration_order)
PASS: test_shadowed_attr (test.test_enum.TestIntEnumFunction.test_shadowed_attr)
PASS: test_str (test.test_enum.TestIntEnumFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestIntFlagClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestIntFlagClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestIntFlagClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestIntFlagClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestIntFlagClass.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestIntFlagClass.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestIntFlagClass.test_contains_tf)
PASS: test_copy (test.test_enum.TestIntFlagClass.test_copy)
PASS: test_copy_member (test.test_enum.TestIntFlagClass.test_copy_member)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagClass.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestIntFlagClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestIntFlagClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestIntFlagClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestIntFlagClass.test_format)
PASS: test_format_specs (test.test_enum.TestIntFlagClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestIntFlagClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestIntFlagClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestIntFlagClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestIntFlagClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestIntFlagClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestIntFlagClass.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestIntFlagClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestIntFlagClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestIntFlagClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestIntFlagClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestIntFlagClass.test_repr)
PASS: test_repr_override (test.test_enum.TestIntFlagClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestIntFlagClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestIntFlagClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestIntFlagFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestIntFlagFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestIntFlagFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestIntFlagFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestIntFlagFunction.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestIntFlagFunction.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestIntFlagFunction.test_contains_tf)
PASS: test_copy (test.test_enum.TestIntFlagFunction.test_copy)
PASS: test_copy_member (test.test_enum.TestIntFlagFunction.test_copy_member)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagFunction.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestIntFlagFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestIntFlagFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestIntFlagFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestIntFlagFunction.test_format)
PASS: test_format_specs (test.test_enum.TestIntFlagFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestIntFlagFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestIntFlagFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestIntFlagFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestIntFlagFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestIntFlagFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestIntFlagFunction.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestIntFlagFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestIntFlagFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestIntFlagFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestIntFlagFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestIntFlagFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestIntFlagFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestIntFlagFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestIntFlagFunction.test_str)
PASS: test_auto_garbage_corrected_fail (test.test_enum.TestInternals.test_auto_garbage_corrected_fail)
SKIP: test_auto_garbage_corrected_ok (test.test_enum.TestInternals.test_auto_garbage_corrected_ok) 'mixed types with auto() no longer supported'
PASS: test_auto_garbage_fail (test.test_enum.TestInternals.test_auto_garbage_fail)
SKIP: test_auto_garbage_ok (test.test_enum.TestInternals.test_auto_garbage_ok) 'mixed types with auto() no longer supported'
PASS: test_auto_name (test.test_enum.TestInternals.test_auto_name)
PASS: test_auto_name_inherit (test.test_enum.TestInternals.test_auto_name_inherit)
PASS: test_auto_number (test.test_enum.TestInternals.test_auto_number)
PASS: test_auto_order (test.test_enum.TestInternals.test_auto_order)
PASS: test_auto_order_wierd (test.test_enum.TestInternals.test_auto_order_wierd)
PASS: test_auto_with_aliases (test.test_enum.TestInternals.test_auto_with_aliases)
PASS: test_dunder (test.test_enum.TestInternals.test_dunder)
PASS: test_duplicate_auto (test.test_enum.TestInternals.test_duplicate_auto)
PASS: test_is_private (test.test_enum.TestInternals.test_is_private)
PASS: test_multiple_auto_on_line (test.test_enum.TestInternals.test_multiple_auto_on_line)
PASS: test_sunder (test.test_enum.TestInternals.test_sunder)
PASS: test_attribute_deletion (test.test_enum.TestMinimalDateClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMinimalDateClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMinimalDateClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMinimalDateClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMinimalDateClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMinimalDateClass.test_contains_tf)
PASS: test_copy (test.test_enum.TestMinimalDateClass.test_copy)
PASS: test_copy_member (test.test_enum.TestMinimalDateClass.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestMinimalDateClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMinimalDateClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMinimalDateClass.test_format)
PASS: test_format_specs (test.test_enum.TestMinimalDateClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMinimalDateClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMinimalDateClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMinimalDateClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMinimalDateClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMinimalDateClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMinimalDateClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMinimalDateClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMinimalDateClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMinimalDateClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMinimalDateClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMinimalDateClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMinimalDateClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMinimalDateFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMinimalDateFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMinimalDateFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMinimalDateFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMinimalDateFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMinimalDateFunction.test_contains_tf)
PASS: test_copy (test.test_enum.TestMinimalDateFunction.test_copy)
PASS: test_copy_member (test.test_enum.TestMinimalDateFunction.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestMinimalDateFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMinimalDateFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMinimalDateFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMinimalDateFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMinimalDateFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMinimalDateFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMinimalDateFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMinimalDateFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMinimalDateFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMinimalDateFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMinimalDateFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMinimalDateFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMinimalDateFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMinimalDateFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMinimalDateFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMinimalFloatClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMinimalFloatClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMinimalFloatClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMinimalFloatClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMinimalFloatClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMinimalFloatClass.test_contains_tf)
PASS: test_copy (test.test_enum.TestMinimalFloatClass.test_copy)
PASS: test_copy_member (test.test_enum.TestMinimalFloatClass.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestMinimalFloatClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMinimalFloatClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMinimalFloatClass.test_format)
PASS: test_format_specs (test.test_enum.TestMinimalFloatClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMinimalFloatClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMinimalFloatClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMinimalFloatClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMinimalFloatClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMinimalFloatClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMinimalFloatClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMinimalFloatClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMinimalFloatClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMinimalFloatClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMinimalFloatClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMinimalFloatClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMinimalFloatFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMinimalFloatFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMinimalFloatFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMinimalFloatFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMinimalFloatFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMinimalFloatFunction.test_contains_tf)
PASS: test_copy (test.test_enum.TestMinimalFloatFunction.test_copy)
PASS: test_copy_member (test.test_enum.TestMinimalFloatFunction.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestMinimalFloatFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMinimalFloatFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMinimalFloatFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMinimalFloatFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMinimalFloatFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMinimalFloatFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMinimalFloatFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMinimalFloatFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMinimalFloatFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMinimalFloatFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMinimalFloatFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMinimalFloatFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMinimalFloatFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMinimalFloatFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedDateClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedDateClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedDateClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedDateClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedDateClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedDateClass.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedDateClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedDateClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedDateClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedDateClass.test_format)
PASS: test_format_specs (test.test_enum.TestMixedDateClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedDateClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedDateClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedDateClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedDateClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedDateClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedDateClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedDateClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedDateClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedDateClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedDateClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedDateClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedDateClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedDateClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedDateFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedDateFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedDateFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedDateFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedDateFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedDateFunction.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedDateFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedDateFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedDateFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedDateFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMixedDateFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedDateFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedDateFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedDateFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedDateFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedDateFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedDateFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedDateFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedDateFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedDateFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedDateFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedDateFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedDateFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedDateFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedFloatClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedFloatClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedFloatClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedFloatClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedFloatClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedFloatClass.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedFloatClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedFloatClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedFloatClass.test_format)
PASS: test_format_specs (test.test_enum.TestMixedFloatClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedFloatClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedFloatClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedFloatClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedFloatClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedFloatClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedFloatClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedFloatClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedFloatClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedFloatClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedFloatClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedFloatClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedFloatClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedFloatFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedFloatFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedFloatFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedFloatFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedFloatFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedFloatFunction.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedFloatFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedFloatFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedFloatFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMixedFloatFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedFloatFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedFloatFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedFloatFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedFloatFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedFloatFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedFloatFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedFloatFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedFloatFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedFloatFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedFloatFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedFloatFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedIntClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedIntClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedIntClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedIntClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedIntClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedIntClass.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedIntClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedIntClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedIntClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedIntClass.test_format)
PASS: test_format_specs (test.test_enum.TestMixedIntClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedIntClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedIntClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedIntClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedIntClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedIntClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedIntClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedIntClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedIntClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedIntClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedIntClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedIntClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedIntClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedIntClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedIntFlagClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedIntFlagClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedIntFlagClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagClass.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedIntFlagClass.test_contains_tf)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagClass.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestMixedIntFlagClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedIntFlagClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedIntFlagClass.test_format)
PASS: test_format_specs (test.test_enum.TestMixedIntFlagClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedIntFlagClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedIntFlagClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedIntFlagClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedIntFlagClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestMixedIntFlagClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedIntFlagClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedIntFlagClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedIntFlagClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedIntFlagClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedIntFlagFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedIntFlagFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedIntFlagFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagFunction.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedIntFlagFunction.test_contains_tf)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagFunction.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestMixedIntFlagFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedIntFlagFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedIntFlagFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMixedIntFlagFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedIntFlagFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedIntFlagFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedIntFlagFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedIntFlagFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedIntFlagFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedIntFlagFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedIntFlagFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedIntFlagFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedIntFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedIntFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedIntFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedIntFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedIntFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedIntFunction.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedIntFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedIntFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedIntFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMixedIntFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedIntFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedIntFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedIntFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedIntFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedIntFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedIntFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedIntFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedIntFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedIntFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedIntFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedIntFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedIntFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedStrClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedStrClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedStrClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedStrClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedStrClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedStrClass.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedStrClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedStrClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedStrClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedStrClass.test_format)
PASS: test_format_specs (test.test_enum.TestMixedStrClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedStrClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedStrClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedStrClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedStrClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedStrClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedStrClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedStrClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedStrClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedStrClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedStrClass.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedStrClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedStrClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedStrClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestMixedStrFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestMixedStrFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestMixedStrFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestMixedStrFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestMixedStrFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestMixedStrFunction.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestMixedStrFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestMixedStrFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestMixedStrFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestMixedStrFunction.test_format)
PASS: test_format_specs (test.test_enum.TestMixedStrFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestMixedStrFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestMixedStrFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestMixedStrFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestMixedStrFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestMixedStrFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestMixedStrFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestMixedStrFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestMixedStrFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestMixedStrFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestMixedStrFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestMixedStrFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestMixedStrFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestMixedStrFunction.test_str)
PASS: test_enum_has_extra_members (test.test_enum.TestOrder.test_enum_has_extra_members)
PASS: test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder.test_enum_has_extra_members_with_aliases)
PASS: test_order_has_extra_members (test.test_enum.TestOrder.test_order_has_extra_members)
PASS: test_order_has_extra_members_with_aliases (test.test_enum.TestOrder.test_order_has_extra_members_with_aliases)
PASS: test_same_members (test.test_enum.TestOrder.test_same_members)
PASS: test_same_members_with_aliases (test.test_enum.TestOrder.test_same_members_with_aliases)
PASS: test_same_members_wrong_order (test.test_enum.TestOrder.test_same_members_wrong_order)
PASS: test_attribute_deletion (test.test_enum.TestPlainEnumClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestPlainEnumClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestPlainEnumClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestPlainEnumClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestPlainEnumClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestPlainEnumClass.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestPlainEnumClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestPlainEnumClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestPlainEnumClass.test_format)
PASS: test_format_specs (test.test_enum.TestPlainEnumClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestPlainEnumClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestPlainEnumClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestPlainEnumClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestPlainEnumClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestPlainEnumClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestPlainEnumClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestPlainEnumClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestPlainEnumClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestPlainEnumClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestPlainEnumClass.test_repr)
PASS: test_repr_override (test.test_enum.TestPlainEnumClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestPlainEnumClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestPlainEnumFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestPlainEnumFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestPlainEnumFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestPlainEnumFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestPlainEnumFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestPlainEnumFunction.test_contains_tf)
PASS: test_dir_on_class (test.test_enum.TestPlainEnumFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestPlainEnumFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestPlainEnumFunction.test_format)
PASS: test_format_specs (test.test_enum.TestPlainEnumFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestPlainEnumFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestPlainEnumFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestPlainEnumFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestPlainEnumFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestPlainEnumFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestPlainEnumFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestPlainEnumFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestPlainEnumFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestPlainEnumFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestPlainEnumFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestPlainEnumFunction.test_str)
PASS: test_attribute_deletion (test.test_enum.TestPlainFlagClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestPlainFlagClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestPlainFlagClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestPlainFlagClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestPlainFlagClass.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagClass.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestPlainFlagClass.test_contains_tf)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagClass.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestPlainFlagClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestPlainFlagClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestPlainFlagClass.test_format)
PASS: test_format_specs (test.test_enum.TestPlainFlagClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestPlainFlagClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestPlainFlagClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestPlainFlagClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestPlainFlagClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagClass.test_multiple_superclasses_repr)
PASS: test_none_member (test.test_enum.TestPlainFlagClass.test_none_member)
test_object_str_override (test.test_enum.TestPlainFlagClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestPlainFlagClass.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestPlainFlagClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestPlainFlagClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestPlainFlagClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestPlainFlagClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestPlainFlagClass.test_repr)
PASS: test_repr_override (test.test_enum.TestPlainFlagClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagClass.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestPlainFlagClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestPlainFlagFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestPlainFlagFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestPlainFlagFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestPlainFlagFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestPlainFlagFunction.test_changing_member_fails)
PASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagFunction.test_closed_invert_expectations)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestPlainFlagFunction.test_contains_tf)
PASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagFunction.test_default_missing_with_wrong_type_value)
PASS: test_dir_on_class (test.test_enum.TestPlainFlagFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestPlainFlagFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestPlainFlagFunction.test_format)
PASS: test_format_specs (test.test_enum.TestPlainFlagFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestPlainFlagFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestPlainFlagFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestPlainFlagFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestPlainFlagFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestPlainFlagFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_open_invert_expectations (test.test_enum.TestPlainFlagFunction.test_open_invert_expectations)
PASS: test_overridden_format (test.test_enum.TestPlainFlagFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestPlainFlagFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestPlainFlagFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestPlainFlagFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestPlainFlagFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagFunction.test_reversed_iteration_order)
PASS: test_str (test.test_enum.TestPlainFlagFunction.test_str)
PASS: test_add_alias (test.test_enum.TestSpecial.test_add_alias)
PASS: test_add_value_alias_after_creation (test.test_enum.TestSpecial.test_add_value_alias_after_creation)
PASS: test_add_value_alias_during_creation (test.test_enum.TestSpecial.test_add_value_alias_during_creation)
PASS: test_bool (test.test_enum.TestSpecial.test_bool)
PASS: test_comparisons (test.test_enum.TestSpecial.test_comparisons)
PASS: test_conflicting_types_resolved_in_new (test.test_enum.TestSpecial.test_conflicting_types_resolved_in_new)
PASS: test_contains_different_types_same_members (test.test_enum.TestSpecial.test_contains_different_types_same_members)
PASS: test_contains_does_not_call_missing (test.test_enum.TestSpecial.test_contains_does_not_call_missing)
PASS: test_contains_name_and_value_overlap (test.test_enum.TestSpecial.test_contains_name_and_value_overlap)
PASS: test_custom_flag_bitwise (test.test_enum.TestSpecial.test_custom_flag_bitwise)
PASS: test_custom_strenum (test.test_enum.TestSpecial.test_custom_strenum)
PASS: test_default_missing_no_chained_exception (test.test_enum.TestSpecial.test_default_missing_no_chained_exception)
SKIP: test_dir_with_custom_dunders (test.test_enum.TestSpecial.test_dir_with_custom_dunders) 'to-do list'
PASS: test_duplicate_name_error (test.test_enum.TestSpecial.test_duplicate_name_error)
PASS: test_duplicate_values_give_unique_enum_items (test.test_enum.TestSpecial.test_duplicate_values_give_unique_enum_items)
PASS: test_dynamic_members_with_static_methods (test.test_enum.TestSpecial.test_dynamic_members_with_static_methods)
PASS: test_empty_globals (test.test_enum.TestSpecial.test_empty_globals)
PASS: test_empty_names (test.test_enum.TestSpecial.test_empty_names)
PASS: test_enum_function_with_qualname (test.test_enum.TestSpecial.test_enum_function_with_qualname)
PASS: test_enum_of_generic_aliases (test.test_enum.TestSpecial.test_enum_of_generic_aliases)
test_enum_of_types (test.test_enum.TestSpecial.test_enum_of_types)
PASS: Support using Enum to refer to types deliberately.
test_enum_of_types_with_nonmember (test.test_enum.TestSpecial.test_enum_of_types_with_nonmember)
PASS: Support using Enum to refer to types deliberately.
PASS: test_enum_with_value_name (test.test_enum.TestSpecial.test_enum_with_value_name)
PASS: test_equality (test.test_enum.TestSpecial.test_equality)
PASS: test_exclude_methods (test.test_enum.TestSpecial.test_exclude_methods)
PASS: test_extending (test.test_enum.TestSpecial.test_extending)
PASS: test_extending2 (test.test_enum.TestSpecial.test_extending2)
PASS: test_extending3 (test.test_enum.TestSpecial.test_extending3)
PASS: test_extra_member_creation (test.test_enum.TestSpecial.test_extra_member_creation)
PASS: test_flag_with_custom_new (test.test_enum.TestSpecial.test_flag_with_custom_new)
PASS: test_floatenum_fromhex (test.test_enum.TestSpecial.test_floatenum_fromhex)
PASS: test_flufl_enum (test.test_enum.TestSpecial.test_flufl_enum)
PASS: test_getattr_dunder (test.test_enum.TestSpecial.test_getattr_dunder)
PASS: test_getattr_getitem (test.test_enum.TestSpecial.test_getattr_getitem)
PASS: test_ignore (test.test_enum.TestSpecial.test_ignore)
PASS: test_inherited_data_type (test.test_enum.TestSpecial.test_inherited_data_type)
PASS: test_inherited_new_from_enhanced_enum (test.test_enum.TestSpecial.test_inherited_new_from_enhanced_enum)
PASS: test_inherited_new_from_mixed_enum (test.test_enum.TestSpecial.test_inherited_new_from_mixed_enum)
PASS: test_init (test.test_enum.TestSpecial.test_init)
PASS: test_init_exception (test.test_enum.TestSpecial.test_init_exception)
PASS: test_int_flags_copy (test.test_enum.TestSpecial.test_int_flags_copy)
PASS: test_intenum_from_bytes (test.test_enum.TestSpecial.test_intenum_from_bytes)
PASS: test_intenum_transitivity (test.test_enum.TestSpecial.test_intenum_transitivity)
PASS: test_introspection (test.test_enum.TestSpecial.test_introspection)
PASS: test_iteration_order (test.test_enum.TestSpecial.test_iteration_order)
PASS: test_member_from_member_access (test.test_enum.TestSpecial.test_member_from_member_access)
PASS: test_missing_exceptions_reset (test.test_enum.TestSpecial.test_missing_exceptions_reset)
PASS: test_missing_override (test.test_enum.TestSpecial.test_missing_override)
PASS: test_missing_value_error (test.test_enum.TestSpecial.test_missing_value_error)
PASS: test_mixed_enum_in_call_1 (test.test_enum.TestSpecial.test_mixed_enum_in_call_1)
PASS: test_mixed_enum_in_call_2 (test.test_enum.TestSpecial.test_mixed_enum_in_call_2)
PASS: test_multiple_inherited_mixin (test.test_enum.TestSpecial.test_multiple_inherited_mixin)
PASS: test_multiple_mixin (test.test_enum.TestSpecial.test_multiple_mixin)
PASS: test_multiple_mixin_inherited (test.test_enum.TestSpecial.test_multiple_mixin_inherited)
PASS: test_multiple_mixin_mro (test.test_enum.TestSpecial.test_multiple_mixin_mro)
PASS: test_multiple_mixin_with_common_data_type (test.test_enum.TestSpecial.test_multiple_mixin_with_common_data_type)
PASS: test_namedtuple_as_value (test.test_enum.TestSpecial.test_namedtuple_as_value)
test_nested_classes_in_enum_are_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_members)
SKIP: Check for warnings pre-3.13 'inner classes are not members'
test_nested_classes_in_enum_are_not_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members)
PASS: Support locally-defined nested classes.
test_nested_classes_in_enum_with_member (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_member)
PASS: Support locally-defined nested classes.
PASS: test_nested_classes_in_enum_with_nonmember (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_nonmember)
PASS: test_no_duplicates (test.test_enum.TestSpecial.test_no_duplicates)
PASS: test_no_members (test.test_enum.TestSpecial.test_no_members)
PASS: test_no_such_enum_member (test.test_enum.TestSpecial.test_no_such_enum_member)
PASS: test_nonhash_value (test.test_enum.TestSpecial.test_nonhash_value)
PASS: test_nonhashable_matches_hashable (test.test_enum.TestSpecial.test_nonhashable_matches_hashable)
PASS: test_ordered_mixin (test.test_enum.TestSpecial.test_ordered_mixin)
PASS: test_pickle_by_name (test.test_enum.TestSpecial.test_pickle_by_name)
PASS: test_pickle_enum (test.test_enum.TestSpecial.test_pickle_enum)
PASS: test_pickle_enum_function (test.test_enum.TestSpecial.test_pickle_enum_function)
PASS: test_pickle_enum_function_with_module (test.test_enum.TestSpecial.test_pickle_enum_function_with_module)
PASS: test_pickle_explodes (test.test_enum.TestSpecial.test_pickle_explodes)
PASS: test_pickle_float (test.test_enum.TestSpecial.test_pickle_float)
PASS: test_pickle_int (test.test_enum.TestSpecial.test_pickle_int)
PASS: test_pickle_nested_class (test.test_enum.TestSpecial.test_pickle_nested_class)
PASS: test_private_variable_is_normal_attribute (test.test_enum.TestSpecial.test_private_variable_is_normal_attribute)
PASS: test_programmatic_function_is_value_call (test.test_enum.TestSpecial.test_programmatic_function_is_value_call)
PASS: test_programmatic_function_string_list_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_list_with_start)
PASS: test_programmatic_function_string_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_with_start)
PASS: test_programmatic_function_type (test.test_enum.TestSpecial.test_programmatic_function_type)
PASS: test_programmatic_function_type_from_subclass (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass)
PASS: test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_with_start)
PASS: test_programmatic_function_type_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_with_start)
PASS: test_raise_custom_error_on_creation (test.test_enum.TestSpecial.test_raise_custom_error_on_creation)
PASS: test_repr_and_str_with_no_init_mixin (test.test_enum.TestSpecial.test_repr_and_str_with_no_init_mixin)
test_repr_with_dataclass (test.test_enum.TestSpecial.test_repr_with_dataclass)
PASS: ensure dataclass-mixin has correct repr()
PASS: test_repr_with_init_mixin (test.test_enum.TestSpecial.test_repr_with_init_mixin)
PASS: test_reserved_sunder_error (test.test_enum.TestSpecial.test_reserved_sunder_error)
PASS: test_second_tuple_item_is_falsey (test.test_enum.TestSpecial.test_second_tuple_item_is_falsey)
PASS: test_strenum (test.test_enum.TestSpecial.test_strenum)
PASS: test_string_enum (test.test_enum.TestSpecial.test_string_enum)
PASS: test_subclass_duplicate_name (test.test_enum.TestSpecial.test_subclass_duplicate_name)
PASS: test_subclass_duplicate_name_dynamic (test.test_enum.TestSpecial.test_subclass_duplicate_name_dynamic)
PASS: test_subclasses_with_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_with_direct_pickle_support)
PASS: test_subclasses_with_getnewargs (test.test_enum.TestSpecial.test_subclasses_with_getnewargs)
PASS: test_subclasses_with_getnewargs_ex (test.test_enum.TestSpecial.test_subclasses_with_getnewargs_ex)
PASS: test_subclasses_with_reduce (test.test_enum.TestSpecial.test_subclasses_with_reduce)
PASS: test_subclasses_with_reduce_ex (test.test_enum.TestSpecial.test_subclasses_with_reduce_ex)
PASS: test_subclasses_without_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_without_direct_pickle_support)
PASS: test_subclassing (test.test_enum.TestSpecial.test_subclassing)
PASS: test_too_many_data_types (test.test_enum.TestSpecial.test_too_many_data_types)
PASS: test_tuple_subclass (test.test_enum.TestSpecial.test_tuple_subclass)
PASS: test_tuple_subclass_with_auto_1 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_1)
PASS: test_tuple_subclass_with_auto_2 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_2)
PASS: test_using_members_as_nonmember (test.test_enum.TestSpecial.test_using_members_as_nonmember)
PASS: test_value_backup_assign (test.test_enum.TestSpecial.test_value_backup_assign)
PASS: test_wrong_enum_in_call (test.test_enum.TestSpecial.test_wrong_enum_in_call)
PASS: test_wrong_enum_in_mixed_call (test.test_enum.TestSpecial.test_wrong_enum_in_mixed_call)
PASS: test_wrong_inheritance_order (test.test_enum.TestSpecial.test_wrong_inheritance_order)
PASS: test_inspect_classify_class_attrs (test.test_enum.TestStdLib.test_inspect_classify_class_attrs)
PASS: test_inspect_getmembers (test.test_enum.TestStdLib.test_inspect_getmembers)
PASS: test_inspect_signatures (test.test_enum.TestStdLib.test_inspect_signatures)
PASS: test_pydoc (test.test_enum.TestStdLib.test_pydoc)
PASS: test_test_simple_enum (test.test_enum.TestStdLib.test_test_simple_enum)
PASS: test_attribute_deletion (test.test_enum.TestStrEnumClass.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestStrEnumClass.test_bad_new_super)
PASS: test_basics (test.test_enum.TestStrEnumClass.test_basics)
PASS: test_bool_is_true (test.test_enum.TestStrEnumClass.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestStrEnumClass.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumClass.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestStrEnumClass.test_contains_tf)
PASS: test_copy (test.test_enum.TestStrEnumClass.test_copy)
PASS: test_copy_member (test.test_enum.TestStrEnumClass.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestStrEnumClass.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestStrEnumClass.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumClass.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumClass.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestStrEnumClass.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestStrEnumClass.test_format)
PASS: test_format_specs (test.test_enum.TestStrEnumClass.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestStrEnumClass.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestStrEnumClass.test_hash)
PASS: test_inherited_repr (test.test_enum.TestStrEnumClass.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestStrEnumClass.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumClass.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestStrEnumClass.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestStrEnumClass.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestStrEnumClass.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestStrEnumClass.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumClass.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumClass.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumClass.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestStrEnumClass.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumClass.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestStrEnumClass.test_repr)
PASS: test_repr_override (test.test_enum.TestStrEnumClass.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestStrEnumClass.test_reversed_iteration_order)
PASS: test_shadowed_attr (test.test_enum.TestStrEnumClass.test_shadowed_attr)
PASS: test_str (test.test_enum.TestStrEnumClass.test_str)
PASS: test_attribute_deletion (test.test_enum.TestStrEnumFunction.test_attribute_deletion)
PASS: test_bad_new_super (test.test_enum.TestStrEnumFunction.test_bad_new_super)
PASS: test_basics (test.test_enum.TestStrEnumFunction.test_basics)
PASS: test_bool_is_true (test.test_enum.TestStrEnumFunction.test_bool_is_true)
PASS: test_changing_member_fails (test.test_enum.TestStrEnumFunction.test_changing_member_fails)
PASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumFunction.test_contains_same_name_diff_enum_diff_values)
PASS: test_contains_tf (test.test_enum.TestStrEnumFunction.test_contains_tf)
PASS: test_copy (test.test_enum.TestStrEnumFunction.test_copy)
PASS: test_copy_member (test.test_enum.TestStrEnumFunction.test_copy_member)
PASS: test_dir_on_class (test.test_enum.TestStrEnumFunction.test_dir_on_class)
PASS: test_dir_on_item (test.test_enum.TestStrEnumFunction.test_dir_on_item)
PASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)
PASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_on_super)
PASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumFunction.test_dir_with_added_behavior)
PASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumFunction.test_empty_enum_has_no_values)
PASS: test_enum_in_enum_out (test.test_enum.TestStrEnumFunction.test_enum_in_enum_out)
PASS: test_format (test.test_enum.TestStrEnumFunction.test_format)
PASS: test_format_specs (test.test_enum.TestStrEnumFunction.test_format_specs)
PASS: test_gnv_is_static (test.test_enum.TestStrEnumFunction.test_gnv_is_static)
PASS: test_hash (test.test_enum.TestStrEnumFunction.test_hash)
PASS: test_inherited_repr (test.test_enum.TestStrEnumFunction.test_inherited_repr)
PASS: test_invalid_names (test.test_enum.TestStrEnumFunction.test_invalid_names)
PASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumFunction.test_multiple_superclasses_repr)
test_object_str_override (test.test_enum.TestStrEnumFunction.test_object_str_override)
PASS: check that setting __str__ to object's is not reset to Enum's
PASS: test_overridden_format (test.test_enum.TestStrEnumFunction.test_overridden_format)
PASS: test_overridden_str (test.test_enum.TestStrEnumFunction.test_overridden_str)
PASS: test_overridden_str_format (test.test_enum.TestStrEnumFunction.test_overridden_str_format)
PASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumFunction.test_overridden_str_format_inherited)
PASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumFunction.test_programmatic_function_from_dict)
PASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumFunction.test_programmatic_function_iterable)
PASS: test_programmatic_function_string (test.test_enum.TestStrEnumFunction.test_programmatic_function_string)
PASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumFunction.test_programmatic_function_string_list)
PASS: test_repr (test.test_enum.TestStrEnumFunction.test_repr)
PASS: test_repr_override (test.test_enum.TestStrEnumFunction.test_repr_override)
PASS: test_reversed_iteration_order (test.test_enum.TestStrEnumFunction.test_reversed_iteration_order)
PASS: test_shadowed_attr (test.test_enum.TestStrEnumFunction.test_shadowed_attr)
PASS: test_str (test.test_enum.TestStrEnumFunction.test_str)
PASS: test_unique_clean (test.test_enum.TestUnique.test_unique_clean)
PASS: test_unique_dirty (test.test_enum.TestUnique.test_unique_dirty)
PASS: test_unique_with_name (test.test_enum.TestUnique.test_unique_with_name)
PASS: test_composite (test.test_enum.TestVerify.test_composite)
PASS: test_continuous (test.test_enum.TestVerify.test_continuous)
PASS: test_negative_alias (test.test_enum.TestVerify.test_negative_alias)
PASS: test_unique_clean (test.test_enum.TestVerify.test_unique_clean)
PASS: test_unique_dirty (test.test_enum.TestVerify.test_unique_dirty)
PASS: test_unique_with_name (test.test_enum.TestVerify.test_unique_with_name)
Enum (enum)
PASS: Doctest: enum.Enum
_simple_enum (enum)
PASS: Doctest: enum._simple_enum
_test_simple_enum (enum)
PASS: Doctest: enum._test_simple_enum
bin (enum)
PASS: Doctest: enum.bin

----------------------------------------------------------------------
Ran 1081 tests in 1.235s

OK (skipped=4)
0:02:22 load avg: 4.07 [180/486] test_eof passed
PASS: test_EOFS (test.test_eof.EOFTestCase.test_EOFS)
PASS: test_EOFS_with_file (test.test_eof.EOFTestCase.test_EOFS_with_file)
PASS: test_EOF_single_quote (test.test_eof.EOFTestCase.test_EOF_single_quote)
PASS: test_eof_with_line_continuation (test.test_eof.EOFTestCase.test_eof_with_line_continuation)
test_line_continuation_EOF (test.test_eof.EOFTestCase.test_line_continuation_EOF)
PASS: A continuation at the end of input must be an error; bpo2180.
test_line_continuation_EOF_from_file_bpo2180 (test.test_eof.EOFTestCase.test_line_continuation_EOF_from_file_bpo2180)
PASS: Ensure tok_nextc() does not add too many ending newlines.

----------------------------------------------------------------------
Ran 6 tests in 0.593s

OK
0:02:22 load avg: 4.07 [181/486] test_errno passed
PASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests.test_for_improper_attributes)
PASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests.test_using_errorcode)
PASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests.test_attributes_in_errorcode)

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK
0:02:22 load avg: 4.07 [182/486] test_epoll passed
PASS: test_add (test.test_epoll.TestEPoll.test_add)
PASS: test_badcreate (test.test_epoll.TestEPoll.test_badcreate)
PASS: test_close (test.test_epoll.TestEPoll.test_close)
PASS: test_context_manager (test.test_epoll.TestEPoll.test_context_manager)
PASS: test_control_and_wait (test.test_epoll.TestEPoll.test_control_and_wait)
PASS: test_create (test.test_epoll.TestEPoll.test_create)
PASS: test_errors (test.test_epoll.TestEPoll.test_errors)
PASS: test_fd_non_inheritable (test.test_epoll.TestEPoll.test_fd_non_inheritable)
PASS: test_fromfd (test.test_epoll.TestEPoll.test_fromfd)
PASS: test_unregister_closed (test.test_epoll.TestEPoll.test_unregister_closed)

----------------------------------------------------------------------
Ran 10 tests in 0.102s

OK
0:02:23 load avg: 4.07 [183/486] test_except_star passed
PASS: test_break_continue_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_continue_in_except_star_block_valid)
PASS: test_break_in_except_star (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_in_except_star)
PASS: test_continue_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_continue_in_except_star_block_invalid)
PASS: test_return_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_invalid)
PASS: test_return_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_valid)
PASS: test_sys_exception_restored (test.test_except_star.TestExceptStarCleanup.test_sys_exception_restored)
PASS: test_except_star_EG_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_except_star_EG_subclass)
PASS: test_exception_group_subclass_with_bad_split_func (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_exception_group_subclass_with_bad_split_func)
PASS: test_falsy_exception_group_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_falsy_exception_group_subclass)
PASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_named)
PASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_unnamed)
PASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_named)
PASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_unnamed)
PASS: test_raise_named (test.test_except_star.TestExceptStarRaise.test_raise_named)
PASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_unnamed)
PASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_named)
PASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_unnamed)
PASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_named)
PASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_unnamed)
PASS: test_raise_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_named)
PASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_unnamed)
PASS: test_reraise_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_all_named)
PASS: test_reraise_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_all_unnamed)
PASS: test_reraise_partial_handle_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_all_unnamed)
PASS: test_reraise_partial_handle_some_named (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_named)
PASS: test_reraise_partial_handle_some_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_unnamed)
PASS: test_reraise_plain_exception_named (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_named)
PASS: test_reraise_plain_exception_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_unnamed)
PASS: test_reraise_some_handle_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_some_handle_all_named)
PASS: test_empty_groups_removed (test.test_except_star.TestExceptStarSplitSemantics.test_empty_groups_removed)
PASS: test_exception_group_except_star_Exception_not_wrapped (test.test_except_star.TestExceptStarSplitSemantics.test_exception_group_except_star_Exception_not_wrapped)
PASS: test_first_match_wins_named (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_named)
PASS: test_first_match_wins_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_unnamed)
PASS: test_match__supertype (test.test_except_star.TestExceptStarSplitSemantics.test_match__supertype)
PASS: test_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type)
PASS: test_match_single_type_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_nested)
PASS: test_match_single_type_partial_match (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_partial_match)
PASS: test_match_type_tuple_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_type_tuple_nested)
PASS: test_multiple_matches_named (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_named)
PASS: test_multiple_matches_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_unnamed)
PASS: test_naked_exception_matched_wrapped1 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped1)
PASS: test_naked_exception_matched_wrapped2 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped2)
PASS: test_nested_except_stars (test.test_except_star.TestExceptStarSplitSemantics.test_nested_except_stars)
PASS: test_nested_in_loop (test.test_except_star.TestExceptStarSplitSemantics.test_nested_in_loop)
PASS: test_no_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_no_match_single_type)
PASS: test_plain_exception_not_matched (test.test_except_star.TestExceptStarSplitSemantics.test_plain_exception_not_matched)
PASS: test_singleton_groups_are_kept (test.test_except_star.TestExceptStarSplitSemantics.test_singleton_groups_are_kept)
PASS: test_catch_all_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_all_unhashable_exception_group_subclass)
PASS: test_catch_none_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_none_unhashable_exception_group_subclass)
PASS: test_catch_some_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_some_unhashable_exception_group_subclass)
PASS: test_reraise_unhashable_eg (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_reraise_unhashable_eg)
PASS: test_catch_everything_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_everything_unhashable_leaf)
PASS: test_catch_nothing_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_nothing_unhashable_leaf)
PASS: test_catch_unhashable_leaf_exception (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_unhashable_leaf_exception)
PASS: test_propagate_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_propagate_unhashable_leaf)
PASS: test_reraise_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_reraise_unhashable_leaf)
PASS: test_except_star_ExceptionGroup_is_runtime_error_single (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_single)
PASS: test_except_star_ExceptionGroup_is_runtime_error_tuple (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_tuple)
PASS: test_except_star_invalid_exception_type (test.test_except_star.TestInvalidExceptStar.test_except_star_invalid_exception_type)
PASS: test_mixed_except_and_except_star_is_syntax_error (test.test_except_star.TestInvalidExceptStar.test_mixed_except_and_except_star_is_syntax_error)

----------------------------------------------------------------------
Ran 60 tests in 0.010s

OK
0:02:23 load avg: 4.07 [184/486] test_exception_hierarchy passed
PASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest.test_blockingioerror)
SKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest.test_errno_translation) 'Windows-specific test'
PASS: test_posix_error (test.test_exception_hierarchy.AttributesTest.test_posix_error)
PASS: test_windows_error (test.test_exception_hierarchy.AttributesTest.test_windows_error)
PASS: test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest.test_errno_mapping)
PASS: test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_kwdargs)
PASS: test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_new_overridden)
PASS: test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_overridden)
PASS: test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_standalone)
PASS: test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_kwdargs)
PASS: test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_overridden)
PASS: test_builtin_errors (test.test_exception_hierarchy.HierarchyTest.test_builtin_errors)
PASS: test_errno_mapping (test.test_exception_hierarchy.HierarchyTest.test_errno_mapping)
PASS: test_select_error (test.test_exception_hierarchy.HierarchyTest.test_select_error)
PASS: test_socket_errors (test.test_exception_hierarchy.HierarchyTest.test_socket_errors)
PASS: test_try_except (test.test_exception_hierarchy.HierarchyTest.test_try_except)

----------------------------------------------------------------------
Ran 16 tests in 0.001s

OK (skipped=1)
0:02:23 load avg: 4.07 [185/486] test_exception_variations passed
PASS: test_nested (test.test_exception_variations.ExceptStarTestCases.test_nested)
PASS: test_nested_else (test.test_exception_variations.ExceptStarTestCases.test_nested_else)
PASS: test_nested_else_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed1)
PASS: test_nested_else_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed2)
PASS: test_nested_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed1)
PASS: test_nested_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed2)
PASS: test_try_except (test.test_exception_variations.ExceptStarTestCases.test_try_except)
PASS: test_try_except_else (test.test_exception_variations.ExceptStarTestCases.test_try_except_else)
PASS: test_try_except_else_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally)
PASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_no_exception)
PASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_no_exception)
PASS: test_try_except_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally)
PASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_no_exception)
PASS: test_try_except_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_no_exception)
PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_finally_no_exception)
PASS: test_nested (test.test_exception_variations.ExceptTestCases.test_nested)
PASS: test_nested_else (test.test_exception_variations.ExceptTestCases.test_nested_else)
PASS: test_nested_exception_in_else (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_else)
PASS: test_nested_exception_in_except (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_except)
PASS: test_nested_exception_in_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_no_exception)
PASS: test_nested_exception_in_finally_with_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_with_exception)
PASS: test_try_except (test.test_exception_variations.ExceptTestCases.test_try_except)
PASS: test_try_except_else (test.test_exception_variations.ExceptTestCases.test_try_except_else)
PASS: test_try_except_else_finally (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally)
PASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_no_exception)
PASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_no_exception)
PASS: test_try_except_finally (test.test_exception_variations.ExceptTestCases.test_try_except_finally)
PASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_finally_no_exception)
PASS: test_try_except_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_no_exception)
PASS: test_try_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_finally_no_exception)

----------------------------------------------------------------------
Ran 30 tests in 0.001s

OK
0:02:23 load avg: 4.07 [186/486] test_compileall passed
PASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible)
PASS: test_d_compile_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error)
PASS: test_d_runtime_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error)
PASS: test_force (test.test_compileall.CommandLineTestsNoSourceEpoch.test_force)
PASS: test_hardlink (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink)
PASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_bad_args)
PASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsNoSourceEpoch.test_ignore_symlink_destination)
PASS: test_include_bad_file (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_bad_file)
PASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_no_arg)
PASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_with_arg)
PASS: test_include_on_stdin (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_on_stdin)
PASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsNoSourceEpoch.test_invalid_arg_produces_message)
PASS: test_legacy_paths (test.test_compileall.CommandLineTestsNoSourceEpoch.test_legacy_paths)
PASS: test_multiple_dirs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_dirs)
PASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_optimization_levels)
PASS: test_multiple_runs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_runs)
PASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path)
SKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag) "resource 'cpu' is not enabled"
SKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag) "resource 'cpu' is not enabled"
PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize)
PASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal)
PASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize)
PASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode)
PASS: test_quiet (test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet)
PASS: test_recursion_control (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control)
PASS: test_recursion_limit (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit)
PASS: test_regexp (test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp)
PASS: test_silent (test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent)
PASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend)
PASS: test_symlink_loop (test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop)
PASS: test_workers (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers)
PASS: test_workers_available_cores (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores)
PASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible)
PASS: test_d_compile_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error)
PASS: test_d_runtime_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error)
PASS: test_force (test.test_compileall.CommandLineTestsWithSourceEpoch.test_force)
PASS: test_hardlink (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink)
PASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_bad_args)
PASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination)
PASS: test_include_bad_file (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_bad_file)
PASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg)
PASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg)
PASS: test_include_on_stdin (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin)
PASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsWithSourceEpoch.test_invalid_arg_produces_message)
PASS: test_legacy_paths (test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths)
PASS: test_multiple_dirs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs)
PASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels)
PASS: test_multiple_runs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs)
PASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path)
SKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag) "resource 'cpu' is not enabled"
SKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag) "resource 'cpu' is not enabled"
PASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_doubleoptimize)
PASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_normal)
PASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_optimize)
PASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pyc_invalidation_mode)
PASS: test_quiet (test.test_compileall.CommandLineTestsWithSourceEpoch.test_quiet)
PASS: test_recursion_control (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_control)
PASS: test_recursion_limit (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_limit)
PASS: test_regexp (test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp)
PASS: test_silent (test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent)
PASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend)
PASS: test_symlink_loop (test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop)
PASS: test_workers (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers)
PASS: test_workers_available_cores (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores)
PASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels)
PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike)
PASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir)
PASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir)
PASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback)
PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike)
PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir)
PASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir)
PASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir)
PASS: test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files)
PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing)
PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker)
PASS: test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_path)
PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_pool_called)
PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_cpu_count)
PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_non_positive)
test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_multiple_workers)
PASS: Recursive compile_dir ddir='' contains package paths; bpo39769.
test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_only_one_worker)
PASS: Recursive compile_dir ddir='' contains package paths; bpo39769.
test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_multiple_workers)
PASS: Recursive compile_dir ddir= contains package paths; bpo39769.
test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_only_one_worker)
PASS: Recursive compile_dir ddir= contains package paths; bpo39769.
PASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithSourceEpoch.test_ignore_symlink_destination)
PASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch.test_larger_than_32_bit_times)
SKIP: test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch.test_magic_number) 'SOURCE_DATE_EPOCH is set'
SKIP: test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch.test_mtime) 'SOURCE_DATE_EPOCH is set'
PASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithSourceEpoch.test_multiple_optimization_levels)
PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch.test_no_pycache_in_non_package)
PASS: test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch.test_optimize)
PASS: test_prepend_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_only)
PASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend)
PASS: test_strip_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only)
PASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_invalid)
PASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_prepend_and_ddir)
PASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation)
PASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels)
PASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike)
PASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir)
PASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir)
PASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback)
PASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike)
PASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir)
PASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir)
PASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir)
PASS: test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files)
PASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing)
PASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker)
PASS: test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_path)
PASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_pool_called)
PASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_cpu_count)
PASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_non_positive)
test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_multiple_workers)
PASS: Recursive compile_dir ddir='' contains package paths; bpo39769.
test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_only_one_worker)
PASS: Recursive compile_dir ddir='' contains package paths; bpo39769.
test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_multiple_workers)
PASS: Recursive compile_dir ddir= contains package paths; bpo39769.
test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_only_one_worker)
PASS: Recursive compile_dir ddir= contains package paths; bpo39769.
PASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ignore_symlink_destination)
PASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_larger_than_32_bit_times)
PASS: test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_magic_number)
PASS: test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_mtime)
PASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_multiple_optimization_levels)
PASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_no_pycache_in_non_package)
PASS: test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_optimize)
PASS: test_prepend_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only)
PASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend)
PASS: test_strip_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only)
PASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_invalid)
PASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_prepend_and_ddir)
PASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_year_2038_mtime_compilation)
PASS: test_error (test.test_compileall.EncodingTest.test_error)
PASS: test_bad_args (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_bad_args)
PASS: test_disabled (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_disabled)
PASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_duplicated_levels)
PASS: test_hardlink (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_hardlink)
PASS: test_import (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_import)
PASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_only_two_levels)
PASS: test_recompilation (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_recompilation)
PASS: test_bad_args (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_bad_args)
PASS: test_disabled (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_disabled)
PASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_duplicated_levels)
PASS: test_hardlink (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_hardlink)
PASS: test_import (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_import)
PASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_only_two_levels)
PASS: test_recompilation (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_recompilation)

----------------------------------------------------------------------
Ran 145 tests in 15.379s

OK (skipped=6)
0:02:23 load avg: 4.07 [187/486] test_exception_group passed
PASS: test_bad_EG_construction__bad_excs_sequence (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_excs_sequence)
PASS: test_bad_EG_construction__bad_message (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_message)
PASS: test_bad_EG_construction__nested_non_exceptions (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__nested_non_exceptions)
PASS: test_bad_EG_construction__too_many_args (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__too_many_args)
PASS: test_deep_split (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_split)
PASS: test_deep_subgroup (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_subgroup)
PASS: test_basics_ExceptionGroup_fields (test.test_exception_group.ExceptionGroupFields.test_basics_ExceptionGroup_fields)
PASS: test_fields_are_readonly (test.test_exception_group.ExceptionGroupFields.test_fields_are_readonly)
PASS: test_basics_split_by_predicate__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__match)
PASS: test_basics_split_by_predicate__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__no_match)
PASS: test_basics_split_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__passthrough)
PASS: test_basics_split_by_type__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__match)
PASS: test_basics_split_by_type__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__no_match)
PASS: test_basics_split_by_type__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__passthrough)
PASS: test_basics_subgroup_by_predicate__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__match)
PASS: test_basics_subgroup_by_predicate__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__no_match)
PASS: test_basics_subgroup_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__passthrough)
PASS: test_basics_subgroup_by_type__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__match)
PASS: test_basics_subgroup_by_type__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__no_match)
PASS: test_basics_subgroup_by_type__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__passthrough)
PASS: test_basics_subgroup_split__bad_arg_type (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_split__bad_arg_type)
PASS: test_BEG_and_E_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_BEG_and_E_subclass_does_not_wrap_base_exceptions)
PASS: test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception)
PASS: test_BEG_subclass_wraps_anything (test.test_exception_group.InstanceCreation.test_BEG_subclass_wraps_anything)
PASS: test_BEG_wraps_BaseException__creates_BEG (test.test_exception_group.InstanceCreation.test_BEG_wraps_BaseException__creates_BEG)
PASS: test_BEG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_BEG_wraps_Exceptions__creates_EG)
PASS: test_EG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_EG_and_specific_subclass_can_wrap_any_nonbase_exception)
PASS: test_EG_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_does_not_wrap_base_exceptions)
PASS: test_EG_subclass_wraps_non_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_wraps_non_base_exceptions)
PASS: test_EG_wraps_BaseException__raises_TypeError (test.test_exception_group.InstanceCreation.test_EG_wraps_BaseException__raises_TypeError)
PASS: test_EG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_EG_wraps_Exceptions__creates_EG)
PASS: test_leaf_generator (test.test_exception_group.LeafGeneratorTest.test_leaf_generator)
PASS: test_iteration_full_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_iteration_full_tracebacks)
PASS: test_nested_exception_group_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_exception_group_tracebacks)
PASS: test_nested_group_chaining (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_chaining)
PASS: test_nested_group_matches_template (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_matches_template)
PASS: test_drive_invalid_return_value (test.test_exception_group.NestedExceptionGroupSplitTest.test_drive_invalid_return_value)
PASS: test_split_BaseExceptionGroup (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_BaseExceptionGroup)
PASS: test_split_by_type (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_by_type)
PASS: test_split_copies_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_copies_notes)
PASS: test_split_does_not_copy_non_sequence_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_does_not_copy_non_sequence_notes)
PASS: test_split_BaseExceptionGroup_subclass_no_derive_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_BaseExceptionGroup_subclass_no_derive_new_override)
PASS: test_split_ExceptionGroup_subclass_derive_and_new_overrides (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides)
PASS: test_split_ExceptionGroup_subclass_no_derive_no_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_no_derive_no_new_override)
PASS: test_BaseExceptionGroup (test.test_exception_group.StrAndReprTests.test_BaseExceptionGroup)
PASS: test_ExceptionGroup (test.test_exception_group.StrAndReprTests.test_ExceptionGroup)
PASS: test_custom_exception (test.test_exception_group.StrAndReprTests.test_custom_exception)
PASS: test_exceptions_mutation (test.test_exception_group.StrAndReprTests.test_exceptions_mutation)
PASS: test_repr_raises (test.test_exception_group.StrAndReprTests.test_repr_raises)
PASS: test_exception_group_is_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type)
PASS: test_exception_group_types (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_types)
PASS: test_exception_is_not_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type)

----------------------------------------------------------------------
Ran 52 tests in 0.257s

OK
0:02:23 load avg: 4.07 [188/486] test_extcall passed
test_extcall (test)
PASS: Doctest: test.test_extcall

----------------------------------------------------------------------
Ran 1 test in 0.026s

OK
0:02:24 load avg: 4.07 [189/486] test_fcntl passed
PASS: test_bad_fd (test.test_fcntl.TestFcntl.test_bad_fd)
PASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl.test_fcntl_64_bit)
PASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl.test_fcntl_bad_file)
PASS: test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl.test_fcntl_bad_file_overflow)
SKIP: test_fcntl_f_getpath (test.test_fcntl.TestFcntl.test_fcntl_f_getpath) 'F_GETPATH is only available on macos'
PASS: test_fcntl_f_pipesize (test.test_fcntl.TestFcntl.test_fcntl_f_pipesize)
test_fcntl_file_descriptor (test.test_fcntl.TestFcntl.test_fcntl_file_descriptor) ... Status from fcntl with O_NONBLOCK:  0
struct.pack:  b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
String from fcntl with F_SETLKW:  b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
ok
test_fcntl_fileno (test.test_fcntl.TestFcntl.test_fcntl_fileno) ... Status from fcntl with O_NONBLOCK:  0
struct.pack:  b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
String from fcntl with F_SETLKW:  b'\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
ok
PASS: test_flock (test.test_fcntl.TestFcntl.test_flock)
PASS: test_flock_overflow (test.test_fcntl.TestFcntl.test_flock_overflow)
PASS: test_lockf_exclusive (test.test_fcntl.TestFcntl.test_lockf_exclusive)
PASS: test_lockf_share (test.test_fcntl.TestFcntl.test_lockf_share)

----------------------------------------------------------------------
Ran 12 tests in 0.305s

OK (skipped=1)
0:02:24 load avg: 4.07 [190/486] test_file passed
PASS: testAttributes (test.test_file.CAutoFileTests.testAttributes)
PASS: testErrors (test.test_file.CAutoFileTests.testErrors)
PASS: testMethods (test.test_file.CAutoFileTests.testMethods)
PASS: testReadWhenWriting (test.test_file.CAutoFileTests.testReadWhenWriting)
PASS: testReadinto (test.test_file.CAutoFileTests.testReadinto)
PASS: testReadinto_text (test.test_file.CAutoFileTests.testReadinto_text)
PASS: testWeakRefs (test.test_file.CAutoFileTests.testWeakRefs)
PASS: testWritelinesIntegers (test.test_file.CAutoFileTests.testWritelinesIntegers)
PASS: testWritelinesIntegersUserList (test.test_file.CAutoFileTests.testWritelinesIntegersUserList)
PASS: testWritelinesNonString (test.test_file.CAutoFileTests.testWritelinesNonString)
PASS: testWritelinesUserList (test.test_file.CAutoFileTests.testWritelinesUserList)
PASS: testBadModeArgument (test.test_file.COtherFileTests.testBadModeArgument)
PASS: testDefaultBufferSize (test.test_file.COtherFileTests.testDefaultBufferSize)
PASS: testIteration (test.test_file.COtherFileTests.testIteration)
PASS: testModeStrings (test.test_file.COtherFileTests.testModeStrings)
PASS: testSetBufferSize (test.test_file.COtherFileTests.testSetBufferSize)
PASS: testStdin (test.test_file.COtherFileTests.testStdin)
PASS: testTruncateOnWindows (test.test_file.COtherFileTests.testTruncateOnWindows)
PASS: testAttributes (test.test_file.PyAutoFileTests.testAttributes)
PASS: testErrors (test.test_file.PyAutoFileTests.testErrors)
PASS: testMethods (test.test_file.PyAutoFileTests.testMethods)
PASS: testReadWhenWriting (test.test_file.PyAutoFileTests.testReadWhenWriting)
PASS: testReadinto (test.test_file.PyAutoFileTests.testReadinto)
PASS: testReadinto_text (test.test_file.PyAutoFileTests.testReadinto_text)
PASS: testWeakRefs (test.test_file.PyAutoFileTests.testWeakRefs)
PASS: testWritelinesIntegers (test.test_file.PyAutoFileTests.testWritelinesIntegers)
PASS: testWritelinesIntegersUserList (test.test_file.PyAutoFileTests.testWritelinesIntegersUserList)
PASS: testWritelinesNonString (test.test_file.PyAutoFileTests.testWritelinesNonString)
PASS: testWritelinesUserList (test.test_file.PyAutoFileTests.testWritelinesUserList)
PASS: testBadModeArgument (test.test_file.PyOtherFileTests.testBadModeArgument)
PASS: testDefaultBufferSize (test.test_file.PyOtherFileTests.testDefaultBufferSize)
PASS: testIteration (test.test_file.PyOtherFileTests.testIteration)
PASS: testModeStrings (test.test_file.PyOtherFileTests.testModeStrings)
PASS: testSetBufferSize (test.test_file.PyOtherFileTests.testSetBufferSize)
PASS: testStdin (test.test_file.PyOtherFileTests.testStdin)
PASS: testTruncateOnWindows (test.test_file.PyOtherFileTests.testTruncateOnWindows)

----------------------------------------------------------------------
Ran 36 tests in 0.102s

OK
0:02:24 load avg: 4.07 [191/486] test_external_inspection passed
PASS: test_async_gather_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_gather_remote_stack_trace)
PASS: test_async_global_awaited_by (test.test_external_inspection.TestGetStackTrace.test_async_global_awaited_by)
PASS: test_async_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_remote_stack_trace)
PASS: test_async_staggered_race_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_async_staggered_race_remote_stack_trace)
PASS: test_asyncgen_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_asyncgen_remote_stack_trace)
SKIP: test_only_active_thread (test.test_external_inspection.TestGetStackTrace.test_only_active_thread) 'skipping problematic test'
PASS: test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace)
PASS: test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace)
test_self_trace_after_ctypes_import (test.test_external_inspection.TestGetStackTrace.test_self_trace_after_ctypes_import)
PASS: Test that RemoteUnwinder works on the same process after _ctypes import.

----------------------------------------------------------------------
Ran 9 tests in 1.274s

OK (skipped=1)
0:02:25 load avg: 4.07 [192/486] test_filecmp passed
PASS: test_cmpfiles (test.test_filecmp.DirCompareTestCase.test_cmpfiles)
PASS: test_cmpfiles_invalid_names (test.test_filecmp.DirCompareTestCase.test_cmpfiles_invalid_names)
PASS: test_default_ignores (test.test_filecmp.DirCompareTestCase.test_default_ignores)
PASS: test_dircmp_different_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_different_directories)
PASS: test_dircmp_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_different_file)
PASS: test_dircmp_identical_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_identical_directories)
PASS: test_dircmp_invalid_names (test.test_filecmp.DirCompareTestCase.test_dircmp_invalid_names)
PASS: test_dircmp_no_shallow_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_no_shallow_different_file)
PASS: test_dircmp_shallow_is_keyword_only (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_is_keyword_only)
PASS: test_dircmp_shallow_same_file (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_same_file)
test_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase.test_dircmp_subdirs_type)
PASS: Check that dircmp.subdirs respects subclassing.
PASS: test_report_full_closure (test.test_filecmp.DirCompareTestCase.test_report_full_closure)
PASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase.test_report_partial_closure)
PASS: test_cache_clear (test.test_filecmp.FileCompareTestCase.test_cache_clear)
PASS: test_different (test.test_filecmp.FileCompareTestCase.test_different)
PASS: test_matching (test.test_filecmp.FileCompareTestCase.test_matching)

----------------------------------------------------------------------
Ran 16 tests in 0.031s

OK
0:02:25 load avg: 4.07 [193/486] test_fileinput passed
test_buffer_sizes (test.test_fileinput.BufferSizesTests.test_buffer_sizes) ... 1. Simple iteration
2. Status variables
3. Nextfile
4. Stdin
5. Boundary conditions
6. Inplace
ok
PASS: test_close_on_exception (test.test_fileinput.FileInputTests.test_close_on_exception)
PASS: test_context_manager (test.test_fileinput.FileInputTests.test_context_manager)
PASS: test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests.test_detached_stdin_binary_mode)
PASS: test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests.test_empty_files_list_specified_to_constructor)
PASS: test_file_hook_backward_compatibility (test.test_fileinput.FileInputTests.test_file_hook_backward_compatibility)
PASS: test_file_opening_hook (test.test_fileinput.FileInputTests.test_file_opening_hook)
PASS: test_fileno (test.test_fileinput.FileInputTests.test_fileno)
PASS: test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests.test_fileno_when_ValueError_raised)
PASS: test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests.test_files_that_dont_end_with_newline)
PASS: test_inplace_binary_write_mode (test.test_fileinput.FileInputTests.test_inplace_binary_write_mode)
PASS: test_inplace_encoding_errors (test.test_fileinput.FileInputTests.test_inplace_encoding_errors)
PASS: test_invalid_opening_mode (test.test_fileinput.FileInputTests.test_invalid_opening_mode)
PASS: test_iteration_buffering (test.test_fileinput.FileInputTests.test_iteration_buffering)
test_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests.test_nextfile_oserror_deleting_backup)
PASS: Tests invoking FileInput.nextfile() when the attempt to delete
PASS: test_pathlike_file (test.test_fileinput.FileInputTests.test_pathlike_file)
PASS: test_pathlike_file_inplace (test.test_fileinput.FileInputTests.test_pathlike_file_inplace)
PASS: test_readline (test.test_fileinput.FileInputTests.test_readline)
PASS: test_readline_binary_mode (test.test_fileinput.FileInputTests.test_readline_binary_mode)
PASS: test_readline_buffering (test.test_fileinput.FileInputTests.test_readline_buffering)
test_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_chmod_raises_OSError)
PASS: Tests invoking FileInput.readline() when os.chmod() raises OSError.
test_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_fstat_raises_OSError)
PASS: Tests invoking FileInput.readline() when os.fstat() raises OSError.
PASS: test_stdin_binary_mode (test.test_fileinput.FileInputTests.test_stdin_binary_mode)
PASS: test_zero_byte_files (test.test_fileinput.FileInputTests.test_zero_byte_files)
PASS: test_all (test.test_fileinput.MiscTest.test_all)
test_state_is_None (test.test_fileinput.Test_fileinput_close.test_state_is_None)
PASS: Tests that fileinput.close() does nothing if fileinput._state
test_state_is_not_None (test.test_fileinput.Test_fileinput_close.test_state_is_not_None)
PASS: Tests that fileinput.close() invokes close() on fileinput._state
test_state_is_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_None)
PASS: Tests fileinput.filelineno() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_not_None)
PASS: Tests fileinput.filelineno() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_filename.test_state_is_None)
PASS: Tests fileinput.filename() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_filename.test_state_is_not_None)
PASS: Tests fileinput.filename() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_None)
PASS: Tests fileinput.fileno() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_not_None)
PASS: Tests fileinput.fileno() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_None)
PASS: Tests invoking fileinput.input() when fileinput._state is None
test_state_is_not_None_and_state_file_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_None)
PASS: Tests invoking fileinput.input() when fileinput._state is not None
test_state_is_not_None_and_state_file_is_not_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_not_None)
PASS: Tests invoking fileinput.input() when fileinput._state is not None
test_state_is_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_None)
PASS: Tests fileinput.isfirstline() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_not_None)
PASS: Tests fileinput.isfirstline() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_None)
PASS: Tests fileinput.isstdin() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_not_None)
PASS: Tests fileinput.isstdin() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_None)
PASS: Tests fileinput.lineno() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_not_None)
PASS: Tests fileinput.lineno() when fileinput._state is not None.
test_state_is_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_None)
PASS: Tests fileinput.nextfile() when fileinput._state is None.
test_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_not_None)
PASS: Tests fileinput.nextfile() when fileinput._state is not None.
PASS: test_binary_mode_encoding (test.test_fileinput.Test_hook_compressed.test_binary_mode_encoding)
PASS: test_blah_ext (test.test_fileinput.Test_hook_compressed.test_blah_ext)
PASS: test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed.test_bz2_ext_builtin)
PASS: test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed.test_bz2_ext_fake)
PASS: test_empty_string (test.test_fileinput.Test_hook_compressed.test_empty_string)
PASS: test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed.test_gz_ext_builtin)
PASS: test_gz_ext_fake (test.test_fileinput.Test_hook_compressed.test_gz_ext_fake)
PASS: test_gz_with_encoding_fake (test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake)
PASS: test_no_ext (test.test_fileinput.Test_hook_compressed.test_no_ext)
PASS: test_text_mode_encoding (test.test_fileinput.Test_hook_compressed.test_text_mode_encoding)
PASS: test (test.test_fileinput.Test_hook_encoded.test)
PASS: test_errors (test.test_fileinput.Test_hook_encoded.test_errors)
PASS: test_modes (test.test_fileinput.Test_hook_encoded.test_modes)

----------------------------------------------------------------------
Ran 57 tests in 0.013s

OK
0:02:25 load avg: 4.07 [194/486] test_fileio passed
PASS: testAttributes (test.test_fileio.CAutoFileTests.testAttributes)
PASS: testBlksize (test.test_fileio.CAutoFileTests.testBlksize)
PASS: testErrnoOnClose (test.test_fileio.CAutoFileTests.testErrnoOnClose)
PASS: testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno)
PASS: testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty)
PASS: testErrnoOnClosedRead (test.test_fileio.CAutoFileTests.testErrnoOnClosedRead)
PASS: testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable)
PASS: testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall)
PASS: testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto)
PASS: testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek)
PASS: testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable)
PASS: testErrnoOnClosedTell (test.test_fileio.CAutoFileTests.testErrnoOnClosedTell)
PASS: testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate)
PASS: testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable)
PASS: testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite)
PASS: testErrors (test.test_fileio.CAutoFileTests.testErrors)
PASS: testMethods (test.test_fileio.CAutoFileTests.testMethods)
PASS: testOpenDirFD (test.test_fileio.CAutoFileTests.testOpenDirFD)
PASS: testOpendir (test.test_fileio.CAutoFileTests.testOpendir)
PASS: testReadintoByteArray (test.test_fileio.CAutoFileTests.testReadintoByteArray)
PASS: testRecursiveRepr (test.test_fileio.CAutoFileTests.testRecursiveRepr)
PASS: testRepr (test.test_fileio.CAutoFileTests.testRepr)
PASS: testReprNoCloseFD (test.test_fileio.CAutoFileTests.testReprNoCloseFD)
PASS: testSeekTell (test.test_fileio.CAutoFileTests.testSeekTell)
PASS: testWeakRefs (test.test_fileio.CAutoFileTests.testWeakRefs)
PASS: testWritelinesError (test.test_fileio.CAutoFileTests.testWritelinesError)
PASS: testWritelinesList (test.test_fileio.CAutoFileTests.testWritelinesList)
PASS: testWritelinesUserList (test.test_fileio.CAutoFileTests.testWritelinesUserList)
PASS: test_none_args (test.test_fileio.CAutoFileTests.test_none_args)
PASS: test_reject (test.test_fileio.CAutoFileTests.test_reject)
PASS: test_subclass_repr (test.test_fileio.CAutoFileTests.test_subclass_repr)
test_syscalls_read (test.test_fileio.CAutoFileTests.test_syscalls_read)
SKIP: Check set of system calls during common I/O patterns 'Requires working strace'
PASS: testAbles (test.test_fileio.COtherFileTests.testAbles)
PASS: testAppend (test.test_fileio.COtherFileTests.testAppend)
PASS: testBadModeArgument (test.test_fileio.COtherFileTests.testBadModeArgument)
PASS: testBooleanFd (test.test_fileio.COtherFileTests.testBooleanFd)
PASS: testBytesOpen (test.test_fileio.COtherFileTests.testBytesOpen)
PASS: testConstructorHandlesNULChars (test.test_fileio.COtherFileTests.testConstructorHandlesNULChars)
PASS: testInvalidFd (test.test_fileio.COtherFileTests.testInvalidFd)
PASS: testInvalidFd_overflow (test.test_fileio.COtherFileTests.testInvalidFd_overflow)
PASS: testInvalidInit (test.test_fileio.COtherFileTests.testInvalidInit)
PASS: testInvalidModeStrings (test.test_fileio.COtherFileTests.testInvalidModeStrings)
PASS: testModeStrings (test.test_fileio.COtherFileTests.testModeStrings)
PASS: testTruncate (test.test_fileio.COtherFileTests.testTruncate)
PASS: testTruncateOnWindows (test.test_fileio.COtherFileTests.testTruncateOnWindows)
PASS: testUnclosedFDOnException (test.test_fileio.COtherFileTests.testUnclosedFDOnException)
PASS: testUnicodeOpen (test.test_fileio.COtherFileTests.testUnicodeOpen)
PASS: testUtf8BytesOpen (test.test_fileio.COtherFileTests.testUtf8BytesOpen)
PASS: testWarnings (test.test_fileio.COtherFileTests.testWarnings)
PASS: test_open_code (test.test_fileio.COtherFileTests.test_open_code)
PASS: testAttributes (test.test_fileio.PyAutoFileTests.testAttributes)
PASS: testBlksize (test.test_fileio.PyAutoFileTests.testBlksize)
PASS: testErrnoOnClose (test.test_fileio.PyAutoFileTests.testErrnoOnClose)
PASS: testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno)
PASS: testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty)
PASS: testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead)
PASS: testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable)
PASS: testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall)
PASS: testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto)
PASS: testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek)
PASS: testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable)
PASS: testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell)
PASS: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate)
PASS: testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable)
PASS: testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite)
PASS: testErrors (test.test_fileio.PyAutoFileTests.testErrors)
PASS: testMethods (test.test_fileio.PyAutoFileTests.testMethods)
PASS: testOpenDirFD (test.test_fileio.PyAutoFileTests.testOpenDirFD)
PASS: testOpendir (test.test_fileio.PyAutoFileTests.testOpendir)
PASS: testReadintoByteArray (test.test_fileio.PyAutoFileTests.testReadintoByteArray)
PASS: testRecursiveRepr (test.test_fileio.PyAutoFileTests.testRecursiveRepr)
PASS: testRepr (test.test_fileio.PyAutoFileTests.testRepr)
PASS: testReprNoCloseFD (test.test_fileio.PyAutoFileTests.testReprNoCloseFD)
PASS: testSeekTell (test.test_fileio.PyAutoFileTests.testSeekTell)
PASS: testWeakRefs (test.test_fileio.PyAutoFileTests.testWeakRefs)
PASS: testWritelinesError (test.test_fileio.PyAutoFileTests.testWritelinesError)
PASS: testWritelinesList (test.test_fileio.PyAutoFileTests.testWritelinesList)
PASS: testWritelinesUserList (test.test_fileio.PyAutoFileTests.testWritelinesUserList)
PASS: test_none_args (test.test_fileio.PyAutoFileTests.test_none_args)
PASS: test_reject (test.test_fileio.PyAutoFileTests.test_reject)
PASS: test_subclass_repr (test.test_fileio.PyAutoFileTests.test_subclass_repr)
test_syscalls_read (test.test_fileio.PyAutoFileTests.test_syscalls_read)
SKIP: Check set of system calls during common I/O patterns 'Requires working strace'
PASS: testAbles (test.test_fileio.PyOtherFileTests.testAbles)
PASS: testAppend (test.test_fileio.PyOtherFileTests.testAppend)
PASS: testBadModeArgument (test.test_fileio.PyOtherFileTests.testBadModeArgument)
PASS: testBooleanFd (test.test_fileio.PyOtherFileTests.testBooleanFd)
PASS: testBytesOpen (test.test_fileio.PyOtherFileTests.testBytesOpen)
PASS: testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars)
PASS: testInvalidFd (test.test_fileio.PyOtherFileTests.testInvalidFd)
PASS: testInvalidInit (test.test_fileio.PyOtherFileTests.testInvalidInit)
PASS: testInvalidModeStrings (test.test_fileio.PyOtherFileTests.testInvalidModeStrings)
PASS: testModeStrings (test.test_fileio.PyOtherFileTests.testModeStrings)
PASS: testTruncate (test.test_fileio.PyOtherFileTests.testTruncate)
PASS: testTruncateOnWindows (test.test_fileio.PyOtherFileTests.testTruncateOnWindows)
PASS: testUnclosedFDOnException (test.test_fileio.PyOtherFileTests.testUnclosedFDOnException)
PASS: testUnicodeOpen (test.test_fileio.PyOtherFileTests.testUnicodeOpen)
PASS: testUtf8BytesOpen (test.test_fileio.PyOtherFileTests.testUtf8BytesOpen)
PASS: testWarnings (test.test_fileio.PyOtherFileTests.testWarnings)
PASS: test_open_code (test.test_fileio.PyOtherFileTests.test_open_code)

----------------------------------------------------------------------
Ran 99 tests in 0.034s

OK (skipped=2)
0:02:25 load avg: 4.07 [195/486] test_fileutils passed
PASS: test_capi_normalize_path (test.test_fileutils.PathTests.test_capi_normalize_path)

----------------------------------------------------------------------
Ran 1 test in 0.038s

OK
0:02:26 load avg: 4.07 [196/486] test_finalization passed
PASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_one)
PASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_three)
PASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_two)
PASS: test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_one)
PASS: test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_two)
PASS: test_homogenous (test.test_finalization.CycleChainFinalizationTest.test_homogenous)
PASS: test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest.test_homogenous_resurrect)
PASS: test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest.test_homogenous_suicidal)
PASS: test_legacy (test.test_finalization.LegacyFinalizationTest.test_legacy)
PASS: test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest.test_legacy_resurrect)
PASS: test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest.test_legacy_self_cycle)
PASS: test_simple (test.test_finalization.SelfCycleFinalizationTest.test_simple)
PASS: test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest.test_simple_resurrect)
PASS: test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest.test_simple_suicide)
PASS: test_non_gc (test.test_finalization.SimpleFinalizationTest.test_non_gc)
PASS: test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest.test_non_gc_resurrect)
PASS: test_simple (test.test_finalization.SimpleFinalizationTest.test_simple)
PASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest.test_simple_resurrect)

----------------------------------------------------------------------
Ran 18 tests in 0.253s

OK
0:02:26 load avg: 4.07 [197/486] test_exceptions passed
PASS: test_assertion_error_location (test.test_exceptions.AssertionErrorTests.test_assertion_error_location)
PASS: test_multiline_not_highlighted (test.test_exceptions.AssertionErrorTests.test_multiline_not_highlighted)
PASS: test_attributes (test.test_exceptions.AttributeErrorTests.test_attributes)
PASS: test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj)
PASS: test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method)
PASS: testAttributes (test.test_exceptions.ExceptionTests.testAttributes)
PASS: testChainingAttrs (test.test_exceptions.ExceptionTests.testChainingAttrs)
PASS: testChainingDescriptors (test.test_exceptions.ExceptionTests.testChainingDescriptors)
PASS: testExceptionCleanupState (test.test_exceptions.ExceptionTests.testExceptionCleanupState)
PASS: testInfiniteRecursion (test.test_exceptions.ExceptionTests.testInfiniteRecursion)
PASS: testInvalidTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback)
PASS: testKeywordArgs (test.test_exceptions.ExceptionTests.testKeywordArgs)
SKIP: testMemoryErrorBigSource (test.test_exceptions.ExceptionTests.testMemoryErrorBigSource) "resource 'cpu' is not enabled"
PASS: testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr)
PASS: testRaising (test.test_exceptions.ExceptionTests.testRaising)
PASS: testSettingException (test.test_exceptions.ExceptionTests.testSettingException)
PASS: testSyntaxErrorMessage (test.test_exceptions.ExceptionTests.testSyntaxErrorMessage)
PASS: testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens)
PASS: testSyntaxErrorOffset (test.test_exceptions.ExceptionTests.testSyntaxErrorOffset)
PASS: testWithTraceback (test.test_exceptions.ExceptionTests.testWithTraceback)
PASS: test_3114 (test.test_exceptions.ExceptionTests.test_3114)
PASS: test_MemoryError (test.test_exceptions.ExceptionTests.test_MemoryError)
PASS: test_WindowsError (test.test_exceptions.ExceptionTests.test_WindowsError)
PASS: test_assert_shadowing (test.test_exceptions.ExceptionTests.test_assert_shadowing)
PASS: test_badisinstance (test.test_exceptions.ExceptionTests.test_badisinstance)
PASS: test_context_of_exception_in_else_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally)
PASS: test_context_of_exception_in_except_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally)
PASS: test_context_of_exception_in_try_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally)
PASS: test_errno_ENOTDIR (test.test_exceptions.ExceptionTests.test_errno_ENOTDIR)
PASS: test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters)
PASS: test_exception_cleanup_names (test.test_exceptions.ExceptionTests.test_exception_cleanup_names)
PASS: test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests.test_exception_cleanup_names2)
PASS: test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope)
PASS: test_exception_with_doc (test.test_exceptions.ExceptionTests.test_exception_with_doc)
PASS: test_exec_set_nomemory_hang (test.test_exceptions.ExceptionTests.test_exec_set_nomemory_hang)
PASS: test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state)
PASS: test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state)
PASS: test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc)
PASS: test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2)
PASS: test_generator_finalizing_and_sys_exception (test.test_exceptions.ExceptionTests.test_generator_finalizing_and_sys_exception)
PASS: test_generator_leaking (test.test_exceptions.ExceptionTests.test_generator_leaking)
PASS: test_generator_leaking2 (test.test_exceptions.ExceptionTests.test_generator_leaking2)
PASS: test_generator_leaking3 (test.test_exceptions.ExceptionTests.test_generator_leaking3)
PASS: test_generator_leaking4 (test.test_exceptions.ExceptionTests.test_generator_leaking4)
PASS: test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state)
PASS: test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state)
PASS: test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state)
PASS: test_invalid_delattr (test.test_exceptions.ExceptionTests.test_invalid_delattr)
PASS: test_invalid_setattr (test.test_exceptions.ExceptionTests.test_invalid_setattr)
PASS: test_invalid_setstate (test.test_exceptions.ExceptionTests.test_invalid_setstate)
PASS: test_keyerror_context (test.test_exceptions.ExceptionTests.test_keyerror_context)
PASS: test_memory_error_cleanup (test.test_exceptions.ExceptionTests.test_memory_error_cleanup)
PASS: test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx)
PASS: test_memory_error_in_subinterp (test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp)
PASS: test_memory_error_subclasses (test.test_exceptions.ExceptionTests.test_memory_error_subclasses)
PASS: test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1)
PASS: test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2)
PASS: test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3)
PASS: test_notes (test.test_exceptions.ExceptionTests.test_notes)
PASS: test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle)
PASS: test_raise_in_generator (test.test_exceptions.ExceptionTests.test_raise_in_generator)
PASS: test_recursion_error_cleanup (test.test_exceptions.ExceptionTests.test_recursion_error_cleanup)
PASS: test_recursion_in_except_handler (test.test_exceptions.ExceptionTests.test_recursion_in_except_handler)
PASS: test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception)
PASS: test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception)
PASS: test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory)
PASS: test_setstate (test.test_exceptions.ExceptionTests.test_setstate)
PASS: test_str (test.test_exceptions.ExceptionTests.test_str)
SKIP: test_trashcan_recursion (test.test_exceptions.ExceptionTests.test_trashcan_recursion) "resource 'cpu' is not enabled"
PASS: test_unhandled (test.test_exceptions.ExceptionTests.test_unhandled)
PASS: test_unicode_change_attributes (test.test_exceptions.ExceptionTests.test_unicode_change_attributes)
PASS: test_unicode_error_evil_str_del_self_object (test.test_exceptions.ExceptionTests.test_unicode_error_evil_str_del_self_object)
PASS: test_unicode_error_evil_str_set_none_object (test.test_exceptions.ExceptionTests.test_unicode_error_evil_str_set_none_object)
PASS: test_unicode_error_str_does_not_crash (test.test_exceptions.ExceptionTests.test_unicode_error_str_does_not_crash)
PASS: test_unicode_errors_no_object (test.test_exceptions.ExceptionTests.test_unicode_errors_no_object)
PASS: test_unraisable (test.test_exceptions.ExceptionTests.test_unraisable)
test_windows_message (test.test_exceptions.ExceptionTests.test_windows_message)
SKIP: Should fill in unknown error code in Windows error message 'test specific to Windows'
PASS: test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts)
PASS: test_attributes (test.test_exceptions.ImportErrorTests.test_attributes)
PASS: test_copy_pickle (test.test_exceptions.ImportErrorTests.test_copy_pickle)
PASS: test_non_str_argument (test.test_exceptions.ImportErrorTests.test_non_str_argument)
PASS: test_reset_attributes (test.test_exceptions.ImportErrorTests.test_reset_attributes)
PASS: test_gh_111654 (test.test_exceptions.NameErrorTests.test_gh_111654)
PASS: test_issue45826 (test.test_exceptions.NameErrorTests.test_issue45826)
PASS: test_issue45826_focused (test.test_exceptions.NameErrorTests.test_issue45826_focused)
PASS: test_name_error_has_name (test.test_exceptions.NameErrorTests.test_name_error_has_name)
PASS: test_lineno_after_other_except (test.test_exceptions.PEP626Tests.test_lineno_after_other_except)
PASS: test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except)
PASS: test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit)
PASS: test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple)
PASS: test_lineno_after_with (test.test_exceptions.PEP626Tests.test_lineno_after_with)
PASS: test_lineno_in_finally_except (test.test_exceptions.PEP626Tests.test_lineno_in_finally_except)
PASS: test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal)
PASS: test_lineno_in_named_except (test.test_exceptions.PEP626Tests.test_lineno_in_named_except)
PASS: test_lineno_in_try (test.test_exceptions.PEP626Tests.test_lineno_in_try)
PASS: test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none)
PASS: test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor)
PASS: test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor)
PASS: test_encodings (test.test_exceptions.SyntaxErrorTests.test_encodings)
PASS: test_file_source (test.test_exceptions.SyntaxErrorTests.test_file_source)
PASS: test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor)
PASS: test_non_utf8 (test.test_exceptions.SyntaxErrorTests.test_non_utf8)
PASS: test_range_of_offsets (test.test_exceptions.SyntaxErrorTests.test_range_of_offsets)
PASS: test_string_source (test.test_exceptions.SyntaxErrorTests.test_string_source)
PASS: test_subclass (test.test_exceptions.SyntaxErrorTests.test_subclass)
PASS: test_syntax_error_memory_leak (test.test_exceptions.SyntaxErrorTests.test_syntax_error_memory_leak)
PASS: test_except_star_invalid_exception_type (test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type)

----------------------------------------------------------------------
Ran 107 tests in 3.128s

OK (skipped=3)
0:02:26 load avg: 4.07 [198/486] test_float passed
PASS: test_getformat (test.test_float.FormatFunctionsTestCase.test_getformat)
PASS: test_format (test.test_float.FormatTestCase.test_format)
PASS: test_format_testfile (test.test_float.FormatTestCase.test_format_testfile)
PASS: test_issue35560 (test.test_float.FormatTestCase.test_issue35560)
PASS: test_issue5864 (test.test_float.FormatTestCase.test_issue5864)
PASS: test_error_message (test.test_float.GeneralFloatCases.test_error_message)
PASS: test_float (test.test_float.GeneralFloatCases.test_float)
PASS: test_float_ceil (test.test_float.GeneralFloatCases.test_float_ceil)
PASS: test_float_containment (test.test_float.GeneralFloatCases.test_float_containment)
PASS: test_float_floor (test.test_float.GeneralFloatCases.test_float_floor)
PASS: test_float_memoryview (test.test_float.GeneralFloatCases.test_float_memoryview)
PASS: test_float_mod (test.test_float.GeneralFloatCases.test_float_mod)
PASS: test_float_pow (test.test_float.GeneralFloatCases.test_float_pow)
SKIP: test_float_with_comma (test.test_float.GeneralFloatCases.test_float_with_comma) 'decimal_point is not ","'
PASS: test_floatasratio (test.test_float.GeneralFloatCases.test_floatasratio)
PASS: test_floatconversion (test.test_float.GeneralFloatCases.test_floatconversion)
PASS: test_from_number (test.test_float.GeneralFloatCases.test_from_number)
PASS: test_from_number_subclass (test.test_float.GeneralFloatCases.test_from_number_subclass)
PASS: test_hash (test.test_float.GeneralFloatCases.test_hash)
PASS: test_hash_nan (test.test_float.GeneralFloatCases.test_hash_nan)
PASS: test_is_integer (test.test_float.GeneralFloatCases.test_is_integer)
PASS: test_issue_gh143006 (test.test_float.GeneralFloatCases.test_issue_gh143006)
PASS: test_keyword_args (test.test_float.GeneralFloatCases.test_keyword_args)
PASS: test_keywords_in_subclass (test.test_float.GeneralFloatCases.test_keywords_in_subclass)
PASS: test_noargs (test.test_float.GeneralFloatCases.test_noargs)
PASS: test_non_numeric_input_types (test.test_float.GeneralFloatCases.test_non_numeric_input_types)
PASS: test_underscores (test.test_float.GeneralFloatCases.test_underscores)
PASS: test_ends (test.test_float.HexFloatTestCase.test_ends)
PASS: test_from_hex (test.test_float.HexFloatTestCase.test_from_hex)
PASS: test_invalid_inputs (test.test_float.HexFloatTestCase.test_invalid_inputs)
PASS: test_roundtrip (test.test_float.HexFloatTestCase.test_roundtrip)
PASS: test_subclass (test.test_float.HexFloatTestCase.test_subclass)
PASS: test_whitespace (test.test_float.HexFloatTestCase.test_whitespace)
PASS: test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_double_specials_do_unpack)
PASS: test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_float_specials_do_unpack)
PASS: test_serialized_float_rounding (test.test_float.IEEEFormatTestCase.test_serialized_float_rounding)
PASS: test_inf_as_str (test.test_float.InfNanTest.test_inf_as_str)
PASS: test_inf_from_str (test.test_float.InfNanTest.test_inf_from_str)
PASS: test_inf_signs (test.test_float.InfNanTest.test_inf_signs)
PASS: test_nan_as_str (test.test_float.InfNanTest.test_nan_as_str)
PASS: test_nan_from_str (test.test_float.InfNanTest.test_nan_from_str)
PASS: test_nan_signs (test.test_float.InfNanTest.test_nan_signs)
PASS: test_repr (test.test_float.ReprTestCase.test_repr)
PASS: test_short_repr (test.test_float.ReprTestCase.test_short_repr)
PASS: test_None_ndigits (test.test_float.RoundTestCase.test_None_ndigits)
PASS: test_format_specials (test.test_float.RoundTestCase.test_format_specials)
PASS: test_inf_nan (test.test_float.RoundTestCase.test_inf_nan)
PASS: test_inf_nan_ndigits (test.test_float.RoundTestCase.test_inf_nan_ndigits)
PASS: test_large_n (test.test_float.RoundTestCase.test_large_n)
PASS: test_matches_float_format (test.test_float.RoundTestCase.test_matches_float_format)
PASS: test_overflow (test.test_float.RoundTestCase.test_overflow)
PASS: test_previous_round_bugs (test.test_float.RoundTestCase.test_previous_round_bugs)
PASS: test_round_with_none_arg_direct_call (test.test_float.RoundTestCase.test_round_with_none_arg_direct_call)
PASS: test_small_n (test.test_float.RoundTestCase.test_small_n)

----------------------------------------------------------------------
Ran 54 tests in 0.115s

OK (skipped=1)
0:02:26 load avg: 4.07 [199/486] test_file_eintr passed
test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readall)
PASS: BufferedReader.read() must handle signals and not lose data.
test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.
test_readall (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readall)
PASS: readall() must handle signals and not lose data.
test_readline (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.
test_readall (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readall)
PASS: read() must handle signals and not lose data.
test_readline (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.
test_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readall)
PASS: BufferedReader.read() must handle signals and not lose data.
test_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.
test_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readall)
PASS: readall() must handle signals and not lose data.
test_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.
test_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readall)
PASS: read() must handle signals and not lose data.
test_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readline)
PASS: readline() must handle signals and not lose data.
test_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readlines)
PASS: readlines() must handle signals and not lose data.

----------------------------------------------------------------------
Ran 18 tests in 2.003s

OK
0:02:26 load avg: 4.07 [200/486] test_flufl passed
PASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests.test_barry_as_bdfl)
PASS: test_barry_as_bdfl_look_ma_with_no_compiler_flags (test.test_flufl.FLUFLTests.test_barry_as_bdfl_look_ma_with_no_compiler_flags)
PASS: test_barry_as_bdfl_relative_import (test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import)
PASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests.test_guido_as_bdfl)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
0:02:26 load avg: 4.07 [201/486] test_fnmatch passed
PASS: test_case (test.test_fnmatch.FilterFalseTestCase.test_case)
PASS: test_filterfalse (test.test_fnmatch.FilterFalseTestCase.test_filterfalse)
PASS: test_mix_bytes_str (test.test_fnmatch.FilterFalseTestCase.test_mix_bytes_str)
PASS: test_sep (test.test_fnmatch.FilterFalseTestCase.test_sep)
PASS: test_case (test.test_fnmatch.FilterTestCase.test_case)
PASS: test_filter (test.test_fnmatch.FilterTestCase.test_filter)
PASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase.test_mix_bytes_str)
PASS: test_sep (test.test_fnmatch.FilterTestCase.test_sep)
PASS: test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes)
PASS: test_case (test.test_fnmatch.FnmatchTestCase.test_case)
PASS: test_char_set (test.test_fnmatch.FnmatchTestCase.test_char_set)
PASS: test_fnmatch (test.test_fnmatch.FnmatchTestCase.test_fnmatch)
PASS: test_fnmatchcase (test.test_fnmatch.FnmatchTestCase.test_fnmatchcase)
PASS: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str)
PASS: test_range (test.test_fnmatch.FnmatchTestCase.test_range)
PASS: test_sep (test.test_fnmatch.FnmatchTestCase.test_sep)
PASS: test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set)
PASS: test_sep_in_range (test.test_fnmatch.FnmatchTestCase.test_sep_in_range)
PASS: test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch)
PASS: test_warnings (test.test_fnmatch.FnmatchTestCase.test_warnings)
PASS: test_star_indices_locations (test.test_fnmatch.TranslateTestCase.test_star_indices_locations)
PASS: test_translate (test.test_fnmatch.TranslateTestCase.test_translate)
PASS: test_translate_expressions (test.test_fnmatch.TranslateTestCase.test_translate_expressions)
PASS: test_translate_wildcards (test.test_fnmatch.TranslateTestCase.test_translate_wildcards)

----------------------------------------------------------------------
Ran 24 tests in 0.010s

OK
0:02:26 load avg: 4.07 [202/486] test_format passed
PASS: test_better_error_message_format (test.test_format.FormatTest.test_better_error_message_format)
test_bytes_and_bytearray_format (test.test_format.FormatTest.test_bytes_and_bytearray_format) ... b'%c' % (7,) =? b'\x07' ... yes
bytearray(b'%c') % (7,) =? bytearray(b'\x07') ... yes
b'%c' % (b'Z',) =? b'Z' ... yes
bytearray(b'%c') % (b'Z',) =? bytearray(b'Z') ... yes
b'%c' % (bytearray(b'Z'),) =? b'Z' ... yes
bytearray(b'%c') % (bytearray(b'Z'),) =? bytearray(b'Z') ... yes
b'%5c' % (65,) =? b'    A' ... yes
bytearray(b'%5c') % (65,) =? bytearray(b'    A') ... yes
b'%-5c' % (65,) =? b'A    ' ... yes
bytearray(b'%-5c') % (65,) =? bytearray(b'A    ') ... yes
b'%b' % (b'abc',) =? b'abc' ... yes
bytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes
b'%b' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
b'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0xffff90868c20>,) =? b'123' ... yes
bytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0xffff90868c20>,) =? bytearray(b'123') ... yes
b'%b' % (<memory at 0xffff90814940>,) =? b'abc' ... yes
bytearray(b'%b') % (<memory at 0xffff90814940>,) =? bytearray(b'abc') ... yes
b'%s' % (b'abc',) =? b'abc' ... yes
bytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes
b'%s' % (bytearray(b'def'),) =? b'def' ... yes
bytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes
b'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0xffff90868c20>,) =? b'123' ... yes
bytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0xffff90868c20>,) =? bytearray(b'123') ... yes
b'%s' % (<memory at 0xffff90814940>,) =? b'abc' ... yes
bytearray(b'%s') % (<memory at 0xffff90814940>,) =? bytearray(b'abc') ... yes
b'%a' % (3.25,) =? b'3.25' ... yes
bytearray(b'%a') % (3.25,) =? bytearray(b'3.25') ... yes
b'%a' % (b'ghi',) =? b"b'ghi'" ... yes
bytearray(b'%a') % (b'ghi',) =? bytearray(b"b\'ghi\'") ... yes
b'%a' % ('jkl',) =? b"'jkl'" ... yes
bytearray(b'%a') % ('jkl',) =? bytearray(b"\'jkl\'") ... yes
b'%a' % ('\u0544',) =? b"'\\u0544'" ... yes
bytearray(b'%a') % ('\u0544',) =? bytearray(b"\'\\u0544\'") ... yes
b'%r' % (3.25,) =? b'3.25' ... yes
bytearray(b'%r') % (3.25,) =? bytearray(b'3.25') ... yes
b'%r' % (b'ghi',) =? b"b'ghi'" ... yes
bytearray(b'%r') % (b'ghi',) =? bytearray(b"b\'ghi\'") ... yes
b'%r' % ('jkl',) =? b"'jkl'" ... yes
bytearray(b'%r') % ('jkl',) =? bytearray(b"\'jkl\'") ... yes
b'%r' % ('\u0544',) =? b"'\\u0544'" ... yes
bytearray(b'%r') % ('\u0544',) =? bytearray(b"\'\\u0544\'") ... yes
Testing exceptions
b'%g' % '1' works? ... yes
b'%g' % b'1' works? ... yes
b'no format' % 7 works? ... yes
b'no format' % b'1' works? ... yes
b'no format' % bytearray(b'1') works? ... yes
b'%c' % -1 works? ... yes
b'%c' % 256 works? ... yes
b'%c' % 340282366920938463463374607431768211456 works? ... yes
b'%c' % b'Za' works? ... yes
b'%c' % 'Y' works? ... yes
b'%c' % 3.14 works? ... yes
b'%b' % 'Xc' works? ... yes
b'%s' % 'Wd' works? ... yes
ok
test_common_format (test.test_format.FormatTest.test_common_format) ... '%%' % () =? '%' ... yes
b'%%' % () =? b'%' ... yes
bytearray(b'%%') % () =? bytearray(b'%') ... yes
'%.1d' % (1,) =? '1' ... yes
b'%.1d' % (1,) =? b'1' ... yes
bytearray(b'%.1d') % (1,) =? bytearray(b'1') ... yes
'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)
b'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)
bytearray(b'%.*d') % (9223372036854775807, 1) works? ... overflow (this is fine)
'%.100d' % (1,) =? '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
b'%.100d' % (1,) =? b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
bytearray(b'%.100d') % (1,) =? bytearray(b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes
'%#.117x' % (1,) =? '0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
b'%#.117x' % (1,) =? b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
bytearray(b'%#.117x') % (1,) =? bytearray(b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes
'%#.118x' % (1,) =? '0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
b'%#.118x' % (1,) =? b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes
bytearray(b'%#.118x') % (1,) =? bytearray(b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes
'%f' % (1.0,) =? '1.000000' ... yes
b'%f' % (1.0,) =? b'1.000000' ... yes
bytearray(b'%f') % (1.0,) =? bytearray(b'1.000000') ... yes
'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes
b'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes
bytearray(b'%#.*g') % (109, -3.3333333333333334e+48) works? ... yes
'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes
b'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes
bytearray(b'%#.*g') % (110, -3.3333333333333334e+48) works? ... yes
'%#.*g' % (110, -3.333333333333333e+99) works? ... yes
b'%#.*g' % (110, -3.333333333333333e+99) works? ... yes
bytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes
'%12.*f' % (123456, 1.0) works? ... yes
b'%12.*f' % (123456, 1.0) works? ... yes
bytearray(b'%12.*f') % (123456, 1.0) works? ... yes
'%#.*g' % (110, -3.333333333333333e+99) works? ... yes
b'%#.*g' % (110, -3.333333333333333e+99) works? ... yes
bytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes
'%#.*G' % (110, -3.333333333333333e+99) works? ... yes
b'%#.*G' % (110, -3.333333333333333e+99) works? ... yes
bytearray(b'%#.*G') % (110, -3.333333333333333e+99) works? ... yes
'%#.*f' % (110, -3.333333333333333e+99) works? ... yes
b'%#.*f' % (110, -3.333333333333333e+99) works? ... yes
bytearray(b'%#.*f') % (110, -3.333333333333333e+99) works? ... yes
'%#.*F' % (110, -3.333333333333333e+99) works? ... yes
b'%#.*F' % (110, -3.333333333333333e+99) works? ... yes
bytearray(b'%#.*F') % (110, -3.333333333333333e+99) works? ... yes
'%x' % 10 =? 'a' ... yes
b'%x' % (10,) =? b'a' ... yes
bytearray(b'%x') % (10,) =? bytearray(b'a') ... yes
'%x' % 100000000000 =? '174876e800' ... yes
b'%x' % (100000000000,) =? b'174876e800' ... yes
bytearray(b'%x') % (100000000000,) =? bytearray(b'174876e800') ... yes
'%o' % 10 =? '12' ... yes
b'%o' % (10,) =? b'12' ... yes
bytearray(b'%o') % (10,) =? bytearray(b'12') ... yes
'%o' % 100000000000 =? '1351035564000' ... yes
b'%o' % (100000000000,) =? b'1351035564000' ... yes
bytearray(b'%o') % (100000000000,) =? bytearray(b'1351035564000') ... yes
'%d' % 10 =? '10' ... yes
b'%d' % (10,) =? b'10' ... yes
bytearray(b'%d') % (10,) =? bytearray(b'10') ... yes
'%d' % 100000000000 =? '100000000000' ... yes
b'%d' % (100000000000,) =? b'100000000000' ... yes
bytearray(b'%d') % (100000000000,) =? bytearray(b'100000000000') ... yes
'%d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes
b'%d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes
bytearray(b'%d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes
'%d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes
b'%d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes
bytearray(b'%d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes
'%5d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes
b'%5d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes
bytearray(b'%5d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes
'%31d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes
b'%31d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes
bytearray(b'%31d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes
'%32d' % -123456789012345678901234567890 =? ' -123456789012345678901234567890' ... yes
b'%32d' % (-123456789012345678901234567890,) =? b' -123456789012345678901234567890' ... yes
bytearray(b'%32d') % (-123456789012345678901234567890,) =? bytearray(b' -123456789012345678901234567890') ... yes
'%-32d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes
b'%-32d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes
bytearray(b'%-32d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes
'%032d' % -123456789012345678901234567890 =? '-0123456789012345678901234567890' ... yes
b'%032d' % (-123456789012345678901234567890,) =? b'-0123456789012345678901234567890' ... yes
bytearray(b'%032d') % (-123456789012345678901234567890,) =? bytearray(b'-0123456789012345678901234567890') ... yes
'%-032d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes
b'%-032d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes
bytearray(b'%-032d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes
'%034d' % -123456789012345678901234567890 =? '-000123456789012345678901234567890' ... yes
b'%034d' % (-123456789012345678901234567890,) =? b'-000123456789012345678901234567890' ... yes
bytearray(b'%034d') % (-123456789012345678901234567890,) =? bytearray(b'-000123456789012345678901234567890') ... yes
'%034d' % 123456789012345678901234567890 =? '0000123456789012345678901234567890' ... yes
b'%034d' % (123456789012345678901234567890,) =? b'0000123456789012345678901234567890' ... yes
bytearray(b'%034d') % (123456789012345678901234567890,) =? bytearray(b'0000123456789012345678901234567890') ... yes
'%0+34d' % 123456789012345678901234567890 =? '+000123456789012345678901234567890' ... yes
b'%0+34d' % (123456789012345678901234567890,) =? b'+000123456789012345678901234567890' ... yes
bytearray(b'%0+34d') % (123456789012345678901234567890,) =? bytearray(b'+000123456789012345678901234567890') ... yes
'%+34d' % 123456789012345678901234567890 =? '   +123456789012345678901234567890' ... yes
b'%+34d' % (123456789012345678901234567890,) =? b'   +123456789012345678901234567890' ... yes
bytearray(b'%+34d') % (123456789012345678901234567890,) =? bytearray(b'   +123456789012345678901234567890') ... yes
'%34d' % 123456789012345678901234567890 =? '    123456789012345678901234567890' ... yes
b'%34d' % (123456789012345678901234567890,) =? b'    123456789012345678901234567890' ... yes
bytearray(b'%34d') % (123456789012345678901234567890,) =? bytearray(b'    123456789012345678901234567890') ... yes
'%.2d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes
b'%.2d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes
bytearray(b'%.2d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes
'%.30d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes
b'%.30d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes
bytearray(b'%.30d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes
'%.31d' % 123456789012345678901234567890 =? '0123456789012345678901234567890' ... yes
b'%.31d' % (123456789012345678901234567890,) =? b'0123456789012345678901234567890' ... yes
bytearray(b'%.31d') % (123456789012345678901234567890,) =? bytearray(b'0123456789012345678901234567890') ... yes
'%32.31d' % 123456789012345678901234567890 =? ' 0123456789012345678901234567890' ... yes
b'%32.31d' % (123456789012345678901234567890,) =? b' 0123456789012345678901234567890' ... yes
bytearray(b'%32.31d') % (123456789012345678901234567890,) =? bytearray(b' 0123456789012345678901234567890') ... yes
'%d' % 1.2345678901234568e+29 =? '123456________________________' ... yes
b'%d' % (1.2345678901234568e+29,) =? b'123456________________________' ... yes
bytearray(b'%d') % (1.2345678901234568e+29,) =? bytearray(b'123456________________________') ... yes
'%x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes
b'%x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes
bytearray(b'%x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes
'%x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes
b'%x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes
bytearray(b'%x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes
'%5x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes
b'%5x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes
bytearray(b'%5x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes
'%22x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes
b'%22x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes
bytearray(b'%22x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes
'%23x' % -1375488932362216742658885 =? ' -1234567890abcdef12345' ... yes
b'%23x' % (-1375488932362216742658885,) =? b' -1234567890abcdef12345' ... yes
bytearray(b'%23x') % (-1375488932362216742658885,) =? bytearray(b' -1234567890abcdef12345') ... yes
'%-23x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes
b'%-23x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes
bytearray(b'%-23x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes
'%023x' % -1375488932362216742658885 =? '-01234567890abcdef12345' ... yes
b'%023x' % (-1375488932362216742658885,) =? b'-01234567890abcdef12345' ... yes
bytearray(b'%023x') % (-1375488932362216742658885,) =? bytearray(b'-01234567890abcdef12345') ... yes
'%-023x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes
b'%-023x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes
bytearray(b'%-023x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes
'%025x' % -1375488932362216742658885 =? '-0001234567890abcdef12345' ... yes
b'%025x' % (-1375488932362216742658885,) =? b'-0001234567890abcdef12345' ... yes
bytearray(b'%025x') % (-1375488932362216742658885,) =? bytearray(b'-0001234567890abcdef12345') ... yes
'%025x' % 1375488932362216742658885 =? '00001234567890abcdef12345' ... yes
b'%025x' % (1375488932362216742658885,) =? b'00001234567890abcdef12345' ... yes
bytearray(b'%025x') % (1375488932362216742658885,) =? bytearray(b'00001234567890abcdef12345') ... yes
'%0+25x' % 1375488932362216742658885 =? '+0001234567890abcdef12345' ... yes
b'%0+25x' % (1375488932362216742658885,) =? b'+0001234567890abcdef12345' ... yes
bytearray(b'%0+25x') % (1375488932362216742658885,) =? bytearray(b'+0001234567890abcdef12345') ... yes
'%+25x' % 1375488932362216742658885 =? '   +1234567890abcdef12345' ... yes
b'%+25x' % (1375488932362216742658885,) =? b'   +1234567890abcdef12345' ... yes
bytearray(b'%+25x') % (1375488932362216742658885,) =? bytearray(b'   +1234567890abcdef12345') ... yes
'%25x' % 1375488932362216742658885 =? '    1234567890abcdef12345' ... yes
b'%25x' % (1375488932362216742658885,) =? b'    1234567890abcdef12345' ... yes
bytearray(b'%25x') % (1375488932362216742658885,) =? bytearray(b'    1234567890abcdef12345') ... yes
'%.2x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes
b'%.2x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes
bytearray(b'%.2x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes
'%.21x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes
b'%.21x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes
bytearray(b'%.21x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes
'%.22x' % 1375488932362216742658885 =? '01234567890abcdef12345' ... yes
b'%.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345' ... yes
bytearray(b'%.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345') ... yes
'%23.22x' % 1375488932362216742658885 =? ' 01234567890abcdef12345' ... yes
b'%23.22x' % (1375488932362216742658885,) =? b' 01234567890abcdef12345' ... yes
bytearray(b'%23.22x') % (1375488932362216742658885,) =? bytearray(b' 01234567890abcdef12345') ... yes
'%-23.22x' % 1375488932362216742658885 =? '01234567890abcdef12345 ' ... yes
b'%-23.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345 ' ... yes
bytearray(b'%-23.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345 ') ... yes
'%X' % 1375488932362216742658885 =? '1234567890ABCDEF12345' ... yes
b'%X' % (1375488932362216742658885,) =? b'1234567890ABCDEF12345' ... yes
bytearray(b'%X') % (1375488932362216742658885,) =? bytearray(b'1234567890ABCDEF12345') ... yes
'%#X' % 1375488932362216742658885 =? '0X1234567890ABCDEF12345' ... yes
b'%#X' % (1375488932362216742658885,) =? b'0X1234567890ABCDEF12345' ... yes
bytearray(b'%#X') % (1375488932362216742658885,) =? bytearray(b'0X1234567890ABCDEF12345') ... yes
'%#x' % 1375488932362216742658885 =? '0x1234567890abcdef12345' ... yes
b'%#x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345' ... yes
bytearray(b'%#x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345') ... yes
'%#x' % -1375488932362216742658885 =? '-0x1234567890abcdef12345' ... yes
b'%#x' % (-1375488932362216742658885,) =? b'-0x1234567890abcdef12345' ... yes
bytearray(b'%#x') % (-1375488932362216742658885,) =? bytearray(b'-0x1234567890abcdef12345') ... yes
'%#27x' % 1375488932362216742658885 =? '    0x1234567890abcdef12345' ... yes
b'%#27x' % (1375488932362216742658885,) =? b'    0x1234567890abcdef12345' ... yes
bytearray(b'%#27x') % (1375488932362216742658885,) =? bytearray(b'    0x1234567890abcdef12345') ... yes
'%#-27x' % 1375488932362216742658885 =? '0x1234567890abcdef12345    ' ... yes
b'%#-27x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345    ' ... yes
bytearray(b'%#-27x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345    ') ... yes
'%#027x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes
b'%#027x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes
bytearray(b'%#027x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes
'%#.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345' ... yes
b'%#.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345' ... yes
bytearray(b'%#.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345') ... yes
'%#.23x' % -1375488932362216742658885 =? '-0x001234567890abcdef12345' ... yes
b'%#.23x' % (-1375488932362216742658885,) =? b'-0x001234567890abcdef12345' ... yes
bytearray(b'%#.23x') % (-1375488932362216742658885,) =? bytearray(b'-0x001234567890abcdef12345') ... yes
'%#27.23x' % 1375488932362216742658885 =? '  0x001234567890abcdef12345' ... yes
b'%#27.23x' % (1375488932362216742658885,) =? b'  0x001234567890abcdef12345' ... yes
bytearray(b'%#27.23x') % (1375488932362216742658885,) =? bytearray(b'  0x001234567890abcdef12345') ... yes
'%#-27.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345  ' ... yes
b'%#-27.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345  ' ... yes
bytearray(b'%#-27.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345  ') ... yes
'%#027.23x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes
b'%#027.23x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes
bytearray(b'%#027.23x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes
'%#+.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345' ... yes
b'%#+.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345' ... yes
bytearray(b'%#+.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345') ... yes
'%# .23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345' ... yes
b'%# .23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345' ... yes
bytearray(b'%# .23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345') ... yes
'%#+.23X' % 1375488932362216742658885 =? '+0X001234567890ABCDEF12345' ... yes
b'%#+.23X' % (1375488932362216742658885,) =? b'+0X001234567890ABCDEF12345' ... yes
bytearray(b'%#+.23X') % (1375488932362216742658885,) =? bytearray(b'+0X001234567890ABCDEF12345') ... yes
'%#+027.23X' % 1375488932362216742658885 =? '+0X0001234567890ABCDEF12345' ... yes
b'%#+027.23X' % (1375488932362216742658885,) =? b'+0X0001234567890ABCDEF12345' ... yes
bytearray(b'%#+027.23X') % (1375488932362216742658885,) =? bytearray(b'+0X0001234567890ABCDEF12345') ... yes
'%# 027.23X' % 1375488932362216742658885 =? ' 0X0001234567890ABCDEF12345' ... yes
b'%# 027.23X' % (1375488932362216742658885,) =? b' 0X0001234567890ABCDEF12345' ... yes
bytearray(b'%# 027.23X') % (1375488932362216742658885,) =? bytearray(b' 0X0001234567890ABCDEF12345') ... yes
'%#+27.23X' % 1375488932362216742658885 =? ' +0X001234567890ABCDEF12345' ... yes
b'%#+27.23X' % (1375488932362216742658885,) =? b' +0X001234567890ABCDEF12345' ... yes
bytearray(b'%#+27.23X') % (1375488932362216742658885,) =? bytearray(b' +0X001234567890ABCDEF12345') ... yes
'%#-+27.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345 ' ... yes
b'%#-+27.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345 ' ... yes
bytearray(b'%#-+27.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345 ') ... yes
'%#- 27.23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345 ' ... yes
b'%#- 27.23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345 ' ... yes
bytearray(b'%#- 27.23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345 ') ... yes
'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes
b'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes
bytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes
'%o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes
b'%o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes
bytearray(b'%o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes
'%5o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes
b'%5o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes
bytearray(b'%5o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes
'%33o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes
b'%33o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes
bytearray(b'%33o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes
'%34o' % -12935167030485801517351291832 =? ' -12345670123456701234567012345670' ... yes
b'%34o' % (-12935167030485801517351291832,) =? b' -12345670123456701234567012345670' ... yes
bytearray(b'%34o') % (-12935167030485801517351291832,) =? bytearray(b' -12345670123456701234567012345670') ... yes
'%-34o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes
b'%-34o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes
bytearray(b'%-34o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes
'%034o' % -12935167030485801517351291832 =? '-012345670123456701234567012345670' ... yes
b'%034o' % (-12935167030485801517351291832,) =? b'-012345670123456701234567012345670' ... yes
bytearray(b'%034o') % (-12935167030485801517351291832,) =? bytearray(b'-012345670123456701234567012345670') ... yes
'%-034o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes
b'%-034o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes
bytearray(b'%-034o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes
'%036o' % -12935167030485801517351291832 =? '-00012345670123456701234567012345670' ... yes
b'%036o' % (-12935167030485801517351291832,) =? b'-00012345670123456701234567012345670' ... yes
bytearray(b'%036o') % (-12935167030485801517351291832,) =? bytearray(b'-00012345670123456701234567012345670') ... yes
'%036o' % 12935167030485801517351291832 =? '000012345670123456701234567012345670' ... yes
b'%036o' % (12935167030485801517351291832,) =? b'000012345670123456701234567012345670' ... yes
bytearray(b'%036o') % (12935167030485801517351291832,) =? bytearray(b'000012345670123456701234567012345670') ... yes
'%0+36o' % 12935167030485801517351291832 =? '+00012345670123456701234567012345670' ... yes
b'%0+36o' % (12935167030485801517351291832,) =? b'+00012345670123456701234567012345670' ... yes
bytearray(b'%0+36o') % (12935167030485801517351291832,) =? bytearray(b'+00012345670123456701234567012345670') ... yes
'%+36o' % 12935167030485801517351291832 =? '   +12345670123456701234567012345670' ... yes
b'%+36o' % (12935167030485801517351291832,) =? b'   +12345670123456701234567012345670' ... yes
bytearray(b'%+36o') % (12935167030485801517351291832,) =? bytearray(b'   +12345670123456701234567012345670') ... yes
'%36o' % 12935167030485801517351291832 =? '    12345670123456701234567012345670' ... yes
b'%36o' % (12935167030485801517351291832,) =? b'    12345670123456701234567012345670' ... yes
bytearray(b'%36o') % (12935167030485801517351291832,) =? bytearray(b'    12345670123456701234567012345670') ... yes
'%.2o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes
b'%.2o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes
bytearray(b'%.2o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes
'%.32o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes
b'%.32o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes
bytearray(b'%.32o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes
'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes
b'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes
bytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes
'%34.33o' % 12935167030485801517351291832 =? ' 012345670123456701234567012345670' ... yes
b'%34.33o' % (12935167030485801517351291832,) =? b' 012345670123456701234567012345670' ... yes
bytearray(b'%34.33o') % (12935167030485801517351291832,) =? bytearray(b' 012345670123456701234567012345670') ... yes
'%-34.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670 ' ... yes
b'%-34.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670 ' ... yes
bytearray(b'%-34.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670 ') ... yes
'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes
b'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes
bytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes
'%#o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes
b'%#o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes
bytearray(b'%#o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes
'%#o' % -12935167030485801517351291832 =? '-0o12345670123456701234567012345670' ... yes
b'%#o' % (-12935167030485801517351291832,) =? b'-0o12345670123456701234567012345670' ... yes
bytearray(b'%#o') % (-12935167030485801517351291832,) =? bytearray(b'-0o12345670123456701234567012345670') ... yes
'%#38o' % 12935167030485801517351291832 =? '    0o12345670123456701234567012345670' ... yes
b'%#38o' % (12935167030485801517351291832,) =? b'    0o12345670123456701234567012345670' ... yes
bytearray(b'%#38o') % (12935167030485801517351291832,) =? bytearray(b'    0o12345670123456701234567012345670') ... yes
'%#-38o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670    ' ... yes
b'%#-38o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670    ' ... yes
bytearray(b'%#-38o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670    ') ... yes
'%#038o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes
b'%#038o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes
bytearray(b'%#038o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes
'%#.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670' ... yes
b'%#.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670' ... yes
bytearray(b'%#.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670') ... yes
'%#.34o' % -12935167030485801517351291832 =? '-0o0012345670123456701234567012345670' ... yes
b'%#.34o' % (-12935167030485801517351291832,) =? b'-0o0012345670123456701234567012345670' ... yes
bytearray(b'%#.34o') % (-12935167030485801517351291832,) =? bytearray(b'-0o0012345670123456701234567012345670') ... yes
'%#38.34o' % 12935167030485801517351291832 =? '  0o0012345670123456701234567012345670' ... yes
b'%#38.34o' % (12935167030485801517351291832,) =? b'  0o0012345670123456701234567012345670' ... yes
bytearray(b'%#38.34o') % (12935167030485801517351291832,) =? bytearray(b'  0o0012345670123456701234567012345670') ... yes
'%#-38.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670  ' ... yes
b'%#-38.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670  ' ... yes
bytearray(b'%#-38.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670  ') ... yes
'%#038.34o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes
b'%#038.34o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes
bytearray(b'%#038.34o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes
'%#+.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670' ... yes
b'%#+.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670' ... yes
bytearray(b'%#+.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670') ... yes
'%# .34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670' ... yes
b'%# .34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670' ... yes
bytearray(b'%# .34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670') ... yes
'%#+38.34o' % 12935167030485801517351291832 =? ' +0o0012345670123456701234567012345670' ... yes
b'%#+38.34o' % (12935167030485801517351291832,) =? b' +0o0012345670123456701234567012345670' ... yes
bytearray(b'%#+38.34o') % (12935167030485801517351291832,) =? bytearray(b' +0o0012345670123456701234567012345670') ... yes
'%#-+38.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670 ' ... yes
b'%#-+38.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670 ' ... yes
bytearray(b'%#-+38.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670 ') ... yes
'%#- 38.34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670 ' ... yes
b'%#- 38.34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670 ' ... yes
bytearray(b'%#- 38.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670 ') ... yes
'%#+038.34o' % 12935167030485801517351291832 =? '+0o00012345670123456701234567012345670' ... yes
b'%#+038.34o' % (12935167030485801517351291832,) =? b'+0o00012345670123456701234567012345670' ... yes
bytearray(b'%#+038.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o00012345670123456701234567012345670') ... yes
'%# 038.34o' % 12935167030485801517351291832 =? ' 0o00012345670123456701234567012345670' ... yes
b'%# 038.34o' % (12935167030485801517351291832,) =? b' 0o00012345670123456701234567012345670' ... yes
bytearray(b'%# 038.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o00012345670123456701234567012345670') ... yes
'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes
b'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes
bytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes
'%#.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes
b'%#.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes
bytearray(b'%#.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes
'%#.32o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes
b'%#.32o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes
bytearray(b'%#.32o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes
'%035.33o' % 12935167030485801517351291832 =? '00012345670123456701234567012345670' ... yes
b'%035.33o' % (12935167030485801517351291832,) =? b'00012345670123456701234567012345670' ... yes
bytearray(b'%035.33o') % (12935167030485801517351291832,) =? bytearray(b'00012345670123456701234567012345670') ... yes
'%0#35.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes
b'%0#35.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes
bytearray(b'%0#35.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes
'%d' % 42 =? '42' ... yes
b'%d' % (42,) =? b'42' ... yes
bytearray(b'%d') % (42,) =? bytearray(b'42') ... yes
'%d' % -42 =? '-42' ... yes
b'%d' % (-42,) =? b'-42' ... yes
bytearray(b'%d') % (-42,) =? bytearray(b'-42') ... yes
'%d' % 42.0 =? '42' ... yes
b'%d' % (42.0,) =? b'42' ... yes
bytearray(b'%d') % (42.0,) =? bytearray(b'42') ... yes
'%#x' % 1 =? '0x1' ... yes
b'%#x' % (1,) =? b'0x1' ... yes
bytearray(b'%#x') % (1,) =? bytearray(b'0x1') ... yes
'%#X' % 1 =? '0X1' ... yes
b'%#X' % (1,) =? b'0X1' ... yes
bytearray(b'%#X') % (1,) =? bytearray(b'0X1') ... yes
'%#o' % 1 =? '0o1' ... yes
b'%#o' % (1,) =? b'0o1' ... yes
bytearray(b'%#o') % (1,) =? bytearray(b'0o1') ... yes
'%#o' % 0 =? '0o0' ... yes
b'%#o' % (0,) =? b'0o0' ... yes
bytearray(b'%#o') % (0,) =? bytearray(b'0o0') ... yes
'%o' % 0 =? '0' ... yes
b'%o' % (0,) =? b'0' ... yes
bytearray(b'%o') % (0,) =? bytearray(b'0') ... yes
'%d' % 0 =? '0' ... yes
b'%d' % (0,) =? b'0' ... yes
bytearray(b'%d') % (0,) =? bytearray(b'0') ... yes
'%#x' % 0 =? '0x0' ... yes
b'%#x' % (0,) =? b'0x0' ... yes
bytearray(b'%#x') % (0,) =? bytearray(b'0x0') ... yes
'%#X' % 0 =? '0X0' ... yes
b'%#X' % (0,) =? b'0X0' ... yes
bytearray(b'%#X') % (0,) =? bytearray(b'0X0') ... yes
'%x' % 66 =? '42' ... yes
b'%x' % (66,) =? b'42' ... yes
bytearray(b'%x') % (66,) =? bytearray(b'42') ... yes
'%x' % -66 =? '-42' ... yes
b'%x' % (-66,) =? b'-42' ... yes
bytearray(b'%x') % (-66,) =? bytearray(b'-42') ... yes
'%o' % 34 =? '42' ... yes
b'%o' % (34,) =? b'42' ... yes
bytearray(b'%o') % (34,) =? bytearray(b'42') ... yes
'%o' % -34 =? '-42' ... yes
b'%o' % (-34,) =? b'-42' ... yes
bytearray(b'%o') % (-34,) =? bytearray(b'-42') ... yes
'%g' % 1.1 =? '1.1' ... yes
b'%g' % (1.1,) =? b'1.1' ... yes
bytearray(b'%g') % (1.1,) =? bytearray(b'1.1') ... yes
'%#g' % 1.1 =? '1.10000' ... yes
b'%#g' % (1.1,) =? b'1.10000' ... yes
bytearray(b'%#g') % (1.1,) =? bytearray(b'1.10000') ... yes
Testing exceptions
'%' % () works? ... yes
b'%' % () works? ... yes
'% %s' % 1 works? ... yes
b'% %s' % 1 works? ... yes
'%d' % '1' works? ... yes
b'%d' % '1' works? ... yes
'%d' % b'1' works? ... yes
b'%d' % b'1' works? ... yes
'%x' % '1' works? ... yes
b'%x' % '1' works? ... yes
'%x' % 3.14 works? ... yes
b'%x' % 3.14 works? ... yes
'%i' % '1' works? ... yes
b'%i' % '1' works? ... yes
'%i' % b'1' works? ... yes
b'%i' % b'1' works? ... yes
ok
PASS: test_g_format_has_no_trailing_zeros (test.test_format.FormatTest.test_g_format_has_no_trailing_zeros)
PASS: test_locale (test.test_format.FormatTest.test_locale)
PASS: test_negative_zero (test.test_format.FormatTest.test_negative_zero)
test_non_ascii (test.test_format.FormatTest.test_non_ascii) ... '\u20ac=%f' % (1.0,) =? '\u20ac=1.000000' ... yes
ok
test_nul (test.test_format.FormatTest.test_nul) ... 'a\x00b' % () =? 'a\x00b' ... yes
b'a\x00b' % () =? b'a\x00b' ... yes
bytearray(b'a\x00b') % () =? bytearray(b'a\x00b') ... yes
'a%cb' % (0,) =? 'a\x00b' ... yes
b'a%cb' % (0,) =? b'a\x00b' ... yes
bytearray(b'a%cb') % (0,) =? bytearray(b'a\x00b') ... yes
'a%sb' % ('c\x00d',) =? 'ac\x00db' ... yes
b'a%sb' % (b'c\x00d',) =? b'ac\x00db' ... yes
bytearray(b'a%sb') % (b'c\x00d',) =? bytearray(b'ac\x00db') ... yes
ok
PASS: test_optimisations (test.test_format.FormatTest.test_optimisations)
PASS: test_precision (test.test_format.FormatTest.test_precision)
PASS: test_precision_c_limits (test.test_format.FormatTest.test_precision_c_limits)
PASS: test_specifier_z_error (test.test_format.FormatTest.test_specifier_z_error)
test_str_format (test.test_format.FormatTest.test_str_format) ... '%r' % '\u0378' =? "'\\u0378'" ... yes
'%a' % '\u0378' =? "'\\u0378'" ... yes
'%r' % '\u0374' =? "'\u0374'" ... yes
'%a' % '\u0374' =? "'\\u0374'" ... yes
Testing exceptions
'abc %b' % 1 works? ... yes
'%g' % '1' works? ... yes
'no format' % '1' works? ... yes
'%c' % -1 works? ... yes
'%c' % 1114112 works? ... yes
'%c' % 3.14 works? ... yes
'%c' % 'ab' works? ... yes
'%c' % b'x' works? ... yes
ok
PASS: test_unicode_in_error_message (test.test_format.FormatTest.test_unicode_in_error_message)
PASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_format.FormatTest.test_with_a_commas_and_an_underscore_in_format_specifier)
PASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_format.FormatTest.test_with_an_underscore_and_a_comma_in_format_specifier)
PASS: test_with_two_commas_in_format_specifier (test.test_format.FormatTest.test_with_two_commas_in_format_specifier)
PASS: test_with_two_underscore_in_format_specifier (test.test_format.FormatTest.test_with_two_underscore_in_format_specifier)

----------------------------------------------------------------------
Ran 18 tests in 0.008s

OK
0:02:27 load avg: 4.07 [203/486] test_fractions passed
PASS: testApproximateCos1 (test.test_fractions.FractionTest.testApproximateCos1)
PASS: testApproximatePi (test.test_fractions.FractionTest.testApproximatePi)
PASS: testArithmetic (test.test_fractions.FractionTest.testArithmetic)
PASS: testBigComplexComparisons (test.test_fractions.FractionTest.testBigComplexComparisons)
PASS: testBigFloatComparisons (test.test_fractions.FractionTest.testBigFloatComparisons)
PASS: testBoolGuarateesBoolReturn (test.test_fractions.FractionTest.testBoolGuarateesBoolReturn)
PASS: testComparisons (test.test_fractions.FractionTest.testComparisons)
PASS: testComparisonsDummyFloat (test.test_fractions.FractionTest.testComparisonsDummyFloat)
PASS: testComparisonsDummyRational (test.test_fractions.FractionTest.testComparisonsDummyRational)
PASS: testConversions (test.test_fractions.FractionTest.testConversions)
PASS: testFromDecimal (test.test_fractions.FractionTest.testFromDecimal)
PASS: testFromFloat (test.test_fractions.FractionTest.testFromFloat)
PASS: testFromNumber (test.test_fractions.FractionTest.testFromNumber)
PASS: testFromNumber_subclass (test.test_fractions.FractionTest.testFromNumber_subclass)
PASS: testFromString (test.test_fractions.FractionTest.testFromString)
PASS: testHash (test.test_fractions.FractionTest.testHash)
PASS: testImmutable (test.test_fractions.FractionTest.testImmutable)
PASS: testInit (test.test_fractions.FractionTest.testInit)
PASS: testInitFromDecimal (test.test_fractions.FractionTest.testInitFromDecimal)
PASS: testInitFromFloat (test.test_fractions.FractionTest.testInitFromFloat)
PASS: testInitFromIntegerRatio (test.test_fractions.FractionTest.testInitFromIntegerRatio)
PASS: testIntGuaranteesIntReturn (test.test_fractions.FractionTest.testIntGuaranteesIntReturn)
PASS: testLargeArithmetic (test.test_fractions.FractionTest.testLargeArithmetic)
PASS: testLimitDenominator (test.test_fractions.FractionTest.testLimitDenominator)
PASS: testMixedArithmetic (test.test_fractions.FractionTest.testMixedArithmetic)
PASS: testMixedDivision (test.test_fractions.FractionTest.testMixedDivision)
PASS: testMixedEqual (test.test_fractions.FractionTest.testMixedEqual)
PASS: testMixedIntegerDivision (test.test_fractions.FractionTest.testMixedIntegerDivision)
PASS: testMixedLess (test.test_fractions.FractionTest.testMixedLess)
PASS: testMixedLessEqual (test.test_fractions.FractionTest.testMixedLessEqual)
PASS: testMixedMultiplication (test.test_fractions.FractionTest.testMixedMultiplication)
PASS: testMixedPower (test.test_fractions.FractionTest.testMixedPower)
PASS: testMixingWithDecimal (test.test_fractions.FractionTest.testMixingWithDecimal)
PASS: testRound (test.test_fractions.FractionTest.testRound)
PASS: testStringification (test.test_fractions.FractionTest.testStringification)
PASS: testSupportsInt (test.test_fractions.FractionTest.testSupportsInt)
PASS: test_as_integer_ratio (test.test_fractions.FractionTest.test_as_integer_ratio)
PASS: test_complex_handling (test.test_fractions.FractionTest.test_complex_handling)
PASS: test_copy_deepcopy_pickle (test.test_fractions.FractionTest.test_copy_deepcopy_pickle)
PASS: test_float_format_testfile (test.test_fractions.FractionTest.test_float_format_testfile)
PASS: test_format_e_presentation_type (test.test_fractions.FractionTest.test_format_e_presentation_type)
PASS: test_format_f_presentation_type (test.test_fractions.FractionTest.test_format_f_presentation_type)
PASS: test_format_g_presentation_type (test.test_fractions.FractionTest.test_format_g_presentation_type)
PASS: test_format_no_presentation_type (test.test_fractions.FractionTest.test_format_no_presentation_type)
PASS: test_int_subclass (test.test_fractions.FractionTest.test_int_subclass)
PASS: test_invalid_formats (test.test_fractions.FractionTest.test_invalid_formats)
PASS: test_is_integer (test.test_fractions.FractionTest.test_is_integer)
PASS: test_limit_int (test.test_fractions.FractionTest.test_limit_int)
PASS: test_slots (test.test_fractions.FractionTest.test_slots)
PASS: test_three_argument_pow (test.test_fractions.FractionTest.test_three_argument_pow)

----------------------------------------------------------------------
Ran 50 tests in 0.034s

OK
0:02:27 load avg: 4.07 [204/486] test_free_threading skipped
test_free_threading skipped -- GIL enabled
0:02:27 load avg: 4.07 [205/486] test_frozen passed
PASS: test_frozen (test.test_frozen.TestFrozen.test_frozen)
PASS: test_frozen_submodule_in_unfrozen_package (test.test_frozen.TestFrozen.test_frozen_submodule_in_unfrozen_package)
PASS: test_unfrozen_submodule_in_frozen_package (test.test_frozen.TestFrozen.test_unfrozen_submodule_in_frozen_package)

----------------------------------------------------------------------
Ran 3 tests in 0.002s

OK
0:02:28 load avg: 4.07 [206/486] test_frame passed
PASS: test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials)
PASS: test_clear_executing (test.test_frame.ClearTest.test_clear_executing)
PASS: test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator)
PASS: test_clear_generator (test.test_frame.ClearTest.test_clear_generator)
PASS: test_clear_locals (test.test_frame.ClearTest.test_clear_locals)
PASS: test_clear_locals_after_f_locals_access (test.test_frame.ClearTest.test_clear_locals_after_f_locals_access)
PASS: test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles)
PASS: test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing)
PASS: test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals)
PASS: test_f_generator (test.test_frame.FrameAttrsTest.test_f_generator)
PASS: test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault)
PASS: test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals)
PASS: test_bool (test.test_frame.FrameLocalsProxyMappingTests.test_bool)
SKIP: test_clear (test.test_frame.FrameLocalsProxyMappingTests.test_clear) 'Unlike a mapping: no proxy.clear'
SKIP: test_constructor (test.test_frame.FrameLocalsProxyMappingTests.test_constructor) 'Locals proxies for different frames never compare as equal'
PASS: test_contains (test.test_frame.FrameLocalsProxyMappingTests.test_contains)
PASS: test_copy (test.test_frame.FrameLocalsProxyMappingTests.test_copy)
SKIP: test_eq (test.test_frame.FrameLocalsProxyMappingTests.test_eq) 'Locals proxies for different frames never compare as equal'
SKIP: test_fromkeys (test.test_frame.FrameLocalsProxyMappingTests.test_fromkeys) 'Unlike a mapping: no proxy.fromkeys'
PASS: test_get (test.test_frame.FrameLocalsProxyMappingTests.test_get)
PASS: test_getitem (test.test_frame.FrameLocalsProxyMappingTests.test_getitem)
PASS: test_items (test.test_frame.FrameLocalsProxyMappingTests.test_items)
PASS: test_keys (test.test_frame.FrameLocalsProxyMappingTests.test_keys)
PASS: test_len (test.test_frame.FrameLocalsProxyMappingTests.test_len)
PASS: test_mutatingiteration (test.test_frame.FrameLocalsProxyMappingTests.test_mutatingiteration)
SKIP: test_pop (test.test_frame.FrameLocalsProxyMappingTests.test_pop) 'Unlike a mapping: no proxy.pop'
SKIP: test_popitem (test.test_frame.FrameLocalsProxyMappingTests.test_popitem) 'Unlike a mapping: no proxy.popitem'
PASS: test_read (test.test_frame.FrameLocalsProxyMappingTests.test_read)
PASS: test_repr (test.test_frame.FrameLocalsProxyMappingTests.test_repr)
PASS: test_repr_deep (test.test_frame.FrameLocalsProxyMappingTests.test_repr_deep)
PASS: test_setdefault (test.test_frame.FrameLocalsProxyMappingTests.test_setdefault)
SKIP: test_update (test.test_frame.FrameLocalsProxyMappingTests.test_update) 'Unlike a mapping: no proxy.update'
PASS: test_values (test.test_frame.FrameLocalsProxyMappingTests.test_values)
SKIP: test_write (test.test_frame.FrameLocalsProxyMappingTests.test_write) 'Unlike a mapping: del proxy[key] fails'
PASS: test_repr (test.test_frame.ReprTest.test_repr)
PASS: test_basic (test.test_frame.TestFrameCApi.test_basic)
PASS: test_as_dict (test.test_frame.TestFrameLocals.test_as_dict)
PASS: test_as_number (test.test_frame.TestFrameLocals.test_as_number)
PASS: test_closure (test.test_frame.TestFrameLocals.test_closure)
PASS: test_closure_with_inline_comprehension (test.test_frame.TestFrameLocals.test_closure_with_inline_comprehension)
PASS: test_constructor (test.test_frame.TestFrameLocals.test_constructor)
PASS: test_copy (test.test_frame.TestFrameLocals.test_copy)
PASS: test_delete (test.test_frame.TestFrameLocals.test_delete)
PASS: test_is_mapping (test.test_frame.TestFrameLocals.test_is_mapping)
PASS: test_local_objects (test.test_frame.TestFrameLocals.test_local_objects)
PASS: test_non_string_key (test.test_frame.TestFrameLocals.test_non_string_key)
PASS: test_overwrite_locals (test.test_frame.TestFrameLocals.test_overwrite_locals)
PASS: test_proxy_key_stringlikes_ftrst_write (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_ftrst_write)
PASS: test_proxy_key_stringlikes_overwrite (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_overwrite)
PASS: test_proxy_key_unhashables (test.test_frame.TestFrameLocals.test_proxy_key_unhashables)
PASS: test_repr (test.test_frame.TestFrameLocals.test_repr)
PASS: test_scope (test.test_frame.TestFrameLocals.test_scope)
PASS: test_sizeof (test.test_frame.TestFrameLocals.test_sizeof)
PASS: test_unsupport (test.test_frame.TestFrameLocals.test_unsupport)
PASS: test_update_with_self (test.test_frame.TestFrameLocals.test_update_with_self)
PASS: test_write_with_hidden (test.test_frame.TestFrameLocals.test_write_with_hidden)
PASS: test_entry_frames_are_invisible_during_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_entry_frames_are_invisible_during_teardown)
PASS: test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818)
PASS: test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown)

----------------------------------------------------------------------
Ran 59 tests in 0.769s

OK (skipped=8)
0:02:31 load avg: 3.90 [207/486] test_fork1 passed
test_nested_import_lock_fork (test.test_fork1.ForkTest.test_nested_import_lock_fork)
PASS: Check fork() in main thread works while the main thread is doing an import
test_threaded_import_lock_fork (test.test_fork1.ForkTest.test_threaded_import_lock_fork)
PASS: Check fork() in main thread works while a subthread is doing an import
PASS: test_wait (test.test_fork1.ForkTest.test_wait)
PASS: test_wait (test.fork_wait.ForkWait.test_wait)

----------------------------------------------------------------------
Ran 4 tests in 5.083s

OK
0:02:32 load avg: 3.90 [208/486] test_funcattrs passed
PASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_delete_unknown_attr)
PASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_set_attr)
PASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_unset_attr)
PASS: test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__qualname__)
PASS: test_builtin__self__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__self__)
PASS: test_comparison (test.test_funcattrs.CellTest.test_comparison)
PASS: test_delete___dict__ (test.test_funcattrs.FunctionDictsTest.test_delete___dict__)
PASS: test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest.test_func_as_dict_key)
PASS: test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_invalid)
PASS: test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_valid)
PASS: test_unassigned_dict (test.test_funcattrs.FunctionDictsTest.test_unassigned_dict)
PASS: test_delete_docstring (test.test_funcattrs.FunctionDocstringTest.test_delete_docstring)
PASS: test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest.test_set_docstring_attr)
PASS: test___builtins__ (test.test_funcattrs.FunctionPropertiesTest.test___builtins__)
PASS: test___closure__ (test.test_funcattrs.FunctionPropertiesTest.test___closure__)
PASS: test___code__ (test.test_funcattrs.FunctionPropertiesTest.test___code__)
PASS: test___globals__ (test.test_funcattrs.FunctionPropertiesTest.test___globals__)
PASS: test___name__ (test.test_funcattrs.FunctionPropertiesTest.test___name__)
PASS: test___qualname__ (test.test_funcattrs.FunctionPropertiesTest.test___qualname__)
PASS: test___type_params__ (test.test_funcattrs.FunctionPropertiesTest.test___type_params__)
PASS: test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest.test_blank_func_defaults)
PASS: test_cell_new (test.test_funcattrs.FunctionPropertiesTest.test_cell_new)
PASS: test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest.test_copying___code__)
PASS: test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest.test_dir_includes_correct_attrs)
PASS: test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest.test_duplicate_function_equality)
PASS: test_empty_cell (test.test_funcattrs.FunctionPropertiesTest.test_empty_cell)
PASS: test_func_default_args (test.test_funcattrs.FunctionPropertiesTest.test_func_default_args)
PASS: test_invalid___code___assignment (test.test_funcattrs.FunctionPropertiesTest.test_invalid___code___assignment)
PASS: test_module (test.test_funcattrs.FunctionPropertiesTest.test_module)
PASS: test_set_cell (test.test_funcattrs.FunctionPropertiesTest.test_set_cell)
PASS: test___class__ (test.test_funcattrs.InstancemethodAttrTest.test___class__)
PASS: test___func__ (test.test_funcattrs.InstancemethodAttrTest.test___func__)
PASS: test___func___non_method (test.test_funcattrs.InstancemethodAttrTest.test___func___non_method)
PASS: test___self__ (test.test_funcattrs.InstancemethodAttrTest.test___self__)
PASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest.test_func_attribute)

----------------------------------------------------------------------
Ran 35 tests in 0.004s

OK
0:02:33 load avg: 3.90 [209/486] test_functools passed
PASS: test_cache (test.test_functools.TestCacheC.test_cache)
PASS: test_cache (test.test_functools.TestCachePy.test_cache)
PASS: test_access_from_class (test.test_functools.TestCachedProperty.test_access_from_class)
PASS: test_cached (test.test_functools.TestCachedProperty.test_cached)
PASS: test_cached_attribute_name_differs_from_func_name (test.test_functools.TestCachedProperty.test_cached_attribute_name_differs_from_func_name)
PASS: test_doc (test.test_functools.TestCachedProperty.test_doc)
PASS: test_immutable_dict (test.test_functools.TestCachedProperty.test_immutable_dict)
PASS: test_module (test.test_functools.TestCachedProperty.test_module)
PASS: test_object_with_slots (test.test_functools.TestCachedProperty.test_object_with_slots)
test_reuse_different_names (test.test_functools.TestCachedProperty.test_reuse_different_names)
PASS: Disallow this case because decorated function a would not be cached.
test_reuse_same_name (test.test_functools.TestCachedProperty.test_reuse_same_name)
PASS: Reusing a cached_property on different classes under the same name is OK.
PASS: test_set_name_not_called (test.test_functools.TestCachedProperty.test_set_name_not_called)
test_subclass_with___set__ (test.test_functools.TestCachedProperty.test_subclass_with___set__)
PASS: Caching still works for a subclass defining __set__.
PASS: test_bad_cmp (test.test_functools.TestCmpToKeyC.test_bad_cmp)
PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC.test_cmp_to_key)
PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC.test_cmp_to_key_arguments)
PASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyC.test_cmp_to_signature)
PASS: test_disallow_instantiation (test.test_functools.TestCmpToKeyC.test_disallow_instantiation)
PASS: test_hash (test.test_functools.TestCmpToKeyC.test_hash)
PASS: test_obj_field (test.test_functools.TestCmpToKeyC.test_obj_field)
PASS: test_sort_int (test.test_functools.TestCmpToKeyC.test_sort_int)
PASS: test_sort_int_str (test.test_functools.TestCmpToKeyC.test_sort_int_str)
PASS: test_bad_cmp (test.test_functools.TestCmpToKeyPy.test_bad_cmp)
PASS: test_cmp_to_key (test.test_functools.TestCmpToKeyPy.test_cmp_to_key)
PASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy.test_cmp_to_key_arguments)
PASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyPy.test_cmp_to_signature)
PASS: test_hash (test.test_functools.TestCmpToKeyPy.test_hash)
PASS: test_obj_field (test.test_functools.TestCmpToKeyPy.test_obj_field)
PASS: test_sort_int (test.test_functools.TestCmpToKeyPy.test_sort_int)
PASS: test_sort_int_str (test.test_functools.TestCmpToKeyPy.test_sort_int_str)
PASS: test_lazy_import (test.test_functools.TestImportTime.test_lazy_import)
PASS: test_common_signatures (test.test_functools.TestLRUC.test_common_signatures)
PASS: test_copy (test.test_functools.TestLRUC.test_copy)
PASS: test_deepcopy (test.test_functools.TestLRUC.test_deepcopy)
PASS: test_get_annotations (test.test_functools.TestLRUC.test_get_annotations)
PASS: test_get_annotations_with_forwardref (test.test_functools.TestLRUC.test_get_annotations_with_forwardref)
PASS: test_kwargs_order (test.test_functools.TestLRUC.test_kwargs_order)
PASS: test_lru (test.test_functools.TestLRUC.test_lru)
PASS: test_lru_bug_35780 (test.test_functools.TestLRUC.test_lru_bug_35780)
PASS: test_lru_bug_36650 (test.test_functools.TestLRUC.test_lru_bug_36650)
PASS: test_lru_cache_decoration (test.test_functools.TestLRUC.test_lru_cache_decoration)
PASS: test_lru_cache_parameters (test.test_functools.TestLRUC.test_lru_cache_parameters)
PASS: test_lru_cache_threaded (test.test_functools.TestLRUC.test_lru_cache_threaded)
PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUC.test_lru_cache_threaded2)
PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUC.test_lru_cache_threaded3)
PASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUC.test_lru_cache_typed_is_not_recursive)
PASS: test_lru_cache_weakrefable (test.test_functools.TestLRUC.test_lru_cache_weakrefable)
PASS: test_lru_hash_only_once (test.test_functools.TestLRUC.test_lru_hash_only_once)
PASS: test_lru_method (test.test_functools.TestLRUC.test_lru_method)
PASS: test_lru_no_args (test.test_functools.TestLRUC.test_lru_no_args)
PASS: test_lru_recursion (test.test_functools.TestLRUC.test_lru_recursion)
PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUC.test_lru_reentrancy_with_len)
PASS: test_lru_star_arg_handling (test.test_functools.TestLRUC.test_lru_star_arg_handling)
PASS: test_lru_type_error (test.test_functools.TestLRUC.test_lru_type_error)
PASS: test_lru_with_exceptions (test.test_functools.TestLRUC.test_lru_with_exceptions)
PASS: test_lru_with_keyword_args (test.test_functools.TestLRUC.test_lru_with_keyword_args)
PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC.test_lru_with_keyword_args_maxsize_none)
PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUC.test_lru_with_maxsize_negative)
PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUC.test_lru_with_maxsize_none)
PASS: test_lru_with_types (test.test_functools.TestLRUC.test_lru_with_types)
PASS: test_need_for_rlock (test.test_functools.TestLRUC.test_need_for_rlock)
PASS: test_pickle (test.test_functools.TestLRUC.test_pickle)
PASS: test_common_signatures (test.test_functools.TestLRUPy.test_common_signatures)
PASS: test_copy (test.test_functools.TestLRUPy.test_copy)
PASS: test_deepcopy (test.test_functools.TestLRUPy.test_deepcopy)
PASS: test_get_annotations (test.test_functools.TestLRUPy.test_get_annotations)
PASS: test_get_annotations_with_forwardref (test.test_functools.TestLRUPy.test_get_annotations_with_forwardref)
PASS: test_kwargs_order (test.test_functools.TestLRUPy.test_kwargs_order)
PASS: test_lru (test.test_functools.TestLRUPy.test_lru)
PASS: test_lru_bug_35780 (test.test_functools.TestLRUPy.test_lru_bug_35780)
PASS: test_lru_bug_36650 (test.test_functools.TestLRUPy.test_lru_bug_36650)
PASS: test_lru_cache_decoration (test.test_functools.TestLRUPy.test_lru_cache_decoration)
PASS: test_lru_cache_parameters (test.test_functools.TestLRUPy.test_lru_cache_parameters)
PASS: test_lru_cache_threaded (test.test_functools.TestLRUPy.test_lru_cache_threaded)
PASS: test_lru_cache_threaded2 (test.test_functools.TestLRUPy.test_lru_cache_threaded2)
PASS: test_lru_cache_threaded3 (test.test_functools.TestLRUPy.test_lru_cache_threaded3)
PASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUPy.test_lru_cache_typed_is_not_recursive)
PASS: test_lru_cache_weakrefable (test.test_functools.TestLRUPy.test_lru_cache_weakrefable)
PASS: test_lru_hash_only_once (test.test_functools.TestLRUPy.test_lru_hash_only_once)
PASS: test_lru_method (test.test_functools.TestLRUPy.test_lru_method)
PASS: test_lru_no_args (test.test_functools.TestLRUPy.test_lru_no_args)
PASS: test_lru_recursion (test.test_functools.TestLRUPy.test_lru_recursion)
PASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUPy.test_lru_reentrancy_with_len)
PASS: test_lru_star_arg_handling (test.test_functools.TestLRUPy.test_lru_star_arg_handling)
PASS: test_lru_type_error (test.test_functools.TestLRUPy.test_lru_type_error)
PASS: test_lru_with_exceptions (test.test_functools.TestLRUPy.test_lru_with_exceptions)
PASS: test_lru_with_keyword_args (test.test_functools.TestLRUPy.test_lru_with_keyword_args)
PASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_keyword_args_maxsize_none)
PASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUPy.test_lru_with_maxsize_negative)
PASS: test_lru_with_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_maxsize_none)
PASS: test_lru_with_types (test.test_functools.TestLRUPy.test_lru_with_types)
PASS: test_need_for_rlock (test.test_functools.TestLRUPy.test_need_for_rlock)
PASS: test_pickle (test.test_functools.TestLRUPy.test_pickle)
PASS: test_arg_combinations (test.test_functools.TestPartialC.test_arg_combinations)
PASS: test_argument_checking (test.test_functools.TestPartialC.test_argument_checking)
PASS: test_attributes (test.test_functools.TestPartialC.test_attributes)
PASS: test_attributes_unwritable (test.test_functools.TestPartialC.test_attributes_unwritable)
PASS: test_basic_examples (test.test_functools.TestPartialC.test_basic_examples)
PASS: test_construct_placeholder_singleton (test.test_functools.TestPartialC.test_construct_placeholder_singleton)
PASS: test_copy (test.test_functools.TestPartialC.test_copy)
PASS: test_deepcopy (test.test_functools.TestPartialC.test_deepcopy)
PASS: test_error_propagation (test.test_functools.TestPartialC.test_error_propagation)
PASS: test_keystr_replaces_value (test.test_functools.TestPartialC.test_keystr_replaces_value)
PASS: test_keyword (test.test_functools.TestPartialC.test_keyword)
PASS: test_kw_combinations (test.test_functools.TestPartialC.test_kw_combinations)
PASS: test_kwargs_copy (test.test_functools.TestPartialC.test_kwargs_copy)
PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialC.test_manually_adding_non_string_keyword)
PASS: test_nested_optimization (test.test_functools.TestPartialC.test_nested_optimization)
PASS: test_nested_optimization_bug (test.test_functools.TestPartialC.test_nested_optimization_bug)
PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialC.test_nested_partial_with_attribute)
PASS: test_no_side_effects (test.test_functools.TestPartialC.test_no_side_effects)
PASS: test_partial_as_method (test.test_functools.TestPartialC.test_partial_as_method)
PASS: test_partial_genericalias (test.test_functools.TestPartialC.test_partial_genericalias)
PASS: test_pickle (test.test_functools.TestPartialC.test_pickle)
PASS: test_placeholders (test.test_functools.TestPartialC.test_placeholders)
PASS: test_placeholders_kw_restriction (test.test_functools.TestPartialC.test_placeholders_kw_restriction)
PASS: test_placeholders_optimization (test.test_functools.TestPartialC.test_placeholders_optimization)
PASS: test_placeholders_refcount_smoke (test.test_functools.TestPartialC.test_placeholders_refcount_smoke)
PASS: test_placeholders_trailing_raise (test.test_functools.TestPartialC.test_placeholders_trailing_raise)
PASS: test_positional (test.test_functools.TestPartialC.test_positional)
PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialC.test_protection_of_callers_dict_argument)
PASS: test_recursive_pickle (test.test_functools.TestPartialC.test_recursive_pickle)
PASS: test_recursive_repr (test.test_functools.TestPartialC.test_recursive_repr)
PASS: test_repr (test.test_functools.TestPartialC.test_repr)
PASS: test_repr_safety_against_reentrant_mutation (test.test_functools.TestPartialC.test_repr_safety_against_reentrant_mutation)
PASS: test_setstate (test.test_functools.TestPartialC.test_setstate)
PASS: test_setstate_errors (test.test_functools.TestPartialC.test_setstate_errors)
PASS: test_setstate_refcount (test.test_functools.TestPartialC.test_setstate_refcount)
PASS: test_setstate_subclasses (test.test_functools.TestPartialC.test_setstate_subclasses)
PASS: test_weakref (test.test_functools.TestPartialC.test_weakref)
PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialC.test_with_bound_and_unbound_methods)
PASS: test_arg_combinations (test.test_functools.TestPartialCSubclass.test_arg_combinations)
PASS: test_argument_checking (test.test_functools.TestPartialCSubclass.test_argument_checking)
PASS: test_attributes (test.test_functools.TestPartialCSubclass.test_attributes)
PASS: test_attributes_unwritable (test.test_functools.TestPartialCSubclass.test_attributes_unwritable)
PASS: test_basic_examples (test.test_functools.TestPartialCSubclass.test_basic_examples)
PASS: test_construct_placeholder_singleton (test.test_functools.TestPartialCSubclass.test_construct_placeholder_singleton)
PASS: test_copy (test.test_functools.TestPartialCSubclass.test_copy)
PASS: test_deepcopy (test.test_functools.TestPartialCSubclass.test_deepcopy)
PASS: test_error_propagation (test.test_functools.TestPartialCSubclass.test_error_propagation)
PASS: test_keystr_replaces_value (test.test_functools.TestPartialCSubclass.test_keystr_replaces_value)
PASS: test_keyword (test.test_functools.TestPartialCSubclass.test_keyword)
PASS: test_kw_combinations (test.test_functools.TestPartialCSubclass.test_kw_combinations)
PASS: test_kwargs_copy (test.test_functools.TestPartialCSubclass.test_kwargs_copy)
PASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass.test_manually_adding_non_string_keyword)
PASS: test_nested_optimization_bug (test.test_functools.TestPartialCSubclass.test_nested_optimization_bug)
PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass.test_nested_partial_with_attribute)
PASS: test_no_side_effects (test.test_functools.TestPartialCSubclass.test_no_side_effects)
PASS: test_partial_as_method (test.test_functools.TestPartialCSubclass.test_partial_as_method)
PASS: test_partial_genericalias (test.test_functools.TestPartialCSubclass.test_partial_genericalias)
PASS: test_pickle (test.test_functools.TestPartialCSubclass.test_pickle)
PASS: test_placeholders (test.test_functools.TestPartialCSubclass.test_placeholders)
PASS: test_placeholders_kw_restriction (test.test_functools.TestPartialCSubclass.test_placeholders_kw_restriction)
PASS: test_placeholders_optimization (test.test_functools.TestPartialCSubclass.test_placeholders_optimization)
PASS: test_placeholders_refcount_smoke (test.test_functools.TestPartialCSubclass.test_placeholders_refcount_smoke)
PASS: test_placeholders_trailing_raise (test.test_functools.TestPartialCSubclass.test_placeholders_trailing_raise)
PASS: test_positional (test.test_functools.TestPartialCSubclass.test_positional)
PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass.test_protection_of_callers_dict_argument)
PASS: test_recursive_pickle (test.test_functools.TestPartialCSubclass.test_recursive_pickle)
PASS: test_recursive_repr (test.test_functools.TestPartialCSubclass.test_recursive_repr)
PASS: test_repr (test.test_functools.TestPartialCSubclass.test_repr)
PASS: test_repr_safety_against_reentrant_mutation (test.test_functools.TestPartialCSubclass.test_repr_safety_against_reentrant_mutation)
PASS: test_setstate (test.test_functools.TestPartialCSubclass.test_setstate)
PASS: test_setstate_errors (test.test_functools.TestPartialCSubclass.test_setstate_errors)
PASS: test_setstate_refcount (test.test_functools.TestPartialCSubclass.test_setstate_refcount)
PASS: test_setstate_subclasses (test.test_functools.TestPartialCSubclass.test_setstate_subclasses)
PASS: test_weakref (test.test_functools.TestPartialCSubclass.test_weakref)
PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass.test_with_bound_and_unbound_methods)
PASS: test_abstract (test.test_functools.TestPartialMethod.test_abstract)
PASS: test_arg_combinations (test.test_functools.TestPartialMethod.test_arg_combinations)
PASS: test_bound_method_introspection (test.test_functools.TestPartialMethod.test_bound_method_introspection)
PASS: test_descriptors (test.test_functools.TestPartialMethod.test_descriptors)
PASS: test_invalid_args (test.test_functools.TestPartialMethod.test_invalid_args)
PASS: test_nested (test.test_functools.TestPartialMethod.test_nested)
PASS: test_over_partial (test.test_functools.TestPartialMethod.test_over_partial)
PASS: test_overriding_keywords (test.test_functools.TestPartialMethod.test_overriding_keywords)
PASS: test_positional_only (test.test_functools.TestPartialMethod.test_positional_only)
PASS: test_repr (test.test_functools.TestPartialMethod.test_repr)
PASS: test_subclass_optimization (test.test_functools.TestPartialMethod.test_subclass_optimization)
PASS: test_unbound_method_retrieval (test.test_functools.TestPartialMethod.test_unbound_method_retrieval)
PASS: test_arg_combinations (test.test_functools.TestPartialPy.test_arg_combinations)
PASS: test_argument_checking (test.test_functools.TestPartialPy.test_argument_checking)
PASS: test_attributes (test.test_functools.TestPartialPy.test_attributes)
PASS: test_basic_examples (test.test_functools.TestPartialPy.test_basic_examples)
PASS: test_construct_placeholder_singleton (test.test_functools.TestPartialPy.test_construct_placeholder_singleton)
PASS: test_copy (test.test_functools.TestPartialPy.test_copy)
PASS: test_deepcopy (test.test_functools.TestPartialPy.test_deepcopy)
PASS: test_error_propagation (test.test_functools.TestPartialPy.test_error_propagation)
PASS: test_keyword (test.test_functools.TestPartialPy.test_keyword)
PASS: test_kw_combinations (test.test_functools.TestPartialPy.test_kw_combinations)
PASS: test_kwargs_copy (test.test_functools.TestPartialPy.test_kwargs_copy)
PASS: test_nested_optimization (test.test_functools.TestPartialPy.test_nested_optimization)
PASS: test_nested_optimization_bug (test.test_functools.TestPartialPy.test_nested_optimization_bug)
PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPy.test_nested_partial_with_attribute)
PASS: test_no_side_effects (test.test_functools.TestPartialPy.test_no_side_effects)
PASS: test_partial_as_method (test.test_functools.TestPartialPy.test_partial_as_method)
PASS: test_partial_genericalias (test.test_functools.TestPartialPy.test_partial_genericalias)
PASS: test_pickle (test.test_functools.TestPartialPy.test_pickle)
PASS: test_placeholders (test.test_functools.TestPartialPy.test_placeholders)
PASS: test_placeholders_kw_restriction (test.test_functools.TestPartialPy.test_placeholders_kw_restriction)
PASS: test_placeholders_optimization (test.test_functools.TestPartialPy.test_placeholders_optimization)
PASS: test_placeholders_trailing_raise (test.test_functools.TestPartialPy.test_placeholders_trailing_raise)
PASS: test_positional (test.test_functools.TestPartialPy.test_positional)
PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy.test_protection_of_callers_dict_argument)
PASS: test_recursive_pickle (test.test_functools.TestPartialPy.test_recursive_pickle)
PASS: test_recursive_repr (test.test_functools.TestPartialPy.test_recursive_repr)
PASS: test_repr (test.test_functools.TestPartialPy.test_repr)
PASS: test_repr_safety_against_reentrant_mutation (test.test_functools.TestPartialPy.test_repr_safety_against_reentrant_mutation)
PASS: test_setstate (test.test_functools.TestPartialPy.test_setstate)
PASS: test_setstate_errors (test.test_functools.TestPartialPy.test_setstate_errors)
PASS: test_setstate_refcount (test.test_functools.TestPartialPy.test_setstate_refcount)
PASS: test_setstate_subclasses (test.test_functools.TestPartialPy.test_setstate_subclasses)
PASS: test_weakref (test.test_functools.TestPartialPy.test_weakref)
PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy.test_with_bound_and_unbound_methods)
PASS: test_arg_combinations (test.test_functools.TestPartialPySubclass.test_arg_combinations)
PASS: test_argument_checking (test.test_functools.TestPartialPySubclass.test_argument_checking)
PASS: test_attributes (test.test_functools.TestPartialPySubclass.test_attributes)
PASS: test_basic_examples (test.test_functools.TestPartialPySubclass.test_basic_examples)
PASS: test_construct_placeholder_singleton (test.test_functools.TestPartialPySubclass.test_construct_placeholder_singleton)
PASS: test_copy (test.test_functools.TestPartialPySubclass.test_copy)
PASS: test_deepcopy (test.test_functools.TestPartialPySubclass.test_deepcopy)
PASS: test_error_propagation (test.test_functools.TestPartialPySubclass.test_error_propagation)
PASS: test_keyword (test.test_functools.TestPartialPySubclass.test_keyword)
PASS: test_kw_combinations (test.test_functools.TestPartialPySubclass.test_kw_combinations)
PASS: test_kwargs_copy (test.test_functools.TestPartialPySubclass.test_kwargs_copy)
PASS: test_nested_optimization (test.test_functools.TestPartialPySubclass.test_nested_optimization)
PASS: test_nested_optimization_bug (test.test_functools.TestPartialPySubclass.test_nested_optimization_bug)
PASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass.test_nested_partial_with_attribute)
PASS: test_no_side_effects (test.test_functools.TestPartialPySubclass.test_no_side_effects)
PASS: test_partial_as_method (test.test_functools.TestPartialPySubclass.test_partial_as_method)
PASS: test_partial_genericalias (test.test_functools.TestPartialPySubclass.test_partial_genericalias)
PASS: test_pickle (test.test_functools.TestPartialPySubclass.test_pickle)
PASS: test_placeholders (test.test_functools.TestPartialPySubclass.test_placeholders)
PASS: test_placeholders_kw_restriction (test.test_functools.TestPartialPySubclass.test_placeholders_kw_restriction)
PASS: test_placeholders_optimization (test.test_functools.TestPartialPySubclass.test_placeholders_optimization)
PASS: test_placeholders_trailing_raise (test.test_functools.TestPartialPySubclass.test_placeholders_trailing_raise)
PASS: test_positional (test.test_functools.TestPartialPySubclass.test_positional)
PASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass.test_protection_of_callers_dict_argument)
PASS: test_recursive_pickle (test.test_functools.TestPartialPySubclass.test_recursive_pickle)
PASS: test_recursive_repr (test.test_functools.TestPartialPySubclass.test_recursive_repr)
PASS: test_repr (test.test_functools.TestPartialPySubclass.test_repr)
PASS: test_repr_safety_against_reentrant_mutation (test.test_functools.TestPartialPySubclass.test_repr_safety_against_reentrant_mutation)
PASS: test_setstate (test.test_functools.TestPartialPySubclass.test_setstate)
PASS: test_setstate_errors (test.test_functools.TestPartialPySubclass.test_setstate_errors)
PASS: test_setstate_refcount (test.test_functools.TestPartialPySubclass.test_setstate_refcount)
PASS: test_setstate_subclasses (test.test_functools.TestPartialPySubclass.test_setstate_subclasses)
PASS: test_subclass_optimization (test.test_functools.TestPartialPySubclass.test_subclass_optimization)
PASS: test_weakref (test.test_functools.TestPartialPySubclass.test_weakref)
PASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass.test_with_bound_and_unbound_methods)
PASS: test_initial_keyword (test.test_functools.TestReduceC.test_initial_keyword)
PASS: test_iterator_usage (test.test_functools.TestReduceC.test_iterator_usage)
PASS: test_reduce (test.test_functools.TestReduceC.test_reduce)
PASS: test_initial_keyword (test.test_functools.TestReducePy.test_initial_keyword)
PASS: test_iterator_usage (test.test_functools.TestReducePy.test_iterator_usage)
PASS: test_reduce (test.test_functools.TestReducePy.test_reduce)
PASS: test_reduce_with_kwargs (test.test_functools.TestReducePy.test_reduce_with_kwargs)
PASS: test_abstractmethod_register (test.test_functools.TestSingleDispatch.test_abstractmethod_register)
PASS: test_annotations (test.test_functools.TestSingleDispatch.test_annotations)
PASS: test_assignment_behavior (test.test_functools.TestSingleDispatch.test_assignment_behavior)
PASS: test_c3_abc (test.test_functools.TestSingleDispatch.test_c3_abc)
PASS: test_c_classes (test.test_functools.TestSingleDispatch.test_c_classes)
PASS: test_cache_invalidation (test.test_functools.TestSingleDispatch.test_cache_invalidation)
PASS: test_callable_register (test.test_functools.TestSingleDispatch.test_callable_register)
PASS: test_classmethod_register (test.test_functools.TestSingleDispatch.test_classmethod_register)
PASS: test_classmethod_slotted_class (test.test_functools.TestSingleDispatch.test_classmethod_slotted_class)
PASS: test_classmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_classmethod_type_ann_register)
PASS: test_compose_mro (test.test_functools.TestSingleDispatch.test_compose_mro)
PASS: test_double_wrapped_methods (test.test_functools.TestSingleDispatch.test_double_wrapped_methods)
PASS: test_false_meta (test.test_functools.TestSingleDispatch.test_false_meta)
PASS: test_forward_reference (test.test_functools.TestSingleDispatch.test_forward_reference)
PASS: test_invalid_positional_argument (test.test_functools.TestSingleDispatch.test_invalid_positional_argument)
PASS: test_invalid_positional_argument_singledispatchmethod (test.test_functools.TestSingleDispatch.test_invalid_positional_argument_singledispatchmethod)
PASS: test_invalid_registrations (test.test_functools.TestSingleDispatch.test_invalid_registrations)
PASS: test_method_bad_hash (test.test_functools.TestSingleDispatch.test_method_bad_hash)
PASS: test_method_equal_instances (test.test_functools.TestSingleDispatch.test_method_equal_instances)
PASS: test_method_no_reference_loops (test.test_functools.TestSingleDispatch.test_method_no_reference_loops)
PASS: test_method_register (test.test_functools.TestSingleDispatch.test_method_register)
PASS: test_method_repr (test.test_functools.TestSingleDispatch.test_method_repr)
PASS: test_method_signatures (test.test_functools.TestSingleDispatch.test_method_signatures)
PASS: test_method_wrapping_attributes (test.test_functools.TestSingleDispatch.test_method_wrapping_attributes)
PASS: test_mro (test.test_functools.TestSingleDispatch.test_mro)
PASS: test_mro_conflicts (test.test_functools.TestSingleDispatch.test_mro_conflicts)
PASS: test_register_abc (test.test_functools.TestSingleDispatch.test_register_abc)
PASS: test_register_decorator (test.test_functools.TestSingleDispatch.test_register_decorator)
PASS: test_register_genericalias (test.test_functools.TestSingleDispatch.test_register_genericalias)
PASS: test_register_genericalias_annotation (test.test_functools.TestSingleDispatch.test_register_genericalias_annotation)
PASS: test_register_genericalias_decorator (test.test_functools.TestSingleDispatch.test_register_genericalias_decorator)
PASS: test_signatures (test.test_functools.TestSingleDispatch.test_signatures)
PASS: test_simple_overloads (test.test_functools.TestSingleDispatch.test_simple_overloads)
PASS: test_slotted_class (test.test_functools.TestSingleDispatch.test_slotted_class)
PASS: test_staticmethod_register (test.test_functools.TestSingleDispatch.test_staticmethod_register)
PASS: test_staticmethod_slotted_class (test.test_functools.TestSingleDispatch.test_staticmethod_slotted_class)
PASS: test_staticmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_staticmethod_type_ann_register)
PASS: test_type_ann_register (test.test_functools.TestSingleDispatch.test_type_ann_register)
PASS: test_union (test.test_functools.TestSingleDispatch.test_union)
PASS: test_union_None (test.test_functools.TestSingleDispatch.test_union_None)
PASS: test_union_conflict (test.test_functools.TestSingleDispatch.test_union_conflict)
PASS: test_unresolved_forward_reference (test.test_functools.TestSingleDispatch.test_unresolved_forward_reference)
PASS: test_wrapping_attributes (test.test_functools.TestSingleDispatch.test_wrapping_attributes)
PASS: test_no_operations_defined (test.test_functools.TestTotalOrdering.test_no_operations_defined)
PASS: test_notimplemented (test.test_functools.TestTotalOrdering.test_notimplemented)
PASS: test_pickle (test.test_functools.TestTotalOrdering.test_pickle)
PASS: test_total_ordering_for_metaclasses_issue_44605 (test.test_functools.TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605)
PASS: test_total_ordering_ge (test.test_functools.TestTotalOrdering.test_total_ordering_ge)
PASS: test_total_ordering_gt (test.test_functools.TestTotalOrdering.test_total_ordering_gt)
PASS: test_total_ordering_le (test.test_functools.TestTotalOrdering.test_total_ordering_le)
PASS: test_total_ordering_lt (test.test_functools.TestTotalOrdering.test_total_ordering_lt)
PASS: test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering.test_total_ordering_no_overwrite)
PASS: test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering.test_type_error_when_not_implemented)
PASS: test_builtin_update (test.test_functools.TestUpdateWrapper.test_builtin_update)
PASS: test_default_update (test.test_functools.TestUpdateWrapper.test_default_update)
PASS: test_default_update_doc (test.test_functools.TestUpdateWrapper.test_default_update_doc)
PASS: test_missing_attributes (test.test_functools.TestUpdateWrapper.test_missing_attributes)
PASS: test_no_update (test.test_functools.TestUpdateWrapper.test_no_update)
PASS: test_selective_update (test.test_functools.TestUpdateWrapper.test_selective_update)
PASS: test_update_type_wrapper (test.test_functools.TestUpdateWrapper.test_update_type_wrapper)
PASS: test_update_wrapper_annotations (test.test_functools.TestUpdateWrapper.test_update_wrapper_annotations)
PASS: test_builtin_update (test.test_functools.TestWraps.test_builtin_update)
PASS: test_default_update (test.test_functools.TestWraps.test_default_update)
PASS: test_default_update_doc (test.test_functools.TestWraps.test_default_update_doc)
PASS: test_missing_attributes (test.test_functools.TestWraps.test_missing_attributes)
PASS: test_no_update (test.test_functools.TestWraps.test_no_update)
PASS: test_selective_update (test.test_functools.TestWraps.test_selective_update)
PASS: test_update_type_wrapper (test.test_functools.TestWraps.test_update_type_wrapper)
PASS: test_update_wrapper_annotations (test.test_functools.TestWraps.test_update_wrapper_annotations)

----------------------------------------------------------------------
Ran 325 tests in 0.891s

OK
0:02:36 load avg: 3.75 [210/486] test_gc passed
PASS: test_collect (test.test_gc.GCCallbackTests.test_collect)
PASS: test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage)
PASS: test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation)
SKIP: test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) 'built with -NDEBUG'
PASS: test_boom (test.test_gc.GCTests.test_boom)
PASS: test_boom2 (test.test_gc.GCTests.test_boom2)
PASS: test_bug1055820b (test.test_gc.GCTests.test_bug1055820b)
PASS: test_bug21435 (test.test_gc.GCTests.test_bug21435)
PASS: test_class (test.test_gc.GCTests.test_class)
PASS: test_collect_generations (test.test_gc.GCTests.test_collect_generations)
PASS: test_deferred_refcount_frozen (test.test_gc.GCTests.test_deferred_refcount_frozen)
PASS: test_del (test.test_gc.GCTests.test_del)
PASS: test_del_newclass (test.test_gc.GCTests.test_del_newclass)
PASS: test_dict (test.test_gc.GCTests.test_dict)
PASS: test_frame (test.test_gc.GCTests.test_frame)
PASS: test_freeze (test.test_gc.GCTests.test_freeze)
PASS: test_function (test.test_gc.GCTests.test_function)
PASS: test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state)
PASS: test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown)
PASS: test_gc_debug_stats (test.test_gc.GCTests.test_gc_debug_stats)
PASS: test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown)
PASS: test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown)
PASS: test_get_count (test.test_gc.GCTests.test_get_count)
PASS: test_get_objects (test.test_gc.GCTests.test_get_objects)
PASS: test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments)
PASS: test_get_objects_during_gc (test.test_gc.GCTests.test_get_objects_during_gc)
PASS: test_get_objects_generations (test.test_gc.GCTests.test_get_objects_generations)
PASS: test_get_referents (test.test_gc.GCTests.test_get_referents)
PASS: test_get_referents_on_capsule (test.test_gc.GCTests.test_get_referents_on_capsule)
PASS: test_get_stats (test.test_gc.GCTests.test_get_stats)
PASS: test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit)
PASS: test_instance (test.test_gc.GCTests.test_instance)
PASS: test_is_finalized (test.test_gc.GCTests.test_is_finalized)
PASS: test_is_tracked (test.test_gc.GCTests.test_is_tracked)
PASS: test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer)
PASS: test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass)
PASS: test_list (test.test_gc.GCTests.test_list)
PASS: test_method (test.test_gc.GCTests.test_method)
PASS: test_newinstance (test.test_gc.GCTests.test_newinstance)
PASS: test_newstyleclass (test.test_gc.GCTests.test_newstyleclass)
PASS: test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects)
PASS: test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive)
PASS: test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object)
PASS: test_saveall (test.test_gc.GCTests.test_saveall)
PASS: test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear)
PASS: test_trashcan (test.test_gc.GCTests.test_trashcan)
PASS: test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads)
PASS: test_traverse_frozen_objects (test.test_gc.GCTests.test_traverse_frozen_objects)
PASS: test_tuple (test.test_gc.GCTests.test_tuple)
SKIP: test_tuple_untrack_counts (test.test_gc.GCTests.test_tuple_untrack_counts) 'requires free-threaded GC'
PASS: test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c)
PASS: test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d)
PASS: test_indirect_calls_with_gc_disabled (test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled)
PASS: test_threshold_zero (test.test_gc.GCTogglingTests.test_threshold_zero)
test_incremental_gc_handles_fast_cycle_creation (test.test_gc.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation) ... 
===== script _test_gc_fast_cycles.py ======
PASS: test_incremental_gc_handles_fast_cycle_creation (__main__.IncrementalGCTests.test_incremental_gc_handles_fast_cycle_creation)

----------------------------------------------------------------------
Ran 1 test in 0.197s

OK
===== script _test_gc_fast_cycles.py completed: exit code 0 ======
ok
PASS: test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini)
PASS: test_warnings_fini (test.test_gc.PythonFinalizationTests.test_warnings_fini)
restoring automatic collection

----------------------------------------------------------------------
Ran 57 tests in 3.148s

OK (skipped=2)
0:02:36 load avg: 3.75 [211/486] test_generated_cases skipped
test_generated_cases skipped -- cases_generator directory could not be found
0:02:37 load avg: 3.75 [212/486] test_generator_stop passed
PASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping)
PASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_context)

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK
0:02:37 load avg: 3.75 [213/486] test_faulthandler passed
PASS: test_cancel_later_without_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_cancel_later_without_dump_traceback_later)
PASS: test_disable (test.test_faulthandler.FaultHandlerTests.test_disable)
SKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests.test_disable_windows_exc_handler) 'specific to Windows'
PASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests.test_disabled_by_default)
PASS: test_dump_c_stack (test.test_faulthandler.FaultHandlerTests.test_dump_c_stack)
PASS: test_dump_c_stack_file (test.test_faulthandler.FaultHandlerTests.test_dump_c_stack_file)
PASS: test_dump_ext_modules (test.test_faulthandler.FaultHandlerTests.test_dump_ext_modules)
PASS: test_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_dump_traceback)
PASS: test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_fd)
PASS: test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_file)
PASS: test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later)
PASS: test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_cancel)
PASS: test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_fd)
PASS: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_file)
PASS: test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_repeat)
SKIP: test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_twice) "resource 'walltime' is not enabled"
PASS: test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads)
PASS: test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_file)
PASS: test_enable_fd (test.test_faulthandler.FaultHandlerTests.test_enable_fd)
PASS: test_enable_file (test.test_faulthandler.FaultHandlerTests.test_enable_file)
PASS: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests.test_enable_single_thread)
PASS: test_env_var (test.test_faulthandler.FaultHandlerTests.test_env_var)
PASS: test_fatal_error (test.test_faulthandler.FaultHandlerTests.test_fatal_error)
PASS: test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests.test_fatal_error_c_thread)
PASS: test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests.test_fatal_error_without_gil)
SKIP: test_free_threaded_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_free_threaded_dump_traceback) 'only meaningful if the GIL is disabled'
PASS: test_gc (test.test_faulthandler.FaultHandlerTests.test_gc)
PASS: test_gil_released (test.test_faulthandler.FaultHandlerTests.test_gil_released)
SKIP: test_ignore_exception (test.test_faulthandler.FaultHandlerTests.test_ignore_exception) 'specific to Windows'
PASS: test_is_enabled (test.test_faulthandler.FaultHandlerTests.test_is_enabled)
SKIP: test_raise_exception (test.test_faulthandler.FaultHandlerTests.test_raise_exception) 'specific to Windows'
SKIP: test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests.test_raise_nonfatal_exception) 'specific to Windows'
PASS: test_read_null (test.test_faulthandler.FaultHandlerTests.test_read_null)
PASS: test_register (test.test_faulthandler.FaultHandlerTests.test_register)
PASS: test_register_chain (test.test_faulthandler.FaultHandlerTests.test_register_chain)
PASS: test_register_fd (test.test_faulthandler.FaultHandlerTests.test_register_fd)
PASS: test_register_file (test.test_faulthandler.FaultHandlerTests.test_register_file)
PASS: test_register_threads (test.test_faulthandler.FaultHandlerTests.test_register_threads)
PASS: test_sigabrt (test.test_faulthandler.FaultHandlerTests.test_sigabrt)
PASS: test_sigbus (test.test_faulthandler.FaultHandlerTests.test_sigbus)
PASS: test_sigfpe (test.test_faulthandler.FaultHandlerTests.test_sigfpe)
PASS: test_sigill (test.test_faulthandler.FaultHandlerTests.test_sigill)
PASS: test_sigsegv (test.test_faulthandler.FaultHandlerTests.test_sigsegv)
PASS: test_stack_overflow (test.test_faulthandler.FaultHandlerTests.test_stack_overflow)
PASS: test_stderr_None (test.test_faulthandler.FaultHandlerTests.test_stderr_None)
PASS: test_sys_xoptions (test.test_faulthandler.FaultHandlerTests.test_sys_xoptions)
PASS: test_truncate (test.test_faulthandler.FaultHandlerTests.test_truncate)
PASS: test_unregister (test.test_faulthandler.FaultHandlerTests.test_unregister)

----------------------------------------------------------------------
Ran 48 tests in 13.530s

OK (skipped=6)
0:02:37 load avg: 3.75 [214/486] test_genericalias passed
PASS: test_calling_next_twice_raises_stopiteration (test.test_genericalias.BaseTest.test_calling_next_twice_raises_stopiteration)
PASS: test_class_methods (test.test_genericalias.BaseTest.test_class_methods)
PASS: test_copy (test.test_genericalias.BaseTest.test_copy)
PASS: test_del_iter (test.test_genericalias.BaseTest.test_del_iter)
PASS: test_dir (test.test_genericalias.BaseTest.test_dir)
PASS: test_equality (test.test_genericalias.BaseTest.test_equality)
PASS: test_evil_repr1 (test.test_genericalias.BaseTest.test_evil_repr1)
PASS: test_evil_repr2 (test.test_genericalias.BaseTest.test_evil_repr2)
PASS: test_evil_repr3 (test.test_genericalias.BaseTest.test_evil_repr3)
PASS: test_exposed_type (test.test_genericalias.BaseTest.test_exposed_type)
PASS: test_generic_subclass (test.test_genericalias.BaseTest.test_generic_subclass)
PASS: test_instantiate (test.test_genericalias.BaseTest.test_instantiate)
PASS: test_isinstance (test.test_genericalias.BaseTest.test_isinstance)
PASS: test_issubclass (test.test_genericalias.BaseTest.test_issubclass)
PASS: test_iter_creates_starred_tuple (test.test_genericalias.BaseTest.test_iter_creates_starred_tuple)
PASS: test_nested_paramspec_specialization (test.test_genericalias.BaseTest.test_nested_paramspec_specialization)
PASS: test_no_chaining (test.test_genericalias.BaseTest.test_no_chaining)
PASS: test_no_kwargs (test.test_genericalias.BaseTest.test_no_kwargs)
PASS: test_parameter_chaining (test.test_genericalias.BaseTest.test_parameter_chaining)
PASS: test_parameters (test.test_genericalias.BaseTest.test_parameters)
PASS: test_paramspec_specialization (test.test_genericalias.BaseTest.test_paramspec_specialization)
PASS: test_pickle (test.test_genericalias.BaseTest.test_pickle)
PASS: test_repr (test.test_genericalias.BaseTest.test_repr)
PASS: test_subclassing (test.test_genericalias.BaseTest.test_subclassing)
PASS: test_subclassing_types_genericalias (test.test_genericalias.BaseTest.test_subclassing_types_genericalias)
PASS: test_subscriptable (test.test_genericalias.BaseTest.test_subscriptable)
PASS: test_type_generic (test.test_genericalias.BaseTest.test_type_generic)
PASS: test_type_subclass_generic (test.test_genericalias.BaseTest.test_type_subclass_generic)
PASS: test_unbound_methods (test.test_genericalias.BaseTest.test_unbound_methods)
PASS: test_union (test.test_genericalias.BaseTest.test_union)
PASS: test_union_generic (test.test_genericalias.BaseTest.test_union_generic)
PASS: test_unpack (test.test_genericalias.BaseTest.test_unpack)
PASS: test_unsubscriptable (test.test_genericalias.BaseTest.test_unsubscriptable)
PASS: test_weakref (test.test_genericalias.BaseTest.test_weakref)
PASS: test_cannot_iterate (test.test_genericalias.TypeIterationTests.test_cannot_iterate)
PASS: test_is_not_instance_of_iterable (test.test_genericalias.TypeIterationTests.test_is_not_instance_of_iterable)

----------------------------------------------------------------------
Ran 36 tests in 0.015s

OK
0:02:37 load avg: 3.75 [215/486] test_generators passed
PASS: test_except_gen_except (test.test_generators.ExceptionTest.test_except_gen_except)
PASS: test_except_next (test.test_generators.ExceptionTest.test_except_next)
PASS: test_except_throw (test.test_generators.ExceptionTest.test_except_throw)
PASS: test_except_throw_bad_exception (test.test_generators.ExceptionTest.test_except_throw_bad_exception)
PASS: test_except_throw_exception_context (test.test_generators.ExceptionTest.test_except_throw_exception_context)
PASS: test_gen_3_arg_deprecation_warning (test.test_generators.ExceptionTest.test_gen_3_arg_deprecation_warning)
PASS: test_nested_gen_except_loop (test.test_generators.ExceptionTest.test_nested_gen_except_loop)
PASS: test_return_stopiteration (test.test_generators.ExceptionTest.test_return_stopiteration)
PASS: test_return_tuple (test.test_generators.ExceptionTest.test_return_tuple)
PASS: test_stopiteration_error (test.test_generators.ExceptionTest.test_stopiteration_error)
PASS: test_tutorial_stopiteration (test.test_generators.ExceptionTest.test_tutorial_stopiteration)
PASS: test_exhausted_generator_frame_cycle (test.test_generators.FinalizationTest.test_exhausted_generator_frame_cycle)
PASS: test_frame_resurrect (test.test_generators.FinalizationTest.test_frame_resurrect)
PASS: test_generator_resurrect (test.test_generators.FinalizationTest.test_generator_resurrect)
PASS: test_lambda_generator (test.test_generators.FinalizationTest.test_lambda_generator)
PASS: test_refcycle (test.test_generators.FinalizationTest.test_refcycle)
PASS: test_close_closed (test.test_generators.GeneratorCloseTest.test_close_closed)
PASS: test_close_exhausted (test.test_generators.GeneratorCloseTest.test_close_exhausted)
PASS: test_close_no_return_value (test.test_generators.GeneratorCloseTest.test_close_no_return_value)
PASS: test_close_not_catching_exit (test.test_generators.GeneratorCloseTest.test_close_not_catching_exit)
PASS: test_close_not_started (test.test_generators.GeneratorCloseTest.test_close_not_started)
PASS: test_close_raises (test.test_generators.GeneratorCloseTest.test_close_raises)
PASS: test_close_releases_frame_locals (test.test_generators.GeneratorCloseTest.test_close_releases_frame_locals)
PASS: test_close_return_value (test.test_generators.GeneratorCloseTest.test_close_return_value)
PASS: test_frame_locals_outlive_generator (test.test_generators.GeneratorDeallocTest.test_frame_locals_outlive_generator)
PASS: test_frame_locals_outlive_generator_with_exec (test.test_generators.GeneratorDeallocTest.test_frame_locals_outlive_generator_with_exec)
PASS: test_frame_outlives_generator (test.test_generators.GeneratorDeallocTest.test_frame_outlives_generator)
PASS: test_send_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from)
PASS: test_throw_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from)
PASS: test_throw_with_yield_from_custom_generator (test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from_custom_generator)
PASS: test_ag_frame_f_back (test.test_generators.GeneratorTest.test_ag_frame_f_back)
PASS: test_close_clears_frame (test.test_generators.GeneratorTest.test_close_clears_frame)
PASS: test_copy (test.test_generators.GeneratorTest.test_copy)
PASS: test_cr_frame_f_back (test.test_generators.GeneratorTest.test_cr_frame_f_back)
PASS: test_genexpr_only_calls_dunder_iter_once (test.test_generators.GeneratorTest.test_genexpr_only_calls_dunder_iter_once)
PASS: test_gi_frame_f_back (test.test_generators.GeneratorTest.test_gi_frame_f_back)
PASS: test_handle_frame_object_in_creation (test.test_generators.GeneratorTest.test_handle_frame_object_in_creation)
PASS: test_issue103488 (test.test_generators.GeneratorTest.test_issue103488)
PASS: test_name (test.test_generators.GeneratorTest.test_name)
PASS: test_pickle (test.test_generators.GeneratorTest.test_pickle)
PASS: test_send_non_none_to_new_gen (test.test_generators.GeneratorTest.test_send_non_none_to_new_gen)
PASS: test_exception_context_with_yield (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield)
PASS: test_exception_context_with_yield_from (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from)
PASS: test_exception_context_with_yield_from_with_context_cycle (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle)
PASS: test_exception_context_with_yield_inside_generator (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator)
PASS: test_throw_after_none_exc_type (test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type)
PASS: test_modify_f_locals (test.test_generators.ModifyUnderlyingIterableTest.test_modify_f_locals)
PASS: test_new_gen_from_gi_code (test.test_generators.ModifyUnderlyingIterableTest.test_new_gen_from_gi_code)
PASS: test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from)
PASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests.test_generator_gi_yieldfrom)
conjoin (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.conjoin
coroutine (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.coroutine
email (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.email
fun (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.fun
pep (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.pep
refleaks (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.refleaks
syntax (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.syntax
tut (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.tut
weakref (test.test_generators.__test__)
PASS: Doctest: test.test_generators.__test__.weakref

----------------------------------------------------------------------
Ran 59 tests in 0.193s

OK
0:02:37 load avg: 3.75 [216/486] test_genericclass passed
PASS: test_c_class (test.test_genericclass.CAPITest.test_c_class)
PASS: test_class_getitem (test.test_genericclass.TestClassGetitem.test_class_getitem)
PASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem.test_class_getitem_classmethod)
PASS: test_class_getitem_errors (test.test_genericclass.TestClassGetitem.test_class_getitem_errors)
PASS: test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_errors_2)
PASS: test_class_getitem_format (test.test_genericclass.TestClassGetitem.test_class_getitem_format)
PASS: test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance)
PASS: test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_2)
PASS: test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass)
PASS: test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_first)
PASS: test_class_getitem_patched (test.test_genericclass.TestClassGetitem.test_class_getitem_patched)
PASS: test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem.test_class_getitem_with_builtins)
PASS: test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_with_metaclass)
PASS: test_mro_entry (test.test_genericclass.TestMROEntry.test_mro_entry)
PASS: test_mro_entry_errors (test.test_genericclass.TestMROEntry.test_mro_entry_errors)
PASS: test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry.test_mro_entry_errors_2)
PASS: test_mro_entry_metaclass (test.test_genericclass.TestMROEntry.test_mro_entry_metaclass)
PASS: test_mro_entry_none (test.test_genericclass.TestMROEntry.test_mro_entry_none)
PASS: test_mro_entry_signature (test.test_genericclass.TestMROEntry.test_mro_entry_signature)
PASS: test_mro_entry_type_call (test.test_genericclass.TestMROEntry.test_mro_entry_type_call)
PASS: test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins)
PASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_2)

----------------------------------------------------------------------
Ran 22 tests in 0.003s

OK
0:02:37 load avg: 3.75 [217/486] test_genericpath passed
PASS: test_path_commonprefix (test.test_genericpath.PathLikeTests.test_path_commonprefix)
PASS: test_path_exists (test.test_genericpath.PathLikeTests.test_path_exists)
PASS: test_path_getctime (test.test_genericpath.PathLikeTests.test_path_getctime)
PASS: test_path_getmtime (test.test_genericpath.PathLikeTests.test_path_getmtime)
PASS: test_path_getsize (test.test_genericpath.PathLikeTests.test_path_getsize)
PASS: test_path_isdir (test.test_genericpath.PathLikeTests.test_path_isdir)
PASS: test_path_isfile (test.test_genericpath.PathLikeTests.test_path_isfile)
PASS: test_path_samefile (test.test_genericpath.PathLikeTests.test_path_samefile)
PASS: test_commonprefix (test.test_genericpath.TestGenericTest.test_commonprefix)
PASS: test_exists (test.test_genericpath.TestGenericTest.test_exists)
PASS: test_exists_bool (test.test_genericpath.TestGenericTest.test_exists_bool)
PASS: test_exists_fd (test.test_genericpath.TestGenericTest.test_exists_fd)
PASS: test_filetime (test.test_genericpath.TestGenericTest.test_filetime)
PASS: test_getsize (test.test_genericpath.TestGenericTest.test_getsize)
PASS: test_invalid_paths (test.test_genericpath.TestGenericTest.test_invalid_paths)
PASS: test_isdir (test.test_genericpath.TestGenericTest.test_isdir)
PASS: test_isfile (test.test_genericpath.TestGenericTest.test_isfile)
PASS: test_no_argument (test.test_genericpath.TestGenericTest.test_no_argument)
PASS: test_samefile (test.test_genericpath.TestGenericTest.test_samefile)
PASS: test_samefile_on_link (test.test_genericpath.TestGenericTest.test_samefile_on_link)
PASS: test_samefile_on_symlink (test.test_genericpath.TestGenericTest.test_samefile_on_symlink)
PASS: test_sameopenfile (test.test_genericpath.TestGenericTest.test_sameopenfile)
PASS: test_samestat (test.test_genericpath.TestGenericTest.test_samestat)
PASS: test_samestat_on_link (test.test_genericpath.TestGenericTest.test_samestat_on_link)
PASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest.test_samestat_on_symlink)

----------------------------------------------------------------------
Ran 25 tests in 0.004s

OK
0:02:37 load avg: 3.75 [218/486] test_genexps passed
doctests (test.test_genexps.__test__)
PASS: Doctest: test.test_genexps.__test__.doctests

----------------------------------------------------------------------
Ran 1 test in 0.021s

OK
0:02:38 load avg: 3.75 [219/486] test_getopt passed
PASS: test_do_longs (test.test_getopt.GetoptTests.test_do_longs)
PASS: test_do_shorts (test.test_getopt.GetoptTests.test_do_shorts)
PASS: test_getopt (test.test_getopt.GetoptTests.test_getopt)
PASS: test_gnu_getopt (test.test_getopt.GetoptTests.test_gnu_getopt)
PASS: test_issue4629 (test.test_getopt.GetoptTests.test_issue4629)
PASS: test_long_has_args (test.test_getopt.GetoptTests.test_long_has_args)
PASS: test_short_has_arg (test.test_getopt.GetoptTests.test_short_has_arg)
SKIP: test_translations (test.test_getopt.TestTranslations.test_translations) 'i18n directory could not be found'
test_libref_examples (test.test_getopt)
PASS: Doctest: test.test_getopt.test_libref_examples

----------------------------------------------------------------------
Ran 9 tests in 0.003s

OK (skipped=1)
0:02:38 load avg: 3.75 [220/486] test_getpass passed
PASS: test_accept_none (test.test_getpass.GetpassEchoCharTest.test_accept_none)
PASS: test_accept_single_printable_ascii (test.test_getpass.GetpassEchoCharTest.test_accept_single_printable_ascii)
PASS: test_reject_empty_string (test.test_getpass.GetpassEchoCharTest.test_reject_empty_string)
PASS: test_reject_multi_character_strings (test.test_getpass.GetpassEchoCharTest.test_reject_multi_character_strings)
PASS: test_reject_non_ascii (test.test_getpass.GetpassEchoCharTest.test_reject_non_ascii)
PASS: test_reject_non_printable_characters (test.test_getpass.GetpassEchoCharTest.test_reject_non_printable_characters)
PASS: test_reject_non_string (test.test_getpass.GetpassEchoCharTest.test_reject_non_string)
PASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest.test_username_falls_back_to_pwd)
PASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest.test_username_priorities_of_env_values)
PASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest.test_username_takes_username_from_env)
PASS: test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest.test_flushes_stream_after_prompt)
PASS: test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest.test_raises_on_empty_input)
PASS: test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest.test_trims_trailing_newline)
PASS: test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest.test_uses_stderr_as_default)
PASS: test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_default_input)
PASS: test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_different_locale)
PASS: test_control_chars_with_echo_char (test.test_getpass.UnixGetpassTest.test_control_chars_with_echo_char)
PASS: test_echo_char_replaces_input_with_asterisks (test.test_getpass.UnixGetpassTest.test_echo_char_replaces_input_with_asterisks)
PASS: test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest.test_falls_back_to_fallback_if_termios_raises)
PASS: test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest.test_falls_back_to_stdin)
PASS: test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest.test_flushes_stream_after_input)
PASS: test_raw_input_with_echo_char (test.test_getpass.UnixGetpassTest.test_raw_input_with_echo_char)
PASS: test_resets_termios (test.test_getpass.UnixGetpassTest.test_resets_termios)
PASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest.test_uses_tty_directly)

----------------------------------------------------------------------
Ran 24 tests in 0.030s

OK
0:02:38 load avg: 3.75 [221/486] test_getpath passed
test_PYTHONHOME_in_venv (test.test_getpath.MockGetPathTests.test_PYTHONHOME_in_venv)
Make sure prefix/exec_prefix still point to the venv if PYTHONHOME was used. ... Read link from /venv/bin/python
Check if /venv/bin/Modules/Setup.local is a file
config.base_exec_prefix        +'/pythonhome'
config.base_executable         +'/venv/bin/python'
config.base_prefix             +'/pythonhome'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python'
config.home                    +'/pythonhome'
config.module_search_paths     +['/pythonhome/lib/python98.zip', '/pythonhome/lib/python9.8', '/pythonhome/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/pythonhome/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'/venv/bin/python'
config.stdlib_dir              +'/pythonhome/lib/python9.8'
global.executable_dir  +'/venv/bin'
global.real_executable +'/venv/bin/python'
global.venv_prefix     +'/venv'
ok
test_alt_framework_macos (test.test_getpath.MockGetPathTests.test_alt_framework_macos)
Test framework layout on macOS with alternate framework name ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file
Check if /Library/Frameworks/lib/python98.zip is a file
Check if /Library/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'
config.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.exec_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.executable              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'
config.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'
config.prefix                  +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'
config.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'
global.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'
ok
test_buildpath_posix (test.test_getpath.MockGetPathTests.test_buildpath_posix)
Test an in-build-tree layout on POSIX. ... Read link from /home/cpython/python
Check if /home/cpython/Lib/os.py is a file
config.base_exec_prefix        +'/usr/local'
config.base_executable         +'/home/cpython/python'
config.base_prefix             +'/usr/local'
config.exec_prefix             +'/usr/local'
config.executable              +'/home/cpython/python'
config.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'
config.prefix                  +'/usr/local'
config.program_name            +'/home/cpython/python'
config.stdlib_dir              +'/home/cpython/Lib'
global.build_prefix    +'/home/cpython'
global.executable_dir  +'/home/cpython'
global.real_executable +'/home/cpython/python'
ok
test_buildtree_pythonhome_win32 (test.test_getpath.MockGetPathTests.test_buildtree_pythonhome_win32)
Test an out-of-build-tree layout on Windows with PYTHONHOME override. ... Read link from C:\Out\python.exe
config.base_exec_prefix        +'C:\\CPython'
config.base_executable         +'C:\\Out\\python.exe'
config.base_prefix             +'C:\\CPython'
config.exec_prefix             +'C:\\CPython'
config.executable              +'C:\\Out\\python.exe'
config.home                    +'C:\\CPython'
config.module_search_paths     +['C:\\Out\\python98.zip', 'C:\\Out', 'C:\\CPython\\Lib']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Out'
config.prefix                  +'C:\\CPython'
config.program_name            +'C:\\Out\\python.exe'
config.stdlib_dir              +'C:\\CPython\\Lib'
global.build_prefix   +'C:\\'
global.executable_dir +'C:\\Out'
ok
test_buildtree_win32 (test.test_getpath.MockGetPathTests.test_buildtree_win32)
Test an in-build-tree layout on Windows. ... Read link from C:\CPython\PCbuild\amd64\python.exe
config.base_exec_prefix        +'C:\\CPython'
config.base_executable         +'C:\\CPython\\PCbuild\\amd64\\python.exe'
config.base_prefix             +'C:\\CPython'
config.exec_prefix             +'C:\\CPython'
config.executable              +'C:\\CPython\\PCbuild\\amd64\\python.exe'
config.module_search_paths     +['C:\\CPython\\PCbuild\\amd64\\python98.zip', 'C:\\CPython\\PCbuild\\amd64', 'C:\\CPython\\Lib']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\CPython\\PCbuild\\amd64'
config.prefix                  +'C:\\CPython'
config.program_name            +'C:\\CPython\\PCbuild\\amd64\\python.exe'
config.stdlib_dir              +'C:\\CPython\\Lib'
global.build_prefix   +'C:\\CPython'
global.executable_dir +'C:\\CPython\\PCbuild\\amd64'
ok
test_custom_platlibdir_posix (test.test_getpath.MockGetPathTests.test_custom_platlibdir_posix)
Test an install with custom platlibdir on *nix ... Read link from /linkfrom/python
Check if /linkfrom/Modules/Setup.local is a file
Check if /linkfrom/lib64/python98.zip is a file
Check if /linkfrom/lib64/python9.8/os.py is a file
Check if /linkfrom/lib64/python9.8/os.pyc is a file
Check if /usr/lib64/python9.8/os.py is a file
Check if /usr/lib64/python9.8/lib-dynload is a dir
Check if /usr/lib64/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/linkfrom/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/usr'
config.executable              +'/linkfrom/python'
config.module_search_paths     +['/usr/lib64/python98.zip', '/usr/lib64/python9.8', '/usr/lib64/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib64'
config.platstdlib_dir          +'/usr/lib64/python9.8/lib-dynload'
config.prefix                  +'/usr'
config.program_name            +'/linkfrom/python'
config.stdlib_dir              +'/usr/lib64/python9.8'
global.executable_dir  +'/linkfrom'
global.real_executable +'/linkfrom/python'
ok
test_explicitly_set_stdlib_dir (test.test_getpath.MockGetPathTests.test_explicitly_set_stdlib_dir)
Test the explicitly set stdlib_dir in the config is respected. ... Check if /usr/bin/python is an xfile
Check if /Absolute/Modules/Setup.local is a file
Check if /Absolute/lib/python98.zip is a file
Check if /Absolute/lib/python9.8/os.py is a file
Check if /Absolute/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/os.pyc is a file
Could not find platform independent libraries <prefix>
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /Absolute/lib/python9.8/lib-dynload is a dir
Could not find platform dependent libraries <exec_prefix>
config.base_exec_prefix        +'/usr'
config.base_prefix             +'/usr'
config.exec_prefix             +'/usr'
config.executable              +''
config.module_search_paths     +['/usr/lib/python98.zip', '/custom_stdlib_dir', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/usr'
config.program_name            +'python'
global.executable_dir +'/Absolute'
ok
test_framework_macos (test.test_getpath.MockGetPathTests.test_framework_macos)
Test framework layout on macOS ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python
Check if /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/lib/python98.zip is a file
Check if /Library/Frameworks/lib/python98.zip is a file
Check if /Library/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'
config.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'
config.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'
config.exec_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'
config.executable              +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'
config.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'
config.prefix                  +'/Library/Frameworks/Python.framework/Versions/9.8'
config.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'
config.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'
global.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'
ok
test_no_dlls_win32 (test.test_getpath.MockGetPathTests.test_no_dlls_win32)
Test a layout on Windows with no DLLs directory. ... Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
Check if C:\Python\python98.zip is a file
Check if C:\Python\Lib\os.py is a file
Check if C:\Python\DLLs is a dir
config.base_exec_prefix        +'C:\\Python'
config.base_executable         +'C:\\Python\\python.exe'
config.base_prefix             +'C:\\Python'
config.exec_prefix             +'C:\\Python'
config.executable              +'C:\\Python\\python.exe'
config.module_search_paths     +['C:\\Python\\python98.zip', 'C:\\Python', 'C:\\Python\\Lib']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Python'
config.prefix                  +'C:\\Python'
config.program_name            +'C:\\Python\\python.exe'
config.stdlib_dir              +'C:\\Python\\Lib'
global.executable_dir +'C:\\Python'
ok
test_normal_posix (test.test_getpath.MockGetPathTests.test_normal_posix)
Test a 'standard' install layout on *nix ... Check if /usr/bin/python is an xfile
Read link from /usr/bin/python
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/usr/bin/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/usr'
config.executable              +'/usr/bin/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/usr'
config.program_name            +'python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python'
ok
test_normal_win32 (test.test_getpath.MockGetPathTests.test_normal_win32)
Test a 'standard' install layout on Windows. ... Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
Check if C:\Python\python98.zip is a file
Check if C:\Python\Lib\os.py is a file
Check if C:\Python\DLLs is a dir
config.base_exec_prefix        +'C:\\Python'
config.base_executable         +'C:\\Python\\python.exe'
config.base_prefix             +'C:\\Python'
config.exec_prefix             +'C:\\Python'
config.executable              +'C:\\Python\\python.exe'
config.module_search_paths     +['C:\\Python\\python98.zip', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Python\\DLLs'
config.prefix                  +'C:\\Python'
config.program_name            +'C:\\Python\\python.exe'
config.stdlib_dir              +'C:\\Python\\Lib'
global.executable_dir +'C:\\Python'
ok
test_registry_win32 (test.test_getpath.MockGetPathTests.test_registry_win32)
Test registry lookup on Windows. ... Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
Check if C:\Python\python98.zip is a file
Check if C:\Python\Lib\os.py is a file
Check if C:\Python\DLLs is a dir
OpenKeyEx(HKCU, SOFTWARE\Python\PythonCore\9.8-XY\PythonPath)
OpenKeyEx(HKLM, SOFTWARE\Python\PythonCore\9.8-XY\PythonPath)
EnumKey(hklm\software\python\pythoncore\9.8-xy\pythonpath, 0)
QueryValue(hklm\software\python\pythoncore\9.8-xy\pythonpath, path1)
EnumKey(hklm\software\python\pythoncore\9.8-xy\pythonpath, 1)
CloseKey(hklm\software\python\pythoncore\9.8-xy\pythonpath)
config.base_exec_prefix        +'C:\\Python'
config.base_executable         +'C:\\Python\\python.exe'
config.base_prefix             +'C:\\Python'
config.exec_prefix             +'C:\\Python'
config.executable              +'C:\\Python\\python.exe'
config.module_search_paths     +['C:\\Python\\python98.zip', 'path1-dir', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Python\\DLLs'
config.prefix                  +'C:\\Python'
config.program_name            +'C:\\Python\\python.exe'
config.stdlib_dir              +'C:\\Python\\Lib'
global.executable_dir +'C:\\Python'
Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
config.module_search_paths     +['C:\\Python\\python98.zip', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
config.module_search_paths_set +1
global.pythonpath                   -['C:\\Python\\python98.zip', 'path1-dir', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
                                    +['C:\\Python\\python98.zip', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
global.search_up                    -<function search_up at 0xffffb3ad17a0>
                                    +<function search_up at 0xffffb3ad1850>
global.stdlib_dir_was_set_in_config +True
global.use_environment              -1
                                    +0
ok
test_symlink_buildpath_macos (test.test_getpath.MockGetPathTests.test_symlink_buildpath_macos)
Test an in-build-tree layout via symlink on macOS. ... Read link from /linkfrom/python
Read link from /home/cpython/python
Check if /home/cpython/Lib/os.py is a file
config.base_exec_prefix        +'/usr/local'
config.base_executable         +'/linkfrom/python'
config.base_prefix             +'/usr/local'
config.exec_prefix             +'/usr/local'
config.executable              +'/linkfrom/python'
config.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.macos-9.8']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/home/cpython/build/lib.macos-9.8'
config.prefix                  +'/usr/local'
config.program_name            +'python'
config.stdlib_dir              +'/home/cpython/Lib'
global.build_prefix    +'/home/cpython'
global.executable_dir  +'/home/cpython'
global.real_executable -'/linkfrom/python'
                       +'/home/cpython/python'
ok
test_symlink_buildpath_posix (test.test_getpath.MockGetPathTests.test_symlink_buildpath_posix)
Test an in-build-tree layout on POSIX. ... Read link from /linkfrom/python
Read link from /home/cpython/python
Check if /home/cpython/Lib/os.py is a file
config.base_exec_prefix        +'/usr/local'
config.base_executable         +'/linkfrom/python'
config.base_prefix             +'/usr/local'
config.exec_prefix             +'/usr/local'
config.executable              +'/linkfrom/python'
config.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'
config.prefix                  +'/usr/local'
config.program_name            +'/linkfrom/python'
config.stdlib_dir              +'/home/cpython/Lib'
global.build_prefix    +'/home/cpython'
global.executable_dir  +'/home/cpython'
global.real_executable +'/home/cpython/python'
ok
test_symlink_buildtree_win32 (test.test_getpath.MockGetPathTests.test_symlink_buildtree_win32)
Test an in-build-tree layout via symlink on Windows. ... Read link from C:\CPython\PCbuild\amd64\python.exe
config.base_exec_prefix        +'C:\\CPython'
config.base_executable         +'C:\\LinkedFrom\\python.exe'
config.base_prefix             +'C:\\CPython'
config.exec_prefix             +'C:\\CPython'
config.executable              +'C:\\LinkedFrom\\python.exe'
config.module_search_paths     +['C:\\CPython\\PCbuild\\amd64\\python98.zip', 'C:\\CPython\\PCbuild\\amd64', 'C:\\CPython\\Lib']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\CPython\\PCbuild\\amd64'
config.prefix                  +'C:\\CPython'
config.program_name            +'C:\\LinkedFrom\\python.exe'
config.stdlib_dir              +'C:\\CPython\\Lib'
global.build_prefix   +'C:\\CPython'
global.executable_dir +'C:\\CPython\\PCbuild\\amd64'
ok
test_symlink_normal_macos (test.test_getpath.MockGetPathTests.test_symlink_normal_macos)
Test a 'standard' install layout via symlink on macOS ... Read link from /linkfrom/python
Read link from /usr/bin/python
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/linkfrom/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/usr'
config.executable              +'/linkfrom/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/usr'
config.program_name            +'python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable -'/linkfrom/python'
                       +'/usr/bin/python'
ok
test_symlink_normal_posix (test.test_getpath.MockGetPathTests.test_symlink_normal_posix)
Test a 'standard' install layout via symlink on *nix ... Read link from /linkfrom/python
Read link from /usr/bin/python
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/linkfrom/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/usr'
config.executable              +'/linkfrom/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/usr'
config.program_name            +'/linkfrom/python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python'
ok
test_symlink_normal_win32 (test.test_getpath.MockGetPathTests.test_symlink_normal_win32)
Test a 'standard' install layout via symlink on Windows. ... Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
Check if C:\Python\python98.zip is a file
Check if C:\Python\Lib\os.py is a file
Check if C:\Python\DLLs is a dir
config.base_exec_prefix        +'C:\\Python'
config.base_executable         +'C:\\LinkedFrom\\python.exe'
config.base_prefix             +'C:\\Python'
config.exec_prefix             +'C:\\Python'
config.executable              +'C:\\LinkedFrom\\python.exe'
config.module_search_paths     +['C:\\Python\\python98.zip', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Python\\DLLs'
config.prefix                  +'C:\\Python'
config.program_name            +'C:\\LinkedFrom\\python.exe'
config.stdlib_dir              +'C:\\Python\\Lib'
global.executable_dir +'C:\\Python'
ok
test_venv_alt_framework_macos (test.test_getpath.MockGetPathTests.test_venv_alt_framework_macos)
Test a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/Modules/Setup.local is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file
Check if /Library/Frameworks/lib/python98.zip is a file
Check if /Library/lib/python98.zip is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
Check if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'
config.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'
config.exec_prefix             +'/tmp/workdir/venv'
config.executable              +'/tmp/workdir/venv/bin/python'
config.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'
config.prefix                  +'/tmp/workdir/venv'
config.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'
config.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'
global.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'
global.venv_prefix    +'/tmp/workdir/venv'
ok
test_venv_changed_name_copy_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_copy_posix)
Test a venv --copies layout on *nix that lacks a distributed 'python' ... Check if /venv/bin/python is an xfile
Read link from /venv/bin/python
Check if /usr/bin/python is a file
Check if /usr/bin/python9 is a file
Read link from /usr/bin/python9
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/usr/bin/python9'
config.base_prefix             +'/usr'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python9'
global.venv_prefix     +'/venv'
ok
test_venv_changed_name_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_posix)
Test a venv layout on *nix. ... Check if /venv/bin/python is an xfile
Read link from /venv/bin/python
Read link from /usr/bin/python3
Read link from /usr/bin/python3
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/usr/bin/python3'
config.base_prefix             +'/usr'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python3'
global.venv_prefix     +'/venv'
ok
test_venv_framework_macos (test.test_getpath.MockGetPathTests.test_venv_framework_macos)
Test a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python
Check if /Library/Frameworks/Python.framework/Versions/9.8/bin/Modules/Setup.local is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/lib/python98.zip is a file
Check if /Library/Frameworks/lib/python98.zip is a file
Check if /Library/lib/python98.zip is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
Check if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'
config.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'
config.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'
config.exec_prefix             +'/tmp/workdir/venv'
config.executable              +'/tmp/workdir/venv/bin/python'
config.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'
config.prefix                  +'/tmp/workdir/venv'
config.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'
config.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'
global.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'
global.venv_prefix    +'/tmp/workdir/venv'
ok
test_venv_macos (test.test_getpath.MockGetPathTests.test_venv_macos)
Test a venv layout on macOS. ... Read link from /usr/bin/python
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/usr/bin/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/framework/Python9.8'
config.executable              +'/framework/Python9.8/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/framework/Python9.8'
config.program_name            +'/usr/bin/python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir +'/usr/bin'
global.venv_prefix    +'/framework/Python9.8'
ok
test_venv_non_installed_zip_path_posix (test.test_getpath.MockGetPathTests.test_venv_non_installed_zip_path_posix)
Test a venv created from non-installed python has correct zip path. ... Read link from /venv/bin/python
Read link from /path/to/non-installed/bin/python
Read link from /path/to/non-installed/bin/python
Check if /path/to/non-installed/Modules/Setup.local is a file
Check if /path/to/non-installed/lib/python98.zip is a file
Check if /path/to/lib/python98.zip is a file
Check if /path/lib/python98.zip is a file
Check if /path/to/non-installed/lib/python9.8/os.py is a file
Check if /path/to/non-installed/lib/python9.8/lib-dynload is a dir
Check if /path/to/non-installed/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/path/to/non-installed'
config.base_executable         +'/path/to/non-installed/bin/python'
config.base_prefix             +'/path/to/non-installed'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python'
config.module_search_paths     +['/path/to/non-installed/lib/python98.zip', '/path/to/non-installed/lib/python9.8', '/path/to/non-installed/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/path/to/non-installed/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'/venv/bin/python'
config.stdlib_dir              +'/path/to/non-installed/lib/python9.8'
global.executable_dir  +'/path/to/non-installed'
global.real_executable +'/path/to/non-installed/bin/python'
global.venv_prefix     +'/venv'
ok
test_venv_posix (test.test_getpath.MockGetPathTests.test_venv_posix)
Test a venv layout on *nix. ... Check if /venv/bin/python is an xfile
Read link from /venv/bin/python
Check if /usr/bin/python is a file
Read link from /usr/bin/python
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
config.base_exec_prefix        +'/usr'
config.base_executable         +'/usr/bin/python'
config.base_prefix             +'/usr'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'python'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python'
global.venv_prefix     +'/venv'
ok
test_venv_posix_without_home_key (test.test_getpath.MockGetPathTests.test_venv_posix_without_home_key) ... Read link from /venv/bin/python3
Read link from /usr/bin/python3
Check if /usr/bin/Modules/Setup.local is a file
Check if /usr/bin/lib/python98.zip is a file
Check if /usr/lib/python98.zip is a file
Check if /usr/bin/lib/python9.8/os.py is a file
Check if /usr/bin/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/os.pyc is a file
Check if /usr/lib/python9.8/os.py is a file
Check if /usr/lib/python9.8/os.pyc is a file
Could not find platform independent libraries <prefix>
Check if /usr/lib/python9.8/lib-dynload is a dir
Check if /usr/bin/lib/python9.8/lib-dynload is a dir
Check if /usr/lib/python9.8/lib-dynload is a dir
Could not find platform dependent libraries <exec_prefix>
config.base_exec_prefix        +'/usr'
config.base_executable         +'/venv/bin/python3'
config.base_prefix             +'/usr'
config.exec_prefix             +'/venv'
config.executable              +'/venv/bin/python3'
config.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']
config.module_search_paths_set +1
config.platlibdir              +'lib'
config.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'
config.prefix                  +'/venv'
config.program_name            +'/venv/bin/python3'
config.stdlib_dir              +'/usr/lib/python9.8'
global.executable_dir  +'/usr/bin'
global.real_executable +'/usr/bin/python3'
global.venv_prefix     +'/venv'
ok
test_venv_win32 (test.test_getpath.MockGetPathTests.test_venv_win32)
Test a venv layout on Windows. ... Read link from C:\Python\python.exe
Check if C:\Modules\Setup.local is a file
Check if C:\Python\python98.zip is a file
Check if C:\Python\Lib\os.py is a file
Check if C:\Python\DLLs is a dir
config.base_exec_prefix        +'C:\\Python'
config.base_executable         +'C:\\Python\\python.exe'
config.base_prefix             +'C:\\Python'
config.exec_prefix             +'C:\\venv'
config.executable              +'C:\\venv\\Scripts\\python.exe'
config.module_search_paths     +['C:\\Python\\python98.zip', 'C:\\Python\\DLLs', 'C:\\Python\\Lib', 'C:\\Python']
config.module_search_paths_set +1
config.platlibdir              +'DLLs'
config.platstdlib_dir          +'C:\\Python\\DLLs'
config.prefix                  +'C:\\venv'
config.program_name            +'C:\\Python\\python.exe'
config.stdlib_dir              +'C:\\Python\\Lib'
global.executable_dir +'C:\\Python'
global.venv_prefix    +'C:\\venv'
ok

----------------------------------------------------------------------
Ran 27 tests in 0.014s

OK
0:02:38 load avg: 3.75 [222/486] test_gettext passed
PASS: test_expand_lang (test.test_gettext.ExpandLangTestCase.test_expand_lang)
PASS: test_gnu_translations_fallback (test.test_gettext.FallbackTestCase.test_gnu_translations_fallback)
PASS: test_nested_fallbacks (test.test_gettext.FallbackTestCase.test_nested_fallbacks)
PASS: test_null_translations_fallback (test.test_gettext.FallbackTestCase.test_null_translations_fallback)
PASS: test_find_all (test.test_gettext.FindTestCase.test_find_all)
PASS: test_find_deduplication (test.test_gettext.FindTestCase.test_find_deduplication)
PASS: test_find_with_c (test.test_gettext.FindTestCase.test_find_with_c)
PASS: test_find_with_env_vars (test.test_gettext.FindTestCase.test_find_with_env_vars)
PASS: test_find_with_languages (test.test_gettext.FindTestCase.test_find_with_languages)
PASS: test_find_with_no_lang (test.test_gettext.FindTestCase.test_find_with_no_lang)
test_ignore_comments_in_headers_issue36239 (test.test_gettext.GNUTranslationParsingTest.test_ignore_comments_in_headers_issue36239)
PASS: Checks that comments like:
PASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest.test_plural_form_error_issue17898)
PASS: test_plural_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms)
PASS: test_plural_context_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms_null_translations)
PASS: test_plural_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms)
PASS: test_plural_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms_null_translations)
PASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_wrong_context_forms)
PASS: test_plural_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_context_forms)
PASS: test_plural_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_forms)
PASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_wrong_context_forms)
PASS: test_plural_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms)
PASS: test_plural_context_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms_wrong_domain)
PASS: test_plural_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms)
PASS: test_plural_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms_wrong_domain)
PASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_wrong_context_forms)
PASS: test_cache (test.test_gettext.GettextCacheTestCase.test_cache)
PASS: test_multiline_strings (test.test_gettext.GettextTestCase1.test_multiline_strings)
PASS: test_some_translations (test.test_gettext.GettextTestCase1.test_some_translations)
PASS: test_some_translations_with_context (test.test_gettext.GettextTestCase1.test_some_translations_with_context)
PASS: test_the_alternative_interface (test.test_gettext.GettextTestCase1.test_the_alternative_interface)
PASS: test_bad_magic_number (test.test_gettext.GettextTestCase2.test_bad_magic_number)
PASS: test_bad_major_version (test.test_gettext.GettextTestCase2.test_bad_major_version)
PASS: test_bad_minor_version (test.test_gettext.GettextTestCase2.test_bad_minor_version)
PASS: test_big_endian_file (test.test_gettext.GettextTestCase2.test_big_endian_file)
PASS: test_bindtextdomain (test.test_gettext.GettextTestCase2.test_bindtextdomain)
PASS: test_corrupt_file (test.test_gettext.GettextTestCase2.test_corrupt_file)
PASS: test_multiline_strings (test.test_gettext.GettextTestCase2.test_multiline_strings)
PASS: test_some_translations (test.test_gettext.GettextTestCase2.test_some_translations)
PASS: test_some_translations_with_context (test.test_gettext.GettextTestCase2.test_some_translations_with_context)
PASS: test_some_translations_with_context_and_domain (test.test_gettext.GettextTestCase2.test_some_translations_with_context_and_domain)
PASS: test_textdomain (test.test_gettext.GettextTestCase2.test_textdomain)
PASS: test__all__ (test.test_gettext.MiscTestCase.test__all__)
PASS: test_lazy_import (test.test_gettext.MiscTestCase.test_lazy_import)
PASS: test_ar (test.test_gettext.PluralFormsInternalTestCase.test_ar)
PASS: test_chained_comparison (test.test_gettext.PluralFormsInternalTestCase.test_chained_comparison)
PASS: test_cs (test.test_gettext.PluralFormsInternalTestCase.test_cs)
PASS: test_de (test.test_gettext.PluralFormsInternalTestCase.test_de)
PASS: test_decimal_number (test.test_gettext.PluralFormsInternalTestCase.test_decimal_number)
PASS: test_division (test.test_gettext.PluralFormsInternalTestCase.test_division)
PASS: test_fr (test.test_gettext.PluralFormsInternalTestCase.test_fr)
PASS: test_gd (test.test_gettext.PluralFormsInternalTestCase.test_gd)
PASS: test_gd2 (test.test_gettext.PluralFormsInternalTestCase.test_gd2)
PASS: test_invalid_syntax (test.test_gettext.PluralFormsInternalTestCase.test_invalid_syntax)
PASS: test_ja (test.test_gettext.PluralFormsInternalTestCase.test_ja)
PASS: test_lt (test.test_gettext.PluralFormsInternalTestCase.test_lt)
PASS: test_lv (test.test_gettext.PluralFormsInternalTestCase.test_lv)
PASS: test_negation (test.test_gettext.PluralFormsInternalTestCase.test_negation)
PASS: test_nested_condition_operator (test.test_gettext.PluralFormsInternalTestCase.test_nested_condition_operator)
PASS: test_pl (test.test_gettext.PluralFormsInternalTestCase.test_pl)
PASS: test_plural_number (test.test_gettext.PluralFormsInternalTestCase.test_plural_number)
PASS: test_ro (test.test_gettext.PluralFormsInternalTestCase.test_ro)
PASS: test_ru (test.test_gettext.PluralFormsInternalTestCase.test_ru)
PASS: test_security (test.test_gettext.PluralFormsInternalTestCase.test_security)
PASS: test_sl (test.test_gettext.PluralFormsInternalTestCase.test_sl)
PASS: test_translation_fallback (test.test_gettext.TranslationFallbackTestCase.test_translation_fallback)
PASS: test_unicode_context_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_context_msgid)
PASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgid)
PASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr)
PASS: test_unicode_msgstr_with_context (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_with_context)
PASS: test_unicode_context_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_context_msgstr)
PASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgid)
PASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgstr)
PASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest.test_weird_metadata)

----------------------------------------------------------------------
Ran 73 tests in 0.083s

OK
0:02:38 load avg: 3.75 [223/486] test_ftplib passed
PASS: test__all__ (test.test_ftplib.MiscTestCase.test__all__)
PASS: test_abort (test.test_ftplib.TestFTPClass.test_abort)
PASS: test_acct (test.test_ftplib.TestFTPClass.test_acct)
PASS: test_all_errors (test.test_ftplib.TestFTPClass.test_all_errors)
PASS: test_cwd (test.test_ftplib.TestFTPClass.test_cwd)
PASS: test_delete (test.test_ftplib.TestFTPClass.test_delete)
PASS: test_dir (test.test_ftplib.TestFTPClass.test_dir)
PASS: test_encoding_param (test.test_ftplib.TestFTPClass.test_encoding_param)
PASS: test_exceptions (test.test_ftplib.TestFTPClass.test_exceptions)
PASS: test_getwelcome (test.test_ftplib.TestFTPClass.test_getwelcome)
PASS: test_line_too_long (test.test_ftplib.TestFTPClass.test_line_too_long)
PASS: test_login (test.test_ftplib.TestFTPClass.test_login)
PASS: test_makepasv (test.test_ftplib.TestFTPClass.test_makepasv)
test_makepasv_issue43285_security_disabled (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_disabled)
PASS: Test the opt-in to the old vulnerable behavior.
PASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_enabled_default)
PASS: test_makeport (test.test_ftplib.TestFTPClass.test_makeport)
PASS: test_mkd (test.test_ftplib.TestFTPClass.test_mkd)
PASS: test_mlsd (test.test_ftplib.TestFTPClass.test_mlsd)
PASS: test_nlst (test.test_ftplib.TestFTPClass.test_nlst)
PASS: test_parse257 (test.test_ftplib.TestFTPClass.test_parse257)
PASS: test_pwd (test.test_ftplib.TestFTPClass.test_pwd)
PASS: test_quit (test.test_ftplib.TestFTPClass.test_quit)
PASS: test_rename (test.test_ftplib.TestFTPClass.test_rename)
PASS: test_retrbinary (test.test_ftplib.TestFTPClass.test_retrbinary)
PASS: test_retrbinary_rest (test.test_ftplib.TestFTPClass.test_retrbinary_rest)
PASS: test_retrlines (test.test_ftplib.TestFTPClass.test_retrlines)
PASS: test_retrlines_too_long (test.test_ftplib.TestFTPClass.test_retrlines_too_long)
PASS: test_rmd (test.test_ftplib.TestFTPClass.test_rmd)
PASS: test_sanitize (test.test_ftplib.TestFTPClass.test_sanitize)
PASS: test_set_pasv (test.test_ftplib.TestFTPClass.test_set_pasv)
PASS: test_size (test.test_ftplib.TestFTPClass.test_size)
PASS: test_source_address (test.test_ftplib.TestFTPClass.test_source_address)
PASS: test_source_address_passive_connection (test.test_ftplib.TestFTPClass.test_source_address_passive_connection)
PASS: test_storbinary (test.test_ftplib.TestFTPClass.test_storbinary)
PASS: test_storbinary_rest (test.test_ftplib.TestFTPClass.test_storbinary_rest)
SKIP: test_storlines (test.test_ftplib.TestFTPClass.test_storlines) 'timing related test, dependent on load'
PASS: test_storlines_too_long (test.test_ftplib.TestFTPClass.test_storlines_too_long)
PASS: test_voidcmd (test.test_ftplib.TestFTPClass.test_voidcmd)
PASS: test_with_statement (test.test_ftplib.TestFTPClass.test_with_statement)
PASS: test_af (test.test_ftplib.TestIPv6Environment.test_af)
PASS: test_makepasv (test.test_ftplib.TestIPv6Environment.test_makepasv)
PASS: test_makeport (test.test_ftplib.TestIPv6Environment.test_makeport)
PASS: test_transfer (test.test_ftplib.TestIPv6Environment.test_transfer)
PASS: test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass.test_auth_issued_twice)
PASS: test_ccc (test.test_ftplib.TestTLS_FTPClass.test_ccc)
SKIP: test_check_hostname (test.test_ftplib.TestTLS_FTPClass.test_check_hostname) 'FIXME: bpo-32706'
PASS: test_context (test.test_ftplib.TestTLS_FTPClass.test_context)
PASS: test_control_connection (test.test_ftplib.TestTLS_FTPClass.test_control_connection)
PASS: test_data_connection (test.test_ftplib.TestTLS_FTPClass.test_data_connection)
PASS: test_login (test.test_ftplib.TestTLS_FTPClass.test_login)
PASS: test_abort (test.test_ftplib.TestTLS_FTPClassMixin.test_abort)
PASS: test_acct (test.test_ftplib.TestTLS_FTPClassMixin.test_acct)
PASS: test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin.test_all_errors)
PASS: test_cwd (test.test_ftplib.TestTLS_FTPClassMixin.test_cwd)
PASS: test_delete (test.test_ftplib.TestTLS_FTPClassMixin.test_delete)
PASS: test_dir (test.test_ftplib.TestTLS_FTPClassMixin.test_dir)
PASS: test_encoding_param (test.test_ftplib.TestTLS_FTPClassMixin.test_encoding_param)
PASS: test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin.test_exceptions)
PASS: test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin.test_getwelcome)
PASS: test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_line_too_long)
PASS: test_login (test.test_ftplib.TestTLS_FTPClassMixin.test_login)
PASS: test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv)
test_makepasv_issue43285_security_disabled (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_disabled)
PASS: Test the opt-in to the old vulnerable behavior.
PASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_enabled_default)
PASS: test_makeport (test.test_ftplib.TestTLS_FTPClassMixin.test_makeport)
PASS: test_mkd (test.test_ftplib.TestTLS_FTPClassMixin.test_mkd)
PASS: test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin.test_mlsd)
PASS: test_nlst (test.test_ftplib.TestTLS_FTPClassMixin.test_nlst)
PASS: test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin.test_parse257)
PASS: test_pwd (test.test_ftplib.TestTLS_FTPClassMixin.test_pwd)
PASS: test_quit (test.test_ftplib.TestTLS_FTPClassMixin.test_quit)
PASS: test_rename (test.test_ftplib.TestTLS_FTPClassMixin.test_rename)
PASS: test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary)
PASS: test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_rest)
PASS: test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines)
PASS: test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_too_long)
PASS: test_rmd (test.test_ftplib.TestTLS_FTPClassMixin.test_rmd)
PASS: test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin.test_sanitize)
PASS: test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin.test_set_pasv)
PASS: test_size (test.test_ftplib.TestTLS_FTPClassMixin.test_size)
PASS: test_source_address (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address)
PASS: test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_passive_connection)
PASS: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary)
PASS: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_rest)
SKIP: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines) 'timing related test, dependent on load'
PASS: test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines_too_long)
PASS: test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin.test_voidcmd)
PASS: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin.test_with_statement)
PASS: testTimeoutConnect (test.test_ftplib.TestTimeouts.testTimeoutConnect)
PASS: testTimeoutDefault (test.test_ftplib.TestTimeouts.testTimeoutDefault)
PASS: testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts.testTimeoutDifferentOrder)
PASS: testTimeoutDirectAccess (test.test_ftplib.TestTimeouts.testTimeoutDirectAccess)
PASS: testTimeoutNone (test.test_ftplib.TestTimeouts.testTimeoutNone)
PASS: testTimeoutValue (test.test_ftplib.TestTimeouts.testTimeoutValue)

----------------------------------------------------------------------
Ran 94 tests in 10.073s

OK (skipped=3)
0:02:38 load avg: 3.75 [224/486] test_global passed
PASS: test_assignment_expression (test.test_global.GlobalTests.test_assignment_expression)
PASS: test_assignment_statement (test.test_global.GlobalTests.test_assignment_statement)
PASS: test_caught_exception (test.test_global.GlobalTests.test_caught_exception)
PASS: test_caught_exception_group (test.test_global.GlobalTests.test_caught_exception_group)
PASS: test_class_def (test.test_global.GlobalTests.test_class_def)
PASS: test_enter_result (test.test_global.GlobalTests.test_enter_result)
PASS: test_func_def (test.test_global.GlobalTests.test_func_def)
PASS: test_import_result (test.test_global.GlobalTests.test_import_result)
PASS: test_iteration_variable (test.test_global.GlobalTests.test_iteration_variable)
PASS: test_match (test.test_global.GlobalTests.test_match)
PASS: test_match_as (test.test_global.GlobalTests.test_match_as)
PASS: test_match_attr (test.test_global.GlobalTests.test_match_attr)
PASS: test_match_map (test.test_global.GlobalTests.test_match_map)
PASS: test_match_seq (test.test_global.GlobalTests.test_match_seq)
PASS: test_name_after_assign (test.test_global.GlobalTests.test_name_after_assign)
PASS: test_name_after_use (test.test_global.GlobalTests.test_name_after_use)
PASS: test_name_annot (test.test_global.GlobalTests.test_name_annot)
PASS: test_name_param (test.test_global.GlobalTests.test_name_param)
PASS: test_type_alias (test.test_global.GlobalTests.test_type_alias)
PASS: test_unpacking_assignment (test.test_global.GlobalTests.test_unpacking_assignment)

----------------------------------------------------------------------
Ran 20 tests in 0.002s

OK
0:02:38 load avg: 3.75 [225/486] test_glob passed
PASS: test_escape (test.test_glob.GlobTests.test_escape)
SKIP: test_escape_windows (test.test_glob.GlobTests.test_escape_windows) 'Win32 specific test'
PASS: test_glob0 (test.test_glob.GlobTests.test_glob0)
PASS: test_glob1 (test.test_glob.GlobTests.test_glob1)
PASS: test_glob_broken_symlinks (test.test_glob.GlobTests.test_glob_broken_symlinks)
PASS: test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash)
PASS: test_glob_directory_names (test.test_glob.GlobTests.test_glob_directory_names)
PASS: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_directory_with_trailing_slash)
PASS: test_glob_empty_pattern (test.test_glob.GlobTests.test_glob_empty_pattern)
PASS: test_glob_literal (test.test_glob.GlobTests.test_glob_literal)
SKIP: test_glob_magic_in_drive (test.test_glob.GlobTests.test_glob_magic_in_drive) 'Win32 specific test'
PASS: test_glob_many_open_files (test.test_glob.GlobTests.test_glob_many_open_files)
PASS: test_glob_named_pipe (test.test_glob.GlobTests.test_glob_named_pipe)
PASS: test_glob_nested_directory (test.test_glob.GlobTests.test_glob_nested_directory)
PASS: test_glob_non_directory (test.test_glob.GlobTests.test_glob_non_directory)
PASS: test_glob_one_directory (test.test_glob.GlobTests.test_glob_one_directory)
PASS: test_glob_symlinks (test.test_glob.GlobTests.test_glob_symlinks)
PASS: test_hidden_glob (test.test_glob.GlobTests.test_hidden_glob)
PASS: test_recursive_glob (test.test_glob.GlobTests.test_recursive_glob)
PASS: test_translate (test.test_glob.GlobTests.test_translate)
PASS: test_translate_include_hidden (test.test_glob.GlobTests.test_translate_include_hidden)
PASS: test_translate_matching (test.test_glob.GlobTests.test_translate_matching)
PASS: test_translate_recursive (test.test_glob.GlobTests.test_translate_recursive)
PASS: test_translate_seps (test.test_glob.GlobTests.test_translate_seps)

----------------------------------------------------------------------
Ran 24 tests in 0.209s

OK (skipped=2)
0:02:38 load avg: 3.75 [226/486] test_grammar passed
PASS: test_additive_ops (test.test_grammar.GrammarTests.test_additive_ops)
PASS: test_annotations_inheritance (test.test_grammar.GrammarTests.test_annotations_inheritance)
PASS: test_assert (test.test_grammar.GrammarTests.test_assert)
PASS: test_assert_failures (test.test_grammar.GrammarTests.test_assert_failures)
PASS: test_assert_syntax_warnings (test.test_grammar.GrammarTests.test_assert_syntax_warnings)
PASS: test_assert_warning_promotes_to_syntax_error (test.test_grammar.GrammarTests.test_assert_warning_promotes_to_syntax_error)
PASS: test_async_await (test.test_grammar.GrammarTests.test_async_await)
PASS: test_async_for (test.test_grammar.GrammarTests.test_async_for)
PASS: test_async_with (test.test_grammar.GrammarTests.test_async_with)
PASS: test_atoms (test.test_grammar.GrammarTests.test_atoms)
PASS: test_binary_mask_ops (test.test_grammar.GrammarTests.test_binary_mask_ops)
PASS: test_break_continue_loop (test.test_grammar.GrammarTests.test_break_continue_loop)
PASS: test_break_stmt (test.test_grammar.GrammarTests.test_break_stmt)
PASS: test_classdef (test.test_grammar.GrammarTests.test_classdef)
PASS: test_comparison (test.test_grammar.GrammarTests.test_comparison)
PASS: test_comparison_is_literal (test.test_grammar.GrammarTests.test_comparison_is_literal)
PASS: test_complex_lambda (test.test_grammar.GrammarTests.test_complex_lambda)
PASS: test_comprehension_specials (test.test_grammar.GrammarTests.test_comprehension_specials)
PASS: test_continue_stmt (test.test_grammar.GrammarTests.test_continue_stmt)
PASS: test_control_flow_in_finally (test.test_grammar.GrammarTests.test_control_flow_in_finally)
PASS: test_del_stmt (test.test_grammar.GrammarTests.test_del_stmt)
PASS: test_dictcomps (test.test_grammar.GrammarTests.test_dictcomps)
PASS: test_eval_input (test.test_grammar.GrammarTests.test_eval_input)
PASS: test_expr_stmt (test.test_grammar.GrammarTests.test_expr_stmt)
PASS: test_for (test.test_grammar.GrammarTests.test_for)
PASS: test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests.test_former_statements_refer_to_builtins)
PASS: test_funcdef (test.test_grammar.GrammarTests.test_funcdef)
PASS: test_genexps (test.test_grammar.GrammarTests.test_genexps)
PASS: test_global (test.test_grammar.GrammarTests.test_global)
PASS: test_if (test.test_grammar.GrammarTests.test_if)
PASS: test_if_else_expr (test.test_grammar.GrammarTests.test_if_else_expr)
PASS: test_import (test.test_grammar.GrammarTests.test_import)
PASS: test_lambdef (test.test_grammar.GrammarTests.test_lambdef)
PASS: test_listcomps (test.test_grammar.GrammarTests.test_listcomps)
PASS: test_matrix_mul (test.test_grammar.GrammarTests.test_matrix_mul)
PASS: test_multiplicative_ops (test.test_grammar.GrammarTests.test_multiplicative_ops)
PASS: test_nonlocal (test.test_grammar.GrammarTests.test_nonlocal)
PASS: test_paren_evaluation (test.test_grammar.GrammarTests.test_paren_evaluation)
PASS: test_pass_stmt (test.test_grammar.GrammarTests.test_pass_stmt)
PASS: test_raise (test.test_grammar.GrammarTests.test_raise)
PASS: test_return (test.test_grammar.GrammarTests.test_return)
PASS: test_selectors (test.test_grammar.GrammarTests.test_selectors)
PASS: test_shift_ops (test.test_grammar.GrammarTests.test_shift_ops)
PASS: test_simple_stmt (test.test_grammar.GrammarTests.test_simple_stmt)
PASS: test_suite (test.test_grammar.GrammarTests.test_suite)
PASS: test_test (test.test_grammar.GrammarTests.test_test)
PASS: test_try (test.test_grammar.GrammarTests.test_try)
PASS: test_try_star (test.test_grammar.GrammarTests.test_try_star)
PASS: test_unary_ops (test.test_grammar.GrammarTests.test_unary_ops)
PASS: test_var_annot_basic_semantics (test.test_grammar.GrammarTests.test_var_annot_basic_semantics)
PASS: test_var_annot_basics (test.test_grammar.GrammarTests.test_var_annot_basics)
PASS: test_var_annot_in_module (test.test_grammar.GrammarTests.test_var_annot_in_module)
PASS: test_var_annot_module_semantics (test.test_grammar.GrammarTests.test_var_annot_module_semantics)
PASS: test_var_annot_rhs (test.test_grammar.GrammarTests.test_var_annot_rhs)
PASS: test_var_annot_simple_exec (test.test_grammar.GrammarTests.test_var_annot_simple_exec)
PASS: test_var_annot_syntax_errors (test.test_grammar.GrammarTests.test_var_annot_syntax_errors)
PASS: test_warn_missed_comma (test.test_grammar.GrammarTests.test_warn_missed_comma)
PASS: test_while (test.test_grammar.GrammarTests.test_while)
PASS: test_with_statement (test.test_grammar.GrammarTests.test_with_statement)
PASS: test_yield (test.test_grammar.GrammarTests.test_yield)
PASS: test_yield_in_comprehensions (test.test_grammar.GrammarTests.test_yield_in_comprehensions)
PASS: test_backslash (test.test_grammar.TokenTests.test_backslash)
PASS: test_bad_numerical_literals (test.test_grammar.TokenTests.test_bad_numerical_literals)
PASS: test_bytes_prefixes (test.test_grammar.TokenTests.test_bytes_prefixes)
PASS: test_ellipsis (test.test_grammar.TokenTests.test_ellipsis)
PASS: test_end_of_numerical_literals (test.test_grammar.TokenTests.test_end_of_numerical_literals)
PASS: test_eof_error (test.test_grammar.TokenTests.test_eof_error)
PASS: test_float_exponent_tokenization (test.test_grammar.TokenTests.test_float_exponent_tokenization)
PASS: test_floats (test.test_grammar.TokenTests.test_floats)
PASS: test_long_integers (test.test_grammar.TokenTests.test_long_integers)
PASS: test_max_level (test.test_grammar.TokenTests.test_max_level)
PASS: test_plain_integers (test.test_grammar.TokenTests.test_plain_integers)
PASS: test_string_literals (test.test_grammar.TokenTests.test_string_literals)
PASS: test_string_prefixes (test.test_grammar.TokenTests.test_string_prefixes)
PASS: test_underscore_literals (test.test_grammar.TokenTests.test_underscore_literals)

----------------------------------------------------------------------
Ran 75 tests in 0.042s

OK
0:02:38 load avg: 3.75 [227/486] test_graphlib passed
PASS: test_add_dependencies_for_same_node_incrementally (test.test_graphlib.TestTopologicalSort.test_add_dependencies_for_same_node_incrementally)
PASS: test_calls_before_prepare (test.test_graphlib.TestTopologicalSort.test_calls_before_prepare)
PASS: test_cycle (test.test_graphlib.TestTopologicalSort.test_cycle)
PASS: test_done (test.test_graphlib.TestTopologicalSort.test_done)
PASS: test_empty (test.test_graphlib.TestTopologicalSort.test_empty)
PASS: test_graph_with_iterables (test.test_graphlib.TestTopologicalSort.test_graph_with_iterables)
PASS: test_invalid_nodes_in_done (test.test_graphlib.TestTopologicalSort.test_invalid_nodes_in_done)
PASS: test_is_active (test.test_graphlib.TestTopologicalSort.test_is_active)
PASS: test_no_dependencies (test.test_graphlib.TestTopologicalSort.test_no_dependencies)
PASS: test_not_hashable_nodes (test.test_graphlib.TestTopologicalSort.test_not_hashable_nodes)
PASS: test_order_of_insertion_does_not_matter_between_groups (test.test_graphlib.TestTopologicalSort.test_order_of_insertion_does_not_matter_between_groups)
PASS: test_prepare_after_pass_out (test.test_graphlib.TestTopologicalSort.test_prepare_after_pass_out)
PASS: test_prepare_cycleerror_each_time (test.test_graphlib.TestTopologicalSort.test_prepare_cycleerror_each_time)
PASS: test_prepare_multiple_times (test.test_graphlib.TestTopologicalSort.test_prepare_multiple_times)
PASS: test_simple_cases (test.test_graphlib.TestTopologicalSort.test_simple_cases)
PASS: test_static_order_does_not_change_with_the_hash_seed (test.test_graphlib.TestTopologicalSort.test_static_order_does_not_change_with_the_hash_seed)
PASS: test_the_node_multiple_times (test.test_graphlib.TestTopologicalSort.test_the_node_multiple_times)

----------------------------------------------------------------------
Ran 17 tests in 0.061s

OK
0:02:38 load avg: 3.75 [228/486] test_grp passed
PASS: test_errors (test.test_grp.GroupDatabaseTestCase.test_errors)
PASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase.test_noninteger_gid)
PASS: test_values (test.test_grp.GroupDatabaseTestCase.test_values)
PASS: test_values_extended (test.test_grp.GroupDatabaseTestCase.test_values_extended)

----------------------------------------------------------------------
Ran 4 tests in 0.002s

OK
0:02:39 load avg: 3.75 [229/486] test_hashlib passed
PASS: test_algorithms_available (test.test_hashlib.HashLibTestCase.test_algorithms_available)
PASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase.test_algorithms_guaranteed)
SKIP: test_blake2_update_over_4gb (test.test_hashlib.HashLibTestCase.test_blake2_update_over_4gb) "resource 'cpu' is not enabled"
PASS: test_blake2b (test.test_hashlib.HashLibTestCase.test_blake2b)
SKIP: test_blake2b_vectors (test.test_hashlib.HashLibTestCase.test_blake2b_vectors) "Use of the 'urlfetch' resource not enabled"
PASS: test_blake2s (test.test_hashlib.HashLibTestCase.test_blake2s)
SKIP: test_blake2s_vectors (test.test_hashlib.HashLibTestCase.test_blake2s_vectors) "Use of the 'urlfetch' resource not enabled"
PASS: test_blocksize_and_name (test.test_hashlib.HashLibTestCase.test_blocksize_and_name)
PASS: test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase.test_blocksize_name_blake2)
PASS: test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase.test_blocksize_name_sha3)
PASS: test_case_blake2b_0 (test.test_hashlib.HashLibTestCase.test_case_blake2b_0)
PASS: test_case_blake2b_1 (test.test_hashlib.HashLibTestCase.test_case_blake2b_1)
PASS: test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2b_all_parameters)
PASS: test_case_blake2s_0 (test.test_hashlib.HashLibTestCase.test_case_blake2s_0)
PASS: test_case_blake2s_1 (test.test_hashlib.HashLibTestCase.test_case_blake2s_1)
PASS: test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2s_all_parameters)
PASS: test_case_md5_0 (test.test_hashlib.HashLibTestCase.test_case_md5_0)
PASS: test_case_md5_1 (test.test_hashlib.HashLibTestCase.test_case_md5_1)
PASS: test_case_md5_2 (test.test_hashlib.HashLibTestCase.test_case_md5_2)
SKIP: test_case_md5_huge (test.test_hashlib.HashLibTestCase.test_case_md5_huge) 'not enough memory: 4.0G minimum needed'
SKIP: test_case_md5_uintmax (test.test_hashlib.HashLibTestCase.test_case_md5_uintmax) 'not enough memory: 4.0G minimum needed'
PASS: test_case_sha1_0 (test.test_hashlib.HashLibTestCase.test_case_sha1_0)
PASS: test_case_sha1_1 (test.test_hashlib.HashLibTestCase.test_case_sha1_1)
PASS: test_case_sha1_2 (test.test_hashlib.HashLibTestCase.test_case_sha1_2)
PASS: test_case_sha1_3 (test.test_hashlib.HashLibTestCase.test_case_sha1_3)
PASS: test_case_sha224_0 (test.test_hashlib.HashLibTestCase.test_case_sha224_0)
PASS: test_case_sha224_1 (test.test_hashlib.HashLibTestCase.test_case_sha224_1)
PASS: test_case_sha224_2 (test.test_hashlib.HashLibTestCase.test_case_sha224_2)
PASS: test_case_sha224_3 (test.test_hashlib.HashLibTestCase.test_case_sha224_3)
PASS: test_case_sha256_0 (test.test_hashlib.HashLibTestCase.test_case_sha256_0)
PASS: test_case_sha256_1 (test.test_hashlib.HashLibTestCase.test_case_sha256_1)
PASS: test_case_sha256_2 (test.test_hashlib.HashLibTestCase.test_case_sha256_2)
PASS: test_case_sha256_3 (test.test_hashlib.HashLibTestCase.test_case_sha256_3)
PASS: test_case_sha384_0 (test.test_hashlib.HashLibTestCase.test_case_sha384_0)
PASS: test_case_sha384_1 (test.test_hashlib.HashLibTestCase.test_case_sha384_1)
PASS: test_case_sha384_2 (test.test_hashlib.HashLibTestCase.test_case_sha384_2)
PASS: test_case_sha384_3 (test.test_hashlib.HashLibTestCase.test_case_sha384_3)
PASS: test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_224_0)
SKIP: test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_224_vector) "Use of the 'urlfetch' resource not enabled"
PASS: test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_256_0)
SKIP: test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_256_vector) "Use of the 'urlfetch' resource not enabled"
PASS: test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_384_0)
SKIP: test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_384_vector) "Use of the 'urlfetch' resource not enabled"
PASS: test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_512_0)
SKIP: test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_512_vector) "Use of the 'urlfetch' resource not enabled"
PASS: test_case_sha512_0 (test.test_hashlib.HashLibTestCase.test_case_sha512_0)
PASS: test_case_sha512_1 (test.test_hashlib.HashLibTestCase.test_case_sha512_1)
PASS: test_case_sha512_2 (test.test_hashlib.HashLibTestCase.test_case_sha512_2)
PASS: test_case_sha512_3 (test.test_hashlib.HashLibTestCase.test_case_sha512_3)
SKIP: test_case_shake128_vector (test.test_hashlib.HashLibTestCase.test_case_shake128_vector) "Use of the 'urlfetch' resource not enabled"
SKIP: test_case_shake256_vector (test.test_hashlib.HashLibTestCase.test_case_shake256_vector) "Use of the 'urlfetch' resource not enabled"
PASS: test_case_shake_128_0 (test.test_hashlib.HashLibTestCase.test_case_shake_128_0)
PASS: test_case_shake_256_0 (test.test_hashlib.HashLibTestCase.test_case_shake_256_0)
PASS: test_clinic_signature (test.test_hashlib.HashLibTestCase.test_clinic_signature)
PASS: test_clinic_signature_errors (test.test_hashlib.HashLibTestCase.test_clinic_signature_errors)
PASS: test_digest_length_overflow (test.test_hashlib.HashLibTestCase.test_digest_length_overflow)
PASS: test_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_disallow_instantiation)
PASS: test_extra_sha3 (test.test_hashlib.HashLibTestCase.test_extra_sha3)
PASS: test_get_builtin_constructor (test.test_hashlib.HashLibTestCase.test_get_builtin_constructor)
PASS: test_get_fips_mode (test.test_hashlib.HashLibTestCase.test_get_fips_mode)
PASS: test_gil (test.test_hashlib.HashLibTestCase.test_gil)
PASS: test_hash_array (test.test_hashlib.HashLibTestCase.test_hash_array)
PASS: test_hash_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_hash_disallow_instantiation)
PASS: test_hexdigest (test.test_hashlib.HashLibTestCase.test_hexdigest)
PASS: test_large_update (test.test_hashlib.HashLibTestCase.test_large_update)
PASS: test_name_attribute (test.test_hashlib.HashLibTestCase.test_name_attribute)
PASS: test_new_upper_to_lower (test.test_hashlib.HashLibTestCase.test_new_upper_to_lower)
PASS: test_no_unicode (test.test_hashlib.HashLibTestCase.test_no_unicode)
PASS: test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase.test_no_unicode_blake2)
PASS: test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase.test_no_unicode_sha3)
PASS: test_readonly_types (test.test_hashlib.HashLibTestCase.test_readonly_types)
PASS: test_sha256_gil (test.test_hashlib.HashLibTestCase.test_sha256_gil)
SKIP: test_sha256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha256_update_over_4gb) "resource 'cpu' is not enabled"
SKIP: test_sha3_256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha3_256_update_over_4gb) "resource 'cpu' is not enabled"
PASS: test_threaded_hashing (test.test_hashlib.HashLibTestCase.test_threaded_hashing)
PASS: test_unknown_hash (test.test_hashlib.HashLibTestCase.test_unknown_hash)
PASS: test_usedforsecurity_false (test.test_hashlib.HashLibTestCase.test_usedforsecurity_false)
PASS: test_usedforsecurity_true (test.test_hashlib.HashLibTestCase.test_usedforsecurity_true)
PASS: test_file_digest (test.test_hashlib.KDFTests.test_file_digest)
PASS: test_normalized_name (test.test_hashlib.KDFTests.test_normalized_name)
PASS: test_pbkdf2_hmac_c (test.test_hashlib.KDFTests.test_pbkdf2_hmac_c)
PASS: test_scrypt (test.test_hashlib.KDFTests.test_scrypt)

----------------------------------------------------------------------
Ran 82 tests in 0.335s

OK (skipped=13)
0:02:39 load avg: 3.75 [230/486] test_hash passed
PASS: test_empty_string (test.test_hash.BytesHashRandomizationTests.test_empty_string)
PASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_fixed_hash)
PASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_long_fixed_hash)
PASS: test_null_hash (test.test_hash.BytesHashRandomizationTests.test_null_hash)
PASS: test_randomized_hash (test.test_hash.BytesHashRandomizationTests.test_randomized_hash)
PASS: test_randomized_hash (test.test_hash.DatetimeDateTests.test_randomized_hash)
PASS: test_randomized_hash (test.test_hash.DatetimeDatetimeTests.test_randomized_hash)
PASS: test_randomized_hash (test.test_hash.DatetimeTimeTests.test_randomized_hash)
PASS: test_hashes (test.test_hash.HashBuiltinsTestCase.test_hashes)
PASS: test_hash_distribution (test.test_hash.HashDistributionTestCase.test_hash_distribution)
PASS: test_coerced_floats (test.test_hash.HashEqualityTestCase.test_coerced_floats)
PASS: test_coerced_integers (test.test_hash.HashEqualityTestCase.test_coerced_integers)
PASS: test_numeric_literals (test.test_hash.HashEqualityTestCase.test_numeric_literals)
PASS: test_unaligned_buffers (test.test_hash.HashEqualityTestCase.test_unaligned_buffers)
PASS: test_default_hash (test.test_hash.HashInheritanceTestCase.test_default_hash)
PASS: test_error_hash (test.test_hash.HashInheritanceTestCase.test_error_hash)
PASS: test_fixed_hash (test.test_hash.HashInheritanceTestCase.test_fixed_hash)
PASS: test_hashable (test.test_hash.HashInheritanceTestCase.test_hashable)
PASS: test_not_hashable (test.test_hash.HashInheritanceTestCase.test_not_hashable)
PASS: test_empty_string (test.test_hash.MemoryviewHashRandomizationTests.test_empty_string)
PASS: test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_fixed_hash)
PASS: test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_long_fixed_hash)
PASS: test_null_hash (test.test_hash.MemoryviewHashRandomizationTests.test_null_hash)
PASS: test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests.test_randomized_hash)
PASS: test_empty_string (test.test_hash.StrHashRandomizationTests.test_empty_string)
PASS: test_fixed_hash (test.test_hash.StrHashRandomizationTests.test_fixed_hash)
PASS: test_long_fixed_hash (test.test_hash.StrHashRandomizationTests.test_long_fixed_hash)
PASS: test_null_hash (test.test_hash.StrHashRandomizationTests.test_null_hash)
PASS: test_randomized_hash (test.test_hash.StrHashRandomizationTests.test_randomized_hash)
PASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests.test_ucs2_string)

----------------------------------------------------------------------
Ran 30 tests in 0.523s

OK
0:02:39 load avg: 3.75 [231/486] test_hmac passed
PASS: test_constructor (test.test_hmac.BuiltinConstructorTestCase.test_constructor)
PASS: test_constructor_missing_digestmod (test.test_hmac.BuiltinConstructorTestCase.test_constructor_missing_digestmod)
PASS: test_constructor_unknown_digestmod (test.test_hmac.BuiltinConstructorTestCase.test_constructor_unknown_digestmod)
PASS: test_digest (test.test_hmac.BuiltinConstructorTestCase.test_digest)
PASS: test_hmac_digest_digestmod_parameter (test.test_hmac.BuiltinConstructorTestCase.test_hmac_digest_digestmod_parameter)
PASS: test_internal_types (test.test_hmac.BuiltinConstructorTestCase.test_internal_types)
PASS: test_attributes (test.test_hmac.BuiltinCopyTestCase.test_attributes)
PASS: test_realcopy (test.test_hmac.BuiltinCopyTestCase.test_realcopy)
PASS: test_compute_blake2b_32 (test.test_hmac.BuiltinMiscellaneousTests.test_compute_blake2b_32)
PASS: test_compute_blake2s_32 (test.test_hmac.BuiltinMiscellaneousTests.test_compute_blake2s_32)
PASS: test_md5_rfc2202 (test.test_hmac.BuiltinRFCTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.BuiltinRFCTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.BuiltinRFCTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.BuiltinRFCTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.BuiltinRFCTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.BuiltinRFCTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.BuiltinRFCTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.BuiltinRFCTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.BuiltinRFCTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.BuiltinRFCTestCase.test_sha3_512_nist)
PASS: test_copy (test.test_hmac.BuiltinSanityTestCase.test_copy)
PASS: test_methods (test.test_hmac.BuiltinSanityTestCase.test_methods)
PASS: test_properties (test.test_hmac.BuiltinSanityTestCase.test_properties)
PASS: test_repr (test.test_hmac.BuiltinSanityTestCase.test_repr)
PASS: test_update (test.test_hmac.BuiltinUpdateTestCase.test_update)
PASS: test_update_exceptions (test.test_hmac.BuiltinUpdateTestCase.test_update_exceptions)
PASS: test_update_large (test.test_hmac.BuiltinUpdateTestCase.test_update_large)
PASS: test_bytearray (test.test_hmac.HMACCompareDigestTestCase.test_bytearray)
PASS: test_bytes (test.test_hmac.HMACCompareDigestTestCase.test_bytes)
PASS: test_bytes_subclass (test.test_hmac.HMACCompareDigestTestCase.test_bytes_subclass)
PASS: test_compare_digest_func (test.test_hmac.HMACCompareDigestTestCase.test_compare_digest_func)
PASS: test_exceptions (test.test_hmac.HMACCompareDigestTestCase.test_exceptions)
PASS: test_mixed_types (test.test_hmac.HMACCompareDigestTestCase.test_mixed_types)
PASS: test_string (test.test_hmac.HMACCompareDigestTestCase.test_string)
PASS: test_string_subclass (test.test_hmac.HMACCompareDigestTestCase.test_string_subclass)
PASS: test_bytearray (test.test_hmac.OpenSSLCompareDigestTestCase.test_bytearray)
PASS: test_bytes (test.test_hmac.OpenSSLCompareDigestTestCase.test_bytes)
PASS: test_bytes_subclass (test.test_hmac.OpenSSLCompareDigestTestCase.test_bytes_subclass)
PASS: test_exceptions (test.test_hmac.OpenSSLCompareDigestTestCase.test_exceptions)
PASS: test_mixed_types (test.test_hmac.OpenSSLCompareDigestTestCase.test_mixed_types)
PASS: test_string (test.test_hmac.OpenSSLCompareDigestTestCase.test_string)
PASS: test_string_subclass (test.test_hmac.OpenSSLCompareDigestTestCase.test_string_subclass)
PASS: test_constructor (test.test_hmac.OpenSSLConstructorTestCase.test_constructor)
PASS: test_constructor_missing_digestmod (test.test_hmac.OpenSSLConstructorTestCase.test_constructor_missing_digestmod)
PASS: test_constructor_unknown_digestmod (test.test_hmac.OpenSSLConstructorTestCase.test_constructor_unknown_digestmod)
PASS: test_digest (test.test_hmac.OpenSSLConstructorTestCase.test_digest)
PASS: test_hmac_digest_digestmod_parameter (test.test_hmac.OpenSSLConstructorTestCase.test_hmac_digest_digestmod_parameter)
PASS: test_internal_types (test.test_hmac.OpenSSLConstructorTestCase.test_internal_types)
PASS: test_attributes (test.test_hmac.OpenSSLCopyTestCase.test_attributes)
PASS: test_realcopy (test.test_hmac.OpenSSLCopyTestCase.test_realcopy)
PASS: test_md5_rfc2202 (test.test_hmac.OpenSSLRFCTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.OpenSSLRFCTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.OpenSSLRFCTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.OpenSSLRFCTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.OpenSSLRFCTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.OpenSSLRFCTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.OpenSSLRFCTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.OpenSSLRFCTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.OpenSSLRFCTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.OpenSSLRFCTestCase.test_sha3_512_nist)
PASS: test_copy (test.test_hmac.OpenSSLSanityTestCase.test_copy)
PASS: test_methods (test.test_hmac.OpenSSLSanityTestCase.test_methods)
PASS: test_properties (test.test_hmac.OpenSSLSanityTestCase.test_properties)
PASS: test_repr (test.test_hmac.OpenSSLSanityTestCase.test_repr)
PASS: test_update (test.test_hmac.OpenSSLUpdateTestCase.test_update)
PASS: test_update_exceptions (test.test_hmac.OpenSSLUpdateTestCase.test_update_exceptions)
PASS: test_update_large (test.test_hmac.OpenSSLUpdateTestCase.test_update_large)
PASS: test_bytearray (test.test_hmac.OperatorCompareDigestTestCase.test_bytearray)
PASS: test_bytes (test.test_hmac.OperatorCompareDigestTestCase.test_bytes)
PASS: test_bytes_subclass (test.test_hmac.OperatorCompareDigestTestCase.test_bytes_subclass)
PASS: test_exceptions (test.test_hmac.OperatorCompareDigestTestCase.test_exceptions)
PASS: test_mixed_types (test.test_hmac.OperatorCompareDigestTestCase.test_mixed_types)
PASS: test_string (test.test_hmac.OperatorCompareDigestTestCase.test_string)
PASS: test_string_subclass (test.test_hmac.OperatorCompareDigestTestCase.test_string_subclass)
PASS: test_constructor (test.test_hmac.PyConstructorTestCase.test_constructor)
PASS: test_constructor_missing_digestmod (test.test_hmac.PyConstructorTestCase.test_constructor_missing_digestmod)
PASS: test_constructor_unknown_digestmod (test.test_hmac.PyConstructorTestCase.test_constructor_unknown_digestmod)
PASS: test_constructor_with_module (test.test_hmac.PyConstructorTestCase.test_constructor_with_module)
PASS: test_digest (test.test_hmac.PyConstructorTestCase.test_digest)
PASS: test_digest_with_module (test.test_hmac.PyConstructorTestCase.test_digest_with_module)
PASS: test_md5_rfc2202 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.PyDotNewBuiltinRFCTestCase.test_sha3_512_nist)
PASS: test_md5_rfc2202 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.PyDotNewOpenSSLRFCTestCase.test_sha3_512_nist)
PASS: test_hmac_constructor_uses_builtin (test.test_hmac.PyMiscellaneousTests.test_hmac_constructor_uses_builtin)
PASS: test_hmac_delegated_properties (test.test_hmac.PyMiscellaneousTests.test_hmac_delegated_properties)
SKIP: test_hmac_digest_no_overflow_error_in_fallback (test.test_hmac.PyMiscellaneousTests.test_hmac_digest_no_overflow_error_in_fallback) 'not enough memory: 8.0G minimum needed'
SKIP: test_hmac_digest_overflow_error_builtin_only (test.test_hmac.PyMiscellaneousTests.test_hmac_digest_overflow_error_builtin_only) 'not enough memory: 8.0G minimum needed'
SKIP: test_hmac_digest_overflow_error_openssl_only (test.test_hmac.PyMiscellaneousTests.test_hmac_digest_overflow_error_openssl_only) 'not enough memory: 8.0G minimum needed'
PASS: test_legacy_block_size_warnings (test.test_hmac.PyMiscellaneousTests.test_legacy_block_size_warnings)
PASS: test_with_fallback (test.test_hmac.PyMiscellaneousTests.test_with_fallback)
PASS: test_constructor (test.test_hmac.PyModuleConstructorTestCase.test_constructor)
PASS: test_constructor_missing_digestmod (test.test_hmac.PyModuleConstructorTestCase.test_constructor_missing_digestmod)
PASS: test_constructor_unknown_digestmod (test.test_hmac.PyModuleConstructorTestCase.test_constructor_unknown_digestmod)
PASS: test_constructor_with_module (test.test_hmac.PyModuleConstructorTestCase.test_constructor_with_module)
PASS: test_digest (test.test_hmac.PyModuleConstructorTestCase.test_digest)
PASS: test_digest_with_module (test.test_hmac.PyModuleConstructorTestCase.test_digest_with_module)
PASS: test_hmac_digest_digestmod_parameter (test.test_hmac.PyModuleConstructorTestCase.test_hmac_digest_digestmod_parameter)
PASS: test_md5_rfc2202 (test.test_hmac.PyRFCBuiltinTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.PyRFCBuiltinTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.PyRFCBuiltinTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.PyRFCBuiltinTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.PyRFCBuiltinTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.PyRFCBuiltinTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.PyRFCBuiltinTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.PyRFCBuiltinTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.PyRFCBuiltinTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.PyRFCBuiltinTestCase.test_sha3_512_nist)
PASS: test_md5_rfc2202 (test.test_hmac.PyRFCOpenSSLTestCase.test_md5_rfc2202)
PASS: test_sha1_rfc2202 (test.test_hmac.PyRFCOpenSSLTestCase.test_sha1_rfc2202)
PASS: test_sha2_224_rfc4231 (test.test_hmac.PyRFCOpenSSLTestCase.test_sha2_224_rfc4231)
PASS: test_sha2_256_rfc4231 (test.test_hmac.PyRFCOpenSSLTestCase.test_sha2_256_rfc4231)
PASS: test_sha2_384_rfc4231 (test.test_hmac.PyRFCOpenSSLTestCase.test_sha2_384_rfc4231)
PASS: test_sha2_512_rfc4231 (test.test_hmac.PyRFCOpenSSLTestCase.test_sha2_512_rfc4231)
PASS: test_sha3_224_nist (test.test_hmac.PyRFCOpenSSLTestCase.test_sha3_224_nist)
PASS: test_sha3_256_nist (test.test_hmac.PyRFCOpenSSLTestCase.test_sha3_256_nist)
PASS: test_sha3_384_nist (test.test_hmac.PyRFCOpenSSLTestCase.test_sha3_384_nist)
PASS: test_sha3_512_nist (test.test_hmac.PyRFCOpenSSLTestCase.test_sha3_512_nist)
PASS: test_copy (test.test_hmac.PySanityTestCase.test_copy)
PASS: test_methods (test.test_hmac.PySanityTestCase.test_methods)
PASS: test_properties (test.test_hmac.PySanityTestCase.test_properties)
PASS: test_repr (test.test_hmac.PySanityTestCase.test_repr)
PASS: test_update (test.test_hmac.PyUpdateTestCase.test_update)
PASS: test_update_exceptions (test.test_hmac.PyUpdateTestCase.test_update_exceptions)
PASS: test_update_large (test.test_hmac.PyUpdateTestCase.test_update_large)
PASS: test_attributes (test.test_hmac.PythonCopyTestCase.test_attributes)
PASS: test_equality (test.test_hmac.PythonCopyTestCase.test_equality)
PASS: test_equality_new (test.test_hmac.PythonCopyTestCase.test_equality_new)
PASS: test_realcopy (test.test_hmac.PythonCopyTestCase.test_realcopy)

----------------------------------------------------------------------
Ran 145 tests in 0.141s

OK (skipped=3)
0:02:40 load avg: 3.75 [232/486] test_heapq passed
PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing)
PASS: test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err)
PASS: test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap)
PASS: test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifying_heap_two_heaps)
PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap)
PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap)
PASS: test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args)
PASS: test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only)
PASS: test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence)
PASS: test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing)
PASS: test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err)
PASS: test_comparison_operator_modifying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap)
PASS: test_comparison_operator_modifying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifying_heap_two_heaps)
PASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap)
PASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap)
PASS: test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args)
PASS: test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only)
PASS: test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence)
PASS: test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator)
PASS: test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges)
PASS: test_heapify (test.test_heapq.TestHeapC.test_heapify)
PASS: test_heapify_max (test.test_heapq.TestHeapC.test_heapify_max)
PASS: test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max)
PASS: test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop)
PASS: test_heappushpop_max (test.test_heapq.TestHeapC.test_heappushpop_max)
PASS: test_heapsort (test.test_heapq.TestHeapC.test_heapsort)
PASS: test_heapsort_max (test.test_heapq.TestHeapC.test_heapsort_max)
PASS: test_max_push_pop (test.test_heapq.TestHeapC.test_max_push_pop)
PASS: test_merge (test.test_heapq.TestHeapC.test_merge)
PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error)
PASS: test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability)
PASS: test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest)
PASS: test_naive_nworst (test.test_heapq.TestHeapC.test_naive_nworst)
PASS: test_nbest (test.test_heapq.TestHeapC.test_nbest)
PASS: test_nbest_maxheap (test.test_heapq.TestHeapC.test_nbest_maxheap)
PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop)
PASS: test_nlargest (test.test_heapq.TestHeapC.test_nlargest)
PASS: test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest)
PASS: test_nworst (test.test_heapq.TestHeapC.test_nworst)
PASS: test_nworst_minheap (test.test_heapq.TestHeapC.test_nworst_minheap)
PASS: test_nworst_with_pushpop (test.test_heapq.TestHeapC.test_nworst_with_pushpop)
PASS: test_push_pop (test.test_heapq.TestHeapC.test_push_pop)
PASS: test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator)
PASS: test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges)
PASS: test_heapify (test.test_heapq.TestHeapPython.test_heapify)
PASS: test_heapify_max (test.test_heapq.TestHeapPython.test_heapify_max)
PASS: test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max)
PASS: test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop)
PASS: test_heappushpop_max (test.test_heapq.TestHeapPython.test_heappushpop_max)
PASS: test_heapsort (test.test_heapq.TestHeapPython.test_heapsort)
PASS: test_heapsort_max (test.test_heapq.TestHeapPython.test_heapsort_max)
PASS: test_max_push_pop (test.test_heapq.TestHeapPython.test_max_push_pop)
PASS: test_merge (test.test_heapq.TestHeapPython.test_merge)
PASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error)
PASS: test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability)
PASS: test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest)
PASS: test_naive_nworst (test.test_heapq.TestHeapPython.test_naive_nworst)
PASS: test_nbest (test.test_heapq.TestHeapPython.test_nbest)
PASS: test_nbest_maxheap (test.test_heapq.TestHeapPython.test_nbest_maxheap)
PASS: test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop)
PASS: test_nlargest (test.test_heapq.TestHeapPython.test_nlargest)
PASS: test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest)
PASS: test_nworst (test.test_heapq.TestHeapPython.test_nworst)
PASS: test_nworst_minheap (test.test_heapq.TestHeapPython.test_nworst_minheap)
PASS: test_nworst_with_pushpop (test.test_heapq.TestHeapPython.test_nworst_with_pushpop)
PASS: test_push_pop (test.test_heapq.TestHeapPython.test_push_pop)
PASS: test_c_functions (test.test_heapq.TestModules.test_c_functions)
PASS: test_py_functions (test.test_heapq.TestModules.test_py_functions)
merge ()
PASS: Doctest: merge

----------------------------------------------------------------------
Ran 69 tests in 0.416s

OK
0:02:40 load avg: 3.75 [233/486] test_html passed
PASS: test_escape (test.test_html.HtmlTests.test_escape)
PASS: test_unescape (test.test_html.HtmlTests.test_unescape)

----------------------------------------------------------------------
Ran 2 tests in 0.003s

OK
0:02:40 load avg: 3.75 [234/486] test_htmlparser passed
PASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_adjacent_attributes)
PASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase.test_attr_entity_replacement)
PASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase.test_attr_funky_names)
PASS: test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase.test_attr_funky_names2)
PASS: test_attr_nonascii (test.test_htmlparser.AttributesTestCase.test_attr_nonascii)
PASS: test_attr_syntax (test.test_htmlparser.AttributesTestCase.test_attr_syntax)
PASS: test_attr_values (test.test_htmlparser.AttributesTestCase.test_attr_values)
PASS: test_comma_between_attributes (test.test_htmlparser.AttributesTestCase.test_comma_between_attributes)
PASS: test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_end_tag_in_attribute_value)
PASS: test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_entities_in_attribute_value)
PASS: test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase.test_entityrefs_in_attributes)
PASS: test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase.test_javascript_attribute_value)
PASS: test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_adjacent_attributes)
PASS: test_malformed_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_attributes)
PASS: test_missing_attribute_value (test.test_htmlparser.AttributesTestCase.test_missing_attribute_value)
PASS: test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.AttributesTestCase.test_weird_chars_in_unquoted_attribute_values)
PASS: test_with_unquoted_attributes (test.test_htmlparser.AttributesTestCase.test_with_unquoted_attributes)
PASS: test_bad_nesting (test.test_htmlparser.HTMLParserTestCase.test_bad_nesting)
PASS: test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase.test_bare_ampersands)
PASS: test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase.test_bare_pointy_brackets)
PASS: test_bogus_comments (test.test_htmlparser.HTMLParserTestCase.test_bogus_comments)
PASS: test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase.test_broken_condcoms)
PASS: test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase.test_broken_invalid_end_tag)
PASS: test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase.test_buffer_artefacts)
PASS: test_cdata_section (test.test_htmlparser.HTMLParserTestCase.test_cdata_section)
PASS: test_cdata_section_content (test.test_htmlparser.HTMLParserTestCase.test_cdata_section_content)
PASS: test_closing_tag (test.test_htmlparser.HTMLParserTestCase.test_closing_tag)
PASS: test_comments (test.test_htmlparser.HTMLParserTestCase.test_comments)
PASS: test_condcoms (test.test_htmlparser.HTMLParserTestCase.test_condcoms)
PASS: test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs)
PASS: test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_dropped_text)
PASS: test_convert_charrefs_in_attribute_values (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_in_attribute_values)
PASS: test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase.test_correct_detection_of_start_tags)
PASS: test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_declaration_junk_chars)
PASS: test_eof_in_cdata (test.test_htmlparser.HTMLParserTestCase.test_eof_in_cdata)
PASS: test_eof_in_charref (test.test_htmlparser.HTMLParserTestCase.test_eof_in_charref)
PASS: test_eof_in_comments (test.test_htmlparser.HTMLParserTestCase.test_eof_in_comments)
PASS: test_eof_in_declarations (test.test_htmlparser.HTMLParserTestCase.test_eof_in_declarations)
PASS: test_eof_in_entityref (test.test_htmlparser.HTMLParserTestCase.test_eof_in_entityref)
PASS: test_eof_in_script (test.test_htmlparser.HTMLParserTestCase.test_eof_in_script)
PASS: test_eof_in_title (test.test_htmlparser.HTMLParserTestCase.test_eof_in_title)
SKIP: test_eof_no_quadratic_complexity (test.test_htmlparser.HTMLParserTestCase.test_eof_no_quadratic_complexity) "resource 'cpu' is not enabled"
PASS: test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase.test_get_starttag_text)
PASS: test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase.test_illegal_declarations)
PASS: test_invalid_closing_tag (test.test_htmlparser.HTMLParserTestCase.test_invalid_closing_tag)
PASS: test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase.test_invalid_end_tags)
PASS: test_invalid_nonascii_closing_tag (test.test_htmlparser.HTMLParserTestCase.test_invalid_nonascii_closing_tag)
PASS: test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase.test_malformatted_charref)
PASS: test_noscript_content (test.test_htmlparser.HTMLParserTestCase.test_noscript_content)
PASS: test_plaintext_content (test.test_htmlparser.HTMLParserTestCase.test_plaintext_content)
PASS: test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase.test_processing_instruction_only)
PASS: test_rawtext_content (test.test_htmlparser.HTMLParserTestCase.test_rawtext_content)
PASS: test_rcdata_content (test.test_htmlparser.HTMLParserTestCase.test_rcdata_content)
PASS: test_script_closing_tag (test.test_htmlparser.HTMLParserTestCase.test_script_closing_tag)
PASS: test_script_content (test.test_htmlparser.HTMLParserTestCase.test_script_content)
PASS: test_simple_html (test.test_htmlparser.HTMLParserTestCase.test_simple_html)
PASS: test_slashes_in_endtag (test.test_htmlparser.HTMLParserTestCase.test_slashes_in_endtag)
PASS: test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase.test_slashes_in_starttag)
PASS: test_startendtag (test.test_htmlparser.HTMLParserTestCase.test_startendtag)
PASS: test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase.test_starttag_end_boundary)
PASS: test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_starttag_junk_chars)
PASS: test_style_content (test.test_htmlparser.HTMLParserTestCase.test_style_content)
PASS: test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase.test_tolerant_parsing)
PASS: test_unclosed_charref (test.test_htmlparser.HTMLParserTestCase.test_unclosed_charref)
PASS: test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase.test_unclosed_entityref)
PASS: test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase.test_valid_doctypes)
PASS: test_base_class_methods_called (test.test_htmlparser.TestInheritance.test_base_class_methods_called)

----------------------------------------------------------------------
Ran 67 tests in 0.046s

OK (skipped=1)
0:02:40 load avg: 3.75 [235/486] test_gzip passed
PASS: test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive)
PASS: test_compress_infile_outfile (test.test_gzip.TestCommandLine.test_compress_infile_outfile)
PASS: test_compress_infile_outfile_default (test.test_gzip.TestCommandLine.test_compress_infile_outfile_default)
PASS: test_compress_stdin_outfile (test.test_gzip.TestCommandLine.test_compress_stdin_outfile)
PASS: test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression)
PASS: test_decompress_infile_outfile (test.test_gzip.TestCommandLine.test_decompress_infile_outfile)
PASS: test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error)
PASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine.test_decompress_stdin_stdout)
PASS: test_1647484 (test.test_gzip.TestGzip.test_1647484)
PASS: test_append (test.test_gzip.TestGzip.test_append)
PASS: test_bad_gzip_file (test.test_gzip.TestGzip.test_bad_gzip_file)
PASS: test_buffered_reader (test.test_gzip.TestGzip.test_buffered_reader)
PASS: test_bytes_filename (test.test_gzip.TestGzip.test_bytes_filename)
PASS: test_compress (test.test_gzip.TestGzip.test_compress)
PASS: test_compress_correct_level (test.test_gzip.TestGzip.test_compress_correct_level)
PASS: test_compress_mtime (test.test_gzip.TestGzip.test_compress_mtime)
PASS: test_compress_mtime_default (test.test_gzip.TestGzip.test_compress_mtime_default)
PASS: test_compresslevel_metadata (test.test_gzip.TestGzip.test_compresslevel_metadata)
PASS: test_decompress (test.test_gzip.TestGzip.test_decompress)
test_decompress_limited (test.test_gzip.TestGzip.test_decompress_limited)
PASS: Decompressed data buffering should be limited
PASS: test_decompress_missing_trailer (test.test_gzip.TestGzip.test_decompress_missing_trailer)
PASS: test_decompress_truncated_trailer (test.test_gzip.TestGzip.test_decompress_truncated_trailer)
PASS: test_exclusive_write (test.test_gzip.TestGzip.test_exclusive_write)
PASS: test_fileobj_and_filename (test.test_gzip.TestGzip.test_fileobj_and_filename)
PASS: test_fileobj_from_fdopen (test.test_gzip.TestGzip.test_fileobj_from_fdopen)
PASS: test_fileobj_mode (test.test_gzip.TestGzip.test_fileobj_mode)
PASS: test_fileobj_with_name (test.test_gzip.TestGzip.test_fileobj_with_name)
PASS: test_fileobj_without_name (test.test_gzip.TestGzip.test_fileobj_without_name)
PASS: test_flush_flushes_compressor (test.test_gzip.TestGzip.test_flush_flushes_compressor)
PASS: test_flush_modes (test.test_gzip.TestGzip.test_flush_modes)
PASS: test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception)
PASS: test_io_on_closed_object (test.test_gzip.TestGzip.test_io_on_closed_object)
PASS: test_issue112346 (test.test_gzip.TestGzip.test_issue112346)
PASS: test_issue44439 (test.test_gzip.TestGzip.test_issue44439)
PASS: test_many_append (test.test_gzip.TestGzip.test_many_append)
PASS: test_metadata (test.test_gzip.TestGzip.test_metadata)
PASS: test_metadata_ascii_name (test.test_gzip.TestGzip.test_metadata_ascii_name)
PASS: test_mode (test.test_gzip.TestGzip.test_mode)
PASS: test_mtime (test.test_gzip.TestGzip.test_mtime)
PASS: test_non_seekable_file (test.test_gzip.TestGzip.test_non_seekable_file)
PASS: test_paddedfile_getattr (test.test_gzip.TestGzip.test_paddedfile_getattr)
PASS: test_peek (test.test_gzip.TestGzip.test_peek)
PASS: test_prepend_error (test.test_gzip.TestGzip.test_prepend_error)
PASS: test_read (test.test_gzip.TestGzip.test_read)
PASS: test_read1 (test.test_gzip.TestGzip.test_read1)
PASS: test_read_large (test.test_gzip.TestGzip.test_read_large)
PASS: test_read_truncated (test.test_gzip.TestGzip.test_read_truncated)
PASS: test_read_with_extra (test.test_gzip.TestGzip.test_read_with_extra)
PASS: test_readinto (test.test_gzip.TestGzip.test_readinto)
PASS: test_readinto1 (test.test_gzip.TestGzip.test_readinto1)
PASS: test_readline (test.test_gzip.TestGzip.test_readline)
PASS: test_readlines (test.test_gzip.TestGzip.test_readlines)
PASS: test_refloop_unraisable (test.test_gzip.TestGzip.test_refloop_unraisable)
PASS: test_seek_read (test.test_gzip.TestGzip.test_seek_read)
PASS: test_seek_whence (test.test_gzip.TestGzip.test_seek_whence)
PASS: test_seek_write (test.test_gzip.TestGzip.test_seek_write)
PASS: test_textio_readlines (test.test_gzip.TestGzip.test_textio_readlines)
PASS: test_with_open (test.test_gzip.TestGzip.test_with_open)
PASS: test_write (test.test_gzip.TestGzip.test_write)
PASS: test_write_array (test.test_gzip.TestGzip.test_write_array)
PASS: test_write_bytearray (test.test_gzip.TestGzip.test_write_bytearray)
PASS: test_write_incompatible_type (test.test_gzip.TestGzip.test_write_incompatible_type)
PASS: test_write_memoryview (test.test_gzip.TestGzip.test_write_memoryview)
PASS: test_write_read_with_pathlike_file (test.test_gzip.TestGzip.test_write_read_with_pathlike_file)
PASS: test_write_seek_write (test.test_gzip.TestGzip.test_write_seek_write)
PASS: test_zero_padded_file (test.test_gzip.TestGzip.test_zero_padded_file)
PASS: test_bad_params (test.test_gzip.TestOpen.test_bad_params)
PASS: test_binary_modes (test.test_gzip.TestOpen.test_binary_modes)
PASS: test_encoding (test.test_gzip.TestOpen.test_encoding)
PASS: test_encoding_error_handler (test.test_gzip.TestOpen.test_encoding_error_handler)
PASS: test_fileobj (test.test_gzip.TestOpen.test_fileobj)
PASS: test_implicit_binary_modes (test.test_gzip.TestOpen.test_implicit_binary_modes)
PASS: test_newline (test.test_gzip.TestOpen.test_newline)
PASS: test_pathlike_file (test.test_gzip.TestOpen.test_pathlike_file)
PASS: test_text_modes (test.test_gzip.TestOpen.test_text_modes)

----------------------------------------------------------------------
Ran 75 tests in 1.492s

OK
0:02:40 load avg: 3.75 [236/486] test_http_cookies passed
PASS: test_basic (test.test_http_cookies.CookieTests.test_basic)
PASS: test_comment_quoting (test.test_http_cookies.CookieTests.test_comment_quoting)
PASS: test_extended_encode (test.test_http_cookies.CookieTests.test_extended_encode)
PASS: test_extra_spaces (test.test_http_cookies.CookieTests.test_extra_spaces)
PASS: test_illegal_chars (test.test_http_cookies.CookieTests.test_illegal_chars)
PASS: test_invalid_cookies (test.test_http_cookies.CookieTests.test_invalid_cookies)
PASS: test_load (test.test_http_cookies.CookieTests.test_load)
PASS: test_obsolete_rfc850_date_format (test.test_http_cookies.CookieTests.test_obsolete_rfc850_date_format)
PASS: test_pickle (test.test_http_cookies.CookieTests.test_pickle)
PASS: test_quoted_meta (test.test_http_cookies.CookieTests.test_quoted_meta)
PASS: test_samesite_attrs (test.test_http_cookies.CookieTests.test_samesite_attrs)
PASS: test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests.test_secure_httponly_false_if_not_present)
PASS: test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_have_value)
PASS: test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_present)
PASS: test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests.test_set_secure_httponly_attrs)
PASS: test_set_secure_httponly_partitioned_attrs (test.test_http_cookies.CookieTests.test_set_secure_httponly_partitioned_attrs)
PASS: test_special_attrs (test.test_http_cookies.CookieTests.test_special_attrs)
PASS: test_unquote (test.test_http_cookies.CookieTests.test_unquote)
SKIP: test_unquote_large (test.test_http_cookies.CookieTests.test_unquote_large) "resource 'cpu' is not enabled"
PASS: test_control_characters (test.test_http_cookies.MorselTests.test_control_characters)
PASS: test_control_characters_output (test.test_http_cookies.MorselTests.test_control_characters_output)
PASS: test_copy (test.test_http_cookies.MorselTests.test_copy)
PASS: test_defaults (test.test_http_cookies.MorselTests.test_defaults)
PASS: test_eq (test.test_http_cookies.MorselTests.test_eq)
PASS: test_pickle (test.test_http_cookies.MorselTests.test_pickle)
PASS: test_repr (test.test_http_cookies.MorselTests.test_repr)
PASS: test_reserved_keys (test.test_http_cookies.MorselTests.test_reserved_keys)
PASS: test_set_properties (test.test_http_cookies.MorselTests.test_set_properties)
PASS: test_setdefault (test.test_http_cookies.MorselTests.test_setdefault)
PASS: test_setitem (test.test_http_cookies.MorselTests.test_setitem)
PASS: test_setter (test.test_http_cookies.MorselTests.test_setter)
PASS: test_update (test.test_http_cookies.MorselTests.test_update)
cookies (http)
PASS: Doctest: http.cookies

----------------------------------------------------------------------
Ran 33 tests in 0.013s

OK (skipped=1)
0:02:40 load avg: 3.75 [237/486] test_http_cookiejar passed
PASS: test_Cookie_iterator (test.test_http_cookiejar.CookieTests.test_Cookie_iterator)
PASS: test_bad_cookie_header (test.test_http_cookiejar.CookieTests.test_bad_cookie_header)
PASS: test_custom_secure_protocols (test.test_http_cookiejar.CookieTests.test_custom_secure_protocols)
PASS: test_default_path (test.test_http_cookiejar.CookieTests.test_default_path)
PASS: test_default_path_with_query (test.test_http_cookiejar.CookieTests.test_default_path_with_query)
PASS: test_domain_allow (test.test_http_cookiejar.CookieTests.test_domain_allow)
PASS: test_domain_block (test.test_http_cookiejar.CookieTests.test_domain_block)
PASS: test_domain_match (test.test_http_cookiejar.CookieTests.test_domain_match)
PASS: test_domain_mirror (test.test_http_cookiejar.CookieTests.test_domain_mirror)
PASS: test_domain_return_ok (test.test_http_cookiejar.CookieTests.test_domain_return_ok)
PASS: test_escape_path (test.test_http_cookiejar.CookieTests.test_escape_path)
PASS: test_evil_local_domain (test.test_http_cookiejar.CookieTests.test_evil_local_domain)
PASS: test_evil_local_domain_2 (test.test_http_cookiejar.CookieTests.test_evil_local_domain_2)
PASS: test_evil_nonlocal_domain (test.test_http_cookiejar.CookieTests.test_evil_nonlocal_domain)
PASS: test_expires (test.test_http_cookiejar.CookieTests.test_expires)
PASS: test_is_HDN (test.test_http_cookiejar.CookieTests.test_is_HDN)
PASS: test_localhost_domain (test.test_http_cookiejar.CookieTests.test_localhost_domain)
PASS: test_localhost_domain_contents (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents)
PASS: test_localhost_domain_contents_2 (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_2)
PASS: test_missing_final_slash (test.test_http_cookiejar.CookieTests.test_missing_final_slash)
PASS: test_missing_value (test.test_http_cookiejar.CookieTests.test_missing_value)
PASS: test_no_return_comment (test.test_http_cookiejar.CookieTests.test_no_return_comment)
PASS: test_ns_parser (test.test_http_cookiejar.CookieTests.test_ns_parser)
PASS: test_ns_parser_special_names (test.test_http_cookiejar.CookieTests.test_ns_parser_special_names)
PASS: test_parse_ns_headers (test.test_http_cookiejar.CookieTests.test_parse_ns_headers)
PASS: test_path_mirror (test.test_http_cookiejar.CookieTests.test_path_mirror)
PASS: test_path_prefix_match (test.test_http_cookiejar.CookieTests.test_path_prefix_match)
PASS: test_port_mirror (test.test_http_cookiejar.CookieTests.test_port_mirror)
PASS: test_quote_cookie_value (test.test_http_cookiejar.CookieTests.test_quote_cookie_value)
PASS: test_reach (test.test_http_cookiejar.CookieTests.test_reach)
PASS: test_request_host (test.test_http_cookiejar.CookieTests.test_request_host)
PASS: test_request_path (test.test_http_cookiejar.CookieTests.test_request_path)
PASS: test_request_port (test.test_http_cookiejar.CookieTests.test_request_port)
PASS: test_rfc2109_handling (test.test_http_cookiejar.CookieTests.test_rfc2109_handling)
PASS: test_secure (test.test_http_cookiejar.CookieTests.test_secure)
PASS: test_secure_block (test.test_http_cookiejar.CookieTests.test_secure_block)
PASS: test_strict_domain (test.test_http_cookiejar.CookieTests.test_strict_domain)
PASS: test_two_component_domain_ns (test.test_http_cookiejar.CookieTests.test_two_component_domain_ns)
PASS: test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests.test_two_component_domain_rfc2965)
PASS: test_wrong_domain (test.test_http_cookiejar.CookieTests.test_wrong_domain)
PASS: test_http2time (test.test_http_cookiejar.DateTimeTests.test_http2time)
PASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests.test_http2time_formats)
PASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests.test_http2time_garbage)
PASS: test_http2time_redos_regression_actually_completes (test.test_http_cookiejar.DateTimeTests.test_http2time_redos_regression_actually_completes)
PASS: test_iso2time (test.test_http_cookiejar.DateTimeTests.test_iso2time)
PASS: test_iso2time_formats (test.test_http_cookiejar.DateTimeTests.test_iso2time_formats)
PASS: test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests.test_iso2time_garbage)
PASS: test_iso2time_performance_regression (test.test_http_cookiejar.DateTimeTests.test_iso2time_performance_regression)
PASS: test_time2isoz (test.test_http_cookiejar.DateTimeTests.test_time2isoz)
PASS: test_time2netscape (test.test_http_cookiejar.DateTimeTests.test_time2netscape)
PASS: test_bad_magic (test.test_http_cookiejar.FileCookieJarTests.test_bad_magic)
PASS: test_constructor_with_none (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_none)
PASS: test_constructor_with_other_types (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_other_types)
PASS: test_constructor_with_path_like (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_path_like)
PASS: test_constructor_with_str (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_str)
PASS: test_cookie_files_are_truncated (test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated)
PASS: test_lwp_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions)
PASS: test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie)
PASS: test_mozilla_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions)
PASS: test_join_header_words (test.test_http_cookiejar.HeaderTests.test_join_header_words)
PASS: test_parse_ns_headers (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers)
PASS: test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_special_names)
PASS: test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_version)
PASS: test_roundtrip (test.test_http_cookiejar.HeaderTests.test_roundtrip)
PASS: test_split_header_words (test.test_http_cookiejar.HeaderTests.test_split_header_words)
PASS: test_empty_path (test.test_http_cookiejar.LWPCookieTests.test_empty_path)
PASS: test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_1)
PASS: test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_2)
PASS: test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_2965)
PASS: test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_ns)
PASS: test_mozilla (test.test_http_cookiejar.LWPCookieTests.test_mozilla)
PASS: test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_1)
PASS: test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_2)
PASS: test_netscape_misc (test.test_http_cookiejar.LWPCookieTests.test_netscape_misc)
PASS: test_rejection (test.test_http_cookiejar.LWPCookieTests.test_rejection)
PASS: test_session_cookies (test.test_http_cookiejar.LWPCookieTests.test_session_cookies)
PASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests.test_url_encoding)

----------------------------------------------------------------------
Ran 77 tests in 0.437s

OK
0:02:41 load avg: 3.75 [238/486] test_idle skipped
test_idle skipped -- No module named '_tkinter'
0:02:41 load avg: 3.77 [239/486] test_httplib passed
PASS: test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr)
test_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request)
PASS: Check that request() respects the configured block size.
test_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send)
PASS: Check that send() respects the configured block size.
PASS: test_chunked (test.test_httplib.BasicTest.test_chunked)
PASS: test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension)
PASS: test_chunked_head (test.test_httplib.BasicTest.test_chunked_head)
test_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end)
PASS: some servers may serve up a short chunked encoding stream
test_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync)
PASS: Check that we don't read past the end of the chunked-encoding stream
test_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers)
PASS: See that trailers are read and ignored
test_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync)
PASS: Check that we don't read past the end of the Content-Length stream
PASS: test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status)
PASS: test_early_eof (test.test_httplib.BasicTest.test_early_eof)
PASS: test_epipe (test.test_httplib.BasicTest.test_epipe)
PASS: test_error_leak (test.test_httplib.BasicTest.test_error_leak)
PASS: test_host_port (test.test_httplib.BasicTest.test_host_port)
test_httpstatus_category (test.test_httplib.BasicTest.test_httpstatus_category)
PASS: Checks that the statuses belong to the standard categories
test_httpstatus_range (test.test_httplib.BasicTest.test_httpstatus_range)
PASS: Checks that the statuses are in the 100-599 range
PASS: test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read)
PASS: test_large_content_length (test.test_httplib.BasicTest.test_large_content_length)
PASS: test_large_content_length_truncated (test.test_httplib.BasicTest.test_large_content_length_truncated)
PASS: test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads)
PASS: test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length)
PASS: test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line)
PASS: test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100)
PASS: test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line)
PASS: test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line)
PASS: test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos)
PASS: test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body)
PASS: test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length)
PASS: test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end)
PASS: test_partial_reads (test.test_httplib.BasicTest.test_partial_reads)
PASS: test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body)
PASS: test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length)
PASS: test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end)
test_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation)
PASS: It should be possible to override the default validation
test_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding)
PASS: It should be possible to override the default encoding
PASS: test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation)
PASS: test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length)
PASS: test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length)
PASS: test_read_head (test.test_httplib.BasicTest.test_read_head)
PASS: test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked)
PASS: test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head)
PASS: test_readinto_head (test.test_httplib.BasicTest.test_readinto_head)
PASS: test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length)
PASS: test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length)
PASS: test_response_fileno (test.test_httplib.BasicTest.test_response_fileno)
PASS: test_response_headers (test.test_httplib.BasicTest.test_response_headers)
PASS: test_send (test.test_httplib.BasicTest.test_send)
PASS: test_send_file (test.test_httplib.BasicTest.test_send_file)
PASS: test_send_iter (test.test_httplib.BasicTest.test_send_iter)
PASS: test_send_type_error (test.test_httplib.BasicTest.test_send_type_error)
PASS: test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file)
PASS: test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus)
PASS: test_status_lines (test.test_httplib.BasicTest.test_status_lines)
PASS: test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers)
PASS: test_peek (test.test_httplib.ExtendedReadTest.test_peek)
PASS: test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0)
PASS: test_read1 (test.test_httplib.ExtendedReadTest.test_read1)
PASS: test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0)
PASS: test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded)
PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded)
PASS: test_readline (test.test_httplib.ExtendedReadTest.test_readline)
PASS: test_readline_without_limit (test.test_httplib.ExtendedReadTest.test_readline_without_limit)
PASS: test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek)
PASS: test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0)
PASS: test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1)
PASS: test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0)
PASS: test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded)
PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded)
PASS: test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline)
PASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit)
PASS: test_peek (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek)
PASS: test_peek_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0)
PASS: test_read1 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1)
PASS: test_read1_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0)
PASS: test_read1_bounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded)
PASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded)
PASS: test_readline (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline)
PASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit)
PASS: test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header)
PASS: test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint)
PASS: test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default)
PASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default)
PASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default)
PASS: test_attributes (test.test_httplib.HTTPSTest.test_attributes)
PASS: test_host_port (test.test_httplib.HTTPSTest.test_host_port)
test_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1081)
Got an error:
[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1081)
 server (('127.0.0.1', 46555):46555 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
   [24/Apr/2026 08:11:16] code 404, message File not found
 server (('127.0.0.1', 46555):46555 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
   [24/Apr/2026 08:11:16] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
test_local_good_hostname (test.test_httplib.HTTPSTest.test_local_good_hostname) ...  server (('127.0.0.1', 38823):38823 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
   [24/Apr/2026 08:11:16] code 404, message File not found
 server (('127.0.0.1', 38823):38823 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
   [24/Apr/2026 08:11:16] "GET /nonexistent HTTP/1.1" 404 -
stopping HTTPS server
joining HTTPS thread
ok
test_local_unknown_cert (test.test_httplib.HTTPSTest.test_local_unknown_cert) ... Got an error:
[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
stopping HTTPS server
joining HTTPS thread
ok
SKIP: test_networked (test.test_httplib.HTTPSTest.test_networked) "Use of the 'network' resource not enabled"
SKIP: test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) "resource 'walltime' is not enabled"
SKIP: test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) "Use of the 'network' resource not enabled"
SKIP: test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) "Use of the 'network' resource not enabled"
SKIP: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) "Use of the 'network' resource not enabled"
PASS: test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha)
PASS: test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers)
PASS: test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0)
PASS: test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel)
PASS: test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers)
PASS: test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header)
PASS: test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with)
PASS: test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets)
PASS: test_putheader (test.test_httplib.HeaderTests.test_putheader)
PASS: test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names)
PASS: test_all (test.test_httplib.OfflineTest.test_all)
PASS: test_client_constants (test.test_httplib.OfflineTest.test_client_constants)
PASS: test_responses (test.test_httplib.OfflineTest.test_responses)
PASS: test_100_close (test.test_httplib.PersistenceTest.test_100_close)
PASS: test_disconnected (test.test_httplib.PersistenceTest.test_disconnected)
PASS: test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect)
PASS: test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body)
PASS: test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body)
PASS: test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body)
PASS: test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body)
PASS: test_list_body (test.test_httplib.RequestBodyTest.test_list_body)
PASS: test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length)
PASS: test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body)
PASS: testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress)
PASS: testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress)
PASS: testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute)
PASS: test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body)
PASS: test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked)
PASS: test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers)
PASS: test_request (test.test_httplib.TransferEncodingTest.test_request)
PASS: test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request)
PASS: test_connect_put_request_ipv6 (test.test_httplib.TunnelTests.test_connect_put_request_ipv6)
PASS: test_connect_put_request_ipv6_port (test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port)
PASS: test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel)
PASS: test_connect_with_tunnel_different_host (test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host)
PASS: test_connect_with_tunnel_idna (test.test_httplib.TunnelTests.test_connect_with_tunnel_idna)
PASS: test_connect_with_tunnel_with_default_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port)
PASS: test_connect_with_tunnel_with_different_host_header (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header)
PASS: test_connect_with_tunnel_with_nonstandard_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port)
PASS: test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect)
PASS: test_no_proxy_response_headers (test.test_httplib.TunnelTests.test_no_proxy_response_headers)
PASS: test_proxy_response_headers (test.test_httplib.TunnelTests.test_proxy_response_headers)
PASS: test_set_tunnel_host_port_headers_add_host_missing (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing)
PASS: test_set_tunnel_host_port_headers_set_host_different (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different)
PASS: test_set_tunnel_host_port_headers_set_host_identical (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical)
test_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup)
PASS: Regresstion test for https://bugs.python.org/issue43332.
PASS: test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog)
PASS: test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak)

----------------------------------------------------------------------
Ran 142 tests in 0.561s

OK (skipped=5)
0:02:42 load avg: 3.77 [240/486] test_httpservers passed
PASS: test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_close_connection)
PASS: test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_date_time_string)
PASS: test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_extra_space)
PASS: test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_error)
PASS: test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_header)
PASS: test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_response_only)
PASS: test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_length)
PASS: test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_unbuffered_when_continue)
PASS: test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_html_escape_on_error)
PASS: test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_0_9)
PASS: test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_0)
PASS: test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_1)
PASS: test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_request_length)
PASS: test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_too_many_headers)
PASS: test_unprintable_not_logged (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_unprintable_not_logged)
PASS: test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_0)
PASS: test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_1)
PASS: test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_rejected)
PASS: test_get (test.test_httpservers.BaseHTTPSServerTestCase.test_get)
PASS: test_invalid_certdata (test.test_httpservers.BaseHTTPSServerTestCase.test_invalid_certdata)
PASS: test_valid_certdata (test.test_httpservers.BaseHTTPSServerTestCase.test_valid_certdata)
PASS: test_command (test.test_httpservers.BaseHTTPServerTestCase.test_command)
PASS: test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase.test_error_content_length)
PASS: test_handler (test.test_httpservers.BaseHTTPServerTestCase.test_handler)
PASS: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_head_via_send_error)
PASS: test_header_close (test.test_httpservers.BaseHTTPServerTestCase.test_header_close)
PASS: test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_header_keep_alive)
PASS: test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase.test_internal_key_error)
PASS: test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase.test_latin1_header)
PASS: test_major_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_major_version_number_too_long)
PASS: test_minor_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_minor_version_number_too_long)
PASS: test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase.test_request_line_trimming)
PASS: test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase.test_return_custom_status)
PASS: test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase.test_return_explain_error)
PASS: test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_return_header_keep_alive)
PASS: test_send_blank (test.test_httpservers.BaseHTTPServerTestCase.test_send_blank)
PASS: test_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_send_error)
PASS: test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase.test_version_bogus)
PASS: test_version_digits (test.test_httpservers.BaseHTTPServerTestCase.test_version_digits)
PASS: test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase.test_version_invalid)
PASS: test_version_none (test.test_httpservers.BaseHTTPServerTestCase.test_version_none)
PASS: test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase.test_version_none_get)
PASS: test_version_signs_and_underscores (test.test_httpservers.BaseHTTPServerTestCase.test_version_signs_and_underscores)
SKIP: test_accept (test.test_httpservers.CGIHTTPServerTestCase.test_accept) "This test can't be run reliably as root (issue #13308)."
SKIP: test_authorization (test.test_httpservers.CGIHTTPServerTestCase.test_authorization) "This test can't be run reliably as root (issue #13308)."
SKIP: test_cgi_path_in_sub_directories (test.test_httpservers.CGIHTTPServerTestCase.test_cgi_path_in_sub_directories) "This test can't be run reliably as root (issue #13308)."
SKIP: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase.test_headers_and_content) "This test can't be run reliably as root (issue #13308)."
SKIP: test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase.test_invaliduri) "This test can't be run reliably as root (issue #13308)."
SKIP: test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase.test_issue19435) "This test can't be run reliably as root (issue #13308)."
SKIP: test_large_content_length (test.test_httpservers.CGIHTTPServerTestCase.test_large_content_length) "This test can't be run reliably as root (issue #13308)."
SKIP: test_large_content_length_truncated (test.test_httpservers.CGIHTTPServerTestCase.test_large_content_length_truncated) "This test can't be run reliably as root (issue #13308)."
SKIP: test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase.test_nested_cgi_path_issue21323) "This test can't be run reliably as root (issue #13308)."
SKIP: test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase.test_no_leading_slash) "This test can't be run reliably as root (issue #13308)."
SKIP: test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase.test_os_environ_is_not_altered) "This test can't be run reliably as root (issue #13308)."
SKIP: test_post (test.test_httpservers.CGIHTTPServerTestCase.test_post) "This test can't be run reliably as root (issue #13308)."
SKIP: test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_continuous_slashes) "This test can't be run reliably as root (issue #13308)."
SKIP: test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_multiple_question_mark) "This test can't be run reliably as root (issue #13308)."
SKIP: test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path) "This test can't be run reliably as root (issue #13308)."
SKIP: test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check) "This test can't be run reliably as root (issue #13308)."
PASS: test_invalid_request (test.test_httpservers.HTTP09ServerTestCase.test_invalid_request)
PASS: test_simple_get (test.test_httpservers.HTTP09ServerTestCase.test_simple_get)
PASS: test_single_request (test.test_httpservers.HTTP09ServerTestCase.test_single_request)
PASS: test_all (test.test_httpservers.MiscTestCase.test_all)
PASS: test_err (test.test_httpservers.RequestHandlerLoggingTestCase.test_err)
PASS: test_get (test.test_httpservers.RequestHandlerLoggingTestCase.test_get)
PASS: test_server_test_ipv4 (test.test_httpservers.ScriptTestCase.test_server_test_ipv4)
PASS: test_server_test_ipv6 (test.test_httpservers.ScriptTestCase.test_server_test_ipv6)
PASS: test_server_test_localhost (test.test_httpservers.ScriptTestCase.test_server_test_localhost)
PASS: test_server_test_unspec (test.test_httpservers.ScriptTestCase.test_server_test_unspec)
PASS: test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_query_arguments)
PASS: test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_start_with_double_slash)
PASS: test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_windows_colon)
test_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache)
PASS: Check that when a request to /test is sent with the request header
PASS: test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_file_changed)
PASS: test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_with_If_None_Match_header)
PASS: test_get (test.test_httpservers.SimpleHTTPServerTestCase.test_get)
test_get_dir_redirect_location_domain_injection_bug (test.test_httpservers.SimpleHTTPServerTestCase.test_get_dir_redirect_location_domain_injection_bug)
PASS: Ensure //evil.co/..%2f../../X does not put //evil.co/ in Location.
PASS: test_head (test.test_httpservers.SimpleHTTPServerTestCase.test_head)
PASS: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase.test_invalid_requests)
test_last_modified (test.test_httpservers.SimpleHTTPServerTestCase.test_last_modified)
PASS: Checks that the datetime returned in Last-Modified response header
PASS: test_list_dir_escape_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_dirname)
PASS: test_list_dir_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_filename)
PASS: test_list_dir_nonascii_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_dirname)
PASS: test_list_dir_nonascii_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_filename)
PASS: test_list_dir_undecodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname)
PASS: test_list_dir_undecodable_dirname2 (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname2)
PASS: test_list_dir_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_filename)
PASS: test_list_dir_unencodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_dirname)
PASS: test_list_dir_unencodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_filename)
PASS: test_list_dir_with_query_and_fragment (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_with_query_and_fragment)
PASS: test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase.test_path_without_leading_slash)
PASS: test_https_server_raises_runtime_error (test.test_httpservers.TestSSLDisabled.test_https_server_raises_runtime_error)

----------------------------------------------------------------------
Ran 92 tests in 1.841s

OK (skipped=16)
0:02:45 load avg: 3.77 [241/486] test_fstring passed
PASS: test__format__lookup (test.test_fstring.TestCase.test__format__lookup)
PASS: test_arguments (test.test_fstring.TestCase.test_arguments)
PASS: test_assignment (test.test_fstring.TestCase.test_assignment)
PASS: test_ast (test.test_fstring.TestCase.test_ast)
PASS: test_ast_compile_time_concat (test.test_fstring.TestCase.test_ast_compile_time_concat)
PASS: test_ast_fstring_empty_format_spec (test.test_fstring.TestCase.test_ast_fstring_empty_format_spec)
PASS: test_ast_fstring_format_spec (test.test_fstring.TestCase.test_ast_fstring_format_spec)
PASS: test_ast_line_numbers (test.test_fstring.TestCase.test_ast_line_numbers)
PASS: test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase.test_ast_line_numbers_duplicate_expression)
PASS: test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase.test_ast_line_numbers_multiline_fstring)
PASS: test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues)
PASS: test_ast_line_numbers_nested (test.test_fstring.TestCase.test_ast_line_numbers_nested)
PASS: test_ast_line_numbers_with_parentheses (test.test_fstring.TestCase.test_ast_line_numbers_with_parentheses)
PASS: test_ast_numbers_fstring_with_formatting (test.test_fstring.TestCase.test_ast_numbers_fstring_with_formatting)
PASS: test_backslash_char (test.test_fstring.TestCase.test_backslash_char)
PASS: test_backslashes_in_expression_part (test.test_fstring.TestCase.test_backslashes_in_expression_part)
PASS: test_backslashes_in_string_part (test.test_fstring.TestCase.test_backslashes_in_string_part)
PASS: test_call (test.test_fstring.TestCase.test_call)
PASS: test_closure (test.test_fstring.TestCase.test_closure)
PASS: test_comments (test.test_fstring.TestCase.test_comments)
PASS: test_compile_time_concat (test.test_fstring.TestCase.test_compile_time_concat)
PASS: test_compile_time_concat_errors (test.test_fstring.TestCase.test_compile_time_concat_errors)
PASS: test_conversions (test.test_fstring.TestCase.test_conversions)
PASS: test_custom_format_specifier (test.test_fstring.TestCase.test_custom_format_specifier)
PASS: test_debug_conversion (test.test_fstring.TestCase.test_debug_conversion)
PASS: test_debug_expressions_are_raw_strings (test.test_fstring.TestCase.test_debug_expressions_are_raw_strings)
PASS: test_debug_in_file (test.test_fstring.TestCase.test_debug_in_file)
PASS: test_del (test.test_fstring.TestCase.test_del)
PASS: test_dict (test.test_fstring.TestCase.test_dict)
PASS: test_docstring (test.test_fstring.TestCase.test_docstring)
PASS: test_double_braces (test.test_fstring.TestCase.test_double_braces)
PASS: test_empty_format_specifier (test.test_fstring.TestCase.test_empty_format_specifier)
PASS: test_equal_equal (test.test_fstring.TestCase.test_equal_equal)
PASS: test_errors (test.test_fstring.TestCase.test_errors)
PASS: test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings)
PASS: test_filename_in_syntaxerror (test.test_fstring.TestCase.test_filename_in_syntaxerror)
PASS: test_format_specifier_expressions (test.test_fstring.TestCase.test_format_specifier_expressions)
PASS: test_fstring_backslash_before_double_bracket (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket)
PASS: test_fstring_backslash_before_double_bracket_warns_once (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket_warns_once)
PASS: test_fstring_backslash_prefix_raw (test.test_fstring.TestCase.test_fstring_backslash_prefix_raw)
PASS: test_fstring_format_spec_greedy_matching (test.test_fstring.TestCase.test_fstring_format_spec_greedy_matching)
PASS: test_fstring_nested_too_deeply (test.test_fstring.TestCase.test_fstring_nested_too_deeply)
PASS: test_fstring_without_formatting_bytecode (test.test_fstring.TestCase.test_fstring_without_formatting_bytecode)
PASS: test_gh129093 (test.test_fstring.TestCase.test_gh129093)
PASS: test_gh139516 (test.test_fstring.TestCase.test_gh139516)
PASS: test_global (test.test_fstring.TestCase.test_global)
PASS: test_if_conditional (test.test_fstring.TestCase.test_if_conditional)
PASS: test_invalid_backslashes_inside_fstring_context (test.test_fstring.TestCase.test_invalid_backslashes_inside_fstring_context)
PASS: test_invalid_string_prefixes (test.test_fstring.TestCase.test_invalid_string_prefixes)
PASS: test_invalid_syntax_error_message (test.test_fstring.TestCase.test_invalid_syntax_error_message)
PASS: test_lambda (test.test_fstring.TestCase.test_lambda)
PASS: test_leading_trailing_spaces (test.test_fstring.TestCase.test_leading_trailing_spaces)
PASS: test_literal (test.test_fstring.TestCase.test_literal)
PASS: test_literal_eval (test.test_fstring.TestCase.test_literal_eval)
PASS: test_locals (test.test_fstring.TestCase.test_locals)
PASS: test_loop (test.test_fstring.TestCase.test_loop)
PASS: test_many_expressions (test.test_fstring.TestCase.test_many_expressions)
PASS: test_misformed_unicode_character_name (test.test_fstring.TestCase.test_misformed_unicode_character_name)
PASS: test_mismatched_braces (test.test_fstring.TestCase.test_mismatched_braces)
PASS: test_mismatched_parens (test.test_fstring.TestCase.test_mismatched_parens)
PASS: test_missing_expression (test.test_fstring.TestCase.test_missing_expression)
PASS: test_missing_format_spec (test.test_fstring.TestCase.test_missing_format_spec)
PASS: test_missing_variable (test.test_fstring.TestCase.test_missing_variable)
PASS: test_multiple_vars (test.test_fstring.TestCase.test_multiple_vars)
PASS: test_nested_fstrings (test.test_fstring.TestCase.test_nested_fstrings)
PASS: test_newlines_before_syntax_error (test.test_fstring.TestCase.test_newlines_before_syntax_error)
PASS: test_newlines_in_expressions (test.test_fstring.TestCase.test_newlines_in_expressions)
PASS: test_newlines_in_format_specifiers (test.test_fstring.TestCase.test_newlines_in_format_specifiers)
test_no_escapes_for_braces (test.test_fstring.TestCase.test_no_escapes_for_braces)
PASS: Only literal curly braces begin an expression.
PASS: test_not_closing_quotes (test.test_fstring.TestCase.test_not_closing_quotes)
PASS: test_not_equal (test.test_fstring.TestCase.test_not_equal)
PASS: test_parens_in_expressions (test.test_fstring.TestCase.test_parens_in_expressions)
PASS: test_raw_fstring_format_spec (test.test_fstring.TestCase.test_raw_fstring_format_spec)
PASS: test_roundtrip_raw_quotes (test.test_fstring.TestCase.test_roundtrip_raw_quotes)
PASS: test_shadowed_global (test.test_fstring.TestCase.test_shadowed_global)
PASS: test_side_effect_order (test.test_fstring.TestCase.test_side_effect_order)
PASS: test_str_format_differences (test.test_fstring.TestCase.test_str_format_differences)
PASS: test_syntax_error_after_debug (test.test_fstring.TestCase.test_syntax_error_after_debug)
PASS: test_syntax_error_for_starred_expressions (test.test_fstring.TestCase.test_syntax_error_for_starred_expressions)
PASS: test_syntax_error_in_nested_fstring (test.test_fstring.TestCase.test_syntax_error_in_nested_fstring)
PASS: test_syntax_warning_infinite_recursion_in_file (test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file)
PASS: test_unterminated_string (test.test_fstring.TestCase.test_unterminated_string)
PASS: test_valid_prefixes (test.test_fstring.TestCase.test_valid_prefixes)
PASS: test_walrus (test.test_fstring.TestCase.test_walrus)
PASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_a_commas_and_an_underscore_in_format_specifier)
PASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_fstring.TestCase.test_with_an_underscore_and_a_comma_in_format_specifier)
PASS: test_with_two_commas_in_format_specifier (test.test_fstring.TestCase.test_with_two_commas_in_format_specifier)
PASS: test_with_two_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_two_underscore_in_format_specifier)
PASS: test_yield (test.test_fstring.TestCase.test_yield)
PASS: test_yield_send (test.test_fstring.TestCase.test_yield_send)

----------------------------------------------------------------------
Ran 90 tests in 18.376s

OK
0:02:46 load avg: 3.77 [242/486] test_index passed
PASS: test_basic (test.test_index.BaseTestCase.test_basic)
PASS: test_error (test.test_index.BaseTestCase.test_error)
PASS: test_index_returns_int_subclass (test.test_index.BaseTestCase.test_index_returns_int_subclass)
PASS: test_int_subclass_with_index (test.test_index.BaseTestCase.test_int_subclass_with_index)
PASS: test_slice (test.test_index.BaseTestCase.test_slice)
PASS: test_subclasses (test.test_index.BaseTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.BaseTestCase.test_wrappers)
PASS: test_error (test.test_index.ByteArrayTestCase.test_error)
PASS: test_index (test.test_index.ByteArrayTestCase.test_index)
PASS: test_repeat (test.test_index.ByteArrayTestCase.test_repeat)
PASS: test_slice (test.test_index.ByteArrayTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.ByteArrayTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.ByteArrayTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.ByteArrayTestCase.test_wrappers)
PASS: test_error (test.test_index.BytesTestCase.test_error)
PASS: test_index (test.test_index.BytesTestCase.test_index)
PASS: test_repeat (test.test_index.BytesTestCase.test_repeat)
PASS: test_slice (test.test_index.BytesTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.BytesTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.BytesTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.BytesTestCase.test_wrappers)
PASS: test_error (test.test_index.ListTestCase.test_error)
PASS: test_index (test.test_index.ListTestCase.test_index)
PASS: test_inplace_repeat (test.test_index.ListTestCase.test_inplace_repeat)
PASS: test_repeat (test.test_index.ListTestCase.test_repeat)
PASS: test_setdelitem (test.test_index.ListTestCase.test_setdelitem)
PASS: test_slice (test.test_index.ListTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.ListTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.ListTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.ListTestCase.test_wrappers)
PASS: test_error (test.test_index.NewSeqTestCase.test_error)
PASS: test_index (test.test_index.NewSeqTestCase.test_index)
PASS: test_repeat (test.test_index.NewSeqTestCase.test_repeat)
PASS: test_slice (test.test_index.NewSeqTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.NewSeqTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.NewSeqTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.NewSeqTestCase.test_wrappers)
PASS: test_getitem (test.test_index.OverflowTestCase.test_getitem)
PASS: test_large_longs (test.test_index.OverflowTestCase.test_large_longs)
PASS: test_sequence_repeat (test.test_index.OverflowTestCase.test_sequence_repeat)
PASS: test_range (test.test_index.RangeTestCase.test_range)
PASS: test_error (test.test_index.StringTestCase.test_error)
PASS: test_index (test.test_index.StringTestCase.test_index)
PASS: test_repeat (test.test_index.StringTestCase.test_repeat)
PASS: test_slice (test.test_index.StringTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.StringTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.StringTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.StringTestCase.test_wrappers)
PASS: test_error (test.test_index.TupleTestCase.test_error)
PASS: test_index (test.test_index.TupleTestCase.test_index)
PASS: test_repeat (test.test_index.TupleTestCase.test_repeat)
PASS: test_slice (test.test_index.TupleTestCase.test_slice)
PASS: test_slice_bug7532 (test.test_index.TupleTestCase.test_slice_bug7532)
PASS: test_subclasses (test.test_index.TupleTestCase.test_subclasses)
PASS: test_wrappers (test.test_index.TupleTestCase.test_wrappers)

----------------------------------------------------------------------
Ran 55 tests in 0.003s

OK
0:02:46 load avg: 3.71 [243/486] test_int passed
test_denial_of_service_prevented_int_to_str (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)
PASS: Regression test: ensure we fail before performing O(N**2) work.
test_denial_of_service_prevented_str_to_int (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)
PASS: Regression test: ensure we fail before performing O(N**2) work.
PASS: test_disabled_limit (test.test_int.IntStrDigitLimitsTests.test_disabled_limit)
PASS: test_int_from_other_bases (test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases)
PASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)
PASS: test_max_str_digits (test.test_int.IntStrDigitLimitsTests.test_max_str_digits)
test_max_str_digits_edge_cases (test.test_int.IntStrDigitLimitsTests.test_max_str_digits_edge_cases)
PASS: Ignore the +/- sign and space padding.
test_power_of_two_bases_unlimited (test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited)
PASS: The limit does not apply to power of 2 bases.
PASS: test_sign_not_counted (test.test_int.IntStrDigitLimitsTests.test_sign_not_counted)
PASS: test_underscores_ignored (test.test_int.IntStrDigitLimitsTests.test_underscores_ignored)
test_denial_of_service_prevented_int_to_str (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)
PASS: Regression test: ensure we fail before performing O(N**2) work.
test_denial_of_service_prevented_str_to_int (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)
PASS: Regression test: ensure we fail before performing O(N**2) work.
PASS: test_disabled_limit (test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit)
PASS: test_int_from_other_bases (test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases)
PASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)
PASS: test_max_str_digits (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits)
test_max_str_digits_edge_cases (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits_edge_cases)
PASS: Ignore the +/- sign and space padding.
test_power_of_two_bases_unlimited (test.test_int.IntSubclassStrDigitLimitsTests.test_power_of_two_bases_unlimited)
PASS: The limit does not apply to power of 2 bases.
PASS: test_sign_not_counted (test.test_int.IntSubclassStrDigitLimitsTests.test_sign_not_counted)
PASS: test_underscores_ignored (test.test_int.IntSubclassStrDigitLimitsTests.test_underscores_ignored)
PASS: test_basic (test.test_int.IntTestCases.test_basic)
PASS: test_error_message (test.test_int.IntTestCases.test_error_message)
test_int_base_bad_types (test.test_int.IntTestCases.test_int_base_bad_types)
PASS: Not integer types are not valid bases; issue16772.
PASS: test_int_base_indexable (test.test_int.IntTestCases.test_int_base_indexable)
test_int_base_limits (test.test_int.IntTestCases.test_int_base_limits)
PASS: Testing the supported limits of the int() base parameter.
PASS: test_int_memoryview (test.test_int.IntTestCases.test_int_memoryview)
PASS: test_int_returns_int_subclass (test.test_int.IntTestCases.test_int_returns_int_subclass)
PASS: test_int_subclass_with_index (test.test_int.IntTestCases.test_int_subclass_with_index)
PASS: test_int_subclass_with_int (test.test_int.IntTestCases.test_int_subclass_with_int)
PASS: test_intconversion (test.test_int.IntTestCases.test_intconversion)
PASS: test_invalid_signs (test.test_int.IntTestCases.test_invalid_signs)
PASS: test_issue31619 (test.test_int.IntTestCases.test_issue31619)
PASS: test_keyword_args (test.test_int.IntTestCases.test_keyword_args)
PASS: test_no_args (test.test_int.IntTestCases.test_no_args)
PASS: test_non_numeric_input_types (test.test_int.IntTestCases.test_non_numeric_input_types)
PASS: test_round_with_none_arg_direct_call (test.test_int.IntTestCases.test_round_with_none_arg_direct_call)
PASS: test_small_ints (test.test_int.IntTestCases.test_small_ints)
PASS: test_string_float (test.test_int.IntTestCases.test_string_float)
PASS: test_underscores (test.test_int.IntTestCases.test_underscores)
PASS: test_unicode (test.test_int.IntTestCases.test_unicode)
PASS: test_pylong_compute_powers (test.test_int.PyLongModuleTests.test_pylong_compute_powers)
PASS: test_pylong_int_divmod (test.test_int.PyLongModuleTests.test_pylong_int_divmod)
PASS: test_pylong_int_divmod_crash (test.test_int.PyLongModuleTests.test_pylong_int_divmod_crash)
PASS: test_pylong_int_to_decimal (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal)
SKIP: test_pylong_int_to_decimal_2 (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal_2) "resource 'cpu' is not enabled"
PASS: test_pylong_misbehavior_error_path_from_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_from_str)
PASS: test_pylong_misbehavior_error_path_to_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_to_str)
PASS: test_pylong_roundtrip (test.test_int.PyLongModuleTests.test_pylong_roundtrip)
SKIP: test_pylong_roundtrip_huge (test.test_int.PyLongModuleTests.test_pylong_roundtrip_huge) "resource 'cpu' is not enabled"
PASS: test_pylong_str_to_int (test.test_int.PyLongModuleTests.test_pylong_str_to_int)
SKIP: test_whitebox_dec_str_to_int_inner_failsafe (test.test_int.PyLongModuleTests.test_whitebox_dec_str_to_int_inner_failsafe) "resource 'cpu' is not enabled"
PASS: test_whitebox_dec_str_to_int_inner_monster (test.test_int.PyLongModuleTests.test_whitebox_dec_str_to_int_inner_monster)

----------------------------------------------------------------------
Ran 52 tests in 0.611s

OK (skipped=3)
0:02:47 load avg: 3.71 [244/486] test_int_literal passed
PASS: test_bin_baseline (test.test_int_literal.TestHexOctBin.test_bin_baseline)
PASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin.test_bin_unsigned)
PASS: test_hex_baseline (test.test_int_literal.TestHexOctBin.test_hex_baseline)
PASS: test_hex_unsigned (test.test_int_literal.TestHexOctBin.test_hex_unsigned)
PASS: test_oct_baseline (test.test_int_literal.TestHexOctBin.test_oct_baseline)
PASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin.test_oct_unsigned)

----------------------------------------------------------------------
Ran 6 tests in 0.000s

OK
0:02:47 load avg: 3.71 [245/486] test_import passed
PASS: test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule)
PASS: test_binding (test.test_import.CircularImportTests.test_binding)
PASS: test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import)
PASS: test_circular_import (test.test_import.CircularImportTests.test_circular_import)
PASS: test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1)
PASS: test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2)
PASS: test_direct (test.test_import.CircularImportTests.test_direct)
PASS: test_indirect (test.test_import.CircularImportTests.test_indirect)
PASS: test_rebinding (test.test_import.CircularImportTests.test_rebinding)
PASS: test_singlephase_circular (test.test_import.CircularImportTests.test_singlephase_circular)
PASS: test_subpackage (test.test_import.CircularImportTests.test_subpackage)
PASS: test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module)
PASS: test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051)
PASS: test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly)
PASS: test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode)
PASS: test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable)
PASS: test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile)
PASS: test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext)
PASS: test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source)
PASS: test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist)
PASS: test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity)
PASS: test_concurrency (test.test_import.ImportTests.test_concurrency)
PASS: test_create_dynamic_null (test.test_import.ImportTests.test_create_dynamic_null)
PASS: test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import)
SKIP: test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) 'Windows-specific'
PASS: test_double_const (test.test_import.ImportTests.test_double_const)
PASS: test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks)
PASS: test_failing_reload (test.test_import.ImportTests.test_failing_reload)
PASS: test_file_to_source (test.test_import.ImportTests.test_file_to_source)
PASS: test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError)
PASS: test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module)
PASS: test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module)
PASS: test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name)
PASS: test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path)
PASS: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path)
PASS: test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical)
PASS: test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError)
PASS: test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError)
PASS: test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type)
PASS: test_frozen_module_from_import_error (test.test_import.ImportTests.test_frozen_module_from_import_error)
PASS: test_import (test.test_import.ImportTests.test_import)
PASS: test_import_by_filename (test.test_import.ImportTests.test_import_by_filename)
PASS: test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash)
PASS: test_import_name_binding (test.test_import.ImportTests.test_import_name_binding)
PASS: test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError)
PASS: test_issue105979 (test.test_import.ImportTests.test_issue105979)
PASS: test_issue31286 (test.test_import.ImportTests.test_issue31286)
PASS: test_issue31492 (test.test_import.ImportTests.test_issue31492)
PASS: test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack)
PASS: test_non_module_from_import_error (test.test_import.ImportTests.test_non_module_from_import_error)
PASS: test_package_shadowing_stdlib_module (test.test_import.ImportTests.test_package_shadowing_stdlib_module)
PASS: test_script_maybe_not_shadowing_third_party (test.test_import.ImportTests.test_script_maybe_not_shadowing_third_party)
PASS: test_script_shadowing_stdlib (test.test_import.ImportTests.test_script_shadowing_stdlib)
PASS: test_script_shadowing_stdlib_cwd_failure (test.test_import.ImportTests.test_script_shadowing_stdlib_cwd_failure)
PASS: test_script_shadowing_stdlib_edge_cases (test.test_import.ImportTests.test_script_shadowing_stdlib_edge_cases)
PASS: test_script_shadowing_stdlib_sys_path_modification (test.test_import.ImportTests.test_script_shadowing_stdlib_sys_path_modification)
PASS: test_script_shadowing_third_party (test.test_import.ImportTests.test_script_shadowing_third_party)
PASS: test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow)
PASS: test_broken_from (test.test_import.ImportTracebackTests.test_broken_from)
PASS: test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent)
PASS: test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from)
PASS: test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule)
PASS: test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure)
PASS: test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested)
PASS: test_import_bug (test.test_import.ImportTracebackTests.test_import_bug)
PASS: test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module)
PASS: test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested)
PASS: test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error)
PASS: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename)
PASS: test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib)
PASS: test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external)
PASS: test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap)
PASS: test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one)
PASS: test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin)
SKIP: test_UNC_path (test.test_import.PathsTests.test_UNC_path) 'Windows-specific'
PASS: test_trailing_slash (test.test_import.PathsTests.test_trailing_slash)
PASS: test_basics (test.test_import.PycRewritingTests.test_basics)
PASS: test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code)
PASS: test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name)
PASS: test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source)
PASS: test___cached__ (test.test_import.PycacheTests.test___cached__)
PASS: test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc)
PASS: test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path)
PASS: test_missing_source (test.test_import.PycacheTests.test_missing_source)
PASS: test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy)
PASS: test_package___cached__ (test.test_import.PycacheTests.test_package___cached__)
PASS: test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc)
PASS: test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second)
SKIP: test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future)
PASS: test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package)
PASS: test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package)
PASS: test_issue3221 (test.test_import.RelativeImportTests.test_issue3221)
PASS: test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global)
PASS: test_rebinding (test.test_import.RelativeImportTests.test_rebinding)
PASS: test_rebinding2 (test.test_import.RelativeImportTests.test_rebinding2)
PASS: test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star)
PASS: test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset)
PASS: test_basic_multiple_interpreters_main_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_main_no_reset)
PASS: test_basic_multiple_interpreters_reset_each (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_reset_each)
PASS: test_basic_reloaded (test.test_import.SinglephaseInitTests.test_basic_reloaded)
PASS: test_check_state_first (test.test_import.SinglephaseInitTests.test_check_state_first)
PASS: test_cleared_globals (test.test_import.SinglephaseInitTests.test_cleared_globals)
PASS: test_variants (test.test_import.SinglephaseInitTests.test_variants)
PASS: test_with_reinit_reloaded (test.test_import.SinglephaseInitTests.test_with_reinit_reloaded)
PASS: test_builtin_compat (test.test_import.SubinterpImportTests.test_builtin_compat)
PASS: test_disallowed_reimport (test.test_import.SubinterpImportTests.test_disallowed_reimport)
PASS: test_frozen_compat (test.test_import.SubinterpImportTests.test_frozen_compat)
PASS: test_isolated_config (test.test_import.SubinterpImportTests.test_isolated_config)
PASS: test_multi_init_extension_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_compat)
PASS: test_multi_init_extension_non_isolated_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_non_isolated_compat)
PASS: test_multi_init_extension_per_interpreter_gil_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_per_interpreter_gil_compat)
PASS: test_pyinit_function_raises_exception (test.test_import.SubinterpImportTests.test_pyinit_function_raises_exception)
PASS: test_python_compat (test.test_import.SubinterpImportTests.test_python_compat)
PASS: test_single_init_extension_compat (test.test_import.SubinterpImportTests.test_single_init_extension_compat)
PASS: test_singlephase_check_with_setting_and_override (test.test_import.SubinterpImportTests.test_singlephase_check_with_setting_and_override)
PASS: test_magic_number_endianness (test.test_import.TestMagicNumber.test_magic_number_endianness)
PASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable)

----------------------------------------------------------------------
Ran 118 tests in 5.780s

OK (skipped=3)
0:02:48 load avg: 3.71 [246/486] test_importlib passed
PASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure)
PASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module)
PASS: test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure)
PASS: test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module)
PASS: test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source)
PASS: test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package)
PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin)
PASS: test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported)
PASS: test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module)
PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse)
PASS: test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable)
PASS: test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source)
PASS: test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package)
PASS: test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin)
PASS: test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported)
PASS: test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module)
PASS: test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse)
PASS: test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable)
SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'
SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'
SKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'
SKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'
PASS: test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure)
PASS: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module)
PASS: test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure)
PASS: test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module)
PASS: test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality)
PASS: test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality)
PASS: test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package)
PASS: test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API)
PASS: test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module)
PASS: test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable)
PASS: test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules)
PASS: test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality)
PASS: test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name)
PASS: test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule)
PASS: test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice)
PASS: test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module)
PASS: test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii)
PASS: test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload)
PASS: test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable)
PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)
PASS: test_module (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable)
PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)
test_nonmodule_cases (test.test_importlib.extension.test_loader.NonModuleExtensionTests.test_nonmodule_cases) ... 
===== script _test_nonmodule_cases.py ======
PASS: test_nonmodule_with_methods (__main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods)
PASS: test_null_slots (__main__.Frozen_NonModuleExtensionTests.test_null_slots)
PASS: test_nonmodule_with_methods (__main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods)
PASS: test_null_slots (__main__.Source_NonModuleExtensionTests.test_null_slots)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
===== script _test_nonmodule_cases.py completed: exit code 0 ======
ok
PASS: test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality)
PASS: test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality)
PASS: test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package)
PASS: test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API)
PASS: test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module)
PASS: test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable)
PASS: test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules)
PASS: test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality)
PASS: test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name)
PASS: test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule)
PASS: test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice)
PASS: test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module)
PASS: test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii)
PASS: test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload)
PASS: test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable)
PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)
PASS: test_module (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module)
PASS: test_unloadable (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable)
PASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)
PASS: test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success)
PASS: test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success)
PASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure)
PASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module)
PASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen)
PASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package)
PASS: test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored)
PASS: test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored)
PASS: test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure)
PASS: test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module)
PASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen)
PASS: test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package)
PASS: test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored)
PASS: test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored)
PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent)
PASS: test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module)
PASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec)
PASS: test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package)
PASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable)
PASS: test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure)
PASS: test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source)
PASS: test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package)
PASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent)
PASS: test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module)
PASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec)
PASS: test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package)
PASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable)
PASS: test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure)
PASS: test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source)
PASS: test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package)
PASS: test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__)
PASS: test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__)
PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__)
PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__)
PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__)
PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback)
PASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__)
PASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__)
PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree)
PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__)
PASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package)
PASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule)
PASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level)
PASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__)
PASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__)
PASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__)
PASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback)
PASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__)
PASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__)
PASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree)
PASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__)
PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist)
PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates)
PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition)
PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level)
PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry)
PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError)
PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist)
PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates)
PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition)
PASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level)
PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry)
PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError)
PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist)
PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates)
PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition)
PASS: test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level)
PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry)
PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError)
PASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist)
PASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates)
PASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition)
PASS: test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level)
PASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry)
PASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError)
PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache)
PASS: test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache)
PASS: test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache)
PASS: test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache)
PASS: test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader)
PASS: test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute)
PASS: test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist)
PASS: test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache)
PASS: test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache)
PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string)
PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple)
PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type)
PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all)
PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package)
PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)
PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package)
PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all)
PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object)
PASS: test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object)
PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all)
PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others)
PASS: test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star)
PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import)
PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import)
PASS: test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string)
PASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple)
PASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type)
PASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all)
PASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package)
PASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)
PASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package)
PASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all)
PASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object)
PASS: test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object)
PASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all)
PASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others)
PASS: test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star)
PASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import)
PASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import)
PASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec)
PASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source)
PASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)
PASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec)
PASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source)
PASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)
PASS: test_gh86298_loader_and_spec_loader_disagree (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree)
PASS: test_gh86298_loader_is_none_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec)
PASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none)
PASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none)
PASS: test_gh86298_no_loader_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec)
PASS: test_gh86298_no_loader_and_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader)
PASS: test_gh86298_no_loader_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none)
PASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay)
PASS: test_gh86298_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec)
PASS: test_gh86298_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader)
PASS: test_gh86298_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none)
PASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path)
PASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path)
PASS: test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing)
PASS: test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty)
PASS: test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called)
PASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path)
PASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path)
PASS: test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing)
PASS: test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty)
PASS: test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called)
PASS: test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent)
PASS: test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent)
PASS: test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package)
PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects)
PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)
PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child)
PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child)
PASS: test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent)
PASS: test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent)
PASS: test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package)
PASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects)
PASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)
PASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child)
PASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child)
PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path)
PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd)
PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list)
PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks)
PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure)
PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec)
PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None)
PASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path)
PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders)
PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path)
PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks)
PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string)
PASS: test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_permission_error_cwd)
PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path)
PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path)
PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd)
PASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list)
PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks)
PASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure)
PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec)
PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None)
PASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path)
PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders)
PASS: test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path)
PASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks)
PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string)
PASS: test_permission_error_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_permission_error_cwd)
PASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path)
PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec)
PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path)
PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd)
PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list)
PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks)
PASS: test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure)
PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec)
PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None)
PASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path)
PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders)
PASS: test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path)
PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks)
PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string)
PASS: test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_permission_error_cwd)
PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path)
PASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path)
PASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd)
PASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list)
PASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks)
PASS: test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure)
PASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec)
PASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None)
PASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path)
PASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders)
PASS: test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path)
PASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks)
PASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string)
PASS: test_permission_error_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_permission_error_cwd)
PASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path)
PASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec)
PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module)
PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import)
PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0)
PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package)
PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist)
PASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import)
PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module)
PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package)
PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module)
PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package)
PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals)
PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package)
PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute)
PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module)
PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package)
PASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module)
PASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import)
PASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0)
PASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package)
PASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist)
PASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import)
PASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module)
PASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package)
PASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module)
PASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package)
PASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals)
PASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package)
PASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute)
PASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module)
PASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package)
PASS: test_as_json (test.test_importlib.metadata.test_api.APITests.test_as_json)
PASS: test_as_json_egg_info (test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info)
PASS: test_as_json_odd_case (test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case)
PASS: test_entry_points (test.test_importlib.metadata.test_api.APITests.test_entry_points)
PASS: test_entry_points_allows_no_attributes (test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes)
PASS: test_entry_points_distribution (test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution)
PASS: test_entry_points_missing_group (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group)
PASS: test_entry_points_missing_name (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name)
test_entry_points_unique_packages_normalized (test.test_importlib.metadata.test_api.APITests.test_entry_points_unique_packages_normalized)
PASS: Entry points should only be exposed for the first package
PASS: test_file_hash_repr (test.test_importlib.metadata.test_api.APITests.test_file_hash_repr)
PASS: test_files_dist_info (test.test_importlib.metadata.test_api.APITests.test_files_dist_info)
PASS: test_files_egg_info (test.test_importlib.metadata.test_api.APITests.test_files_egg_info)
PASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist)
PASS: test_for_top_level (test.test_importlib.metadata.test_api.APITests.test_for_top_level)
test_get_key (test.test_importlib.metadata.test_api.APITests.test_get_key)
PASS: Getting a key gets the key.
test_get_missing_key (test.test_importlib.metadata.test_api.APITests.test_get_missing_key)
PASS: Requesting a missing key will return None.
PASS: test_metadata_for_this_package (test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package)
test_missing_key_legacy (test.test_importlib.metadata.test_api.APITests.test_missing_key_legacy)
PASS: Requesting a missing key will still return None, but warn.
PASS: test_more_complex_deps_requires_text (test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text)
PASS: test_name_normalization (test.test_importlib.metadata.test_api.APITests.test_name_normalization)
PASS: test_prefix_not_matched (test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched)
PASS: test_read_text (test.test_importlib.metadata.test_api.APITests.test_read_text)
PASS: test_requires_dist_info (test.test_importlib.metadata.test_api.APITests.test_requires_dist_info)
PASS: test_requires_egg_info (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info)
PASS: test_requires_egg_info_empty (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty)
PASS: test_requires_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file)
PASS: test_retrieves_version_of_distinfo_pkg (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg)
PASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self)
PASS: test_version_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file)
PASS: test_invalidate_cache (test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache)
PASS: test_name_normalization (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization)
PASS: test_name_normalization_versionless_egg_info (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info)
test_distribution_at_pathlib (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_pathlib)
PASS: Demonstrate how to load metadata direct from a directory.
PASS: test_distribution_at_str (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str)
PASS: test_find_distributions_specified_path (test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path)
PASS: test_abc_enforced (test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced)
PASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist)
PASS: test_invalid_inputs_to_from_name (test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name)
test_package_not_found_mentions_metadata (test.test_importlib.metadata.test_main.BasicTests.test_package_not_found_mentions_metadata)
PASS: When a package is not found, that could indicate that the
PASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self)
PASS: test_egg (test.test_importlib.metadata.test_main.DirectoryTest.test_egg)
PASS: test_egg_info (test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info)
test_interleaved_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_interleaved_discovery)
PASS: Ensure interleaved searches are safe.
PASS: test_invalid_usage (test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage)
PASS: test_package_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery)
PASS: test_origin (test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin)
test_unicode_dir_on_sys_path (test.test_importlib.metadata.test_main.FileSystem.test_unicode_dir_on_sys_path)
PASS: Ensure a Unicode subdirectory of a directory on sys.path
PASS: test_entrypoint_with_colon_in_name (test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name)
PASS: test_import_nonexistent_module (test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module)
PASS: test_resolve (test.test_importlib.metadata.test_main.ImportTests.test_resolve)
PASS: test_resolve_without_attr (test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr)
test_discovery (test.test_importlib.metadata.test_main.InaccessibleSysPath.test_discovery)
SKIP: Discovering distributions should succeed even if 'pyfakefs not available'
test_discovery (test.test_importlib.metadata.test_main.MissingSysPath.test_discovery)
PASS: Discovering distributions should succeed even if
test_dashes_in_dist_name_found_as_underscores (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores)
PASS: For a package with a dash in the name, the dist-info metadata
test_dist_name_found_as_any_case (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dist_name_found_as_any_case)
PASS: Ensure the metadata loads when queried with any case.
test_unique_distributions (test.test_importlib.metadata.test_main.NameNormalizationTests.test_unique_distributions)
PASS: Two distributions varying only by non-normalized name on
PASS: test_metadata_loads (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads)
PASS: test_metadata_loads_egg_info (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info)
test_packages_distributions_on_eggs (test.test_importlib.metadata.test_main.PackagesDistributionsEggTest.test_packages_distributions_on_eggs)
PASS: Test old-style egg packages with a variation of 'top_level.txt',
PASS: test_packages_distributions_example (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example)
test_packages_distributions_example2 (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2)
PASS: Test packages_distributions on a wheel built
test_packages_distributions_all_module_types (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_all_module_types)
PASS: Test top-level modules detected on a package without 'top-level.txt'.
test_packages_distributions_neither_toplevel_nor_files (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files)
PASS: Test a package built without 'top-level.txt' or a file list.
test_packages_distributions_symlinked_top_level (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_symlinked_top_level)
PASS: Distribution is resolvable from a simple top-level symlink in RECORD.
PASS: test_attr (test.test_importlib.metadata.test_main.TestEntryPoints.test_attr)
PASS: test_entry_point_pickleable (test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable)
test_hashable (test.test_importlib.metadata.test_main.TestEntryPoints.test_hashable)
PASS: EntryPoints should be hashable
test_immutable (test.test_importlib.metadata.test_main.TestEntryPoints.test_immutable)
PASS: EntryPoints should be immutable
PASS: test_module (test.test_importlib.metadata.test_main.TestEntryPoints.test_module)
test_positional_args (test.test_importlib.metadata.test_main.TestEntryPoints.test_positional_args)
PASS: Capture legacy (namedtuple) construction, discouraged.
PASS: test_repr (test.test_importlib.metadata.test_main.TestEntryPoints.test_repr)
test_sortable (test.test_importlib.metadata.test_main.TestEntryPoints.test_sortable)
PASS: EntryPoint objects are sortable, but result is undefined.
PASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive)
PASS: test_files (test.test_importlib.metadata.test_zip.TestEgg.test_files)
PASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata)
PASS: test_normalized_name (test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name)
PASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution)
PASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points)
PASS: test_zip_version (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version)
PASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match)
PASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive)
PASS: test_files (test.test_importlib.metadata.test_zip.TestZip.test_files)
PASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata)
PASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestZip.test_one_distribution)
PASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points)
PASS: test_zip_version (test.test_importlib.metadata.test_zip.TestZip.test_zip_version)
PASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match)
PASS: test_spec_path_joinpath (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath)
PASS: test_child_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is)
PASS: test_child_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter)
PASS: test_child_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name)
PASS: test_child_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open)
PASS: test_open_invalid_mode (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode)
PASS: test_orphan_path_invalid (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid)
PASS: test_orphan_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is)
PASS: test_orphan_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter)
PASS: test_orphan_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name)
PASS: test_orphan_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open)
PASS: test_spec_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is)
PASS: test_spec_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter)
PASS: test_spec_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name)
PASS: test_spec_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open)
PASS: test_wrap_spec (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec)
PASS: test_contents (test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents)
PASS: test_contents (test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents)
PASS: test_contents (test.test_importlib.resources.test_contents.ContentsZipTests.test_contents)
PASS: test_custom_loader (test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader)
test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_package)
PASS: Without any parameter, files() will infer the location as the caller.
test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_submodule)
PASS: Without any parameter, files() will infer the location as the caller.
test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_with_compiled_importlib)
PASS: Caller detection works for compiled-only resources module.
test_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_package)
PASS: Without any parameter, files() will infer the location as the caller.
test_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_submodule)
PASS: Without any parameter, files() will infer the location as the caller.
test_implicit_files_with_compiled_importlib (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_with_compiled_importlib)
PASS: Caller detection works for compiled-only resources module.
test_module_resources (test.test_importlib.resources.test_files.ModuleFilesDiskTests.test_module_resources)
PASS: A module can have resources found adjacent to the module.
test_module_resources (test.test_importlib.resources.test_files.ModuleFilesZipTests.test_module_resources)
PASS: A module can have resources found adjacent to the module.
PASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args)
test_old_parameter (test.test_importlib.resources.test_files.OpenDiskTests.test_old_parameter)
PASS: Files used to take a 'package' parameter. Make sure anyone
PASS: test_read_bytes (test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes)
PASS: test_read_text (test.test_importlib.resources.test_files.OpenDiskTests.test_read_text)
PASS: test_traversable (test.test_importlib.resources.test_files.OpenDiskTests.test_traversable)
PASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args)
test_non_paths_in_dunder_path (test.test_importlib.resources.test_files.OpenNamespaceTests.test_non_paths_in_dunder_path)
PASS: Non-path items in a namespace package's ``__path__`` are ignored.
test_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceTests.test_old_parameter)
PASS: Files used to take a 'package' parameter. Make sure anyone
PASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes)
PASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text)
PASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable)
PASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args)
test_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_old_parameter)
PASS: Files used to take a 'package' parameter. Make sure anyone
PASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes)
PASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text)
PASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable)
PASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args)
test_old_parameter (test.test_importlib.resources.test_files.OpenZipTests.test_old_parameter)
PASS: Files used to take a 'package' parameter. Make sure anyone
PASS: test_read_bytes (test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes)
PASS: test_read_text (test.test_importlib.resources.test_files.OpenZipTests.test_read_text)
PASS: test_traversable (test.test_importlib.resources.test_files.OpenZipTests.test_traversable)
PASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors)
PASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents)
PASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource)
PASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary)
PASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text)
PASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path)
PASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary)
PASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text)
PASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors)
PASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors)
PASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents)
PASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource)
PASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary)
PASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text)
PASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path)
PASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary)
PASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text)
PASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors)
PASS: test_extant_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path)
test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonBinaryTests.test_importing_module_as_side_effect)
PASS: The anchor package can already be imported.
test_missing_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_missing_path)
PASS: Attempting to open or read or request the path for a
test_package_name (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_name)
PASS: Passing in the package name should succeed.
test_package_object (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_object)
PASS: Passing in the package itself should succeed.
test_pathlib_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_pathlib_path)
PASS: Passing in a pathlib.PurePath object for the path should succeed.
test_string_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_string_path)
PASS: Passing in a string for the path should succeed.
PASS: test_useless_loader (test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader)
PASS: test_extant_path (test.test_importlib.resources.test_open.CommonTextTests.test_extant_path)
test_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonTextTests.test_importing_module_as_side_effect)
PASS: The anchor package can already be imported.
test_missing_path (test.test_importlib.resources.test_open.CommonTextTests.test_missing_path)
PASS: Attempting to open or read or request the path for a
test_package_name (test.test_importlib.resources.test_open.CommonTextTests.test_package_name)
PASS: Passing in the package name should succeed.
test_package_object (test.test_importlib.resources.test_open.CommonTextTests.test_package_object)
PASS: Passing in the package itself should succeed.
test_pathlib_path (test.test_importlib.resources.test_open.CommonTextTests.test_pathlib_path)
PASS: Passing in a pathlib.PurePath object for the path should succeed.
test_string_path (test.test_importlib.resources.test_open.CommonTextTests.test_string_path)
PASS: Passing in a string for the path should succeed.
PASS: test_useless_loader (test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader)
PASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary)
PASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError)
PASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError)
PASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding)
PASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding)
test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary)
PASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError)
PASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError)
PASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding)
PASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding)
test_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_open_binary (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary)
PASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError)
PASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError)
PASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding)
PASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding)
test_open_text_with_errors (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_open_binary (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary)
PASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError)
PASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError)
PASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding)
PASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding)
test_open_text_with_errors (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_extant_path (test.test_importlib.resources.test_path.CommonTests.test_extant_path)
test_importing_module_as_side_effect (test.test_importlib.resources.test_path.CommonTests.test_importing_module_as_side_effect)
PASS: The anchor package can already be imported.
test_missing_path (test.test_importlib.resources.test_path.CommonTests.test_missing_path)
PASS: Attempting to open or read or request the path for a
test_package_name (test.test_importlib.resources.test_path.CommonTests.test_package_name)
PASS: Passing in the package name should succeed.
test_package_object (test.test_importlib.resources.test_path.CommonTests.test_package_object)
PASS: Passing in the package itself should succeed.
test_pathlib_path (test.test_importlib.resources.test_path.CommonTests.test_pathlib_path)
PASS: Passing in a pathlib.PurePath object for the path should succeed.
test_string_path (test.test_importlib.resources.test_path.CommonTests.test_string_path)
PASS: Passing in a string for the path should succeed.
PASS: test_useless_loader (test.test_importlib.resources.test_path.CommonTests.test_useless_loader)
PASS: test_natural_path (test.test_importlib.resources.test_path.PathDiskTests.test_natural_path)
test_reading (test.test_importlib.resources.test_path.PathDiskTests.test_reading)
PASS: Path should be readable and a pathlib.Path instance.
test_reading (test.test_importlib.resources.test_path.PathMemoryTests.test_reading)
PASS: Path should be readable and a pathlib.Path instance.
test_reading (test.test_importlib.resources.test_path.PathZipTests.test_reading)
PASS: Path should be readable and a pathlib.Path instance.
test_remove_in_context_manager (test.test_importlib.resources.test_path.PathZipTests.test_remove_in_context_manager)
PASS: It is not an error if the file that was temporarily stashed on the
PASS: test_extant_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path)
test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonBinaryTests.test_importing_module_as_side_effect)
PASS: The anchor package can already be imported.
test_missing_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_missing_path)
PASS: Attempting to open or read or request the path for a
test_package_name (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_name)
PASS: Passing in the package name should succeed.
test_package_object (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_object)
PASS: Passing in the package itself should succeed.
test_pathlib_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_pathlib_path)
PASS: Passing in a pathlib.PurePath object for the path should succeed.
test_string_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_string_path)
PASS: Passing in a string for the path should succeed.
PASS: test_useless_loader (test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader)
PASS: test_extant_path (test.test_importlib.resources.test_read.CommonTextTests.test_extant_path)
test_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonTextTests.test_importing_module_as_side_effect)
PASS: The anchor package can already be imported.
test_missing_path (test.test_importlib.resources.test_read.CommonTextTests.test_missing_path)
PASS: Attempting to open or read or request the path for a
test_package_name (test.test_importlib.resources.test_read.CommonTextTests.test_package_name)
PASS: Passing in the package name should succeed.
test_package_object (test.test_importlib.resources.test_read.CommonTextTests.test_package_object)
PASS: Passing in the package itself should succeed.
test_pathlib_path (test.test_importlib.resources.test_read.CommonTextTests.test_pathlib_path)
PASS: Passing in a pathlib.PurePath object for the path should succeed.
test_string_path (test.test_importlib.resources.test_read.CommonTextTests.test_string_path)
PASS: Passing in a string for the path should succeed.
PASS: test_useless_loader (test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader)
PASS: test_read_bytes (test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes)
PASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding)
PASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding)
test_read_text_with_errors (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes)
PASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding)
PASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding)
test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes)
PASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource)
PASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name)
PASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding)
PASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding)
test_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_read_bytes (test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes)
PASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource)
PASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name)
PASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding)
PASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding)
test_read_text_with_errors (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_with_errors)
PASS: Raises UnicodeError without the 'errors' argument.
PASS: test_init_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file)
PASS: test_init_no_paths (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths)
PASS: test_is_dir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir)
PASS: test_is_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file)
PASS: test_iterdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir)
PASS: test_iterdir_duplicate (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate)
PASS: test_join_path (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path)
PASS: test_join_path_common_subdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir)
PASS: test_join_path_compound (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound)
PASS: test_name (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name)
PASS: test_open_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file)
PASS: test_repr (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr)
PASS: test_files (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files)
PASS: test_init_error (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error)
PASS: test_resource_path (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path)
SKIP: test_as_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) 'Desired but not supported.'
test_entered_path_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open)
PASS: Mimic what certifi does on import to make its bundle
PASS: test_is_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open)
PASS: test_is_file_failure_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open)
PASS: test_iterdir_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open)
PASS: test_read_binary_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open)
PASS: test_read_text_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open)
test_package_has_no_reader_fallback (test.test_importlib.resources.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback)
PASS: Test odd ball packages which:
PASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir)
PASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists)
PASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing)
PASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource)
PASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name)
PASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents)
PASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name)
PASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents)
PASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name)
PASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource)
PASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name)
PASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents)
PASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name)
PASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents)
PASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name)
PASS: test_as_file_directory (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory)
PASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource)
PASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name)
PASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents)
PASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name)
test_unrelated_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest02.test_unrelated_contents)
PASS: Test thata zip with two unrelated subpackages return
PASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir)
PASS: test_is_file (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file)
PASS: test_resource_contents (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents)
PASS: test_resource_missing (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing)
PASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir)
PASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists)
PASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing)
SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'
SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'
SKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'
SKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'
PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax)
PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc)
PASS: test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality)
PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir)
PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API)
PASS: test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality)
PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent)
PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API)
PASS: test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module)
PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse)
PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc)
PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc)
PASS: test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package)
PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure)
PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow)
PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc)
PASS: test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)
PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)
PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)
PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)
PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)
PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)
PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)
PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax)
PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc)
PASS: test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality)
PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir)
PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API)
PASS: test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality)
PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent)
PASS: test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API)
PASS: test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module)
PASS: test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse)
PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc)
PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc)
PASS: test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package)
PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure)
PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow)
PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc)
PASS: test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable)
PASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax)
PASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc)
PASS: test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality)
PASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir)
PASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API)
PASS: test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality)
PASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent)
PASS: test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API)
PASS: test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module)
PASS: test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse)
PASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc)
PASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc)
PASS: test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package)
PASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure)
PASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow)
PASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc)
PASS: test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)
PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)
PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)
PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)
PASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)
PASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)
PASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)
PASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)
PASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)
PASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)
PASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)
PASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)
PASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)
PASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)
PASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)
PASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)
PASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)
PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling)
PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir)
PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure)
PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file)
PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches)
PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module)
PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package)
PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory)
PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package)
PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package)
PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module)
PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling)
PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir)
PASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure)
PASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file)
PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches)
PASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module)
PASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package)
PASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory)
PASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package)
PASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package)
PASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module)
PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling)
PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir)
PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure)
PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file)
PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches)
PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module)
PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package)
PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory)
PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package)
PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package)
PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module)
PASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling)
PASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir)
PASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure)
PASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file)
PASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches)
PASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module)
PASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package)
PASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory)
PASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package)
PASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package)
PASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module)
PASS: test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string)
PASS: test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success)
PASS: test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string)
PASS: test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success)
PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom)
PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8)
PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict)
PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding)
PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line)
PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line)
PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding)
PASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom)
PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8)
PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict)
PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding)
PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line)
PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line)
PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding)
PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr)
PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf)
PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf)
PASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr)
PASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf)
PASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf)
PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom)
PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8)
PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict)
PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding)
PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line)
PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line)
PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding)
PASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom)
PASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8)
PASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict)
PASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding)
PASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line)
PASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line)
PASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding)
PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr)
PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf)
PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf)
PASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr)
PASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf)
PASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf)
PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)
PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)
PASS: test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code)
PASS: test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path)
PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)
PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses)
PASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)
PASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)
PASS: test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code)
PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None)
PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found)
PASS: test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError)
PASS: test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None)
PASS: test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned)
PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)
PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)
PASS: test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path)
PASS: test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses)
PASS: test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module)
PASS: test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module)
PASS: test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr)
PASS: test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh)
PASS: test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload)
PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches)
PASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)
PASS: test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec)
PASS: test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses)
PASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses)
PASS: test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses)
PASS: test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic)
PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp)
PASS: test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything)
PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode)
PASS: test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode)
PASS: test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data)
PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)
PASS: test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses)
PASS: test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source)
PASS: test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding)
PASS: test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines)
PASS: test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source)
PASS: test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding)
PASS: test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package)
PASS: test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module)
PASS: test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings)
PASS: test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code)
PASS: test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module)
PASS: test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module)
PASS: test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr)
PASS: test_deprecated_path_mtime (test.test_importlib.test_abc.SourceLoaderDeprecationWarningsTests.test_deprecated_path_mtime)
PASS: test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic)
PASS: test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp)
PASS: test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything)
PASS: test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode)
PASS: test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode)
PASS: test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data)
PASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)
PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)
PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)
PASS: test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code)
PASS: test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path)
PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)
PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)
PASS: test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses)
PASS: test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses)
PASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)
PASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)
PASS: test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code)
PASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None)
PASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found)
PASS: test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError)
PASS: test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None)
PASS: test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned)
PASS: test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)
PASS: test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)
PASS: test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path)
PASS: test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source)
PASS: test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses)
PASS: test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh)
PASS: test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload)
PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches)
PASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)
PASS: test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec)
PASS: test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec)
PASS: test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses)
PASS: test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches)
PASS: test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses)
PASS: test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data)
PASS: test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses)
PASS: test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses)
PASS: test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses)
PASS: test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source)
PASS: test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding)
PASS: test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines)
PASS: test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code)
PASS: test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source)
PASS: test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding)
PASS: test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package)
PASS: test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module)
PASS: test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings)
PASS: test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code)
PASS: test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib)
PASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing)
PASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success)
PASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path)
PASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules)
PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)
PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)
PASS: test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package)
PASS: test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import)
PASS: test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import)
PASS: test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once)
PASS: test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import)
PASS: test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package)
PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import)
PASS: test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called)
PASS: test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking)
PASS: test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec)
PASS: test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced)
PASS: test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced)
PASS: test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed)
PASS: test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader)
PASS: test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules)
PASS: test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed)
PASS: test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule)
PASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str)
PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__)
PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__)
PASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing)
PASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success)
PASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path)
PASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules)
PASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)
PASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)
PASS: test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package)
PASS: test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import)
PASS: test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import)
PASS: test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once)
PASS: test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import)
PASS: test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package)
PASS: test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import)
PASS: test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called)
PASS: test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking)
PASS: test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec)
PASS: test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced)
PASS: test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced)
PASS: test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed)
PASS: test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader)
PASS: test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules)
PASS: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed)
PASS: test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule)
PASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str)
PASS: test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__)
PASS: test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__)
PASS: test_machinery_deprecated_attributes (test.test_importlib.test_api.TestDeprecations.test_machinery_deprecated_attributes)
PASS: test_machinery (test.test_importlib.test_api.TestModuleAll.test_machinery)
PASS: test_util (test.test_importlib.test_api.TestModuleAll.test_util)
PASS: test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init)
PASS: test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation)
PASS: test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged)
PASS: test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr)
PASS: test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr)
PASS: test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e)
PASS: test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init)
PASS: test_lazy_module_type_override (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override)
PASS: test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules)
PASS: test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys)
PASS: test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race)
PASS: test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error)
PASS: test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr)
PASS: test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr)
PASS: test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr)
PASS: test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock)
PASS: test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock)
PASS: test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks)
PASS: test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime)
PASS: test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended)
PASS: test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy)
PASS: test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release)
PASS: test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor)
PASS: test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread)
PASS: test_locked (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked)
PASS: test_locked_with_2threads (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_locked_with_2threads)
PASS: test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire)
PASS: test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired)
PASS: test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak)
PASS: test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted)
PASS: test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists)
PASS: test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock)
PASS: test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock)
PASS: test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks)
PASS: test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime)
PASS: test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended)
PASS: test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy)
PASS: test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release)
PASS: test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor)
PASS: test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread)
PASS: test_locked (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked)
PASS: test_locked_with_2threads (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_locked_with_2threads)
PASS: test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire)
PASS: test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired)
PASS: test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak)
PASS: test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted)
PASS: test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists)
PASS: test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports)
PASS: test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails)
PASS: test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds)
PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path)
PASS: test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence)
PASS: test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc)
PASS: test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency)
PASS: test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency)
PASS: test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable)
PASS: test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package)
PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other)
PASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path)
PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package)
PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports)
PASS: test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches)
PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports)
PASS: test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins)
PASS: test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again)
PASS: test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first)
PASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports)
PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other)
PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package)
PASS: test_simple_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr)
PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other)
PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package)
PASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other)
PASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package)
PASS: test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory)
PASS: test_missing_directory2 (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory2)
PASS: test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory)
PASS: test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics)
PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default)
PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix)
PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location)
PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location)
PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)
PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)
PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg)
PASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path)
PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default)
PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)
PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)
PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package)
PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty)
PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none)
PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty)
PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default)
PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package)
PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader)
PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false)
PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)
PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true)
PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)
PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false)
PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true)
PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin)
PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package)
PASS: test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec)
PASS: test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load)
PASS: test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed)
PASS: test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed)
PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)
PASS: test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced)
PASS: test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload)
PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes)
PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs)
PASS: test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified)
PASS: test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin)
PASS: test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set)
PASS: test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source)
PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag)
PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix)
PASS: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless)
PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location)
PASS: test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default)
PASS: test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false)
PASS: test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true)
PASS: test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader)
PASS: test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality)
PASS: test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location)
PASS: test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter)
PASS: test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality)
PASS: test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete)
PASS: test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package)
PASS: test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package)
PASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default)
PASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix)
PASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location)
PASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location)
PASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)
PASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)
PASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg)
PASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path)
PASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default)
PASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)
PASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)
PASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package)
PASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty)
PASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none)
PASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty)
PASS: test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default)
PASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package)
PASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader)
PASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false)
PASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)
PASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true)
PASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)
PASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false)
PASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true)
PASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin)
PASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package)
PASS: test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec)
PASS: test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load)
PASS: test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed)
PASS: test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed)
PASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)
PASS: test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced)
PASS: test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload)
PASS: test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes)
PASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs)
PASS: test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified)
PASS: test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin)
PASS: test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set)
PASS: test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source)
PASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag)
PASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix)
PASS: test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless)
PASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location)
PASS: test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default)
PASS: test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false)
PASS: test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true)
PASS: test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader)
PASS: test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality)
PASS: test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location)
PASS: test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter)
PASS: test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality)
PASS: test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete)
PASS: test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package)
PASS: test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package)
PASS: test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports)
SKIP: test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) 'not enough memory: 1.8G minimum needed'
PASS: test_import_failure_race_condition (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_failure_race_condition)
PASS: test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers)
SKIP: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) 'not enough memory: 1.8G minimum needed'
SKIP: test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) 'not enough memory: 3.7G minimum needed'
SKIP: test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) 'not enough memory: 3.7G minimum needed'
SKIP: test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) 'not enough memory: 3.7G minimum needed'
PASS: test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import)
PASS: test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding)
PASS: test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines)
PASS: test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default)
PASS: test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module)
PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package)
PASS: test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule)
PASS: test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module)
PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported)
PASS: test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing)
PASS: test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success)
PASS: test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules)
PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None)
PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None)
PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set)
PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__)
PASS: test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn)
PASS: test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length)
PASS: test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__)
PASS: test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__)
PASS: test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__)
PASS: test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__)
PASS: test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__)
PASS: test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__)
PASS: test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__)
PASS: test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module)
PASS: test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None)
PASS: test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module)
PASS: test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source)
PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd)
PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override)
PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)
PASS: test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix)
PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag)
PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot)
PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None)
PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string)
PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set)
PASS: test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override)
PASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg)
PASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)
PASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)
SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'
PASS: test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache)
PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path)
PASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)
PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization)
PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__)
PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag)
PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash)
PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt)
PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode)
PASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)
PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg)
PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots)
PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots)
PASS: test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute)
PASS: test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package)
PASS: test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape)
PASS: test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package)
PASS: test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package)
PASS: test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package)
PASS: test_complete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module)
PASS: test_incomplete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module)
PASS: test_single_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module)
PASS: test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number)
PASS: test_atomic_write_errors_if_unable_to_complete (test.test_importlib.test_util.MiscTests.test_atomic_write_errors_if_unable_to_complete)
PASS: test_atomic_write_retries_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_retries_incomplete_writes)
PASS: test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding)
PASS: test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines)
PASS: test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default)
PASS: test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module)
PASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package)
PASS: test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule)
PASS: test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module)
PASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported)
PASS: test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing)
PASS: test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success)
PASS: test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules)
PASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None)
PASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None)
PASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set)
PASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__)
PASS: test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn)
PASS: test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length)
PASS: test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__)
PASS: test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__)
PASS: test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__)
PASS: test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__)
PASS: test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__)
PASS: test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__)
PASS: test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__)
PASS: test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module)
PASS: test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None)
PASS: test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module)
PASS: test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source)
PASS: test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd)
PASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override)
PASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)
PASS: test_cache_from_source_in_root_with_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_in_root_with_pycache_prefix)
PASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag)
PASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot)
PASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None)
PASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string)
PASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set)
PASS: test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override)
PASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg)
PASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)
PASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)
SKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'
PASS: test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache)
PASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path)
PASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)
PASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization)
PASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__)
PASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag)
PASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash)
PASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt)
PASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode)
PASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)
PASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg)
PASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots)
PASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots)
PASS: test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute)
PASS: test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package)
PASS: test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape)
PASS: test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package)
PASS: test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package)
PASS: test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package)
SKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped.test.test_importlib.test_windows) "No module named 'winreg'"

----------------------------------------------------------------------
Ran 1346 tests in 5.073s

OK (skipped=18)
0:02:49 load avg: 3.71 [247/486] test_ioctl passed
PASS: test_bad_fd (test.test_ioctl.IoctlTestsPty.test_bad_fd)
PASS: test_ioctl_clear_input_or_output (test.test_ioctl.IoctlTestsPty.test_ioctl_clear_input_or_output)
PASS: test_ioctl_set_window_size (test.test_ioctl.IoctlTestsPty.test_ioctl_set_window_size)
PASS: test_ioctl_suspend_and_resume_output (test.test_ioctl.IoctlTestsPty.test_ioctl_suspend_and_resume_output)
PASS: test_ioctl_immutable_buf (test.test_ioctl.IoctlTestsTty.test_ioctl_immutable_buf)
PASS: test_ioctl_mutable_buf (test.test_ioctl.IoctlTestsTty.test_ioctl_mutable_buf)
PASS: test_ioctl_mutate (test.test_ioctl.IoctlTestsTty.test_ioctl_mutate)
PASS: test_ioctl_mutate_1024 (test.test_ioctl.IoctlTestsTty.test_ioctl_mutate_1024)
PASS: test_ioctl_mutate_2048 (test.test_ioctl.IoctlTestsTty.test_ioctl_mutate_2048)
PASS: test_ioctl_no_mutate_buf (test.test_ioctl.IoctlTestsTty.test_ioctl_no_mutate_buf)

----------------------------------------------------------------------
Ran 10 tests in 0.505s

OK
0:02:49 load avg: 3.71 [248/486] test_ipaddress passed
PASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4.test_bad_address_split)
PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4.test_bad_packed_length)
PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4.test_empty_address)
PASS: test_empty_octet (test.test_ipaddress.AddressTestCase_v4.test_empty_octet)
PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v4.test_floats_rejected)
PASS: test_format (test.test_ipaddress.AddressTestCase_v4.test_format)
PASS: test_int (test.test_ipaddress.AddressTestCase_v4.test_int)
PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v4.test_invalid_characters)
PASS: test_ipv6_mapped (test.test_ipaddress.AddressTestCase_v4.test_ipv6_mapped)
PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v4.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_negative_ints_rejected)
PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4.test_network_passed_as_address)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559)
PASS: test_octet_length (test.test_ipaddress.AddressTestCase_v4.test_octet_length)
PASS: test_octet_limit (test.test_ipaddress.AddressTestCase_v4.test_octet_limit)
PASS: test_packed (test.test_ipaddress.AddressTestCase_v4.test_packed)
PASS: test_pickle (test.test_ipaddress.AddressTestCase_v4.test_pickle)
PASS: test_weakref (test.test_ipaddress.AddressTestCase_v4.test_weakref)
PASS: test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon)
PASS: test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts)
PASS: test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon)
PASS: test_bad_address_split_v6_too_long (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_long)
PASS: test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_colons)
PASS: test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts)
PASS: test_bad_address_split_v6_too_many_parts_with_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_with_double_colon)
PASS: test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_trailing_colon)
PASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6.test_bad_packed_length)
PASS: test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6.test_bad_v4_part_in)
PASS: test_blank_scope_id (test.test_ipaddress.AddressTestCase_v6.test_blank_scope_id)
PASS: test_copy (test.test_ipaddress.AddressTestCase_v6.test_copy)
PASS: test_empty_address (test.test_ipaddress.AddressTestCase_v6.test_empty_address)
PASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v6.test_floats_rejected)
PASS: test_format (test.test_ipaddress.AddressTestCase_v6.test_format)
PASS: test_int (test.test_ipaddress.AddressTestCase_v6.test_int)
PASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v6.test_invalid_characters)
PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.AddressTestCase_v6.test_invalid_scope_id_with_percent)
PASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v6.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected)
PASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559)
PASS: test_packed (test.test_ipaddress.AddressTestCase_v6.test_packed)
PASS: test_part_length (test.test_ipaddress.AddressTestCase_v6.test_part_length)
PASS: test_pickle (test.test_ipaddress.AddressTestCase_v6.test_pickle)
PASS: test_weakref (test.test_ipaddress.AddressTestCase_v6.test_weakref)
PASS: test_containment (test.test_ipaddress.ComparisonTests.test_containment)
PASS: test_foreign_type_equality (test.test_ipaddress.ComparisonTests.test_foreign_type_equality)
PASS: test_foreign_type_ordering (test.test_ipaddress.ComparisonTests.test_foreign_type_ordering)
PASS: test_incompatible_versions (test.test_ipaddress.ComparisonTests.test_incompatible_versions)
PASS: test_mixed_type_equality (test.test_ipaddress.ComparisonTests.test_mixed_type_equality)
PASS: test_mixed_type_key (test.test_ipaddress.ComparisonTests.test_mixed_type_key)
PASS: test_mixed_type_ordering (test.test_ipaddress.ComparisonTests.test_mixed_type_ordering)
PASS: test_same_type_equality (test.test_ipaddress.ComparisonTests.test_same_type_equality)
PASS: test_same_type_ordering (test.test_ipaddress.ComparisonTests.test_same_type_ordering)
PASS: test_scoped_ipv6_equality (test.test_ipaddress.ComparisonTests.test_scoped_ipv6_equality)
PASS: test_v4_with_v6_scoped_equality (test.test_ipaddress.ComparisonTests.test_v4_with_v6_scoped_equality)
PASS: test_ip_address (test.test_ipaddress.FactoryFunctionErrors.test_ip_address)
PASS: test_ip_interface (test.test_ipaddress.FactoryFunctionErrors.test_ip_interface)
PASS: test_ip_network (test.test_ipaddress.FactoryFunctionErrors.test_ip_network)
PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v4.test_address_errors)
PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4.test_bad_packed_length)
PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v4.test_empty_address)
PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_floats_rejected)
PASS: test_int (test.test_ipaddress.InterfaceTestCase_v4.test_int)
PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_negative_ints_rejected)
PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_errors)
PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors)
PASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v4.test_no_mask)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559)
PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v4.test_packed)
PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v4.test_pickle)
PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask)
PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask)
PASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v6.test_address_errors)
PASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6.test_bad_packed_length)
PASS: test_blank_scope_id (test.test_ipaddress.InterfaceTestCase_v6.test_blank_scope_id)
PASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v6.test_empty_address)
PASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_floats_rejected)
PASS: test_int (test.test_ipaddress.InterfaceTestCase_v6.test_int)
PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.InterfaceTestCase_v6.test_invalid_scope_id_with_percent)
PASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_negative_ints_rejected)
PASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_errors)
PASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors)
PASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v6.test_no_mask)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559)
PASS: test_packed (test.test_ipaddress.InterfaceTestCase_v6.test_packed)
PASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v6.test_pickle)
PASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask)
PASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask)
PASS: testAddrExclude (test.test_ipaddress.IpaddrUnitTest.testAddrExclude)
PASS: testAddressComparison (test.test_ipaddress.IpaddrUnitTest.testAddressComparison)
PASS: testAddressIntMath (test.test_ipaddress.IpaddrUnitTest.testAddressIntMath)
PASS: testCollapsing (test.test_ipaddress.IpaddrUnitTest.testCollapsing)
PASS: testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest.testCompressIPv6Address)
PASS: testContains (test.test_ipaddress.IpaddrUnitTest.testContains)
PASS: testCopyConstructor (test.test_ipaddress.IpaddrUnitTest.testCopyConstructor)
PASS: testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest.testEmbeddedIpv4)
PASS: testEqual (test.test_ipaddress.IpaddrUnitTest.testEqual)
PASS: testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest.testExplodeShortHandIpStr)
PASS: testFancySubnetting (test.test_ipaddress.IpaddrUnitTest.testFancySubnetting)
PASS: testForceVersion (test.test_ipaddress.IpaddrUnitTest.testForceVersion)
PASS: testGetBroadcast (test.test_ipaddress.IpaddrUnitTest.testGetBroadcast)
PASS: testGetIp (test.test_ipaddress.IpaddrUnitTest.testGetIp)
PASS: testGetNetmask (test.test_ipaddress.IpaddrUnitTest.testGetNetmask)
PASS: testGetNetwork (test.test_ipaddress.IpaddrUnitTest.testGetNetwork)
PASS: testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest.testGetNum_Addresses)
PASS: testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest.testGetPrefixlen)
PASS: testGetScopeId (test.test_ipaddress.IpaddrUnitTest.testGetScopeId)
PASS: testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle128)
PASS: testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle32)
PASS: testGetSubnets (test.test_ipaddress.IpaddrUnitTest.testGetSubnets)
PASS: testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest.testGetSubnets3)
PASS: testGetSupernet (test.test_ipaddress.IpaddrUnitTest.testGetSupernet)
PASS: testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet3)
PASS: testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet4)
PASS: testGetitem (test.test_ipaddress.IpaddrUnitTest.testGetitem)
PASS: testHash (test.test_ipaddress.IpaddrUnitTest.testHash)
PASS: testHosts (test.test_ipaddress.IpaddrUnitTest.testHosts)
PASS: testIPBases (test.test_ipaddress.IpaddrUnitTest.testIPBases)
PASS: testIPVersion (test.test_ipaddress.IpaddrUnitTest.testIPVersion)
PASS: testIPv4Net (test.test_ipaddress.IpaddrUnitTest.testIPv4Net)
PASS: testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv4NetworkHelpers)
PASS: testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv4Tuple)
PASS: testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest.testIPv6AddressTooLarge)
PASS: testIPv6IPv4MappedStringRepresentation (test.test_ipaddress.IpaddrUnitTest.testIPv6IPv4MappedStringRepresentation)
PASS: testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv6NetworkHelpers)
PASS: testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv6Tuple)
PASS: testIntRepresentation (test.test_ipaddress.IpaddrUnitTest.testIntRepresentation)
PASS: testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest.testInterfaceComparison)
PASS: testInternals (test.test_ipaddress.IpaddrUnitTest.testInternals)
PASS: testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest.testInvalidIntToBytes)
PASS: testIpFromInt (test.test_ipaddress.IpaddrUnitTest.testIpFromInt)
PASS: testIpFromPacked (test.test_ipaddress.IpaddrUnitTest.testIpFromPacked)
PASS: testIpType (test.test_ipaddress.IpaddrUnitTest.testIpType)
PASS: testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest.testIpv4Mapped)
PASS: testIpv4MappedLoopbackCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedLoopbackCheck)
PASS: testIpv4MappedPrivateCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedPrivateCheck)
PASS: testIpv4MappedProperties (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedProperties)
PASS: testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest.testMaxPrefixLength)
PASS: testNetworkComparison (test.test_ipaddress.IpaddrUnitTest.testNetworkComparison)
PASS: testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest.testNetworkElementCaching)
PASS: testNetworkV4HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV4HashCollisions)
PASS: testNetworkV6HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV6HashCollisions)
PASS: testNotEqual (test.test_ipaddress.IpaddrUnitTest.testNotEqual)
PASS: testNth (test.test_ipaddress.IpaddrUnitTest.testNth)
PASS: testOverlaps (test.test_ipaddress.IpaddrUnitTest.testOverlaps)
PASS: testPacked (test.test_ipaddress.IpaddrUnitTest.testPacked)
PASS: testPrivateNetworks (test.test_ipaddress.IpaddrUnitTest.testPrivateNetworks)
PASS: testRepr (test.test_ipaddress.IpaddrUnitTest.testRepr)
PASS: testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv4)
PASS: testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv6)
PASS: testReversePointer (test.test_ipaddress.IpaddrUnitTest.testReversePointer)
PASS: testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash0Constructor)
PASS: testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash128Constructor)
PASS: testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash32Constructor)
PASS: testStrictNetworks (test.test_ipaddress.IpaddrUnitTest.testStrictNetworks)
PASS: testSubnet2 (test.test_ipaddress.IpaddrUnitTest.testSubnet2)
PASS: testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForLargeCidrDiff)
PASS: testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff)
PASS: testSummarizing (test.test_ipaddress.IpaddrUnitTest.testSummarizing)
PASS: testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSupernetFailsForLargeCidrDiff)
PASS: testTeredo (test.test_ipaddress.IpaddrUnitTest.testTeredo)
PASS: testV4HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV4HashIsNotConstant)
PASS: testV6HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV6HashIsNotConstant)
PASS: testWithStar (test.test_ipaddress.IpaddrUnitTest.testWithStar)
PASS: testZeroNetmask (test.test_ipaddress.IpaddrUnitTest.testZeroNetmask)
PASS: testsixtofour (test.test_ipaddress.IpaddrUnitTest.testsixtofour)
PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v4.test_address_errors)
PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4.test_bad_packed_length)
PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v4.test_empty_address)
PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4.test_floats_rejected)
PASS: test_int (test.test_ipaddress.NetworkTestCase_v4.test_int)
PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_negative_ints_rejected)
PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_errors)
PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors)
PASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v4.test_no_mask)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559)
PASS: test_packed (test.test_ipaddress.NetworkTestCase_v4.test_packed)
PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v4.test_pickle)
PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v4.test_split_netmask)
PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of)
PASS: test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_mixed_types)
PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v4.test_supernet_of)
PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4.test_valid_netmask)
PASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v6.test_address_errors)
PASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6.test_bad_packed_length)
PASS: test_blank_scope_id (test.test_ipaddress.NetworkTestCase_v6.test_blank_scope_id)
PASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v6.test_empty_address)
PASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6.test_floats_rejected)
PASS: test_int (test.test_ipaddress.NetworkTestCase_v6.test_int)
PASS: test_invalid_scope_id_with_percent (test.test_ipaddress.NetworkTestCase_v6.test_invalid_scope_id_with_percent)
PASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_large_ints_rejected)
PASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6.test_leading_zeros)
PASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_negative_ints_rejected)
PASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_errors)
PASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors)
PASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v6.test_no_mask)
PASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559)
PASS: test_packed (test.test_ipaddress.NetworkTestCase_v6.test_packed)
PASS: test_pickle (test.test_ipaddress.NetworkTestCase_v6.test_pickle)
PASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v6.test_split_netmask)
PASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v6.test_subnet_of)
PASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v6.test_supernet_of)
PASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6.test_valid_netmask)

----------------------------------------------------------------------
Ran 211 tests in 0.095s

OK
0:02:50 load avg: 3.71 [249/486] test_isinstance passed
PASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error)
PASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions.test_class_has_no_bases)
PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_dont_mask_non_attribute_error)
PASS: test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error)
PASS: test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error)
test_infinite_cycle_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_cycle_in_bases)
PASS: Regression test for bpo-30570.
PASS: test_infinite_recursion_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases)
test_infinite_recursion_via_bases_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_via_bases_tuple)
PASS: Regression test for bpo-30570.
test_infinitely_many_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinitely_many_bases)
PASS: Regression test for bpo-30570.
PASS: test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract)
PASS: test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal)
PASS: test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit)
PASS: test_isinstance_with_or_union (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_with_or_union)
PASS: test_issubclass_refcount_handling (test.test_isinstance.TestIsInstanceIsSubclass.test_issubclass_refcount_handling)
PASS: test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_abstract)
PASS: test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_normal)
PASS: test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_recursion_limit)
PASS: test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_tuple)
PASS: test_subclass_with_union (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_with_union)
PASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error)
PASS: test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg)
PASS: test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error)
PASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg)

----------------------------------------------------------------------
Ran 23 tests in 0.254s

OK
0:02:50 load avg: 3.71 [250/486] test_iter passed
PASS: test_3720 (test.test_iter.TestCase.test_3720)
PASS: test_builtin_filter (test.test_iter.TestCase.test_builtin_filter)
PASS: test_builtin_list (test.test_iter.TestCase.test_builtin_list)
PASS: test_builtin_map (test.test_iter.TestCase.test_builtin_map)
PASS: test_builtin_max_min (test.test_iter.TestCase.test_builtin_max_min)
PASS: test_builtin_tuple (test.test_iter.TestCase.test_builtin_tuple)
PASS: test_builtin_zip (test.test_iter.TestCase.test_builtin_zip)
PASS: test_countOf (test.test_iter.TestCase.test_countOf)
PASS: test_error_iter (test.test_iter.TestCase.test_error_iter)
PASS: test_exception_function (test.test_iter.TestCase.test_exception_function)
PASS: test_exception_locations (test.test_iter.TestCase.test_exception_locations)
PASS: test_exception_sequence (test.test_iter.TestCase.test_exception_sequence)
PASS: test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase.test_extending_list_with_iterator_does_not_segfault)
PASS: test_free_after_iterating (test.test_iter.TestCase.test_free_after_iterating)
PASS: test_in_and_not_in (test.test_iter.TestCase.test_in_and_not_in)
PASS: test_indexOf (test.test_iter.TestCase.test_indexOf)
PASS: test_iter_basic (test.test_iter.TestCase.test_iter_basic)
PASS: test_iter_big_range (test.test_iter.TestCase.test_iter_big_range)
PASS: test_iter_callable (test.test_iter.TestCase.test_iter_callable)
PASS: test_iter_class_for (test.test_iter.TestCase.test_iter_class_for)
PASS: test_iter_class_iter (test.test_iter.TestCase.test_iter_class_iter)
PASS: test_iter_dict (test.test_iter.TestCase.test_iter_dict)
PASS: test_iter_empty (test.test_iter.TestCase.test_iter_empty)
PASS: test_iter_file (test.test_iter.TestCase.test_iter_file)
PASS: test_iter_for_loop (test.test_iter.TestCase.test_iter_for_loop)
PASS: test_iter_function (test.test_iter.TestCase.test_iter_function)
PASS: test_iter_function_concealing_reentrant_exhaustion (test.test_iter.TestCase.test_iter_function_concealing_reentrant_exhaustion)
PASS: test_iter_function_stop (test.test_iter.TestCase.test_iter_function_stop)
PASS: test_iter_idempotency (test.test_iter.TestCase.test_iter_idempotency)
PASS: test_iter_independence (test.test_iter.TestCase.test_iter_independence)
PASS: test_iter_neg_setstate (test.test_iter.TestCase.test_iter_neg_setstate)
PASS: test_iter_overflow (test.test_iter.TestCase.test_iter_overflow)
PASS: test_iter_range (test.test_iter.TestCase.test_iter_range)
PASS: test_iter_string (test.test_iter.TestCase.test_iter_string)
PASS: test_iter_tuple (test.test_iter.TestCase.test_iter_tuple)
PASS: test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase.test_mutating_seq_class_exhausted_iter)
PASS: test_mutating_seq_class_iter_pickle (test.test_iter.TestCase.test_mutating_seq_class_iter_pickle)
PASS: test_nested_comprehensions_for (test.test_iter.TestCase.test_nested_comprehensions_for)
PASS: test_nested_comprehensions_iter (test.test_iter.TestCase.test_nested_comprehensions_iter)
PASS: test_new_style_iter_class (test.test_iter.TestCase.test_new_style_iter_class)
PASS: test_reduce_mutating_builtins_iter (test.test_iter.TestCase.test_reduce_mutating_builtins_iter)
PASS: test_ref_counting_behavior (test.test_iter.TestCase.test_ref_counting_behavior)
PASS: test_seq_class_for (test.test_iter.TestCase.test_seq_class_for)
PASS: test_seq_class_iter (test.test_iter.TestCase.test_seq_class_iter)
PASS: test_sinkstate_callable (test.test_iter.TestCase.test_sinkstate_callable)
PASS: test_sinkstate_dict (test.test_iter.TestCase.test_sinkstate_dict)
PASS: test_sinkstate_enumerate (test.test_iter.TestCase.test_sinkstate_enumerate)
PASS: test_sinkstate_list (test.test_iter.TestCase.test_sinkstate_list)
PASS: test_sinkstate_range (test.test_iter.TestCase.test_sinkstate_range)
PASS: test_sinkstate_sequence (test.test_iter.TestCase.test_sinkstate_sequence)
PASS: test_sinkstate_string (test.test_iter.TestCase.test_sinkstate_string)
PASS: test_sinkstate_tuple (test.test_iter.TestCase.test_sinkstate_tuple)
PASS: test_sinkstate_yield (test.test_iter.TestCase.test_sinkstate_yield)
PASS: test_stop_sequence (test.test_iter.TestCase.test_stop_sequence)
PASS: test_unicode_join_endcase (test.test_iter.TestCase.test_unicode_join_endcase)
PASS: test_unpack_iter (test.test_iter.TestCase.test_unpack_iter)
PASS: test_writelines (test.test_iter.TestCase.test_writelines)

----------------------------------------------------------------------
Ran 57 tests in 0.036s

OK
0:02:50 load avg: 3.71 [251/486] test_iterlen passed
PASS: test_immutable_during_iteration (test.test_iterlen.TestDeque.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestDeque.test_invariant)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestDequeReversed.test_invariant)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDictItems.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestDictItems.test_invariant)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDictKeys.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestDictKeys.test_invariant)
PASS: test_immutable_during_iteration (test.test_iterlen.TestDictValues.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestDictValues.test_invariant)
PASS: test_invalid_hint (test.test_iterlen.TestLengthHintExceptions.test_invalid_hint)
PASS: test_issue1242657 (test.test_iterlen.TestLengthHintExceptions.test_issue1242657)
PASS: test_invariant (test.test_iterlen.TestList.test_invariant)
PASS: test_mutation (test.test_iterlen.TestList.test_mutation)
PASS: test_invariant (test.test_iterlen.TestListReversed.test_invariant)
PASS: test_mutation (test.test_iterlen.TestListReversed.test_mutation)
PASS: test_invariant (test.test_iterlen.TestRepeat.test_invariant)
PASS: test_immutable_during_iteration (test.test_iterlen.TestSet.test_immutable_during_iteration)
PASS: test_invariant (test.test_iterlen.TestSet.test_invariant)
PASS: test_invariant (test.test_iterlen.TestTuple.test_invariant)
PASS: test_invariant (test.test_iterlen.TestXrange.test_invariant)
PASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed.test_invariant)

----------------------------------------------------------------------
Ran 22 tests in 0.002s

OK
0:02:52 load avg: 3.65 [252/486] test_itertools passed
PASS: test_repeat (test.test_itertools.LengthTransparency.test_repeat)
PASS: test_repeat_with_negative_times (test.test_itertools.LengthTransparency.test_repeat_with_negative_times)
PASS: test_issue30347_1 (test.test_itertools.RegressionTests.test_issue30347_1)
PASS: test_issue30347_2 (test.test_itertools.RegressionTests.test_issue30347_2)
SKIP: test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables) "resource 'cpu' is not enabled"
PASS: test_sf_793826 (test.test_itertools.RegressionTests.test_sf_793826)
PASS: test_sf_950057 (test.test_itertools.RegressionTests.test_sf_950057)
PASS: test_combinations_sizeof (test.test_itertools.SizeofTest.test_combinations_sizeof)
PASS: test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof)
PASS: test_permutations_sizeof (test.test_itertools.SizeofTest.test_permutations_sizeof)
PASS: test_product_sizeof (test.test_itertools.SizeofTest.test_product_sizeof)
PASS: test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass)
PASS: test_StopIteration (test.test_itertools.TestBasicOps.test_StopIteration)
PASS: test_accumulate (test.test_itertools.TestBasicOps.test_accumulate)
PASS: test_batched (test.test_itertools.TestBasicOps.test_batched)
PASS: test_bug_7244 (test.test_itertools.TestBasicOps.test_bug_7244)
PASS: test_chain (test.test_itertools.TestBasicOps.test_chain)
PASS: test_chain_from_iterable (test.test_itertools.TestBasicOps.test_chain_from_iterable)
PASS: test_combinations (test.test_itertools.TestBasicOps.test_combinations)
SKIP: test_combinations_overflow (test.test_itertools.TestBasicOps.test_combinations_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_combinations_result_gc (test.test_itertools.TestBasicOps.test_combinations_result_gc)
PASS: test_combinations_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_tuple_reuse)
PASS: test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement)
SKIP: test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc)
PASS: test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse)
PASS: test_combinatorics (test.test_itertools.TestBasicOps.test_combinatorics)
PASS: test_compress (test.test_itertools.TestBasicOps.test_compress)
PASS: test_count (test.test_itertools.TestBasicOps.test_count)
PASS: test_count_threading (test.test_itertools.TestBasicOps.test_count_threading)
PASS: test_count_with_step (test.test_itertools.TestBasicOps.test_count_with_step)
PASS: test_count_with_step_threading (test.test_itertools.TestBasicOps.test_count_with_step_threading)
PASS: test_cycle (test.test_itertools.TestBasicOps.test_cycle)
PASS: test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile)
PASS: test_filter (test.test_itertools.TestBasicOps.test_filter)
PASS: test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse)
PASS: test_groupby (test.test_itertools.TestBasicOps.test_groupby)
PASS: test_groupby_reentrant_eq_does_not_crash (test.test_itertools.TestBasicOps.test_groupby_reentrant_eq_does_not_crash)
PASS: test_grouper_reentrant_eq_does_not_crash (test.test_itertools.TestBasicOps.test_grouper_reentrant_eq_does_not_crash)
PASS: test_immutable_types (test.test_itertools.TestBasicOps.test_immutable_types)
PASS: test_islice (test.test_itertools.TestBasicOps.test_islice)
PASS: test_map (test.test_itertools.TestBasicOps.test_map)
PASS: test_pairwise (test.test_itertools.TestBasicOps.test_pairwise)
PASS: test_pairwise_reenter (test.test_itertools.TestBasicOps.test_pairwise_reenter)
PASS: test_pairwise_reenter2 (test.test_itertools.TestBasicOps.test_pairwise_reenter2)
PASS: test_pairwise_result_gc (test.test_itertools.TestBasicOps.test_pairwise_result_gc)
PASS: test_permutations (test.test_itertools.TestBasicOps.test_permutations)
SKIP: test_permutations_overflow (test.test_itertools.TestBasicOps.test_permutations_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_permutations_result_gc (test.test_itertools.TestBasicOps.test_permutations_result_gc)
PASS: test_permutations_tuple_reuse (test.test_itertools.TestBasicOps.test_permutations_tuple_reuse)
PASS: test_product (test.test_itertools.TestBasicOps.test_product)
SKIP: test_product_overflow (test.test_itertools.TestBasicOps.test_product_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_product_result_gc (test.test_itertools.TestBasicOps.test_product_result_gc)
PASS: test_product_tuple_reuse (test.test_itertools.TestBasicOps.test_product_tuple_reuse)
PASS: test_repeat (test.test_itertools.TestBasicOps.test_repeat)
PASS: test_repeat_with_negative_times (test.test_itertools.TestBasicOps.test_repeat_with_negative_times)
PASS: test_starmap (test.test_itertools.TestBasicOps.test_starmap)
PASS: test_takewhile (test.test_itertools.TestBasicOps.test_takewhile)
PASS: test_tee (test.test_itertools.TestBasicOps.test_tee)
PASS: test_tee_concurrent (test.test_itertools.TestBasicOps.test_tee_concurrent)
PASS: test_tee_dealloc_segfault (test.test_itertools.TestBasicOps.test_tee_dealloc_segfault)
PASS: test_tee_del_backward (test.test_itertools.TestBasicOps.test_tee_del_backward)
PASS: test_tee_reenter (test.test_itertools.TestBasicOps.test_tee_reenter)
PASS: test_zip (test.test_itertools.TestBasicOps.test_zip)
PASS: test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable)
PASS: test_zip_longest_result_gc (test.test_itertools.TestBasicOps.test_zip_longest_result_gc)
PASS: test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse)
PASS: test_zip_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_tuple_reuse)
PASS: test_ziplongest (test.test_itertools.TestBasicOps.test_ziplongest)
PASS: test_accumulate (test.test_itertools.TestExamples.test_accumulate)
PASS: test_chain (test.test_itertools.TestExamples.test_chain)
PASS: test_chain_from_iterable (test.test_itertools.TestExamples.test_chain_from_iterable)
PASS: test_combinations (test.test_itertools.TestExamples.test_combinations)
PASS: test_combinations_with_replacement (test.test_itertools.TestExamples.test_combinations_with_replacement)
PASS: test_compress (test.test_itertools.TestExamples.test_compress)
PASS: test_count (test.test_itertools.TestExamples.test_count)
PASS: test_cycle (test.test_itertools.TestExamples.test_cycle)
PASS: test_dropwhile (test.test_itertools.TestExamples.test_dropwhile)
PASS: test_filter (test.test_itertools.TestExamples.test_filter)
PASS: test_filterfalse (test.test_itertools.TestExamples.test_filterfalse)
PASS: test_groupby (test.test_itertools.TestExamples.test_groupby)
PASS: test_islice (test.test_itertools.TestExamples.test_islice)
PASS: test_map (test.test_itertools.TestExamples.test_map)
PASS: test_permutations (test.test_itertools.TestExamples.test_permutations)
PASS: test_product (test.test_itertools.TestExamples.test_product)
PASS: test_repeat (test.test_itertools.TestExamples.test_repeat)
PASS: test_stapmap (test.test_itertools.TestExamples.test_stapmap)
PASS: test_takewhile (test.test_itertools.TestExamples.test_takewhile)
PASS: test_zip (test.test_itertools.TestExamples.test_zip)
PASS: test_zip_longest (test.test_itertools.TestExamples.test_zip_longest)
PASS: test_accumulate (test.test_itertools.TestGC.test_accumulate)
PASS: test_batched (test.test_itertools.TestGC.test_batched)
PASS: test_chain (test.test_itertools.TestGC.test_chain)
PASS: test_chain_from_iterable (test.test_itertools.TestGC.test_chain_from_iterable)
PASS: test_combinations (test.test_itertools.TestGC.test_combinations)
PASS: test_combinations_with_replacement (test.test_itertools.TestGC.test_combinations_with_replacement)
PASS: test_compress (test.test_itertools.TestGC.test_compress)
PASS: test_count (test.test_itertools.TestGC.test_count)
PASS: test_cycle (test.test_itertools.TestGC.test_cycle)
PASS: test_dropwhile (test.test_itertools.TestGC.test_dropwhile)
PASS: test_filter (test.test_itertools.TestGC.test_filter)
PASS: test_filterfalse (test.test_itertools.TestGC.test_filterfalse)
PASS: test_groupby (test.test_itertools.TestGC.test_groupby)
PASS: test_islice (test.test_itertools.TestGC.test_islice)
PASS: test_issue2246 (test.test_itertools.TestGC.test_issue2246)
PASS: test_map (test.test_itertools.TestGC.test_map)
PASS: test_pairwise (test.test_itertools.TestGC.test_pairwise)
PASS: test_permutations (test.test_itertools.TestGC.test_permutations)
PASS: test_product (test.test_itertools.TestGC.test_product)
PASS: test_repeat (test.test_itertools.TestGC.test_repeat)
PASS: test_starmap (test.test_itertools.TestGC.test_starmap)
PASS: test_takewhile (test.test_itertools.TestGC.test_takewhile)
PASS: test_zip (test.test_itertools.TestGC.test_zip)
PASS: test_zip_longest (test.test_itertools.TestGC.test_zip_longest)
PASS: test_batched_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_batched_recipe)
PASS: test_groupby_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_groupby_recipe)
PASS: test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe)
PASS: test_tee_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_tee_recipe)
PASS: test_accumulate (test.test_itertools.TestVariousIteratorArgs.test_accumulate)
PASS: test_batched (test.test_itertools.TestVariousIteratorArgs.test_batched)
PASS: test_chain (test.test_itertools.TestVariousIteratorArgs.test_chain)
PASS: test_compress (test.test_itertools.TestVariousIteratorArgs.test_compress)
PASS: test_cycle (test.test_itertools.TestVariousIteratorArgs.test_cycle)
PASS: test_dropwhile (test.test_itertools.TestVariousIteratorArgs.test_dropwhile)
PASS: test_filter (test.test_itertools.TestVariousIteratorArgs.test_filter)
PASS: test_filterfalse (test.test_itertools.TestVariousIteratorArgs.test_filterfalse)
PASS: test_groupby (test.test_itertools.TestVariousIteratorArgs.test_groupby)
PASS: test_islice (test.test_itertools.TestVariousIteratorArgs.test_islice)
PASS: test_map (test.test_itertools.TestVariousIteratorArgs.test_map)
PASS: test_pairwise (test.test_itertools.TestVariousIteratorArgs.test_pairwise)
PASS: test_product (test.test_itertools.TestVariousIteratorArgs.test_product)
PASS: test_starmap (test.test_itertools.TestVariousIteratorArgs.test_starmap)
PASS: test_takewhile (test.test_itertools.TestVariousIteratorArgs.test_takewhile)
PASS: test_tee (test.test_itertools.TestVariousIteratorArgs.test_tee)
PASS: test_zip (test.test_itertools.TestVariousIteratorArgs.test_zip)
PASS: test_ziplongest (test.test_itertools.TestVariousIteratorArgs.test_ziplongest)
batched (itertools)
PASS: Doctest: itertools.batched

----------------------------------------------------------------------
Ran 137 tests in 1.472s

OK (skipped=5)
0:02:59 load avg: 3.60 [253/486] test_json passed
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
PASS: Doctest: json.encoder.JSONEncoder.encode
PASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)
PASS: test_cjson (test.test_json.TestCTest.test_cjson)
json ()
PASS: Doctest: json
encode (json.encoder.JSONEncoder)
PASS: Doctest: json.encoder.JSONEncoder.encode
PASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)
PASS: test_cjson (test.test_json.TestCTest.test_cjson)
PASS: test_bytes (test.test_json.test_decode.TestCDecode.test_bytes)
PASS: test_constant_invalid_case (test.test_json.test_decode.TestCDecode.test_constant_invalid_case)
PASS: test_decimal (test.test_json.test_decode.TestCDecode.test_decimal)
PASS: test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations)
PASS: test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects)
PASS: test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data)
PASS: test_float (test.test_json.test_decode.TestCDecode.test_float)
PASS: test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape)
PASS: test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type)
PASS: test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse)
PASS: test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int)
PASS: test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index)
PASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected)
PASS: test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook)
PASS: test_parse_constant (test.test_json.test_decode.TestCDecode.test_parse_constant)
PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom)
PASS: test_bytes (test.test_json.test_decode.TestPyDecode.test_bytes)
PASS: test_constant_invalid_case (test.test_json.test_decode.TestPyDecode.test_constant_invalid_case)
PASS: test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal)
PASS: test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations)
PASS: test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects)
PASS: test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data)
PASS: test_float (test.test_json.test_decode.TestPyDecode.test_float)
PASS: test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape)
PASS: test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type)
PASS: test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse)
PASS: test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int)
PASS: test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index)
PASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected)
PASS: test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook)
PASS: test_parse_constant (test.test_json.test_decode.TestPyDecode.test_parse_constant)
PASS: test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom)
PASS: test_bad_default (test.test_json.test_default.TestCDefault.test_bad_default)
PASS: test_default (test.test_json.test_default.TestCDefault.test_default)
PASS: test_ordereddict (test.test_json.test_default.TestCDefault.test_ordereddict)
PASS: test_bad_default (test.test_json.test_default.TestPyDefault.test_bad_default)
PASS: test_default (test.test_json.test_default.TestPyDefault.test_default)
PASS: test_ordereddict (test.test_json.test_default.TestPyDefault.test_ordereddict)
PASS: test_dump (test.test_json.test_dump.TestCDump.test_dump)
PASS: test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys)
PASS: test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestCDump.test_dump_skipkeys_indent_empty)
PASS: test_dumps (test.test_json.test_dump.TestCDump.test_dumps)
PASS: test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict)
PASS: test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated)
PASS: test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse)
PASS: test_large_list (test.test_json.test_dump.TestCDump.test_large_list)
PASS: test_skipkeys_indent (test.test_json.test_dump.TestCDump.test_skipkeys_indent)
PASS: test_dump (test.test_json.test_dump.TestPyDump.test_dump)
PASS: test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys)
PASS: test_dump_skipkeys_indent_empty (test.test_json.test_dump.TestPyDump.test_dump_skipkeys_indent_empty)
PASS: test_dumps (test.test_json.test_dump.TestPyDump.test_dumps)
PASS: test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict)
PASS: test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated)
PASS: test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse)
PASS: test_skipkeys_indent (test.test_json.test_dump.TestPyDump.test_skipkeys_indent)
PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii)
PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict)
SKIP: test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) 'not enough memory: 8589934592.0G minimum needed'
PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict)
PASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii)
PASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict)
PASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict)
PASS: test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys)
PASS: test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values)
PASS: test_floats (test.test_json.test_enum.TestCEnum.test_floats)
PASS: test_ints (test.test_json.test_enum.TestCEnum.test_ints)
PASS: test_list (test.test_json.test_enum.TestCEnum.test_list)
PASS: test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats)
PASS: test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys)
PASS: test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values)
PASS: test_floats (test.test_json.test_enum.TestPyEnum.test_floats)
PASS: test_ints (test.test_json.test_enum.TestPyEnum.test_ints)
PASS: test_list (test.test_json.test_enum.TestPyEnum.test_list)
PASS: test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats)
PASS: test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data)
PASS: test_failures (test.test_json.test_fail.TestCFail.test_failures)
PASS: test_linecol (test.test_json.test_fail.TestCFail.test_linecol)
PASS: test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict)
PASS: test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable)
PASS: test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input)
PASS: test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data)
PASS: test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data)
PASS: test_failures (test.test_json.test_fail.TestPyFail.test_failures)
PASS: test_linecol (test.test_json.test_fail.TestPyFail.test_linecol)
PASS: test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict)
PASS: test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable)
PASS: test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input)
PASS: test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data)
PASS: test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan)
PASS: test_floats (test.test_json.test_float.TestCFloat.test_floats)
PASS: test_ints (test.test_json.test_float.TestCFloat.test_ints)
PASS: test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range)
PASS: test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan)
PASS: test_floats (test.test_json.test_float.TestPyFloat.test_floats)
PASS: test_ints (test.test_json.test_float.TestPyFloat.test_ints)
PASS: test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range)
PASS: test_indent (test.test_json.test_indent.TestCIndent.test_indent)
PASS: test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0)
PASS: test_indent (test.test_json.test_indent.TestPyIndent.test_indent)
PASS: test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0)
PASS: test_parse (test.test_json.test_pass1.TestCPass1.test_parse)
PASS: test_parse (test.test_json.test_pass1.TestPyPass1.test_parse)
PASS: test_parse (test.test_json.test_pass2.TestCPass2.test_parse)
PASS: test_parse (test.test_json.test_pass2.TestPyPass2.test_parse)
PASS: test_parse (test.test_json.test_pass3.TestCPass3.test_parse)
PASS: test_parse (test.test_json.test_pass3.TestPyPass3.test_parse)
PASS: test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion)
PASS: test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion)
PASS: test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion)
PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding)
SKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) "resource 'cpu' is not enabled"
PASS: test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion)
PASS: test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion)
PASS: test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion)
PASS: test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion)
PASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding)
SKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) "resource 'cpu' is not enabled"
PASS: test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion)
PASS: test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes)
PASS: test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow)
PASS: test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring)
PASS: test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates)
PASS: test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes)
PASS: test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow)
PASS: test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring)
PASS: test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates)
PASS: test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators)
PASS: test_separators (test.test_json.test_separators.TestCSeparators.test_separators)
PASS: test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators)
PASS: test_separators (test.test_json.test_separators.TestPySeparators.test_separators)
PASS: test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args)
PASS: test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner)
PASS: test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args)
PASS: test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder)
PASS: test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder)
PASS: test_current_indent_level (test.test_json.test_speedups.TestEncode.test_current_indent_level)
PASS: test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder)
PASS: test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys)
PASS: test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii)
PASS: test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring)
PASS: test_broken_pipe_error (test.test_json.test_tool.TestMain.test_broken_pipe_error)
PASS: test_colors (test.test_json.test_tool.TestMain.test_colors)
PASS: test_compact (test.test_json.test_tool.TestMain.test_compact)
PASS: test_ensure_ascii_default (test.test_json.test_tool.TestMain.test_ensure_ascii_default)
PASS: test_help_flag (test.test_json.test_tool.TestMain.test_help_flag)
PASS: test_indent (test.test_json.test_tool.TestMain.test_indent)
PASS: test_infile_outfile (test.test_json.test_tool.TestMain.test_infile_outfile)
PASS: test_infile_stdout (test.test_json.test_tool.TestMain.test_infile_stdout)
PASS: test_jsonlines (test.test_json.test_tool.TestMain.test_jsonlines)
PASS: test_no_ensure_ascii_flag (test.test_json.test_tool.TestMain.test_no_ensure_ascii_flag)
PASS: test_no_indent (test.test_json.test_tool.TestMain.test_no_indent)
PASS: test_non_ascii_infile (test.test_json.test_tool.TestMain.test_non_ascii_infile)
PASS: test_sort_keys_flag (test.test_json.test_tool.TestMain.test_sort_keys_flag)
PASS: test_stdin_stdout (test.test_json.test_tool.TestMain.test_stdin_stdout)
PASS: test_tab (test.test_json.test_tool.TestMain.test_tab)
PASS: test_writing_in_place (test.test_json.test_tool.TestMain.test_writing_in_place)
PASS: test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error)
PASS: test_colors (test.test_json.test_tool.TestTool.test_colors)
PASS: test_compact (test.test_json.test_tool.TestTool.test_compact)
PASS: test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default)
PASS: test_help_flag (test.test_json.test_tool.TestTool.test_help_flag)
PASS: test_indent (test.test_json.test_tool.TestTool.test_indent)
PASS: test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile)
PASS: test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout)
PASS: test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines)
PASS: test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag)
PASS: test_no_indent (test.test_json.test_tool.TestTool.test_no_indent)
PASS: test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile)
PASS: test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag)
PASS: test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout)
PASS: test_tab (test.test_json.test_tool.TestTool.test_tab)
PASS: test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place)
PASS: test_ascii_non_printable_decode (test.test_json.test_unicode.TestCUnicode.test_ascii_non_printable_decode)
PASS: test_ascii_non_printable_encode (test.test_json.test_unicode.TestCUnicode.test_ascii_non_printable_encode)
PASS: test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode)
PASS: test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode)
PASS: test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode)
PASS: test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode)
PASS: test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3)
PASS: test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4)
PASS: test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5)
PASS: test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6)
PASS: test_encoding7 (test.test_json.test_unicode.TestCUnicode.test_encoding7)
PASS: test_escaped_decode (test.test_json.test_unicode.TestCUnicode.test_escaped_decode)
PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode)
PASS: test_single_surrogate_decode (test.test_json.test_unicode.TestCUnicode.test_single_surrogate_decode)
PASS: test_single_surrogate_encode (test.test_json.test_unicode.TestCUnicode.test_single_surrogate_encode)
PASS: test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode)
PASS: test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation)
PASS: test_ascii_non_printable_decode (test.test_json.test_unicode.TestPyUnicode.test_ascii_non_printable_decode)
PASS: test_ascii_non_printable_encode (test.test_json.test_unicode.TestPyUnicode.test_ascii_non_printable_encode)
PASS: test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode)
PASS: test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode)
PASS: test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode)
PASS: test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode)
PASS: test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3)
PASS: test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4)
PASS: test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5)
PASS: test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6)
PASS: test_encoding7 (test.test_json.test_unicode.TestPyUnicode.test_encoding7)
PASS: test_escaped_decode (test.test_json.test_unicode.TestPyUnicode.test_escaped_decode)
PASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode)
PASS: test_single_surrogate_decode (test.test_json.test_unicode.TestPyUnicode.test_single_surrogate_decode)
PASS: test_single_surrogate_encode (test.test_json.test_unicode.TestPyUnicode.test_single_surrogate_encode)
PASS: test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode)
PASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation)

----------------------------------------------------------------------
Ran 214 tests in 7.040s

OK (skipped=3)
0:02:59 load avg: 3.60 [254/486] test_keyword passed
PASS: test_all_keywords_fail_to_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_keywords_fail_to_be_used_as_names)
PASS: test_all_soft_keywords_can_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_soft_keywords_can_be_used_as_names)
PASS: test_async_and_await_are_keywords (test.test_keyword.Test_iskeyword.test_async_and_await_are_keywords)
PASS: test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword.test_changing_the_kwlist_does_not_affect_iskeyword)
PASS: test_changing_the_softkwlist_does_not_affect_issoftkeyword (test.test_keyword.Test_iskeyword.test_changing_the_softkwlist_does_not_affect_issoftkeyword)
PASS: test_keywords_are_sorted (test.test_keyword.Test_iskeyword.test_keywords_are_sorted)
PASS: test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_none_value_is_not_a_keyword)
PASS: test_soft_keywords (test.test_keyword.Test_iskeyword.test_soft_keywords)
PASS: test_softkeywords_are_sorted (test.test_keyword.Test_iskeyword.test_softkeywords_are_sorted)
PASS: test_true_is_a_keyword (test.test_keyword.Test_iskeyword.test_true_is_a_keyword)
PASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_uppercase_true_is_not_a_keyword)

----------------------------------------------------------------------
Ran 11 tests in 0.002s

OK
0:03:00 load avg: 3.60 [255/486] test_keywordonlyarg passed
PASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testFunctionCall)
PASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testKwDefaults)
PASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testRaiseErrorFuncallWithUnexpectedKeywordArgument)
PASS: testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionCall)
PASS: testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionDefinition)
PASS: testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxForManyArguments)
PASS: testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testTooManyPositionalErrorMessage)
PASS: test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_default_evaluation_order)
PASS: test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_issue13343)
PASS: test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_kwonly_methods)
PASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_mangling)

----------------------------------------------------------------------
Ran 11 tests in 0.003s

OK
0:03:00 load avg: 3.60 [256/486] test_kqueue skipped
test_kqueue skipped -- test works only on BSD
0:03:00 load avg: 3.60 [257/486] test_interpreters passed
PASS: test_after_destroy_all (test.test_interpreters.test_api.CreateTests.test_after_destroy_all)
PASS: test_after_destroy_some (test.test_interpreters.test_api.CreateTests.test_after_destroy_some)
PASS: test_in_main (test.test_interpreters.test_api.CreateTests.test_in_main)
PASS: test_in_subinterpreter (test.test_interpreters.test_api.CreateTests.test_in_subinterpreter)
PASS: test_in_thread (test.test_interpreters.test_api.CreateTests.test_in_thread)
PASS: test_created_with_capi (test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi)
PASS: test_idempotent (test.test_interpreters.test_api.GetCurrentTests.test_idempotent)
PASS: test_main (test.test_interpreters.test_api.GetCurrentTests.test_main)
PASS: test_subinterpreter (test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter)
PASS: test_current (test.test_interpreters.test_api.GetMainTests.test_current)
PASS: test_id (test.test_interpreters.test_api.GetMainTests.test_id)
PASS: test_idempotent (test.test_interpreters.test_api.GetMainTests.test_idempotent)
PASS: test_cleanup_in_repl (test.test_interpreters.test_api.InterpreterObjectTests.test_cleanup_in_repl)
PASS: test_equality (test.test_interpreters.test_api.InterpreterObjectTests.test_equality)
PASS: test_hashable (test.test_interpreters.test_api.InterpreterObjectTests.test_hashable)
PASS: test_id_readonly (test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly)
PASS: test_id_type (test.test_interpreters.test_api.InterpreterObjectTests.test_id_type)
PASS: test_idempotent (test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent)
PASS: test_init_bad_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id)
PASS: test_init_does_not_exist (test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist)
PASS: test_init_int (test.test_interpreters.test_api.InterpreterObjectTests.test_init_int)
PASS: test_init_interpreter_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id)
PASS: test_init_unsupported (test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported)
PASS: test_pickle (test.test_interpreters.test_api.InterpreterObjectTests.test_pickle)
PASS: test_whence (test.test_interpreters.test_api.InterpreterObjectTests.test_whence)
PASS: test_after_creating (test.test_interpreters.test_api.ListAllTests.test_after_creating)
PASS: test_after_destroying (test.test_interpreters.test_api.ListAllTests.test_after_destroying)
PASS: test_created_with_capi (test.test_interpreters.test_api.ListAllTests.test_created_with_capi)
PASS: test_idempotent (test.test_interpreters.test_api.ListAllTests.test_idempotent)
PASS: test_initial (test.test_interpreters.test_api.ListAllTests.test_initial)
PASS: test_call (test.test_interpreters.test_api.LowLevelTests.test_call)
PASS: test_contextvars_missing (test.test_interpreters.test_api.LowLevelTests.test_contextvars_missing)
PASS: test_create (test.test_interpreters.test_api.LowLevelTests.test_create)
PASS: test_destroy (test.test_interpreters.test_api.LowLevelTests.test_destroy)
PASS: test_exec (test.test_interpreters.test_api.LowLevelTests.test_exec)
PASS: test_get_config (test.test_interpreters.test_api.LowLevelTests.test_get_config)
PASS: test_get_current (test.test_interpreters.test_api.LowLevelTests.test_get_current)
PASS: test_get_main (test.test_interpreters.test_api.LowLevelTests.test_get_main)
PASS: test_is_running (test.test_interpreters.test_api.LowLevelTests.test_is_running)
PASS: test_list_all (test.test_interpreters.test_api.LowLevelTests.test_list_all)
PASS: test_new_config (test.test_interpreters.test_api.LowLevelTests.test_new_config)
PASS: test_set___main___attrs (test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs)
PASS: test_whence (test.test_interpreters.test_api.LowLevelTests.test_whence)
PASS: test_queue_aliases (test.test_interpreters.test_api.ModuleTests.test_queue_aliases)
PASS: test_call_in_thread (test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread)
PASS: test_call_invalid (test.test_interpreters.test_api.TestInterpreterCall.test_call_invalid)
PASS: test_call_valid (test.test_interpreters.test_api.TestInterpreterCall.test_call_valid)
PASS: test_callable_requires_frame (test.test_interpreters.test_api.TestInterpreterCall.test_callable_requires_frame)
PASS: test_full_args (test.test_interpreters.test_api.TestInterpreterCall.test_full_args)
PASS: test_full_defaults (test.test_interpreters.test_api.TestInterpreterCall.test_full_defaults)
PASS: test_func_in___main___hidden (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___hidden)
PASS: test_func_in___main___invalid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___invalid)
PASS: test_func_in___main___uses_globals (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___uses_globals)
PASS: test_func_in___main___valid (test.test_interpreters.test_api.TestInterpreterCall.test_func_in___main___valid)
PASS: test_globals_from_builtins (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_builtins)
PASS: test_globals_from_stateless_func (test.test_interpreters.test_api.TestInterpreterCall.test_globals_from_stateless_func)
PASS: test_modified_arg (test.test_interpreters.test_api.TestInterpreterCall.test_modified_arg)
PASS: test_raises (test.test_interpreters.test_api.TestInterpreterCall.test_raises)
PASS: test_stateless_func_returns_arg (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_func_returns_arg)
PASS: test_stateless_funcs (test.test_interpreters.test_api.TestInterpreterCall.test_stateless_funcs)
PASS: test_all (test.test_interpreters.test_api.TestInterpreterClose.test_all)
PASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed)
PASS: test_basic (test.test_interpreters.test_api.TestInterpreterClose.test_basic)
PASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi)
PASS: test_from_current (test.test_interpreters.test_api.TestInterpreterClose.test_from_current)
PASS: test_from_other_thread (test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread)
PASS: test_from_sibling (test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling)
PASS: test_main (test.test_interpreters.test_api.TestInterpreterClose.test_main)
PASS: test_remaining_daemon_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_daemon_threads)
PASS: test_remaining_threads (test.test_interpreters.test_api.TestInterpreterClose.test_remaining_threads)
SKIP: test_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_still_running) 'Fails on FreeBSD'
PASS: test_subthreads_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running)
SKIP: test_already_running (test.test_interpreters.test_api.TestInterpreterExec.test_already_running) 'Fails on FreeBSD'
PASS: test_bad_script (test.test_interpreters.test_api.TestInterpreterExec.test_bad_script)
PASS: test_bytes_for_script (test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script)
PASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi)
PASS: test_display_preserved_exception (test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception)
PASS: test_failure (test.test_interpreters.test_api.TestInterpreterExec.test_failure)
PASS: test_fork (test.test_interpreters.test_api.TestInterpreterExec.test_fork)
PASS: test_in_thread (test.test_interpreters.test_api.TestInterpreterExec.test_in_thread)
PASS: test_list_comprehension (test.test_interpreters.test_api.TestInterpreterExec.test_list_comprehension)
PASS: test_success (test.test_interpreters.test_api.TestInterpreterExec.test_success)
PASS: test_with_background_threads_still_running (test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running)
PASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed)
PASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi)
PASS: test_finished (test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished)
PASS: test_from_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter)
PASS: test_main (test.test_interpreters.test_api.TestInterpreterIsRunning.test_main)
SKIP: test_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter) 'Fails on FreeBSD'
PASS: test_with_only_background_threads (test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads)
PASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi)
PASS: test_dict (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict)
PASS: test_dict_and_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs)
PASS: test_empty (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty)
PASS: test_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs)
PASS: test_not_shareable (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable)
PASS: test_running (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running)
PASS: test_tuple (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple)
PASS: test_default_shareables (test.test_interpreters.test_api.TestIsShareable.test_default_shareables)
PASS: test_not_shareable (test.test_interpreters.test_api.TestIsShareable.test_not_shareable)
PASS: test_highlevel_reloaded (test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded)
PASS: test_create (test.test_interpreters.test_channels.TestChannels.test_create)
PASS: test_is_closed (test.test_interpreters.test_channels.TestChannels.test_is_closed)
PASS: test_list_all (test.test_interpreters.test_channels.TestChannels.test_list_all)
PASS: test_list_all_closed (test.test_interpreters.test_channels.TestChannels.test_list_all_closed)
PASS: test_shareable (test.test_interpreters.test_channels.TestChannels.test_shareable)
PASS: test_custom_id (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id)
PASS: test_equality (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality)
PASS: test_id_readonly (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly)
PASS: test_id_type (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type)
PASS: test_pickle (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle)
PASS: test_custom_id (test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id)
PASS: test_equality (test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality)
PASS: test_id_readonly (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly)
PASS: test_id_type (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type)
PASS: test_pickle (test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle)
PASS: test_recv_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist)
PASS: test_recv_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist)
PASS: test_recv_nowait_default (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default)
PASS: test_recv_nowait_empty (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty)
PASS: test_recv_timeout (test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout)
PASS: test_send_buffer (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer)
PASS: test_send_buffer_nowait (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait)
PASS: test_send_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist)
PASS: test_send_cleared_with_subinterpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter)
PASS: test_send_cleared_with_subinterpreter_mixed (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed)
PASS: test_send_cleared_with_subinterpreter_multiple (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple)
PASS: test_send_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist)
SKIP: test_send_recv_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters) 'broken (see BPO-...)'
PASS: test_send_recv_different_threads (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads)
PASS: test_send_recv_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main)
SKIP: test_send_recv_nowait_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters) 'broken (see BPO-...)'
PASS: test_send_recv_nowait_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main)
PASS: test_send_recv_nowait_main_with_default (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default)
PASS: test_send_recv_nowait_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter)
PASS: test_send_recv_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter)
PASS: test_gh_109793 (test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793)
PASS: test_sys_path_0 (test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0)
PASS: test_bind_release (test.test_interpreters.test_queues.LowLevelTests.test_bind_release)
PASS: test_create_destroy (test.test_interpreters.test_queues.LowLevelTests.test_create_destroy)
PASS: test_highlevel_reloaded (test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded)
PASS: test_not_destroyed (test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed)
PASS: test_create (test.test_interpreters.test_queues.QueueTests.test_create)
PASS: test_custom_id (test.test_interpreters.test_queues.QueueTests.test_custom_id)
PASS: test_equality (test.test_interpreters.test_queues.QueueTests.test_equality)
PASS: test_hashable (test.test_interpreters.test_queues.QueueTests.test_hashable)
PASS: test_id_readonly (test.test_interpreters.test_queues.QueueTests.test_id_readonly)
PASS: test_id_type (test.test_interpreters.test_queues.QueueTests.test_id_type)
PASS: test_maxsize_readonly (test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly)
PASS: test_pickle (test.test_interpreters.test_queues.QueueTests.test_pickle)
PASS: test_shareable (test.test_interpreters.test_queues.QueueTests.test_shareable)
PASS: test_empty (test.test_interpreters.test_queues.TestQueueOps.test_empty)
PASS: test_full (test.test_interpreters.test_queues.TestQueueOps.test_full)
PASS: test_get_nowait (test.test_interpreters.test_queues.TestQueueOps.test_get_nowait)
PASS: test_get_timeout (test.test_interpreters.test_queues.TestQueueOps.test_get_timeout)
PASS: test_put_cleared_with_subinterpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter)
PASS: test_put_cleared_with_subinterpreter_mixed (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed)
PASS: test_put_cleared_with_subinterpreter_multiple (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple)
PASS: test_put_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_full_fallback)
PASS: test_put_get_different_interpreters (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters)
PASS: test_put_get_different_threads (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads)
PASS: test_put_get_full_fallback (test.test_interpreters.test_queues.TestQueueOps.test_put_get_full_fallback)
PASS: test_put_get_main (test.test_interpreters.test_queues.TestQueueOps.test_put_get_main)
PASS: test_put_get_same_interpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter)
PASS: test_put_nowait (test.test_interpreters.test_queues.TestQueueOps.test_put_nowait)
PASS: test_put_timeout (test.test_interpreters.test_queues.TestQueueOps.test_put_timeout)
PASS: test_qsize (test.test_interpreters.test_queues.TestQueueOps.test_qsize)
PASS: test_create_interpreter_no_memory (test.test_interpreters.test_stress.StressTests.test_create_interpreter_no_memory)
SKIP: test_create_many_sequential (test.test_interpreters.test_stress.StressTests.test_create_many_sequential) "resource 'cpu' is not enabled"
SKIP: test_create_many_threaded (test.test_interpreters.test_stress.StressTests.test_create_many_threaded) 'not enough memory: 6.2G minimum needed'
SKIP: test_many_threads_running_interp_in_other_interp (test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp) 'not enough memory: 6.6G minimum needed'

----------------------------------------------------------------------
Ran 171 tests in 12.924s

OK (skipped=8)
0:03:00 load avg: 3.60 [258/486] test_largefile passed
SKIP: test_large_read (test.test_largefile.CLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'
PASS: test_lseek (test.test_largefile.CLargeFileTest.test_lseek)
PASS: test_osstat (test.test_largefile.CLargeFileTest.test_osstat)
PASS: test_seek_read (test.test_largefile.CLargeFileTest.test_seek_read)
SKIP: test_seek_readall (test.test_largefile.CLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'
PASS: test_seekable (test.test_largefile.CLargeFileTest.test_seekable)
PASS: test_truncate (test.test_largefile.CLargeFileTest.test_truncate)
SKIP: test_large_read (test.test_largefile.PyLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'
PASS: test_lseek (test.test_largefile.PyLargeFileTest.test_lseek)
PASS: test_osstat (test.test_largefile.PyLargeFileTest.test_osstat)
PASS: test_seek_read (test.test_largefile.PyLargeFileTest.test_seek_read)
SKIP: test_seek_readall (test.test_largefile.PyLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'
PASS: test_seekable (test.test_largefile.PyLargeFileTest.test_seekable)
PASS: test_truncate (test.test_largefile.PyLargeFileTest.test_truncate)
SKIP: test_it (test.test_largefile.TestCopyfile.test_it) 'required 5960 MiB of free disk space'
SKIP: test_it (test.test_largefile.TestSocketSendfile.test_it) 'required 5960 MiB of free disk space'

----------------------------------------------------------------------
Ran 16 tests in 0.003s

OK (skipped=6)
0:03:00 load avg: 3.60 [259/486] test_launcher skipped
test_launcher skipped -- test only applies to Windows
0:03:00 load avg: 3.60 [260/486] test_io passed
PASS: test_BufferedIOBase_destructor (test.test_io.CIOTest.test_BufferedIOBase_destructor)
PASS: test_BufferedIOBase_readinto (test.test_io.CIOTest.test_BufferedIOBase_readinto)
PASS: test_IOBase_destructor (test.test_io.CIOTest.test_IOBase_destructor)
PASS: test_IOBase_finalize (test.test_io.CIOTest.test_IOBase_finalize)
PASS: test_RawIOBase_destructor (test.test_io.CIOTest.test_RawIOBase_destructor)
PASS: test_RawIOBase_read (test.test_io.CIOTest.test_RawIOBase_read)
PASS: test_RawIOBase_read_bounds_checking (test.test_io.CIOTest.test_RawIOBase_read_bounds_checking)
PASS: test_RawIOBase_readall (test.test_io.CIOTest.test_RawIOBase_readall)
PASS: test_TextIOBase_destructor (test.test_io.CIOTest.test_TextIOBase_destructor)
PASS: test_append_mode_tell (test.test_io.CIOTest.test_append_mode_tell)
PASS: test_array_writes (test.test_io.CIOTest.test_array_writes)
PASS: test_bad_opener_negative_1 (test.test_io.CIOTest.test_bad_opener_negative_1)
PASS: test_bad_opener_other_negative (test.test_io.CIOTest.test_bad_opener_other_negative)
PASS: test_buffered_file_io (test.test_io.CIOTest.test_buffered_file_io)
PASS: test_buffered_readinto_mixin (test.test_io.CIOTest.test_buffered_readinto_mixin)
PASS: test_close_assert (test.test_io.CIOTest.test_close_assert)
PASS: test_close_flushes (test.test_io.CIOTest.test_close_flushes)
PASS: test_closefd (test.test_io.CIOTest.test_closefd)
PASS: test_closefd_attr (test.test_io.CIOTest.test_closefd_attr)
PASS: test_destructor (test.test_io.CIOTest.test_destructor)
PASS: test_fileio_closefd (test.test_io.CIOTest.test_fileio_closefd)
PASS: test_flush_error_on_close (test.test_io.CIOTest.test_flush_error_on_close)
PASS: test_fspath_support (test.test_io.CIOTest.test_fspath_support)
PASS: test_garbage_collection (test.test_io.CIOTest.test_garbage_collection)
PASS: test_invalid_newline (test.test_io.CIOTest.test_invalid_newline)
PASS: test_invalid_operations (test.test_io.CIOTest.test_invalid_operations)
PASS: test_large_file_ops (test.test_io.CIOTest.test_large_file_ops)
PASS: test_multi_close (test.test_io.CIOTest.test_multi_close)
PASS: test_next_nonsizeable (test.test_io.CIOTest.test_next_nonsizeable)
PASS: test_no_closefd_with_filename (test.test_io.CIOTest.test_no_closefd_with_filename)
PASS: test_nonbuffered_textio (test.test_io.CIOTest.test_nonbuffered_textio)
PASS: test_open_handles_NUL_chars (test.test_io.CIOTest.test_open_handles_NUL_chars)
PASS: test_opener (test.test_io.CIOTest.test_opener)
PASS: test_opener_invalid_fd (test.test_io.CIOTest.test_opener_invalid_fd)
PASS: test_optional_abilities (test.test_io.CIOTest.test_optional_abilities)
PASS: test_raw_bytes_io (test.test_io.CIOTest.test_raw_bytes_io)
PASS: test_raw_file_io (test.test_io.CIOTest.test_raw_file_io)
PASS: test_read_closed (test.test_io.CIOTest.test_read_closed)
PASS: test_readline (test.test_io.CIOTest.test_readline)
PASS: test_readline_nonsizeable (test.test_io.CIOTest.test_readline_nonsizeable)
PASS: test_startup_optimization (test.test_io.CIOTest.test_startup_optimization)
PASS: test_types_have_dict (test.test_io.CIOTest.test_types_have_dict)
SKIP: test_unbounded_file (test.test_io.CIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'
PASS: test_with_open (test.test_io.CIOTest.test_with_open)
PASS: test_write_readline_races (test.test_io.CIOTest.test_write_readline_races)
PASS: test_BufferedIOBase_destructor (test.test_io.PyIOTest.test_BufferedIOBase_destructor)
PASS: test_BufferedIOBase_readinto (test.test_io.PyIOTest.test_BufferedIOBase_readinto)
PASS: test_IOBase_destructor (test.test_io.PyIOTest.test_IOBase_destructor)
PASS: test_RawIOBase_destructor (test.test_io.PyIOTest.test_RawIOBase_destructor)
PASS: test_RawIOBase_read (test.test_io.PyIOTest.test_RawIOBase_read)
PASS: test_RawIOBase_read_bounds_checking (test.test_io.PyIOTest.test_RawIOBase_read_bounds_checking)
PASS: test_RawIOBase_readall (test.test_io.PyIOTest.test_RawIOBase_readall)
PASS: test_TextIOBase_destructor (test.test_io.PyIOTest.test_TextIOBase_destructor)
PASS: test_append_mode_tell (test.test_io.PyIOTest.test_append_mode_tell)
PASS: test_array_writes (test.test_io.PyIOTest.test_array_writes)
PASS: test_bad_opener_negative_1 (test.test_io.PyIOTest.test_bad_opener_negative_1)
PASS: test_bad_opener_other_negative (test.test_io.PyIOTest.test_bad_opener_other_negative)
PASS: test_buffered_file_io (test.test_io.PyIOTest.test_buffered_file_io)
PASS: test_buffered_readinto_mixin (test.test_io.PyIOTest.test_buffered_readinto_mixin)
PASS: test_close_assert (test.test_io.PyIOTest.test_close_assert)
PASS: test_close_flushes (test.test_io.PyIOTest.test_close_flushes)
PASS: test_closefd (test.test_io.PyIOTest.test_closefd)
PASS: test_closefd_attr (test.test_io.PyIOTest.test_closefd_attr)
PASS: test_destructor (test.test_io.PyIOTest.test_destructor)
PASS: test_fileio_closefd (test.test_io.PyIOTest.test_fileio_closefd)
PASS: test_flush_error_on_close (test.test_io.PyIOTest.test_flush_error_on_close)
PASS: test_fspath_support (test.test_io.PyIOTest.test_fspath_support)
PASS: test_garbage_collection (test.test_io.PyIOTest.test_garbage_collection)
PASS: test_invalid_newline (test.test_io.PyIOTest.test_invalid_newline)
PASS: test_invalid_operations (test.test_io.PyIOTest.test_invalid_operations)
PASS: test_large_file_ops (test.test_io.PyIOTest.test_large_file_ops)
PASS: test_multi_close (test.test_io.PyIOTest.test_multi_close)
PASS: test_next_nonsizeable (test.test_io.PyIOTest.test_next_nonsizeable)
PASS: test_no_closefd_with_filename (test.test_io.PyIOTest.test_no_closefd_with_filename)
PASS: test_nonbuffered_textio (test.test_io.PyIOTest.test_nonbuffered_textio)
PASS: test_open_handles_NUL_chars (test.test_io.PyIOTest.test_open_handles_NUL_chars)
PASS: test_opener (test.test_io.PyIOTest.test_opener)
PASS: test_opener_invalid_fd (test.test_io.PyIOTest.test_opener_invalid_fd)
PASS: test_optional_abilities (test.test_io.PyIOTest.test_optional_abilities)
PASS: test_raw_bytes_io (test.test_io.PyIOTest.test_raw_bytes_io)
PASS: test_raw_file_io (test.test_io.PyIOTest.test_raw_file_io)
PASS: test_read_closed (test.test_io.PyIOTest.test_read_closed)
PASS: test_readline (test.test_io.PyIOTest.test_readline)
PASS: test_readline_nonsizeable (test.test_io.PyIOTest.test_readline_nonsizeable)
PASS: test_startup_optimization (test.test_io.PyIOTest.test_startup_optimization)
PASS: test_types_have_dict (test.test_io.PyIOTest.test_types_have_dict)
SKIP: test_unbounded_file (test.test_io.PyIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'
PASS: test_with_open (test.test_io.PyIOTest.test_with_open)
PASS: test_write_readline_races (test.test_io.PyIOTest.test_write_readline_races)
test_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest.test_RawIOBase_io_in_pyio_match)
PASS: Test that pyio RawIOBase class has all c RawIOBase methods
test_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest.test_RawIOBase_pyio_in_io_match)
PASS: Test that c RawIOBase class has all pyio RawIOBase methods
PASS: test_args_error (test.test_io.CBufferedReaderTest.test_args_error)
PASS: test_bad_readinto_type (test.test_io.CBufferedReaderTest.test_bad_readinto_type)
PASS: test_bad_readinto_value (test.test_io.CBufferedReaderTest.test_bad_readinto_value)
PASS: test_buffer_freeing (test.test_io.CBufferedReaderTest.test_buffer_freeing)
PASS: test_buffering (test.test_io.CBufferedReaderTest.test_buffering)
PASS: test_close_error_on_close (test.test_io.CBufferedReaderTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.CBufferedReaderTest.test_constructor)
PASS: test_context_manager (test.test_io.CBufferedReaderTest.test_context_manager)
PASS: test_detach (test.test_io.CBufferedReaderTest.test_detach)
PASS: test_error_through_destructor (test.test_io.CBufferedReaderTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.CBufferedReaderTest.test_fileno)
PASS: test_flush_error_on_close (test.test_io.CBufferedReaderTest.test_flush_error_on_close)
PASS: test_garbage_collection (test.test_io.CBufferedReaderTest.test_garbage_collection)
PASS: test_initialization (test.test_io.CBufferedReaderTest.test_initialization)
PASS: test_invalid_args (test.test_io.CBufferedReaderTest.test_invalid_args)
PASS: test_misbehaved_io (test.test_io.CBufferedReaderTest.test_misbehaved_io)
PASS: test_misbehaved_io_read (test.test_io.CBufferedReaderTest.test_misbehaved_io_read)
PASS: test_multi_close (test.test_io.CBufferedReaderTest.test_multi_close)
PASS: test_no_extraneous_read (test.test_io.CBufferedReaderTest.test_no_extraneous_read)
PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.CBufferedReaderTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.CBufferedReaderTest.test_pickling_subclass)
PASS: test_read (test.test_io.CBufferedReaderTest.test_read)
PASS: test_read1 (test.test_io.CBufferedReaderTest.test_read1)
PASS: test_read1_arbitrary (test.test_io.CBufferedReaderTest.test_read1_arbitrary)
PASS: test_read_all (test.test_io.CBufferedReaderTest.test_read_all)
PASS: test_read_non_blocking (test.test_io.CBufferedReaderTest.test_read_non_blocking)
PASS: test_read_on_closed (test.test_io.CBufferedReaderTest.test_read_on_closed)
PASS: test_read_past_eof (test.test_io.CBufferedReaderTest.test_read_past_eof)
PASS: test_readinto (test.test_io.CBufferedReaderTest.test_readinto)
PASS: test_readinto1 (test.test_io.CBufferedReaderTest.test_readinto1)
PASS: test_readinto1_array (test.test_io.CBufferedReaderTest.test_readinto1_array)
PASS: test_readinto_array (test.test_io.CBufferedReaderTest.test_readinto_array)
PASS: test_readlines (test.test_io.CBufferedReaderTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.CBufferedReaderTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.CBufferedReaderTest.test_recursive_repr)
PASS: test_repr (test.test_io.CBufferedReaderTest.test_repr)
PASS: test_seek_character_device_file (test.test_io.CBufferedReaderTest.test_seek_character_device_file)
PASS: test_sizeof (test.test_io.CBufferedReaderTest.test_sizeof)
PASS: test_tell_character_device_file (test.test_io.CBufferedReaderTest.test_tell_character_device_file)
SKIP: test_threads (test.test_io.CBufferedReaderTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate_on_read_only (test.test_io.CBufferedReaderTest.test_truncate_on_read_only)
PASS: test_uninitialized (test.test_io.CBufferedReaderTest.test_uninitialized)
PASS: test_unseekable (test.test_io.CBufferedReaderTest.test_unseekable)
PASS: test_buffering (test.test_io.PyBufferedReaderTest.test_buffering)
PASS: test_close_error_on_close (test.test_io.PyBufferedReaderTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.PyBufferedReaderTest.test_constructor)
PASS: test_context_manager (test.test_io.PyBufferedReaderTest.test_context_manager)
PASS: test_detach (test.test_io.PyBufferedReaderTest.test_detach)
PASS: test_error_through_destructor (test.test_io.PyBufferedReaderTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.PyBufferedReaderTest.test_fileno)
PASS: test_flush_error_on_close (test.test_io.PyBufferedReaderTest.test_flush_error_on_close)
PASS: test_invalid_args (test.test_io.PyBufferedReaderTest.test_invalid_args)
PASS: test_misbehaved_io (test.test_io.PyBufferedReaderTest.test_misbehaved_io)
PASS: test_multi_close (test.test_io.PyBufferedReaderTest.test_multi_close)
PASS: test_no_extraneous_read (test.test_io.PyBufferedReaderTest.test_no_extraneous_read)
PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.PyBufferedReaderTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.PyBufferedReaderTest.test_pickling_subclass)
PASS: test_read (test.test_io.PyBufferedReaderTest.test_read)
PASS: test_read1 (test.test_io.PyBufferedReaderTest.test_read1)
PASS: test_read1_arbitrary (test.test_io.PyBufferedReaderTest.test_read1_arbitrary)
PASS: test_read_all (test.test_io.PyBufferedReaderTest.test_read_all)
PASS: test_read_non_blocking (test.test_io.PyBufferedReaderTest.test_read_non_blocking)
PASS: test_read_on_closed (test.test_io.PyBufferedReaderTest.test_read_on_closed)
PASS: test_read_past_eof (test.test_io.PyBufferedReaderTest.test_read_past_eof)
PASS: test_readinto (test.test_io.PyBufferedReaderTest.test_readinto)
PASS: test_readinto1 (test.test_io.PyBufferedReaderTest.test_readinto1)
PASS: test_readinto1_array (test.test_io.PyBufferedReaderTest.test_readinto1_array)
PASS: test_readinto_array (test.test_io.PyBufferedReaderTest.test_readinto_array)
PASS: test_readlines (test.test_io.PyBufferedReaderTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.PyBufferedReaderTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.PyBufferedReaderTest.test_recursive_repr)
PASS: test_repr (test.test_io.PyBufferedReaderTest.test_repr)
PASS: test_seek_character_device_file (test.test_io.PyBufferedReaderTest.test_seek_character_device_file)
PASS: test_tell_character_device_file (test.test_io.PyBufferedReaderTest.test_tell_character_device_file)
SKIP: test_threads (test.test_io.PyBufferedReaderTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate_on_read_only (test.test_io.PyBufferedReaderTest.test_truncate_on_read_only)
PASS: test_uninitialized (test.test_io.PyBufferedReaderTest.test_uninitialized)
PASS: test_unseekable (test.test_io.PyBufferedReaderTest.test_unseekable)
PASS: test_args_error (test.test_io.CBufferedWriterTest.test_args_error)
PASS: test_buffer_freeing (test.test_io.CBufferedWriterTest.test_buffer_freeing)
PASS: test_close_error_on_close (test.test_io.CBufferedWriterTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.CBufferedWriterTest.test_constructor)
PASS: test_context_manager (test.test_io.CBufferedWriterTest.test_context_manager)
PASS: test_destructor (test.test_io.CBufferedWriterTest.test_destructor)
PASS: test_detach (test.test_io.CBufferedWriterTest.test_detach)
PASS: test_detach_flush (test.test_io.CBufferedWriterTest.test_detach_flush)
PASS: test_error_through_destructor (test.test_io.CBufferedWriterTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.CBufferedWriterTest.test_fileno)
PASS: test_flush (test.test_io.CBufferedWriterTest.test_flush)
PASS: test_flush_error_on_close (test.test_io.CBufferedWriterTest.test_flush_error_on_close)
PASS: test_garbage_collection (test.test_io.CBufferedWriterTest.test_garbage_collection)
PASS: test_initialization (test.test_io.CBufferedWriterTest.test_initialization)
PASS: test_invalid_args (test.test_io.CBufferedWriterTest.test_invalid_args)
PASS: test_max_buffer_size_removal (test.test_io.CBufferedWriterTest.test_max_buffer_size_removal)
PASS: test_misbehaved_io (test.test_io.CBufferedWriterTest.test_misbehaved_io)
PASS: test_multi_close (test.test_io.CBufferedWriterTest.test_multi_close)
PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.CBufferedWriterTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.CBufferedWriterTest.test_pickling_subclass)
PASS: test_readonly_attributes (test.test_io.CBufferedWriterTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.CBufferedWriterTest.test_recursive_repr)
PASS: test_repr (test.test_io.CBufferedWriterTest.test_repr)
PASS: test_sizeof (test.test_io.CBufferedWriterTest.test_sizeof)
PASS: test_slow_close_from_thread (test.test_io.CBufferedWriterTest.test_slow_close_from_thread)
SKIP: test_threads (test.test_io.CBufferedWriterTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate (test.test_io.CBufferedWriterTest.test_truncate)
PASS: test_truncate_after_write (test.test_io.CBufferedWriterTest.test_truncate_after_write)
PASS: test_uninitialized (test.test_io.CBufferedWriterTest.test_uninitialized)
PASS: test_unseekable (test.test_io.CBufferedWriterTest.test_unseekable)
PASS: test_write (test.test_io.CBufferedWriterTest.test_write)
PASS: test_write_and_rewind (test.test_io.CBufferedWriterTest.test_write_and_rewind)
PASS: test_write_error_on_close (test.test_io.CBufferedWriterTest.test_write_error_on_close)
PASS: test_write_non_blocking (test.test_io.CBufferedWriterTest.test_write_non_blocking)
PASS: test_write_overflow (test.test_io.CBufferedWriterTest.test_write_overflow)
PASS: test_writelines (test.test_io.CBufferedWriterTest.test_writelines)
PASS: test_writelines_error (test.test_io.CBufferedWriterTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.CBufferedWriterTest.test_writelines_userlist)
PASS: test_writes (test.test_io.CBufferedWriterTest.test_writes)
PASS: test_writes_and_flushes (test.test_io.CBufferedWriterTest.test_writes_and_flushes)
PASS: test_writes_and_seeks (test.test_io.CBufferedWriterTest.test_writes_and_seeks)
PASS: test_writes_and_truncates (test.test_io.CBufferedWriterTest.test_writes_and_truncates)
PASS: test_close_error_on_close (test.test_io.PyBufferedWriterTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.PyBufferedWriterTest.test_constructor)
PASS: test_context_manager (test.test_io.PyBufferedWriterTest.test_context_manager)
PASS: test_destructor (test.test_io.PyBufferedWriterTest.test_destructor)
PASS: test_detach (test.test_io.PyBufferedWriterTest.test_detach)
PASS: test_detach_flush (test.test_io.PyBufferedWriterTest.test_detach_flush)
PASS: test_error_through_destructor (test.test_io.PyBufferedWriterTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.PyBufferedWriterTest.test_fileno)
PASS: test_flush (test.test_io.PyBufferedWriterTest.test_flush)
PASS: test_flush_error_on_close (test.test_io.PyBufferedWriterTest.test_flush_error_on_close)
PASS: test_invalid_args (test.test_io.PyBufferedWriterTest.test_invalid_args)
PASS: test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest.test_max_buffer_size_removal)
PASS: test_misbehaved_io (test.test_io.PyBufferedWriterTest.test_misbehaved_io)
PASS: test_multi_close (test.test_io.PyBufferedWriterTest.test_multi_close)
PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.PyBufferedWriterTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.PyBufferedWriterTest.test_pickling_subclass)
PASS: test_readonly_attributes (test.test_io.PyBufferedWriterTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.PyBufferedWriterTest.test_recursive_repr)
PASS: test_repr (test.test_io.PyBufferedWriterTest.test_repr)
PASS: test_slow_close_from_thread (test.test_io.PyBufferedWriterTest.test_slow_close_from_thread)
SKIP: test_threads (test.test_io.PyBufferedWriterTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate (test.test_io.PyBufferedWriterTest.test_truncate)
PASS: test_truncate_after_write (test.test_io.PyBufferedWriterTest.test_truncate_after_write)
PASS: test_uninitialized (test.test_io.PyBufferedWriterTest.test_uninitialized)
PASS: test_unseekable (test.test_io.PyBufferedWriterTest.test_unseekable)
PASS: test_write (test.test_io.PyBufferedWriterTest.test_write)
PASS: test_write_and_rewind (test.test_io.PyBufferedWriterTest.test_write_and_rewind)
PASS: test_write_error_on_close (test.test_io.PyBufferedWriterTest.test_write_error_on_close)
PASS: test_write_non_blocking (test.test_io.PyBufferedWriterTest.test_write_non_blocking)
PASS: test_write_overflow (test.test_io.PyBufferedWriterTest.test_write_overflow)
PASS: test_writelines (test.test_io.PyBufferedWriterTest.test_writelines)
PASS: test_writelines_error (test.test_io.PyBufferedWriterTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.PyBufferedWriterTest.test_writelines_userlist)
PASS: test_writes (test.test_io.PyBufferedWriterTest.test_writes)
PASS: test_writes_and_flushes (test.test_io.PyBufferedWriterTest.test_writes_and_flushes)
PASS: test_writes_and_seeks (test.test_io.PyBufferedWriterTest.test_writes_and_seeks)
PASS: test_writes_and_truncates (test.test_io.PyBufferedWriterTest.test_writes_and_truncates)
PASS: test_close_and_closed (test.test_io.CBufferedRWPairTest.test_close_and_closed)
PASS: test_constructor (test.test_io.CBufferedRWPairTest.test_constructor)
PASS: test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest.test_constructor_max_buffer_size_removal)
PASS: test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_readable)
PASS: test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_writeable)
PASS: test_detach (test.test_io.CBufferedRWPairTest.test_detach)
PASS: test_isatty (test.test_io.CBufferedRWPairTest.test_isatty)
PASS: test_peek (test.test_io.CBufferedRWPairTest.test_peek)
PASS: test_read (test.test_io.CBufferedRWPairTest.test_read)
PASS: test_read1 (test.test_io.CBufferedRWPairTest.test_read1)
PASS: test_readable (test.test_io.CBufferedRWPairTest.test_readable)
PASS: test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_close_error_on_close)
PASS: test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_writer_close_error_on_close)
PASS: test_readinto (test.test_io.CBufferedRWPairTest.test_readinto)
PASS: test_readlines (test.test_io.CBufferedRWPairTest.test_readlines)
PASS: test_seekable (test.test_io.CBufferedRWPairTest.test_seekable)
PASS: test_uninitialized (test.test_io.CBufferedRWPairTest.test_uninitialized)
PASS: test_weakref_clearing (test.test_io.CBufferedRWPairTest.test_weakref_clearing)
PASS: test_write (test.test_io.CBufferedRWPairTest.test_write)
PASS: test_writeable (test.test_io.CBufferedRWPairTest.test_writeable)
PASS: test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_writer_close_error_on_close)
PASS: test_close_and_closed (test.test_io.PyBufferedRWPairTest.test_close_and_closed)
PASS: test_constructor (test.test_io.PyBufferedRWPairTest.test_constructor)
PASS: test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal)
PASS: test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_readable)
PASS: test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_writeable)
PASS: test_detach (test.test_io.PyBufferedRWPairTest.test_detach)
PASS: test_isatty (test.test_io.PyBufferedRWPairTest.test_isatty)
PASS: test_peek (test.test_io.PyBufferedRWPairTest.test_peek)
PASS: test_read (test.test_io.PyBufferedRWPairTest.test_read)
PASS: test_read1 (test.test_io.PyBufferedRWPairTest.test_read1)
PASS: test_readable (test.test_io.PyBufferedRWPairTest.test_readable)
PASS: test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_close_error_on_close)
PASS: test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_writer_close_error_on_close)
PASS: test_readinto (test.test_io.PyBufferedRWPairTest.test_readinto)
PASS: test_readlines (test.test_io.PyBufferedRWPairTest.test_readlines)
PASS: test_seekable (test.test_io.PyBufferedRWPairTest.test_seekable)
PASS: test_uninitialized (test.test_io.PyBufferedRWPairTest.test_uninitialized)
PASS: test_weakref_clearing (test.test_io.PyBufferedRWPairTest.test_weakref_clearing)
PASS: test_write (test.test_io.PyBufferedRWPairTest.test_write)
PASS: test_writeable (test.test_io.PyBufferedRWPairTest.test_writeable)
PASS: test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_writer_close_error_on_close)
PASS: test_args_error (test.test_io.CBufferedRandomTest.test_args_error)
PASS: test_buffer_freeing (test.test_io.CBufferedRandomTest.test_buffer_freeing)
PASS: test_buffering (test.test_io.CBufferedRandomTest.test_buffering)
PASS: test_close_error_on_close (test.test_io.CBufferedRandomTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.CBufferedRandomTest.test_constructor)
PASS: test_context_manager (test.test_io.CBufferedRandomTest.test_context_manager)
PASS: test_destructor (test.test_io.CBufferedRandomTest.test_destructor)
PASS: test_detach (test.test_io.CBufferedRandomTest.test_detach)
PASS: test_detach_flush (test.test_io.CBufferedRandomTest.test_detach_flush)
PASS: test_error_through_destructor (test.test_io.CBufferedRandomTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.CBufferedRandomTest.test_fileno)
PASS: test_flush (test.test_io.CBufferedRandomTest.test_flush)
PASS: test_flush_and_peek (test.test_io.CBufferedRandomTest.test_flush_and_peek)
PASS: test_flush_and_read (test.test_io.CBufferedRandomTest.test_flush_and_read)
PASS: test_flush_and_readinto (test.test_io.CBufferedRandomTest.test_flush_and_readinto)
PASS: test_flush_and_write (test.test_io.CBufferedRandomTest.test_flush_and_write)
PASS: test_flush_error_on_close (test.test_io.CBufferedRandomTest.test_flush_error_on_close)
PASS: test_garbage_collection (test.test_io.CBufferedRandomTest.test_garbage_collection)
PASS: test_interleaved_read_write (test.test_io.CBufferedRandomTest.test_interleaved_read_write)
PASS: test_interleaved_readline_write (test.test_io.CBufferedRandomTest.test_interleaved_readline_write)
PASS: test_invalid_args (test.test_io.CBufferedRandomTest.test_invalid_args)
PASS: test_max_buffer_size_removal (test.test_io.CBufferedRandomTest.test_max_buffer_size_removal)
PASS: test_misbehaved_io (test.test_io.CBufferedRandomTest.test_misbehaved_io)
PASS: test_multi_close (test.test_io.CBufferedRandomTest.test_multi_close)
PASS: test_no_extraneous_read (test.test_io.CBufferedRandomTest.test_no_extraneous_read)
PASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.CBufferedRandomTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.CBufferedRandomTest.test_pickling_subclass)
PASS: test_read (test.test_io.CBufferedRandomTest.test_read)
PASS: test_read1 (test.test_io.CBufferedRandomTest.test_read1)
PASS: test_read1_after_write (test.test_io.CBufferedRandomTest.test_read1_after_write)
PASS: test_read1_arbitrary (test.test_io.CBufferedRandomTest.test_read1_arbitrary)
PASS: test_read_all (test.test_io.CBufferedRandomTest.test_read_all)
PASS: test_read_and_write (test.test_io.CBufferedRandomTest.test_read_and_write)
PASS: test_read_non_blocking (test.test_io.CBufferedRandomTest.test_read_non_blocking)
PASS: test_read_on_closed (test.test_io.CBufferedRandomTest.test_read_on_closed)
PASS: test_read_past_eof (test.test_io.CBufferedRandomTest.test_read_past_eof)
PASS: test_readinto (test.test_io.CBufferedRandomTest.test_readinto)
PASS: test_readinto1 (test.test_io.CBufferedRandomTest.test_readinto1)
PASS: test_readinto1_array (test.test_io.CBufferedRandomTest.test_readinto1_array)
PASS: test_readinto_array (test.test_io.CBufferedRandomTest.test_readinto_array)
PASS: test_readlines (test.test_io.CBufferedRandomTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.CBufferedRandomTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.CBufferedRandomTest.test_recursive_repr)
PASS: test_repr (test.test_io.CBufferedRandomTest.test_repr)
PASS: test_seek_and_tell (test.test_io.CBufferedRandomTest.test_seek_and_tell)
PASS: test_seek_character_device_file (test.test_io.CBufferedRandomTest.test_seek_character_device_file)
PASS: test_sizeof (test.test_io.CBufferedRandomTest.test_sizeof)
PASS: test_slow_close_from_thread (test.test_io.CBufferedRandomTest.test_slow_close_from_thread)
PASS: test_tell_character_device_file (test.test_io.CBufferedRandomTest.test_tell_character_device_file)
SKIP: test_threads (test.test_io.CBufferedRandomTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate (test.test_io.CBufferedRandomTest.test_truncate)
PASS: test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest.test_truncate_after_read_or_write)
PASS: test_truncate_after_write (test.test_io.CBufferedRandomTest.test_truncate_after_write)
PASS: test_uninitialized (test.test_io.CBufferedRandomTest.test_uninitialized)
PASS: test_write (test.test_io.CBufferedRandomTest.test_write)
PASS: test_write_after_readahead (test.test_io.CBufferedRandomTest.test_write_after_readahead)
PASS: test_write_and_rewind (test.test_io.CBufferedRandomTest.test_write_and_rewind)
PASS: test_write_error_on_close (test.test_io.CBufferedRandomTest.test_write_error_on_close)
PASS: test_write_non_blocking (test.test_io.CBufferedRandomTest.test_write_non_blocking)
PASS: test_write_overflow (test.test_io.CBufferedRandomTest.test_write_overflow)
PASS: test_write_rewind_write (test.test_io.CBufferedRandomTest.test_write_rewind_write)
PASS: test_writelines (test.test_io.CBufferedRandomTest.test_writelines)
PASS: test_writelines_error (test.test_io.CBufferedRandomTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.CBufferedRandomTest.test_writelines_userlist)
PASS: test_writes (test.test_io.CBufferedRandomTest.test_writes)
PASS: test_writes_and_flushes (test.test_io.CBufferedRandomTest.test_writes_and_flushes)
PASS: test_writes_and_peek (test.test_io.CBufferedRandomTest.test_writes_and_peek)
PASS: test_writes_and_read1s (test.test_io.CBufferedRandomTest.test_writes_and_read1s)
PASS: test_writes_and_readintos (test.test_io.CBufferedRandomTest.test_writes_and_readintos)
PASS: test_writes_and_reads (test.test_io.CBufferedRandomTest.test_writes_and_reads)
PASS: test_writes_and_seeks (test.test_io.CBufferedRandomTest.test_writes_and_seeks)
PASS: test_writes_and_truncates (test.test_io.CBufferedRandomTest.test_writes_and_truncates)
PASS: test_buffering (test.test_io.PyBufferedRandomTest.test_buffering)
PASS: test_close_error_on_close (test.test_io.PyBufferedRandomTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.PyBufferedRandomTest.test_constructor)
PASS: test_context_manager (test.test_io.PyBufferedRandomTest.test_context_manager)
PASS: test_destructor (test.test_io.PyBufferedRandomTest.test_destructor)
PASS: test_detach (test.test_io.PyBufferedRandomTest.test_detach)
PASS: test_detach_flush (test.test_io.PyBufferedRandomTest.test_detach_flush)
PASS: test_error_through_destructor (test.test_io.PyBufferedRandomTest.test_error_through_destructor)
PASS: test_fileno (test.test_io.PyBufferedRandomTest.test_fileno)
PASS: test_flush (test.test_io.PyBufferedRandomTest.test_flush)
PASS: test_flush_and_peek (test.test_io.PyBufferedRandomTest.test_flush_and_peek)
PASS: test_flush_and_read (test.test_io.PyBufferedRandomTest.test_flush_and_read)
PASS: test_flush_and_readinto (test.test_io.PyBufferedRandomTest.test_flush_and_readinto)
PASS: test_flush_and_write (test.test_io.PyBufferedRandomTest.test_flush_and_write)
PASS: test_flush_error_on_close (test.test_io.PyBufferedRandomTest.test_flush_error_on_close)
PASS: test_interleaved_read_write (test.test_io.PyBufferedRandomTest.test_interleaved_read_write)
PASS: test_interleaved_readline_write (test.test_io.PyBufferedRandomTest.test_interleaved_readline_write)
PASS: test_invalid_args (test.test_io.PyBufferedRandomTest.test_invalid_args)
PASS: test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest.test_max_buffer_size_removal)
PASS: test_misbehaved_io (test.test_io.PyBufferedRandomTest.test_misbehaved_io)
PASS: test_multi_close (test.test_io.PyBufferedRandomTest.test_multi_close)
PASS: test_no_extraneous_read (test.test_io.PyBufferedRandomTest.test_no_extraneous_read)
PASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.PyBufferedRandomTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.PyBufferedRandomTest.test_pickling_subclass)
PASS: test_read (test.test_io.PyBufferedRandomTest.test_read)
PASS: test_read1 (test.test_io.PyBufferedRandomTest.test_read1)
PASS: test_read1_after_write (test.test_io.PyBufferedRandomTest.test_read1_after_write)
PASS: test_read1_arbitrary (test.test_io.PyBufferedRandomTest.test_read1_arbitrary)
PASS: test_read_all (test.test_io.PyBufferedRandomTest.test_read_all)
PASS: test_read_and_write (test.test_io.PyBufferedRandomTest.test_read_and_write)
PASS: test_read_non_blocking (test.test_io.PyBufferedRandomTest.test_read_non_blocking)
PASS: test_read_on_closed (test.test_io.PyBufferedRandomTest.test_read_on_closed)
PASS: test_read_past_eof (test.test_io.PyBufferedRandomTest.test_read_past_eof)
PASS: test_readinto (test.test_io.PyBufferedRandomTest.test_readinto)
PASS: test_readinto1 (test.test_io.PyBufferedRandomTest.test_readinto1)
PASS: test_readinto1_array (test.test_io.PyBufferedRandomTest.test_readinto1_array)
PASS: test_readinto_array (test.test_io.PyBufferedRandomTest.test_readinto_array)
PASS: test_readlines (test.test_io.PyBufferedRandomTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.PyBufferedRandomTest.test_readonly_attributes)
PASS: test_recursive_repr (test.test_io.PyBufferedRandomTest.test_recursive_repr)
PASS: test_repr (test.test_io.PyBufferedRandomTest.test_repr)
PASS: test_seek_and_tell (test.test_io.PyBufferedRandomTest.test_seek_and_tell)
PASS: test_seek_character_device_file (test.test_io.PyBufferedRandomTest.test_seek_character_device_file)
PASS: test_slow_close_from_thread (test.test_io.PyBufferedRandomTest.test_slow_close_from_thread)
PASS: test_tell_character_device_file (test.test_io.PyBufferedRandomTest.test_tell_character_device_file)
SKIP: test_threads (test.test_io.PyBufferedRandomTest.test_threads) "resource 'cpu' is not enabled"
PASS: test_truncate (test.test_io.PyBufferedRandomTest.test_truncate)
PASS: test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest.test_truncate_after_read_or_write)
PASS: test_truncate_after_write (test.test_io.PyBufferedRandomTest.test_truncate_after_write)
PASS: test_uninitialized (test.test_io.PyBufferedRandomTest.test_uninitialized)
PASS: test_write (test.test_io.PyBufferedRandomTest.test_write)
PASS: test_write_after_readahead (test.test_io.PyBufferedRandomTest.test_write_after_readahead)
PASS: test_write_and_rewind (test.test_io.PyBufferedRandomTest.test_write_and_rewind)
PASS: test_write_error_on_close (test.test_io.PyBufferedRandomTest.test_write_error_on_close)
PASS: test_write_non_blocking (test.test_io.PyBufferedRandomTest.test_write_non_blocking)
PASS: test_write_overflow (test.test_io.PyBufferedRandomTest.test_write_overflow)
PASS: test_write_rewind_write (test.test_io.PyBufferedRandomTest.test_write_rewind_write)
PASS: test_writelines (test.test_io.PyBufferedRandomTest.test_writelines)
PASS: test_writelines_error (test.test_io.PyBufferedRandomTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.PyBufferedRandomTest.test_writelines_userlist)
PASS: test_writes (test.test_io.PyBufferedRandomTest.test_writes)
PASS: test_writes_and_flushes (test.test_io.PyBufferedRandomTest.test_writes_and_flushes)
PASS: test_writes_and_peek (test.test_io.PyBufferedRandomTest.test_writes_and_peek)
PASS: test_writes_and_read1s (test.test_io.PyBufferedRandomTest.test_writes_and_read1s)
PASS: test_writes_and_readintos (test.test_io.PyBufferedRandomTest.test_writes_and_readintos)
PASS: test_writes_and_reads (test.test_io.PyBufferedRandomTest.test_writes_and_reads)
PASS: test_writes_and_seeks (test.test_io.PyBufferedRandomTest.test_writes_and_seeks)
PASS: test_writes_and_truncates (test.test_io.PyBufferedRandomTest.test_writes_and_truncates)
PASS: test_decoder (test.test_io.StatefulIncrementalDecoderTest.test_decoder)
PASS: test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest.test_newline_bytes)
PASS: test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest.test_newline_decoder)
PASS: test_translate (test.test_io.CIncrementalNewlineDecoderTest.test_translate)
PASS: test_uninitialized (test.test_io.CIncrementalNewlineDecoderTest.test_uninitialized)
PASS: test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_bytes)
PASS: test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_decoder)
PASS: test_translate (test.test_io.PyIncrementalNewlineDecoderTest.test_translate)
PASS: test_append_bom (test.test_io.CTextIOWrapperTest.test_append_bom)
PASS: test_basic_io (test.test_io.CTextIOWrapperTest.test_basic_io)
PASS: test_bufio_write_through (test.test_io.CTextIOWrapperTest.test_bufio_write_through)
PASS: test_close_error_on_close (test.test_io.CTextIOWrapperTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.CTextIOWrapperTest.test_constructor)
PASS: test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_with_encoding)
PASS: test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_without_encoding)
PASS: test_default_encoding (test.test_io.CTextIOWrapperTest.test_default_encoding)
PASS: test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError)
PASS: test_destructor (test.test_io.CTextIOWrapperTest.test_destructor)
PASS: test_detach (test.test_io.CTextIOWrapperTest.test_detach)
PASS: test_encoded_writes (test.test_io.CTextIOWrapperTest.test_encoded_writes)
PASS: test_encoding (test.test_io.CTextIOWrapperTest.test_encoding)
PASS: test_encoding_errors_reading (test.test_io.CTextIOWrapperTest.test_encoding_errors_reading)
PASS: test_encoding_errors_writing (test.test_io.CTextIOWrapperTest.test_encoding_errors_writing)
PASS: test_error_through_destructor (test.test_io.CTextIOWrapperTest.test_error_through_destructor)
PASS: test_errors_property (test.test_io.CTextIOWrapperTest.test_errors_property)
PASS: test_flush_error_on_close (test.test_io.CTextIOWrapperTest.test_flush_error_on_close)
PASS: test_garbage_collection (test.test_io.CTextIOWrapperTest.test_garbage_collection)
PASS: test_illegal_decoder (test.test_io.CTextIOWrapperTest.test_illegal_decoder)
PASS: test_illegal_encoder (test.test_io.CTextIOWrapperTest.test_illegal_encoder)
PASS: test_initialization (test.test_io.CTextIOWrapperTest.test_initialization)
PASS: test_internal_buffer_size (test.test_io.CTextIOWrapperTest.test_internal_buffer_size)
PASS: test_issue119506 (test.test_io.CTextIOWrapperTest.test_issue119506)
PASS: test_issue1395_1 (test.test_io.CTextIOWrapperTest.test_issue1395_1)
PASS: test_issue1395_2 (test.test_io.CTextIOWrapperTest.test_issue1395_2)
PASS: test_issue1395_3 (test.test_io.CTextIOWrapperTest.test_issue1395_3)
PASS: test_issue1395_4 (test.test_io.CTextIOWrapperTest.test_issue1395_4)
PASS: test_issue1395_5 (test.test_io.CTextIOWrapperTest.test_issue1395_5)
PASS: test_issue142594 (test.test_io.CTextIOWrapperTest.test_issue142594)
PASS: test_issue2282 (test.test_io.CTextIOWrapperTest.test_issue2282)
PASS: test_issue22849 (test.test_io.CTextIOWrapperTest.test_issue22849)
PASS: test_issue25862 (test.test_io.CTextIOWrapperTest.test_issue25862)
PASS: test_issue35928 (test.test_io.CTextIOWrapperTest.test_issue35928)
PASS: test_line_buffering (test.test_io.CTextIOWrapperTest.test_line_buffering)
PASS: test_multi_close (test.test_io.CTextIOWrapperTest.test_multi_close)
PASS: test_multibyte_seek_and_tell (test.test_io.CTextIOWrapperTest.test_multibyte_seek_and_tell)
PASS: test_newlines (test.test_io.CTextIOWrapperTest.test_newlines)
PASS: test_newlines_input (test.test_io.CTextIOWrapperTest.test_newlines_input)
PASS: test_newlines_output (test.test_io.CTextIOWrapperTest.test_newlines_output)
PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)
PASS: test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.CTextIOWrapperTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.CTextIOWrapperTest.test_pickling_subclass)
PASS: test_rawio (test.test_io.CTextIOWrapperTest.test_rawio)
PASS: test_rawio_write_through (test.test_io.CTextIOWrapperTest.test_rawio_write_through)
PASS: test_read_by_chunk (test.test_io.CTextIOWrapperTest.test_read_by_chunk)
PASS: test_read_byteslike (test.test_io.CTextIOWrapperTest.test_read_byteslike)
PASS: test_read_non_blocking (test.test_io.CTextIOWrapperTest.test_read_non_blocking)
PASS: test_read_nonbytes (test.test_io.CTextIOWrapperTest.test_read_nonbytes)
PASS: test_read_one_by_one (test.test_io.CTextIOWrapperTest.test_read_one_by_one)
PASS: test_readlines (test.test_io.CTextIOWrapperTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.CTextIOWrapperTest.test_readonly_attributes)
PASS: test_reconfigure_defaults (test.test_io.CTextIOWrapperTest.test_reconfigure_defaults)
PASS: test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest.test_reconfigure_encoding_read)
PASS: test_reconfigure_errors (test.test_io.CTextIOWrapperTest.test_reconfigure_errors)
PASS: test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest.test_reconfigure_line_buffering)
PASS: test_reconfigure_locale (test.test_io.CTextIOWrapperTest.test_reconfigure_locale)
PASS: test_reconfigure_newline (test.test_io.CTextIOWrapperTest.test_reconfigure_newline)
PASS: test_reconfigure_write (test.test_io.CTextIOWrapperTest.test_reconfigure_write)
PASS: test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest.test_reconfigure_write_fromascii)
PASS: test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest.test_reconfigure_write_non_seekable)
PASS: test_reconfigure_write_through (test.test_io.CTextIOWrapperTest.test_reconfigure_write_through)
PASS: test_recursive_repr (test.test_io.CTextIOWrapperTest.test_recursive_repr)
PASS: test_repr (test.test_io.CTextIOWrapperTest.test_repr)
PASS: test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest.test_rwpair_cleared_before_textio)
PASS: test_seek_and_tell (test.test_io.CTextIOWrapperTest.test_seek_and_tell)
PASS: test_seek_append_bom (test.test_io.CTextIOWrapperTest.test_seek_append_bom)
PASS: test_seek_bom (test.test_io.CTextIOWrapperTest.test_seek_bom)
PASS: test_seek_with_encoder_state (test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state)
PASS: test_seeking (test.test_io.CTextIOWrapperTest.test_seeking)
PASS: test_seeking_too (test.test_io.CTextIOWrapperTest.test_seeking_too)
PASS: test_subclass_repr (test.test_io.CTextIOWrapperTest.test_subclass_repr)
PASS: test_tell_after_readline_with_cr (test.test_io.CTextIOWrapperTest.test_tell_after_readline_with_cr)
PASS: test_telling (test.test_io.CTextIOWrapperTest.test_telling)
PASS: test_threads_write (test.test_io.CTextIOWrapperTest.test_threads_write)
PASS: test_uninitialized (test.test_io.CTextIOWrapperTest.test_uninitialized)
PASS: test_unreadable (test.test_io.CTextIOWrapperTest.test_unreadable)
PASS: test_unseekable (test.test_io.CTextIOWrapperTest.test_unseekable)
PASS: test_writelines (test.test_io.CTextIOWrapperTest.test_writelines)
PASS: test_writelines_error (test.test_io.CTextIOWrapperTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.CTextIOWrapperTest.test_writelines_userlist)
PASS: test_append_bom (test.test_io.PyTextIOWrapperTest.test_append_bom)
PASS: test_basic_io (test.test_io.PyTextIOWrapperTest.test_basic_io)
PASS: test_bufio_write_through (test.test_io.PyTextIOWrapperTest.test_bufio_write_through)
PASS: test_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_close_error_on_close)
PASS: test_constructor (test.test_io.PyTextIOWrapperTest.test_constructor)
PASS: test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding)
PASS: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding)
PASS: test_default_encoding (test.test_io.PyTextIOWrapperTest.test_default_encoding)
PASS: test_destructor (test.test_io.PyTextIOWrapperTest.test_destructor)
PASS: test_detach (test.test_io.PyTextIOWrapperTest.test_detach)
PASS: test_encoded_writes (test.test_io.PyTextIOWrapperTest.test_encoded_writes)
PASS: test_encoding (test.test_io.PyTextIOWrapperTest.test_encoding)
PASS: test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest.test_encoding_errors_reading)
PASS: test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest.test_encoding_errors_writing)
PASS: test_error_through_destructor (test.test_io.PyTextIOWrapperTest.test_error_through_destructor)
PASS: test_errors_property (test.test_io.PyTextIOWrapperTest.test_errors_property)
PASS: test_flush_error_on_close (test.test_io.PyTextIOWrapperTest.test_flush_error_on_close)
PASS: test_illegal_decoder (test.test_io.PyTextIOWrapperTest.test_illegal_decoder)
PASS: test_illegal_encoder (test.test_io.PyTextIOWrapperTest.test_illegal_encoder)
PASS: test_issue1395_1 (test.test_io.PyTextIOWrapperTest.test_issue1395_1)
PASS: test_issue1395_2 (test.test_io.PyTextIOWrapperTest.test_issue1395_2)
PASS: test_issue1395_3 (test.test_io.PyTextIOWrapperTest.test_issue1395_3)
PASS: test_issue1395_4 (test.test_io.PyTextIOWrapperTest.test_issue1395_4)
PASS: test_issue1395_5 (test.test_io.PyTextIOWrapperTest.test_issue1395_5)
PASS: test_issue2282 (test.test_io.PyTextIOWrapperTest.test_issue2282)
PASS: test_issue22849 (test.test_io.PyTextIOWrapperTest.test_issue22849)
PASS: test_issue25862 (test.test_io.PyTextIOWrapperTest.test_issue25862)
PASS: test_issue35928 (test.test_io.PyTextIOWrapperTest.test_issue35928)
PASS: test_line_buffering (test.test_io.PyTextIOWrapperTest.test_line_buffering)
PASS: test_multi_close (test.test_io.PyTextIOWrapperTest.test_multi_close)
PASS: test_multibyte_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_multibyte_seek_and_tell)
PASS: test_newlines (test.test_io.PyTextIOWrapperTest.test_newlines)
PASS: test_newlines_input (test.test_io.PyTextIOWrapperTest.test_newlines_input)
PASS: test_newlines_output (test.test_io.PyTextIOWrapperTest.test_newlines_output)
PASS: test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)
PASS: test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close)
PASS: test_override_destructor (test.test_io.PyTextIOWrapperTest.test_override_destructor)
PASS: test_pickling_subclass (test.test_io.PyTextIOWrapperTest.test_pickling_subclass)
PASS: test_rawio (test.test_io.PyTextIOWrapperTest.test_rawio)
PASS: test_rawio_write_through (test.test_io.PyTextIOWrapperTest.test_rawio_write_through)
PASS: test_read_by_chunk (test.test_io.PyTextIOWrapperTest.test_read_by_chunk)
PASS: test_read_byteslike (test.test_io.PyTextIOWrapperTest.test_read_byteslike)
PASS: test_read_non_blocking (test.test_io.PyTextIOWrapperTest.test_read_non_blocking)
PASS: test_read_nonbytes (test.test_io.PyTextIOWrapperTest.test_read_nonbytes)
PASS: test_read_one_by_one (test.test_io.PyTextIOWrapperTest.test_read_one_by_one)
PASS: test_readlines (test.test_io.PyTextIOWrapperTest.test_readlines)
PASS: test_readonly_attributes (test.test_io.PyTextIOWrapperTest.test_readonly_attributes)
PASS: test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest.test_reconfigure_defaults)
PASS: test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest.test_reconfigure_encoding_read)
PASS: test_reconfigure_errors (test.test_io.PyTextIOWrapperTest.test_reconfigure_errors)
PASS: test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest.test_reconfigure_line_buffering)
PASS: test_reconfigure_locale (test.test_io.PyTextIOWrapperTest.test_reconfigure_locale)
PASS: test_reconfigure_newline (test.test_io.PyTextIOWrapperTest.test_reconfigure_newline)
PASS: test_reconfigure_write (test.test_io.PyTextIOWrapperTest.test_reconfigure_write)
PASS: test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_fromascii)
PASS: test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_non_seekable)
PASS: test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_through)
PASS: test_recursive_repr (test.test_io.PyTextIOWrapperTest.test_recursive_repr)
PASS: test_repr (test.test_io.PyTextIOWrapperTest.test_repr)
PASS: test_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_seek_and_tell)
PASS: test_seek_append_bom (test.test_io.PyTextIOWrapperTest.test_seek_append_bom)
PASS: test_seek_bom (test.test_io.PyTextIOWrapperTest.test_seek_bom)
PASS: test_seek_with_encoder_state (test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state)
PASS: test_seeking (test.test_io.PyTextIOWrapperTest.test_seeking)
PASS: test_seeking_too (test.test_io.PyTextIOWrapperTest.test_seeking_too)
PASS: test_subclass_repr (test.test_io.PyTextIOWrapperTest.test_subclass_repr)
PASS: test_tell_after_readline_with_cr (test.test_io.PyTextIOWrapperTest.test_tell_after_readline_with_cr)
PASS: test_telling (test.test_io.PyTextIOWrapperTest.test_telling)
PASS: test_threads_write (test.test_io.PyTextIOWrapperTest.test_threads_write)
PASS: test_uninitialized (test.test_io.PyTextIOWrapperTest.test_uninitialized)
PASS: test_unreadable (test.test_io.PyTextIOWrapperTest.test_unreadable)
PASS: test_unseekable (test.test_io.PyTextIOWrapperTest.test_unseekable)
PASS: test_writelines (test.test_io.PyTextIOWrapperTest.test_writelines)
PASS: test_writelines_error (test.test_io.PyTextIOWrapperTest.test_writelines_error)
PASS: test_writelines_userlist (test.test_io.PyTextIOWrapperTest.test_writelines_userlist)
PASS: test___all__ (test.test_io.CMiscIOTest.test___all__)
PASS: test_abc_inheritance (test.test_io.CMiscIOTest.test_abc_inheritance)
PASS: test_abc_inheritance_official (test.test_io.CMiscIOTest.test_abc_inheritance_official)
PASS: test_abcs (test.test_io.CMiscIOTest.test_abcs)
PASS: test_attributes (test.test_io.CMiscIOTest.test_attributes)
PASS: test_blockingioerror (test.test_io.CMiscIOTest.test_blockingioerror)
PASS: test_check_encoding_errors (test.test_io.CMiscIOTest.test_check_encoding_errors)
PASS: test_check_encoding_warning (test.test_io.CMiscIOTest.test_check_encoding_warning)
PASS: test_create_fail (test.test_io.CMiscIOTest.test_create_fail)
PASS: test_create_writes (test.test_io.CMiscIOTest.test_create_writes)
SKIP: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) "resource 'walltime' is not enabled"
SKIP: test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) "resource 'walltime' is not enabled"
PASS: test_io_after_close (test.test_io.CMiscIOTest.test_io_after_close)
PASS: test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_bigbuf)
PASS: test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_smallbuf)
PASS: test_open_allargs (test.test_io.CMiscIOTest.test_open_allargs)
PASS: test_open_pipe_with_append (test.test_io.CMiscIOTest.test_open_pipe_with_append)
PASS: test_pickling (test.test_io.CMiscIOTest.test_pickling)
PASS: test_readinto_buffer_overflow (test.test_io.CMiscIOTest.test_readinto_buffer_overflow)
PASS: test_removed_u_mode (test.test_io.CMiscIOTest.test_removed_u_mode)
PASS: test_text_encoding (test.test_io.CMiscIOTest.test_text_encoding)
PASS: test_warn_on_dealloc (test.test_io.CMiscIOTest.test_warn_on_dealloc)
PASS: test_warn_on_dealloc_fd (test.test_io.CMiscIOTest.test_warn_on_dealloc_fd)
PASS: test___all__ (test.test_io.PyMiscIOTest.test___all__)
PASS: test_abc_inheritance (test.test_io.PyMiscIOTest.test_abc_inheritance)
PASS: test_abc_inheritance_official (test.test_io.PyMiscIOTest.test_abc_inheritance_official)
PASS: test_abcs (test.test_io.PyMiscIOTest.test_abcs)
PASS: test_attributes (test.test_io.PyMiscIOTest.test_attributes)
PASS: test_blockingioerror (test.test_io.PyMiscIOTest.test_blockingioerror)
PASS: test_check_encoding_errors (test.test_io.PyMiscIOTest.test_check_encoding_errors)
PASS: test_check_encoding_warning (test.test_io.PyMiscIOTest.test_check_encoding_warning)
PASS: test_create_fail (test.test_io.PyMiscIOTest.test_create_fail)
PASS: test_create_writes (test.test_io.PyMiscIOTest.test_create_writes)
PASS: test_io_after_close (test.test_io.PyMiscIOTest.test_io_after_close)
PASS: test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_bigbuf)
PASS: test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_smallbuf)
PASS: test_open_allargs (test.test_io.PyMiscIOTest.test_open_allargs)
PASS: test_open_pipe_with_append (test.test_io.PyMiscIOTest.test_open_pipe_with_append)
PASS: test_pickling (test.test_io.PyMiscIOTest.test_pickling)
PASS: test_removed_u_mode (test.test_io.PyMiscIOTest.test_removed_u_mode)
PASS: test_text_encoding (test.test_io.PyMiscIOTest.test_text_encoding)
PASS: test_warn_on_dealloc (test.test_io.PyMiscIOTest.test_warn_on_dealloc)
PASS: test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest.test_warn_on_dealloc_fd)
SKIP: test_interrupted_read_retry_buffered (test.test_io.CSignalsTest.test_interrupted_read_retry_buffered) "resource 'walltime' is not enabled"
SKIP: test_interrupted_read_retry_text (test.test_io.CSignalsTest.test_interrupted_read_retry_text) "resource 'walltime' is not enabled"
PASS: test_interrupted_write_buffered (test.test_io.CSignalsTest.test_interrupted_write_buffered)
SKIP: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest.test_interrupted_write_retry_buffered) "resource 'walltime' is not enabled"
SKIP: test_interrupted_write_retry_text (test.test_io.CSignalsTest.test_interrupted_write_retry_text) "resource 'walltime' is not enabled"
PASS: test_interrupted_write_text (test.test_io.CSignalsTest.test_interrupted_write_text)
PASS: test_interrupted_write_unbuffered (test.test_io.CSignalsTest.test_interrupted_write_unbuffered)
PASS: test_reentrant_write_buffered (test.test_io.CSignalsTest.test_reentrant_write_buffered)
PASS: test_reentrant_write_text (test.test_io.CSignalsTest.test_reentrant_write_text)
SKIP: test_interrupted_read_retry_buffered (test.test_io.PySignalsTest.test_interrupted_read_retry_buffered) "resource 'walltime' is not enabled"
SKIP: test_interrupted_read_retry_text (test.test_io.PySignalsTest.test_interrupted_read_retry_text) "resource 'walltime' is not enabled"
PASS: test_interrupted_write_buffered (test.test_io.PySignalsTest.test_interrupted_write_buffered)
SKIP: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest.test_interrupted_write_retry_buffered) "resource 'walltime' is not enabled"
SKIP: test_interrupted_write_retry_text (test.test_io.PySignalsTest.test_interrupted_write_retry_text) "resource 'walltime' is not enabled"
PASS: test_interrupted_write_text (test.test_io.PySignalsTest.test_interrupted_write_text)
PASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest.test_interrupted_write_unbuffered)
PASS: test_class_hierarchy (test.test_io.TestIOCTypes.test_class_hierarchy)
PASS: test_disallow_instantiation (test.test_io.TestIOCTypes.test_disallow_instantiation)
PASS: test_immutable_types (test.test_io.TestIOCTypes.test_immutable_types)
PASS: test_stringio_setstate (test.test_io.TestIOCTypes.test_stringio_setstate)
PASS: test_subclassing (test.test_io.TestIOCTypes.test_subclassing)
PASS: test_reader_subclass (test.test_io.ProtocolsTest.test_reader_subclass)
PASS: test_writer_subclass (test.test_io.ProtocolsTest.test_writer_subclass)

----------------------------------------------------------------------
Ran 667 tests in 13.044s

OK (skipped=18)
0:03:00 load avg: 3.60 [261/486] test_linecache passed
PASS: test_getline (test.test_linecache.BadUnicode_NoDeclaration.test_getline)
PASS: test_getlines (test.test_linecache.BadUnicode_NoDeclaration.test_getlines)
PASS: test_getline (test.test_linecache.BadUnicode_WithDeclaration.test_getline)
PASS: test_getlines (test.test_linecache.BadUnicode_WithDeclaration.test_getlines)
PASS: test_getline (test.test_linecache.EmptyFile.test_getline)
PASS: test_getlines (test.test_linecache.EmptyFile.test_getlines)
PASS: test_getline (test.test_linecache.GoodUnicode.test_getline)
PASS: test_getlines (test.test_linecache.GoodUnicode.test_getlines)
PASS: test_checkcache_for_deleted_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file)
PASS: test_checkcache_for_modified_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file)
PASS: test_checkcache_with_no_parameter (test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter)
PASS: test_checkcache (test.test_linecache.LineCacheTests.test_checkcache)
PASS: test_clearcache (test.test_linecache.LineCacheTests.test_clearcache)
PASS: test_frozen (test.test_linecache.LineCacheTests.test_frozen)
PASS: test_getline (test.test_linecache.LineCacheTests.test_getline)
PASS: test_invalid_names (test.test_linecache.LineCacheTests.test_invalid_names)
PASS: test_lazycache_already_cached (test.test_linecache.LineCacheTests.test_lazycache_already_cached)
PASS: test_lazycache_bad_filename (test.test_linecache.LineCacheTests.test_lazycache_bad_filename)
PASS: test_lazycache_check (test.test_linecache.LineCacheTests.test_lazycache_check)
PASS: test_lazycache_no_globals (test.test_linecache.LineCacheTests.test_lazycache_no_globals)
PASS: test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests.test_lazycache_provide_after_failed_lookup)
PASS: test_lazycache_smoke (test.test_linecache.LineCacheTests.test_lazycache_smoke)
PASS: test_linecache_python_string (test.test_linecache.LineCacheTests.test_linecache_python_string)
PASS: test_loader (test.test_linecache.LineCacheTests.test_loader)
PASS: test_memoryerror (test.test_linecache.LineCacheTests.test_memoryerror)
PASS: test_no_ending_newline (test.test_linecache.LineCacheTests.test_no_ending_newline)
PASS: test_read_write_safety (test.test_linecache.MultiThreadingTest.test_read_write_safety)
PASS: test_getline (test.test_linecache.SingleEmptyLine.test_getline)
PASS: test_getlines (test.test_linecache.SingleEmptyLine.test_getlines)

----------------------------------------------------------------------
Ran 29 tests in 0.124s

OK
0:03:00 load avg: 3.60 [262/486] test_lltrace passed
SKIP: test_lltrace (test.test_lltrace.TestLLTrace.test_lltrace) 'lltrace requires Py_DEBUG'
SKIP: test_lltrace_different_module (test.test_lltrace.TestLLTrace.test_lltrace_different_module) 'lltrace requires Py_DEBUG'
SKIP: test_lltrace_does_not_crash_on_subscript_operator (test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator) 'lltrace requires Py_DEBUG'

----------------------------------------------------------------------
Ran 3 tests in 0.000s

OK (skipped=3)
0:03:01 load avg: 3.60 [263/486] test_listcomps passed
PASS: test_assign_to_comp_iter_var_in_outer_function (test.test_listcomps.ListComprehensionTest.test_assign_to_comp_iter_var_in_outer_function)
PASS: test_assignment_expression (test.test_listcomps.ListComprehensionTest.test_assignment_expression)
PASS: test_cell_in_nested_comprehension (test.test_listcomps.ListComprehensionTest.test_cell_in_nested_comprehension)
PASS: test_cell_inner_free_outer (test.test_listcomps.ListComprehensionTest.test_cell_inner_free_outer)
PASS: test_class_scope_free_var_with_class_cell (test.test_listcomps.ListComprehensionTest.test_class_scope_free_var_with_class_cell)
PASS: test_closure_can_jump_over_comp_scope (test.test_listcomps.ListComprehensionTest.test_closure_can_jump_over_comp_scope)
PASS: test_code_replace (test.test_listcomps.ListComprehensionTest.test_code_replace)
PASS: test_code_replace_extended_arg (test.test_listcomps.ListComprehensionTest.test_code_replace_extended_arg)
PASS: test_comp_in_try_except (test.test_listcomps.ListComprehensionTest.test_comp_in_try_except)
PASS: test_comp_in_try_finally (test.test_listcomps.ListComprehensionTest.test_comp_in_try_finally)
PASS: test_dunder_name (test.test_listcomps.ListComprehensionTest.test_dunder_name)
PASS: test_exception_in_post_comp_call (test.test_listcomps.ListComprehensionTest.test_exception_in_post_comp_call)
PASS: test_exception_locations (test.test_listcomps.ListComprehensionTest.test_exception_locations)
PASS: test_explicit_global (test.test_listcomps.ListComprehensionTest.test_explicit_global)
PASS: test_explicit_global_2 (test.test_listcomps.ListComprehensionTest.test_explicit_global_2)
PASS: test_explicit_global_3 (test.test_listcomps.ListComprehensionTest.test_explicit_global_3)
PASS: test_frame_locals (test.test_listcomps.ListComprehensionTest.test_frame_locals)
PASS: test_free_inner_cell_outer (test.test_listcomps.ListComprehensionTest.test_free_inner_cell_outer)
PASS: test_free_var_in_comp_child (test.test_listcomps.ListComprehensionTest.test_free_var_in_comp_child)
PASS: test_global_in_class_scope (test.test_listcomps.ListComprehensionTest.test_global_in_class_scope)
PASS: test_global_outside_cellvar_inside_plus_freevar (test.test_listcomps.ListComprehensionTest.test_global_outside_cellvar_inside_plus_freevar)
PASS: test_in_class_scope_inside_function_1 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_1)
PASS: test_in_class_scope_inside_function_2 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_2)
PASS: test_in_class_scope_with_global (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_global)
PASS: test_in_class_scope_with_nonlocal (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_nonlocal)
PASS: test_inner_cell_shadows_outer (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer)
PASS: test_inner_cell_shadows_outer_no_store (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_no_store)
PASS: test_inner_cell_shadows_outer_redefined (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_redefined)
PASS: test_introspecting_frame_locals (test.test_listcomps.ListComprehensionTest.test_introspecting_frame_locals)
PASS: test_iter_var_available_in_locals (test.test_listcomps.ListComprehensionTest.test_iter_var_available_in_locals)
PASS: test_lambda_in_iter (test.test_listcomps.ListComprehensionTest.test_lambda_in_iter)
PASS: test_lambdas_with_free_var (test.test_listcomps.ListComprehensionTest.test_lambdas_with_free_var)
PASS: test_lambdas_with_iteration_var_as_default (test.test_listcomps.ListComprehensionTest.test_lambdas_with_iteration_var_as_default)
PASS: test_multiple_comprehension_name_reuse (test.test_listcomps.ListComprehensionTest.test_multiple_comprehension_name_reuse)
PASS: test_name_error_in_class_scope (test.test_listcomps.ListComprehensionTest.test_name_error_in_class_scope)
PASS: test_nameerror (test.test_listcomps.ListComprehensionTest.test_nameerror)
PASS: test_nested (test.test_listcomps.ListComprehensionTest.test_nested)
PASS: test_nested_2 (test.test_listcomps.ListComprehensionTest.test_nested_2)
PASS: test_nested_3 (test.test_listcomps.ListComprehensionTest.test_nested_3)
PASS: test_nested_4 (test.test_listcomps.ListComprehensionTest.test_nested_4)
PASS: test_nested_free (test.test_listcomps.ListComprehensionTest.test_nested_free)
PASS: test_nested_free_var_in_expr (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_expr)
PASS: test_nested_free_var_in_iter (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_iter)
PASS: test_nested_free_var_not_bound_in_outer_comp (test.test_listcomps.ListComprehensionTest.test_nested_free_var_not_bound_in_outer_comp)
PASS: test_nested_has_free_var (test.test_listcomps.ListComprehensionTest.test_nested_has_free_var)
PASS: test_nested_listcomp_in_lambda (test.test_listcomps.ListComprehensionTest.test_nested_listcomp_in_lambda)
PASS: test_no_leakage_to_locals (test.test_listcomps.ListComprehensionTest.test_no_leakage_to_locals)
PASS: test_only_calls_dunder_iter_once (test.test_listcomps.ListComprehensionTest.test_only_calls_dunder_iter_once)
PASS: test_references___class__ (test.test_listcomps.ListComprehensionTest.test_references___class__)
PASS: test_references___class___defined (test.test_listcomps.ListComprehensionTest.test_references___class___defined)
PASS: test_references___class___enclosing (test.test_listcomps.ListComprehensionTest.test_references___class___enclosing)
PASS: test_references___classdict__ (test.test_listcomps.ListComprehensionTest.test_references___classdict__)
PASS: test_references___conditional_annotations__ (test.test_listcomps.ListComprehensionTest.test_references___conditional_annotations__)
PASS: test_references_super (test.test_listcomps.ListComprehensionTest.test_references_super)
PASS: test_shadow_comp_iterable_name (test.test_listcomps.ListComprehensionTest.test_shadow_comp_iterable_name)
PASS: test_shadow_with_free_and_local (test.test_listcomps.ListComprehensionTest.test_shadow_with_free_and_local)
PASS: test_shadows_outer_cell (test.test_listcomps.ListComprehensionTest.test_shadows_outer_cell)
PASS: test_super_and_class_cell_in_sibling_comps (test.test_listcomps.ListComprehensionTest.test_super_and_class_cell_in_sibling_comps)
PASS: test_unbound_local_after_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_after_comprehension)
PASS: test_unbound_local_inside_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_inside_comprehension)
doctests (test.test_listcomps.__test__)
PASS: Doctest: test.test_listcomps.__test__.doctests

----------------------------------------------------------------------
Ran 61 tests in 0.090s

OK
0:03:01 load avg: 3.71 [264/486] test_list passed
PASS: test_add (test.test_list.ListTest.test_add)
PASS: test_append (test.test_list.ListTest.test_append)
PASS: test_basic (test.test_list.ListTest.test_basic)
PASS: test_bigrepeat (test.test_list.ListTest.test_bigrepeat)
PASS: test_clear (test.test_list.ListTest.test_clear)
PASS: test_cmp (test.test_list.ListTest.test_cmp)
PASS: test_constructor_exception_handling (test.test_list.ListTest.test_constructor_exception_handling)
PASS: test_constructors (test.test_list.ListTest.test_constructors)
PASS: test_contains (test.test_list.ListTest.test_contains)
PASS: test_contains_fake (test.test_list.ListTest.test_contains_fake)
PASS: test_contains_order (test.test_list.ListTest.test_contains_order)
PASS: test_copy (test.test_list.ListTest.test_copy)
PASS: test_count (test.test_list.ListTest.test_count)
PASS: test_count_index_remove_crashes (test.test_list.ListTest.test_count_index_remove_crashes)
PASS: test_delitem (test.test_list.ListTest.test_delitem)
PASS: test_delslice (test.test_list.ListTest.test_delslice)
PASS: test_deopt_from_append_list (test.test_list.ListTest.test_deopt_from_append_list)
PASS: test_empty_slice (test.test_list.ListTest.test_empty_slice)
PASS: test_equal_operator_modifying_operand (test.test_list.ListTest.test_equal_operator_modifying_operand)
PASS: test_exhausted_iterator (test.test_list.ListTest.test_exhausted_iterator)
PASS: test_extend (test.test_list.ListTest.test_extend)
PASS: test_extendedslicing (test.test_list.ListTest.test_extendedslicing)
PASS: test_free_after_iterating (test.test_list.ListTest.test_free_after_iterating)
PASS: test_getitem (test.test_list.ListTest.test_getitem)
PASS: test_getitem_error (test.test_list.ListTest.test_getitem_error)
PASS: test_getitemoverwriteiter (test.test_list.ListTest.test_getitemoverwriteiter)
PASS: test_getslice (test.test_list.ListTest.test_getslice)
PASS: test_iadd (test.test_list.ListTest.test_iadd)
PASS: test_identity (test.test_list.ListTest.test_identity)
PASS: test_imul (test.test_list.ListTest.test_imul)
PASS: test_index (test.test_list.ListTest.test_index)
PASS: test_init (test.test_list.ListTest.test_init)
PASS: test_insert (test.test_list.ListTest.test_insert)
PASS: test_iterator_pickle (test.test_list.ListTest.test_iterator_pickle)
PASS: test_keyword_args (test.test_list.ListTest.test_keyword_args)
PASS: test_keywords_in_subclass (test.test_list.ListTest.test_keywords_in_subclass)
PASS: test_len (test.test_list.ListTest.test_len)
PASS: test_list_index_modifing_operand (test.test_list.ListTest.test_list_index_modifing_operand)
PASS: test_list_resize_overflow (test.test_list.ListTest.test_list_resize_overflow)
PASS: test_lt_operator_modifying_operand (test.test_list.ListTest.test_lt_operator_modifying_operand)
PASS: test_minmax (test.test_list.ListTest.test_minmax)
PASS: test_mul (test.test_list.ListTest.test_mul)
PASS: test_no_comdat_folding (test.test_list.ListTest.test_no_comdat_folding)
PASS: test_no_memory (test.test_list.ListTest.test_no_memory)
PASS: test_overflow (test.test_list.ListTest.test_overflow)
PASS: test_pickle (test.test_list.ListTest.test_pickle)
PASS: test_pop (test.test_list.ListTest.test_pop)
PASS: test_preallocation (test.test_list.ListTest.test_preallocation)
PASS: test_remove (test.test_list.ListTest.test_remove)
PASS: test_repeat (test.test_list.ListTest.test_repeat)
PASS: test_repr (test.test_list.ListTest.test_repr)
PASS: test_repr_deep (test.test_list.ListTest.test_repr_deep)
PASS: test_repr_large (test.test_list.ListTest.test_repr_large)
PASS: test_repr_mutate (test.test_list.ListTest.test_repr_mutate)
PASS: test_reverse (test.test_list.ListTest.test_reverse)
PASS: test_reversed (test.test_list.ListTest.test_reversed)
PASS: test_reversed_pickle (test.test_list.ListTest.test_reversed_pickle)
PASS: test_set_subscript (test.test_list.ListTest.test_set_subscript)
PASS: test_setitem (test.test_list.ListTest.test_setitem)
PASS: test_setitem_error (test.test_list.ListTest.test_setitem_error)
PASS: test_setslice (test.test_list.ListTest.test_setslice)
PASS: test_slice (test.test_list.ListTest.test_slice)
PASS: test_slice_assign_iterator (test.test_list.ListTest.test_slice_assign_iterator)
PASS: test_sort (test.test_list.ListTest.test_sort)
PASS: test_step_overflow (test.test_list.ListTest.test_step_overflow)
PASS: test_subscript (test.test_list.ListTest.test_subscript)
PASS: test_tier2_invalidates_iterator (test.test_list.ListTest.test_tier2_invalidates_iterator)
PASS: test_truth (test.test_list.ListTest.test_truth)

----------------------------------------------------------------------
Ran 68 tests in 0.564s

OK
0:03:01 load avg: 3.71 [265/486] test_longexp passed
PASS: test_longexp (test.test_longexp.LongExpText.test_longexp)

----------------------------------------------------------------------
Ran 1 test in 0.196s

OK
0:03:02 load avg: 3.71 [266/486] test_lzma passed
PASS: test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase.test_bad_args)
PASS: test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_bad_input)
PASS: test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_good_input)
PASS: test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_incomplete_input)
PASS: test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_memlimit)
PASS: test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream)
PASS: test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_trailing_junk)
PASS: test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_trailing_junk)
PASS: test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase.test_roundtrip)
PASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase.test_bad_filter_spec)
PASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_compressor_bigmem)
PASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_after_eof)
PASS: test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_alone)
PASS: test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_auto)
PASS: test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bad_input)
PASS: test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bigmem)
PASS: test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bug_28275)
PASS: test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks)
PASS: test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_empty)
PASS: test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_maxsize)
PASS: test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_1)
PASS: test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_2)
PASS: test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_3)
PASS: test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_memlimit)
PASS: test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_multistream)
PASS: test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_1)
PASS: test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_2)
PASS: test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_3)
PASS: test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_4)
PASS: test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_unused_data)
PASS: test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_xz)
PASS: test_pickle (test.test_lzma.CompressorDecompressorTestCase.test_pickle)
SKIP: test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase.test_refleaks_in_decompressor___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_alone)
PASS: test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_chunks)
PASS: test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_empty_chunks)
PASS: test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw)
PASS: test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_empty)
PASS: test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_xz)
PASS: test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase.test_simple_bad_args)
PASS: test_uninitialized_LZMADecompressor_crash (test.test_lzma.CompressorDecompressorTestCase.test_uninitialized_LZMADecompressor_crash)
PASS: test_close (test.test_lzma.FileTestCase.test_close)
PASS: test_closed (test.test_lzma.FileTestCase.test_closed)
test_decompress_limited (test.test_lzma.FileTestCase.test_decompress_limited)
PASS: Decompressed data buffering should be limited
PASS: test_fileno (test.test_lzma.FileTestCase.test_fileno)
PASS: test_init (test.test_lzma.FileTestCase.test_init)
PASS: test_init_bad_check (test.test_lzma.FileTestCase.test_init_bad_check)
PASS: test_init_bad_filter_spec (test.test_lzma.FileTestCase.test_init_bad_filter_spec)
PASS: test_init_bad_mode (test.test_lzma.FileTestCase.test_init_bad_mode)
PASS: test_init_bad_preset (test.test_lzma.FileTestCase.test_init_bad_preset)
PASS: test_init_mode (test.test_lzma.FileTestCase.test_init_mode)
PASS: test_init_with_PathLike_filename (test.test_lzma.FileTestCase.test_init_with_PathLike_filename)
PASS: test_init_with_filename (test.test_lzma.FileTestCase.test_init_with_filename)
PASS: test_init_with_preset_and_filters (test.test_lzma.FileTestCase.test_init_with_preset_and_filters)
PASS: test_init_with_x_mode (test.test_lzma.FileTestCase.test_init_with_x_mode)
PASS: test_issue21872 (test.test_lzma.FileTestCase.test_issue21872)
PASS: test_issue44439 (test.test_lzma.FileTestCase.test_issue44439)
PASS: test_iterator (test.test_lzma.FileTestCase.test_iterator)
PASS: test_peek (test.test_lzma.FileTestCase.test_peek)
PASS: test_peek_bad_args (test.test_lzma.FileTestCase.test_peek_bad_args)
PASS: test_read (test.test_lzma.FileTestCase.test_read)
PASS: test_read1 (test.test_lzma.FileTestCase.test_read1)
PASS: test_read1_0 (test.test_lzma.FileTestCase.test_read1_0)
PASS: test_read1_10 (test.test_lzma.FileTestCase.test_read1_10)
PASS: test_read1_bad_args (test.test_lzma.FileTestCase.test_read1_bad_args)
PASS: test_read1_multistream (test.test_lzma.FileTestCase.test_read1_multistream)
PASS: test_read_0 (test.test_lzma.FileTestCase.test_read_0)
PASS: test_read_10 (test.test_lzma.FileTestCase.test_read_10)
PASS: test_read_bad_args (test.test_lzma.FileTestCase.test_read_bad_args)
PASS: test_read_bad_data (test.test_lzma.FileTestCase.test_read_bad_data)
PASS: test_read_from_file (test.test_lzma.FileTestCase.test_read_from_file)
PASS: test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename)
PASS: test_read_from_fileobj (test.test_lzma.FileTestCase.test_read_from_fileobj)
PASS: test_read_from_fileobj_with_int_name (test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name)
PASS: test_read_incomplete (test.test_lzma.FileTestCase.test_read_incomplete)
PASS: test_read_multistream (test.test_lzma.FileTestCase.test_read_multistream)
PASS: test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase.test_read_multistream_buffer_size_aligned)
PASS: test_read_multistream_trailing_junk (test.test_lzma.FileTestCase.test_read_multistream_trailing_junk)
PASS: test_read_trailing_junk (test.test_lzma.FileTestCase.test_read_trailing_junk)
PASS: test_read_truncated (test.test_lzma.FileTestCase.test_read_truncated)
PASS: test_readable (test.test_lzma.FileTestCase.test_readable)
PASS: test_readline (test.test_lzma.FileTestCase.test_readline)
PASS: test_readlines (test.test_lzma.FileTestCase.test_readlines)
PASS: test_seek_backward (test.test_lzma.FileTestCase.test_seek_backward)
PASS: test_seek_backward_across_streams (test.test_lzma.FileTestCase.test_seek_backward_across_streams)
PASS: test_seek_backward_relative_to_end (test.test_lzma.FileTestCase.test_seek_backward_relative_to_end)
PASS: test_seek_bad_args (test.test_lzma.FileTestCase.test_seek_bad_args)
PASS: test_seek_forward (test.test_lzma.FileTestCase.test_seek_forward)
PASS: test_seek_forward_across_streams (test.test_lzma.FileTestCase.test_seek_forward_across_streams)
PASS: test_seek_forward_relative_to_current (test.test_lzma.FileTestCase.test_seek_forward_relative_to_current)
PASS: test_seek_forward_relative_to_end (test.test_lzma.FileTestCase.test_seek_forward_relative_to_end)
PASS: test_seek_past_end (test.test_lzma.FileTestCase.test_seek_past_end)
PASS: test_seek_past_start (test.test_lzma.FileTestCase.test_seek_past_start)
PASS: test_seekable (test.test_lzma.FileTestCase.test_seekable)
PASS: test_tell (test.test_lzma.FileTestCase.test_tell)
PASS: test_tell_bad_args (test.test_lzma.FileTestCase.test_tell_bad_args)
PASS: test_writable (test.test_lzma.FileTestCase.test_writable)
PASS: test_write (test.test_lzma.FileTestCase.test_write)
PASS: test_write_10 (test.test_lzma.FileTestCase.test_write_10)
PASS: test_write_append (test.test_lzma.FileTestCase.test_write_append)
PASS: test_write_append_to_file (test.test_lzma.FileTestCase.test_write_append_to_file)
PASS: test_write_bad_args (test.test_lzma.FileTestCase.test_write_bad_args)
PASS: test_write_to_file (test.test_lzma.FileTestCase.test_write_to_file)
PASS: test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename)
PASS: test_write_to_fileobj (test.test_lzma.FileTestCase.test_write_to_fileobj)
PASS: test_write_to_fileobj_with_int_name (test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name)
PASS: test_writelines (test.test_lzma.FileTestCase.test_writelines)
PASS: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__decode_filter_properties)
PASS: test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__encode_filter_properties)
PASS: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase.test_filter_properties_roundtrip)
PASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase.test_is_check_supported)
PASS: test_bad_params (test.test_lzma.OpenTestCase.test_bad_params)
PASS: test_binary_modes (test.test_lzma.OpenTestCase.test_binary_modes)
PASS: test_encoding (test.test_lzma.OpenTestCase.test_encoding)
PASS: test_encoding_error_handler (test.test_lzma.OpenTestCase.test_encoding_error_handler)
PASS: test_filename (test.test_lzma.OpenTestCase.test_filename)
PASS: test_format_and_filters (test.test_lzma.OpenTestCase.test_format_and_filters)
PASS: test_newline (test.test_lzma.OpenTestCase.test_newline)
PASS: test_text_modes (test.test_lzma.OpenTestCase.test_text_modes)
PASS: test_with_pathlike_filename (test.test_lzma.OpenTestCase.test_with_pathlike_filename)
PASS: test_x_mode (test.test_lzma.OpenTestCase.test_x_mode)

----------------------------------------------------------------------
Ran 121 tests in 0.551s

OK (skipped=1)
0:03:03 load avg: 3.71 [267/486] test_long passed
PASS: test___sizeof__ (test.test_long.LongTest.test___sizeof__)
PASS: test__format__ (test.test_long.LongTest.test__format__)
PASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0)
PASS: test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio)
PASS: test_big_lshift (test.test_long.LongTest.test_big_lshift)
PASS: test_big_rshift (test.test_long.LongTest.test_big_rshift)
PASS: test_bit_count (test.test_long.LongTest.test_bit_count)
PASS: test_bit_length (test.test_long.LongTest.test_bit_length)
PASS: test_bitop_identities (test.test_long.LongTest.test_bitop_identities)
PASS: test_conversion (test.test_long.LongTest.test_conversion)
PASS: test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division)
PASS: test_division (test.test_long.LongTest.test_division)
PASS: test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints)
PASS: test_float_conversion (test.test_long.LongTest.test_float_conversion)
PASS: test_float_conversion_huge_integer (test.test_long.LongTest.test_float_conversion_huge_integer)
PASS: test_float_overflow (test.test_long.LongTest.test_float_overflow)
PASS: test_floordiv (test.test_long.LongTest.test_floordiv)
PASS: test_format (test.test_long.LongTest.test_format)
PASS: test_from_bytes (test.test_long.LongTest.test_from_bytes)
PASS: test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small)
PASS: test_hash (test.test_long.LongTest.test_hash)
PASS: test_huge_lshift (test.test_long.LongTest.test_huge_lshift)
PASS: test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero)
PASS: test_huge_rshift (test.test_long.LongTest.test_huge_rshift)
PASS: test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge)
PASS: test_is_integer (test.test_long.LongTest.test_is_integer)
PASS: test_karatsuba (test.test_long.LongTest.test_karatsuba)
PASS: test_logs (test.test_long.LongTest.test_logs)
PASS: test_long (test.test_long.LongTest.test_long)
PASS: test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero)
PASS: test_medium_lshift (test.test_long.LongTest.test_medium_lshift)
PASS: test_medium_rshift (test.test_long.LongTest.test_medium_rshift)
PASS: test_mixed_compares (test.test_long.LongTest.test_mixed_compares)
PASS: test_mixed_compares_huge_integer (test.test_long.LongTest.test_mixed_compares_huge_integer)
PASS: test_mod_division (test.test_long.LongTest.test_mod_division)
PASS: test_nan_inf (test.test_long.LongTest.test_nan_inf)
PASS: test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count)
PASS: test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints)
PASS: test_round (test.test_long.LongTest.test_round)
PASS: test_shift_bool (test.test_long.LongTest.test_shift_bool)
PASS: test_small_ints (test.test_long.LongTest.test_small_ints)
PASS: test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation)
PASS: test_small_lshift (test.test_long.LongTest.test_small_lshift)
PASS: test_small_rshift (test.test_long.LongTest.test_small_rshift)
PASS: test_square (test.test_long.LongTest.test_square)
PASS: test_to_bytes (test.test_long.LongTest.test_to_bytes)
PASS: test_true_division (test.test_long.LongTest.test_true_division)

----------------------------------------------------------------------
Ran 47 tests in 1.784s

OK
0:03:03 load avg: 3.71 [268/486] test_mailbox passed
test_empty_maildir (test.test_mailbox.MaildirTestCase.test_empty_maildir)
PASS: Test an empty maildir mailbox
PASS: test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both)
PASS: test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur)
PASS: test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new)
PASS: test__all__ (test.test_mailbox.MiscTestCase.test__all__)
PASS: test_add (test.test_mailbox.TestBabyl.test_add)
PASS: test_add_8bit_body (test.test_mailbox.TestBabyl.test_add_8bit_body)
PASS: test_add_StringIO_warns (test.test_mailbox.TestBabyl.test_add_StringIO_warns)
PASS: test_add_binary_file (test.test_mailbox.TestBabyl.test_add_binary_file)
PASS: test_add_binary_nonascii_file (test.test_mailbox.TestBabyl.test_add_binary_nonascii_file)
PASS: test_add_doesnt_rewrite (test.test_mailbox.TestBabyl.test_add_doesnt_rewrite)
PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header)
PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises)
PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises)
PASS: test_add_text_file_warns (test.test_mailbox.TestBabyl.test_add_text_file_warns)
PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty)
PASS: test_clear (test.test_mailbox.TestBabyl.test_clear)
PASS: test_close (test.test_mailbox.TestBabyl.test_close)
PASS: test_contains (test.test_mailbox.TestBabyl.test_contains)
PASS: test_delitem (test.test_mailbox.TestBabyl.test_delitem)
PASS: test_discard (test.test_mailbox.TestBabyl.test_discard)
PASS: test_dump_message (test.test_mailbox.TestBabyl.test_dump_message)
PASS: test_flush (test.test_mailbox.TestBabyl.test_flush)
PASS: test_get (test.test_mailbox.TestBabyl.test_get)
PASS: test_get_bytes (test.test_mailbox.TestBabyl.test_get_bytes)
PASS: test_get_file (test.test_mailbox.TestBabyl.test_get_file)
PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice)
PASS: test_get_message (test.test_mailbox.TestBabyl.test_get_message)
PASS: test_get_string (test.test_mailbox.TestBabyl.test_get_string)
PASS: test_getitem (test.test_mailbox.TestBabyl.test_getitem)
PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string)
PASS: test_items (test.test_mailbox.TestBabyl.test_items)
PASS: test_iter (test.test_mailbox.TestBabyl.test_iter)
PASS: test_iteritems (test.test_mailbox.TestBabyl.test_iteritems)
PASS: test_iterkeys (test.test_mailbox.TestBabyl.test_iterkeys)
PASS: test_itervalues (test.test_mailbox.TestBabyl.test_itervalues)
PASS: test_keys (test.test_mailbox.TestBabyl.test_keys)
PASS: test_labels (test.test_mailbox.TestBabyl.test_labels)
PASS: test_len (test.test_mailbox.TestBabyl.test_len)
PASS: test_lock_unlock (test.test_mailbox.TestBabyl.test_lock_unlock)
PASS: test_ownership_after_flush (test.test_mailbox.TestBabyl.test_ownership_after_flush)
PASS: test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush)
PASS: test_pop (test.test_mailbox.TestBabyl.test_pop)
PASS: test_popitem (test.test_mailbox.TestBabyl.test_popitem)
PASS: test_popitem_and_flush_twice (test.test_mailbox.TestBabyl.test_popitem_and_flush_twice)
PASS: test_remove (test.test_mailbox.TestBabyl.test_remove)
PASS: test_set_item (test.test_mailbox.TestBabyl.test_set_item)
PASS: test_update (test.test_mailbox.TestBabyl.test_update)
PASS: test_values (test.test_mailbox.TestBabyl.test_values)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestBabylMessage.test_become_message)
PASS: test_explain_to (test.test_mailbox.TestBabylMessage.test_explain_to)
PASS: test_initialize_incorrectly (test.test_mailbox.TestBabylMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestBabylMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestBabylMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestBabylMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestBabylMessage.test_initialize_with_string)
PASS: test_labels (test.test_mailbox.TestBabylMessage.test_labels)
PASS: test_visible (test.test_mailbox.TestBabylMessage.test_visible)
PASS: test_closing_fd (test.test_mailbox.TestFakeMailBox.test_closing_fd)
PASS: test_add (test.test_mailbox.TestMH.test_add)
PASS: test_add_8bit_body (test.test_mailbox.TestMH.test_add_8bit_body)
PASS: test_add_StringIO_warns (test.test_mailbox.TestMH.test_add_StringIO_warns)
PASS: test_add_and_remove_folders (test.test_mailbox.TestMH.test_add_and_remove_folders)
PASS: test_add_binary_file (test.test_mailbox.TestMH.test_add_binary_file)
PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMH.test_add_binary_nonascii_file)
PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header)
PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises)
PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMH.test_add_nonascii_string_header_raises)
PASS: test_add_text_file_warns (test.test_mailbox.TestMH.test_add_text_file_warns)
PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty)
PASS: test_clear (test.test_mailbox.TestMH.test_clear)
PASS: test_close (test.test_mailbox.TestMH.test_close)
PASS: test_contains (test.test_mailbox.TestMH.test_contains)
PASS: test_delitem (test.test_mailbox.TestMH.test_delitem)
PASS: test_discard (test.test_mailbox.TestMH.test_discard)
PASS: test_dump_message (test.test_mailbox.TestMH.test_dump_message)
PASS: test_flush (test.test_mailbox.TestMH.test_flush)
PASS: test_get (test.test_mailbox.TestMH.test_get)
PASS: test_get_bytes (test.test_mailbox.TestMH.test_get_bytes)
PASS: test_get_file (test.test_mailbox.TestMH.test_get_file)
PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMH.test_get_file_can_be_closed_twice)
PASS: test_get_folder (test.test_mailbox.TestMH.test_get_folder)
PASS: test_get_message (test.test_mailbox.TestMH.test_get_message)
PASS: test_get_string (test.test_mailbox.TestMH.test_get_string)
PASS: test_getitem (test.test_mailbox.TestMH.test_getitem)
PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string)
PASS: test_issue2625 (test.test_mailbox.TestMH.test_issue2625)
PASS: test_issue7627 (test.test_mailbox.TestMH.test_issue7627)
PASS: test_items (test.test_mailbox.TestMH.test_items)
PASS: test_iter (test.test_mailbox.TestMH.test_iter)
PASS: test_iteritems (test.test_mailbox.TestMH.test_iteritems)
PASS: test_iterkeys (test.test_mailbox.TestMH.test_iterkeys)
PASS: test_itervalues (test.test_mailbox.TestMH.test_itervalues)
PASS: test_keys (test.test_mailbox.TestMH.test_keys)
PASS: test_len (test.test_mailbox.TestMH.test_len)
PASS: test_list_folders (test.test_mailbox.TestMH.test_list_folders)
PASS: test_lock_unlock (test.test_mailbox.TestMH.test_lock_unlock)
PASS: test_lock_unlock_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file)
PASS: test_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_no_dot_mh_sequences_file)
PASS: test_pack (test.test_mailbox.TestMH.test_pack)
PASS: test_pop (test.test_mailbox.TestMH.test_pop)
PASS: test_popitem (test.test_mailbox.TestMH.test_popitem)
PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMH.test_popitem_and_flush_twice)
PASS: test_remove (test.test_mailbox.TestMH.test_remove)
PASS: test_sequences (test.test_mailbox.TestMH.test_sequences)
PASS: test_set_item (test.test_mailbox.TestMH.test_set_item)
PASS: test_update (test.test_mailbox.TestMH.test_update)
PASS: test_values (test.test_mailbox.TestMH.test_values)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestMHMessage.test_become_message)
PASS: test_explain_to (test.test_mailbox.TestMHMessage.test_explain_to)
PASS: test_initialize_incorrectly (test.test_mailbox.TestMHMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestMHMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestMHMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestMHMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestMHMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestMHMessage.test_initialize_with_string)
PASS: test_sequences (test.test_mailbox.TestMHMessage.test_sequences)
PASS: test_add (test.test_mailbox.TestMMDF.test_add)
PASS: test_add_8bit_body (test.test_mailbox.TestMMDF.test_add_8bit_body)
PASS: test_add_StringIO_warns (test.test_mailbox.TestMMDF.test_add_StringIO_warns)
PASS: test_add_and_close (test.test_mailbox.TestMMDF.test_add_and_close)
PASS: test_add_binary_file (test.test_mailbox.TestMMDF.test_add_binary_file)
PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMMDF.test_add_binary_nonascii_file)
PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMMDF.test_add_doesnt_rewrite)
PASS: test_add_from_bytes (test.test_mailbox.TestMMDF.test_add_from_bytes)
PASS: test_add_from_string (test.test_mailbox.TestMMDF.test_add_from_string)
PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header)
PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message)
PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises)
PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises)
PASS: test_add_text_file_warns (test.test_mailbox.TestMMDF.test_add_text_file_warns)
PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty)
PASS: test_clear (test.test_mailbox.TestMMDF.test_clear)
PASS: test_close (test.test_mailbox.TestMMDF.test_close)
PASS: test_contains (test.test_mailbox.TestMMDF.test_contains)
PASS: test_delitem (test.test_mailbox.TestMMDF.test_delitem)
PASS: test_discard (test.test_mailbox.TestMMDF.test_discard)
PASS: test_dump_message (test.test_mailbox.TestMMDF.test_dump_message)
PASS: test_flush (test.test_mailbox.TestMMDF.test_flush)
PASS: test_get (test.test_mailbox.TestMMDF.test_get)
PASS: test_get_bytes (test.test_mailbox.TestMMDF.test_get_bytes)
PASS: test_get_bytes_from (test.test_mailbox.TestMMDF.test_get_bytes_from)
PASS: test_get_file (test.test_mailbox.TestMMDF.test_get_file)
PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice)
PASS: test_get_message (test.test_mailbox.TestMMDF.test_get_message)
PASS: test_get_string (test.test_mailbox.TestMMDF.test_get_string)
PASS: test_get_string_from (test.test_mailbox.TestMMDF.test_get_string_from)
PASS: test_getitem (test.test_mailbox.TestMMDF.test_getitem)
PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string)
PASS: test_items (test.test_mailbox.TestMMDF.test_items)
PASS: test_iter (test.test_mailbox.TestMMDF.test_iter)
PASS: test_iteritems (test.test_mailbox.TestMMDF.test_iteritems)
PASS: test_iterkeys (test.test_mailbox.TestMMDF.test_iterkeys)
PASS: test_itervalues (test.test_mailbox.TestMMDF.test_itervalues)
PASS: test_keys (test.test_mailbox.TestMMDF.test_keys)
PASS: test_len (test.test_mailbox.TestMMDF.test_len)
PASS: test_lock_conflict (test.test_mailbox.TestMMDF.test_lock_conflict)
PASS: test_lock_unlock (test.test_mailbox.TestMMDF.test_lock_unlock)
PASS: test_open_close_open (test.test_mailbox.TestMMDF.test_open_close_open)
PASS: test_ownership_after_flush (test.test_mailbox.TestMMDF.test_ownership_after_flush)
PASS: test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush)
PASS: test_pop (test.test_mailbox.TestMMDF.test_pop)
PASS: test_popitem (test.test_mailbox.TestMMDF.test_popitem)
PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMMDF.test_popitem_and_flush_twice)
PASS: test_relock (test.test_mailbox.TestMMDF.test_relock)
PASS: test_remove (test.test_mailbox.TestMMDF.test_remove)
PASS: test_set_item (test.test_mailbox.TestMMDF.test_set_item)
PASS: test_update (test.test_mailbox.TestMMDF.test_update)
PASS: test_values (test.test_mailbox.TestMMDF.test_values)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestMMDFMessage.test_become_message)
PASS: test_explain_to (test.test_mailbox.TestMMDFMessage.test_explain_to)
PASS: test_flags (test.test_mailbox.TestMMDFMessage.test_flags)
PASS: test_from (test.test_mailbox.TestMMDFMessage.test_from)
PASS: test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestMMDFMessage.test_initialize_with_string)
PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom)
PASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass.test_notimplemented)
PASS: test_add (test.test_mailbox.TestMaildir.test_add)
PASS: test_add_8bit_body (test.test_mailbox.TestMaildir.test_add_8bit_body)
PASS: test_add_MM (test.test_mailbox.TestMaildir.test_add_MM)
PASS: test_add_StringIO_warns (test.test_mailbox.TestMaildir.test_add_StringIO_warns)
PASS: test_add_and_remove_folders (test.test_mailbox.TestMaildir.test_add_and_remove_folders)
PASS: test_add_binary_file (test.test_mailbox.TestMaildir.test_add_binary_file)
PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMaildir.test_add_binary_nonascii_file)
PASS: test_add_flag (test.test_mailbox.TestMaildir.test_add_flag)
PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header)
PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises)
PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises)
PASS: test_add_text_file_warns (test.test_mailbox.TestMaildir.test_add_text_file_warns)
PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty)
PASS: test_clean (test.test_mailbox.TestMaildir.test_clean)
PASS: test_clear (test.test_mailbox.TestMaildir.test_clear)
PASS: test_close (test.test_mailbox.TestMaildir.test_close)
PASS: test_consistent_factory (test.test_mailbox.TestMaildir.test_consistent_factory)
PASS: test_contains (test.test_mailbox.TestMaildir.test_contains)
PASS: test_create_tmp (test.test_mailbox.TestMaildir.test_create_tmp)
PASS: test_delitem (test.test_mailbox.TestMaildir.test_delitem)
PASS: test_directory_in_folder (test.test_mailbox.TestMaildir.test_directory_in_folder)
PASS: test_discard (test.test_mailbox.TestMaildir.test_discard)
PASS: test_dump_message (test.test_mailbox.TestMaildir.test_dump_message)
PASS: test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions)
PASS: test_filename_leading_dot (test.test_mailbox.TestMaildir.test_filename_leading_dot)
PASS: test_flush (test.test_mailbox.TestMaildir.test_flush)
PASS: test_folder (test.test_mailbox.TestMaildir.test_folder)
PASS: test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms)
PASS: test_get (test.test_mailbox.TestMaildir.test_get)
PASS: test_get_MM (test.test_mailbox.TestMaildir.test_get_MM)
PASS: test_get_bytes (test.test_mailbox.TestMaildir.test_get_bytes)
PASS: test_get_file (test.test_mailbox.TestMaildir.test_get_file)
PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice)
PASS: test_get_flags (test.test_mailbox.TestMaildir.test_get_flags)
PASS: test_get_folder (test.test_mailbox.TestMaildir.test_get_folder)
PASS: test_get_info (test.test_mailbox.TestMaildir.test_get_info)
PASS: test_get_message (test.test_mailbox.TestMaildir.test_get_message)
PASS: test_get_string (test.test_mailbox.TestMaildir.test_get_string)
PASS: test_getitem (test.test_mailbox.TestMaildir.test_getitem)
PASS: test_initialize_existing (test.test_mailbox.TestMaildir.test_initialize_existing)
PASS: test_initialize_new (test.test_mailbox.TestMaildir.test_initialize_new)
PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string)
PASS: test_items (test.test_mailbox.TestMaildir.test_items)
PASS: test_iter (test.test_mailbox.TestMaildir.test_iter)
PASS: test_iteritems (test.test_mailbox.TestMaildir.test_iteritems)
PASS: test_iterkeys (test.test_mailbox.TestMaildir.test_iterkeys)
PASS: test_itervalues (test.test_mailbox.TestMaildir.test_itervalues)
PASS: test_keys (test.test_mailbox.TestMaildir.test_keys)
PASS: test_len (test.test_mailbox.TestMaildir.test_len)
PASS: test_list_folders (test.test_mailbox.TestMaildir.test_list_folders)
PASS: test_lock_unlock (test.test_mailbox.TestMaildir.test_lock_unlock)
PASS: test_lookup (test.test_mailbox.TestMaildir.test_lookup)
PASS: test_pop (test.test_mailbox.TestMaildir.test_pop)
PASS: test_popitem (test.test_mailbox.TestMaildir.test_popitem)
PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMaildir.test_popitem_and_flush_twice)
PASS: test_refresh (test.test_mailbox.TestMaildir.test_refresh)
PASS: test_refresh_after_safety_period (test.test_mailbox.TestMaildir.test_refresh_after_safety_period)
PASS: test_remove (test.test_mailbox.TestMaildir.test_remove)
PASS: test_remove_flag (test.test_mailbox.TestMaildir.test_remove_flag)
PASS: test_reread (test.test_mailbox.TestMaildir.test_reread)
PASS: test_set_MM (test.test_mailbox.TestMaildir.test_set_MM)
PASS: test_set_flags (test.test_mailbox.TestMaildir.test_set_flags)
PASS: test_set_info (test.test_mailbox.TestMaildir.test_set_info)
PASS: test_set_item (test.test_mailbox.TestMaildir.test_set_item)
PASS: test_update (test.test_mailbox.TestMaildir.test_update)
PASS: test_values (test.test_mailbox.TestMaildir.test_values)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestMaildirMessage.test_become_message)
PASS: test_date (test.test_mailbox.TestMaildirMessage.test_date)
PASS: test_explain_to (test.test_mailbox.TestMaildirMessage.test_explain_to)
PASS: test_flags (test.test_mailbox.TestMaildirMessage.test_flags)
PASS: test_info (test.test_mailbox.TestMaildirMessage.test_info)
PASS: test_info_and_flags (test.test_mailbox.TestMaildirMessage.test_info_and_flags)
PASS: test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestMaildirMessage.test_initialize_with_string)
PASS: test_subdir (test.test_mailbox.TestMaildirMessage.test_subdir)
PASS: test_add (test.test_mailbox.TestMbox.test_add)
PASS: test_add_8bit_body (test.test_mailbox.TestMbox.test_add_8bit_body)
PASS: test_add_StringIO_warns (test.test_mailbox.TestMbox.test_add_StringIO_warns)
PASS: test_add_and_close (test.test_mailbox.TestMbox.test_add_and_close)
PASS: test_add_binary_file (test.test_mailbox.TestMbox.test_add_binary_file)
PASS: test_add_binary_nonascii_file (test.test_mailbox.TestMbox.test_add_binary_nonascii_file)
PASS: test_add_doesnt_rewrite (test.test_mailbox.TestMbox.test_add_doesnt_rewrite)
PASS: test_add_from_bytes (test.test_mailbox.TestMbox.test_add_from_bytes)
PASS: test_add_from_string (test.test_mailbox.TestMbox.test_add_from_string)
PASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header)
PASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message)
PASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises)
PASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises)
PASS: test_add_text_file_warns (test.test_mailbox.TestMbox.test_add_text_file_warns)
PASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty)
PASS: test_clear (test.test_mailbox.TestMbox.test_clear)
PASS: test_close (test.test_mailbox.TestMbox.test_close)
PASS: test_contains (test.test_mailbox.TestMbox.test_contains)
PASS: test_delitem (test.test_mailbox.TestMbox.test_delitem)
PASS: test_discard (test.test_mailbox.TestMbox.test_discard)
PASS: test_dump_message (test.test_mailbox.TestMbox.test_dump_message)
PASS: test_file_perms (test.test_mailbox.TestMbox.test_file_perms)
PASS: test_flush (test.test_mailbox.TestMbox.test_flush)
PASS: test_get (test.test_mailbox.TestMbox.test_get)
PASS: test_get_bytes (test.test_mailbox.TestMbox.test_get_bytes)
PASS: test_get_bytes_from (test.test_mailbox.TestMbox.test_get_bytes_from)
PASS: test_get_file (test.test_mailbox.TestMbox.test_get_file)
PASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice)
PASS: test_get_message (test.test_mailbox.TestMbox.test_get_message)
PASS: test_get_string (test.test_mailbox.TestMbox.test_get_string)
PASS: test_get_string_from (test.test_mailbox.TestMbox.test_get_string_from)
PASS: test_getitem (test.test_mailbox.TestMbox.test_getitem)
PASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string)
PASS: test_items (test.test_mailbox.TestMbox.test_items)
PASS: test_iter (test.test_mailbox.TestMbox.test_iter)
PASS: test_iteritems (test.test_mailbox.TestMbox.test_iteritems)
PASS: test_iterkeys (test.test_mailbox.TestMbox.test_iterkeys)
PASS: test_itervalues (test.test_mailbox.TestMbox.test_itervalues)
PASS: test_keys (test.test_mailbox.TestMbox.test_keys)
PASS: test_len (test.test_mailbox.TestMbox.test_len)
PASS: test_lock_conflict (test.test_mailbox.TestMbox.test_lock_conflict)
PASS: test_lock_unlock (test.test_mailbox.TestMbox.test_lock_unlock)
PASS: test_message_separator (test.test_mailbox.TestMbox.test_message_separator)
PASS: test_open_close_open (test.test_mailbox.TestMbox.test_open_close_open)
PASS: test_ownership_after_flush (test.test_mailbox.TestMbox.test_ownership_after_flush)
PASS: test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush)
PASS: test_pop (test.test_mailbox.TestMbox.test_pop)
PASS: test_popitem (test.test_mailbox.TestMbox.test_popitem)
PASS: test_popitem_and_flush_twice (test.test_mailbox.TestMbox.test_popitem_and_flush_twice)
PASS: test_relock (test.test_mailbox.TestMbox.test_relock)
PASS: test_remove (test.test_mailbox.TestMbox.test_remove)
PASS: test_set_item (test.test_mailbox.TestMbox.test_set_item)
PASS: test_terminating_newline (test.test_mailbox.TestMbox.test_terminating_newline)
PASS: test_update (test.test_mailbox.TestMbox.test_update)
PASS: test_values (test.test_mailbox.TestMbox.test_values)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestMboxMessage.test_become_message)
PASS: test_explain_to (test.test_mailbox.TestMboxMessage.test_explain_to)
PASS: test_flags (test.test_mailbox.TestMboxMessage.test_flags)
PASS: test_from (test.test_mailbox.TestMboxMessage.test_from)
PASS: test_initialize_incorrectly (test.test_mailbox.TestMboxMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestMboxMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestMboxMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestMboxMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestMboxMessage.test_initialize_with_string)
PASS: test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom)
PASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMessage.test_all_eMM_attributes_exist)
PASS: test_become_message (test.test_mailbox.TestMessage.test_become_message)
PASS: test_explain_to (test.test_mailbox.TestMessage.test_explain_to)
PASS: test_initialize_incorrectly (test.test_mailbox.TestMessage.test_initialize_incorrectly)
PASS: test_initialize_with_binary_file (test.test_mailbox.TestMessage.test_initialize_with_binary_file)
PASS: test_initialize_with_eMM (test.test_mailbox.TestMessage.test_initialize_with_eMM)
PASS: test_initialize_with_file (test.test_mailbox.TestMessage.test_initialize_with_file)
PASS: test_initialize_with_nothing (test.test_mailbox.TestMessage.test_initialize_with_nothing)
PASS: test_initialize_with_string (test.test_mailbox.TestMessage.test_initialize_with_string)
PASS: test_babyl_to_babyl (test.test_mailbox.TestMessageConversion.test_babyl_to_babyl)
PASS: test_babyl_to_maildir (test.test_mailbox.TestMessageConversion.test_babyl_to_maildir)
PASS: test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf)
PASS: test_babyl_to_mh (test.test_mailbox.TestMessageConversion.test_babyl_to_mh)
PASS: test_maildir_to_babyl (test.test_mailbox.TestMessageConversion.test_maildir_to_babyl)
PASS: test_maildir_to_maildir (test.test_mailbox.TestMessageConversion.test_maildir_to_maildir)
PASS: test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf)
PASS: test_maildir_to_mh (test.test_mailbox.TestMessageConversion.test_maildir_to_mh)
PASS: test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl)
PASS: test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir)
PASS: test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf)
PASS: test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh)
PASS: test_mh_to_babyl (test.test_mailbox.TestMessageConversion.test_mh_to_babyl)
PASS: test_mh_to_maildir (test.test_mailbox.TestMessageConversion.test_mh_to_maildir)
PASS: test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf)
PASS: test_mh_to_mh (test.test_mailbox.TestMessageConversion.test_mh_to_mh)
PASS: test_plain_to_x (test.test_mailbox.TestMessageConversion.test_plain_to_x)
PASS: test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion)
PASS: test_x_from_bytes (test.test_mailbox.TestMessageConversion.test_x_from_bytes)
PASS: test_x_to_invalid (test.test_mailbox.TestMessageConversion.test_x_to_invalid)
PASS: test_x_to_plain (test.test_mailbox.TestMessageConversion.test_x_to_plain)
PASS: test_close (test.test_mailbox.TestPartialFile.test_close)
PASS: test_initialize (test.test_mailbox.TestPartialFile.test_initialize)
PASS: test_iteration (test.test_mailbox.TestPartialFile.test_iteration)
PASS: test_read (test.test_mailbox.TestPartialFile.test_read)
PASS: test_readline (test.test_mailbox.TestPartialFile.test_readline)
PASS: test_readlines (test.test_mailbox.TestPartialFile.test_readlines)
PASS: test_seek_and_tell (test.test_mailbox.TestPartialFile.test_seek_and_tell)
PASS: test_close (test.test_mailbox.TestProxyFile.test_close)
PASS: test_initialize (test.test_mailbox.TestProxyFile.test_initialize)
PASS: test_iteration (test.test_mailbox.TestProxyFile.test_iteration)
PASS: test_read (test.test_mailbox.TestProxyFile.test_read)
PASS: test_readline (test.test_mailbox.TestProxyFile.test_readline)
PASS: test_readlines (test.test_mailbox.TestProxyFile.test_readlines)
PASS: test_seek_and_tell (test.test_mailbox.TestProxyFile.test_seek_and_tell)

----------------------------------------------------------------------
Ran 376 tests in 0.376s

OK
0:03:03 load avg: 3.71 [269/486] test_imaplib passed
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message)
test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'
GOT: b'LMGM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LMGM0 OK CAPABILITY completed'
GOT: b'LMGM1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
SENT: b'LMGM1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'
GOT: b'GLLC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'GLLC0 OK CAPABILITY completed'
GOT: b'GLLC1 AUTHENTICATE METHOD'
SENT: b'GLLC1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'
GOT: b'INDC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
SENT: b'INDC0 OK CAPABILITY completed'
GOT: b'INDC1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'INDC1 OK FAKEAUTH successful'
GOT: b'INDC2 ENABLE UTF8=ACCEPT'
SENT: b'INDC2 OK ENABLE successful'
GOT: b'INDC3 APPEND INBOX UTF8 (~{25}'
SENT: b'+'
GOT: b'Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9'
GOT: b')'
SENT: b'INDC3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'
GOT: b'HJOI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HJOI0 OK CAPABILITY completed'
GOT: b'HJOI1 LOGIN user "pass"'
SENT: b'HJOI1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'
GOT: b'GKEK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'GKEK0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'
GOT: b'MDJF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'MDJF0 OK CAPABILITY completed'
ok
test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPSSLTests.test_file_property_should_not_be_accessed) ... SENT: b'* OK IMAP4rev1'
GOT: b'DALI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DALI0 OK CAPABILITY completed'
ok
test_idle_burst (test.test_imaplib.NewIMAPSSLTests.test_idle_burst) ... SENT: b'* OK IMAP4rev1'
GOT: b'FGND0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'FGND0 OK CAPABILITY completed'
GOT: b'FGND1 LOGIN user "pass"'
SENT: b'FGND1 OK LOGIN completed'
GOT: b'FGND2 IDLE'
SENT: b'* 0 EXISTS'
SENT: b'+ idling'
SENT: b'* 2 EXISTS'
SENT: b'* 1 FETCH (BODY[HEADER.FIELDS (DATE)] {41}'
SENT: b'Date: Fri, 06 Dec 2024 06:00:00 +0000'
SENT: b')'
SENT: b'* 3 EXISTS'
SENT: b'* 1 RECENT'
GOT: b'DONE'
SENT: b'* 9 RECENT'
SENT: b'FGND2 OK Idle completed'
ok
test_idle_capability (test.test_imaplib.NewIMAPSSLTests.test_idle_capability) ... SENT: b'* OK IMAP4rev1'
GOT: b'IDHE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'IDHE0 OK CAPABILITY completed'
ok
test_idle_delayed_packet (test.test_imaplib.NewIMAPSSLTests.test_idle_delayed_packet) ... SENT: b'* OK IMAP4rev1'
GOT: b'HOOB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'HOOB0 OK CAPABILITY completed'
GOT: b'HOOB1 LOGIN user "pass"'
SENT: b'HOOB1 OK LOGIN completed'
GOT: b'HOOB2 IDLE'
SENT: b'+ idling'
SENT: b'* 1 EX'
SENT: b'IS'
SENT: b'TS'
GOT: b'DONE'
SENT: b'HOOB2 OK Idle completed'
ok
test_idle_denied (test.test_imaplib.NewIMAPSSLTests.test_idle_denied) ... SENT: b'* OK IMAP4rev1'
GOT: b'EDNA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'EDNA0 OK CAPABILITY completed'
GOT: b'EDNA1 LOGIN user "pass"'
SENT: b'EDNA1 OK LOGIN completed'
GOT: b'EDNA2 IDLE'
SENT: b'EDNA2 NO IDLE is not allowed at this time'
ok
test_idle_iter (test.test_imaplib.NewIMAPSSLTests.test_idle_iter) ... SENT: b'* OK IMAP4rev1'
GOT: b'HCNN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'HCNN0 OK CAPABILITY completed'
GOT: b'HCNN1 LOGIN user "pass"'
SENT: b'HCNN1 OK LOGIN completed'
GOT: b'HCNN2 IDLE'
SENT: b'* 0 EXISTS'
SENT: b'+ idling'
SENT: b'* 2 EXISTS'
SENT: b'* 1 FETCH (BODY[HEADER.FIELDS (DATE)] {41}'
SENT: b'Date: Fri, 06 Dec 2024 06:00:00 +0000'
SENT: b')'
SENT: b'* 3 EXISTS'
SENT: b'* 1 RECENT'
GOT: b'DONE'
SENT: b'* 9 RECENT'
SENT: b'HCNN2 OK Idle completed'
ok
test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'
GOT: b'HNBB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HNBB0 OK CAPABILITY completed'
ok
test_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'
GOT: b'DNKB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DNKB0 OK CAPABILITY completed'
GOT: b'DNKB1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'DNKB1 OK LOGOUT completed'
SENT: b'* OK IMAP4rev1'
GOT: b'GIIL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'GIIL0 OK CAPABILITY completed'
GOT: b'GIIL1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'GIIL1 OK LOGOUT completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'
GOT: b'JGAE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'JGAE0 OK CAPABILITY completed'
GOT: b'JGAE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'JGAE1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'
GOT: b'BMHN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'BMHN0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong)
test_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... SENT: b'* OK IMAP4rev1'
GOT: b'OHDA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'OHDA0 OK CAPABILITY completed'
GOT: b'OHDA1 LOGIN user "pass"'
SENT: b'OHDA1 OK LOGIN completed'
ok
test_login_cram_md5_blocked (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_blocked) ... SENT: b'* OK IMAP4rev1'
GOT: b'INDG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'INDG0 OK CAPABILITY completed'
GOT: b'INDG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'
GOT: b'EAKH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'EAKH0 OK CAPABILITY completed'
GOT: b'EAKH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'EAKH1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'
GOT: b'ECDH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'ECDH0 OK CAPABILITY completed'
GOT: b'ECDH1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'ECDH1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... SENT: b'* OK IMAP4rev1'
GOT: b'ODKN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'ODKN0 OK CAPABILITY completed'
GOT: b'ODKN1 LOGIN user "pass"'
SENT: b'ODKN1 OK LOGIN completed'
GOT: b'ODKN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'ODKN2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... SENT: b'* OK IMAP4rev1'
GOT: b'ODBD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'ODBD0 OK CAPABILITY completed'
GOT: b'ODBD1 LOGIN user "pass"'
SENT: b'ODBD1 OK LOGIN completed'
GOT: b'ODBD2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
SENT: b'ODBD2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'
GOT: b'BJGJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'BJGJ0 OK CAPABILITY completed'
GOT: b'BJGJ1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'BJGJ1 OK FAKEAUTH successful'
GOT: b'BJGJ2 ENABLE UTF8=ACCEPT'
SENT: b'BJGJ2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'
GOT: b'PMPG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'PMPG0 OK CAPABILITY completed'
GOT: b'PMPG1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'PMPG1 OK LOGOUT completed'
ok
PASS: test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises)
test_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... SENT: b'* OK IMAP4rev1'
GOT: b'LDJD0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LDJD0 OK CAPABILITY completed'
ok
test_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... SENT: b'* OK IMAP4rev1'
GOT: b'MPCG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'MPCG0 OK CAPABILITY completed'
GOT: b'MPCG1 LOGIN user "pass"'
SENT: b'MPCG1 OK LOGIN completed'
GOT: b'MPCG2 SELECT INBOX'
SENT: b'* 2 EXISTS'
SENT: b'MPCG2 OK [READ-WRITE] SELECT completed.'
GOT: b'MPCG3 UNSELECT'
SENT: b'MPCG3 OK Returned to authenticated state. (Success)'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'
GOT: b'OEBH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'OEBH0 OK CAPABILITY completed'
GOT: b'OEBH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'OEBH1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'
GOT: b'IGGN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'IGGN0 OK CAPABILITY completed'
GOT: b'IGGN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'IGGN1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'
GOT: b'EMBM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'EMBM0 OK CAPABILITY completed'
GOT: b'EMBM1 LOGIN user "pass"'
SENT: b'EMBM1 OK LOGIN completed'
GOT: b'EMBM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'EMBM2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'
GOT: b'KGBO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'KGBO0 OK CAPABILITY completed'
GOT: b'KGBO1 LOGIN user "pass"'
SENT: b'KGBO1 OK LOGIN completed'
GOT: b'KGBO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'KGBO2 OK LOGOUT completed'
ok
PASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message)
test_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'
GOT: b'HPNE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HPNE0 OK CAPABILITY completed'
GOT: b'HPNE1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
SENT: b'HPNE1 NO [AUTHENTICATIONFAILED] aborted'
ok
test_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'
GOT: b'ONEB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'ONEB0 OK CAPABILITY completed'
GOT: b'ONEB1 AUTHENTICATE METHOD'
SENT: b'ONEB1 NO unrecognized authentication type METHOD'
ok
test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'
GOT: b'KOPH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'
SENT: b'KOPH0 OK CAPABILITY completed'
GOT: b'KOPH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'KOPH1 OK FAKEAUTH successful'
GOT: b'KOPH2 ENABLE UTF8=ACCEPT'
SENT: b'KOPH2 OK ENABLE successful'
GOT: b'KOPH3 APPEND INBOX UTF8 (~{25}'
SENT: b'+'
GOT: b'Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9'
GOT: b')'
SENT: b'KOPH3 OK okay'
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'
GOT: b'DLGN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DLGN0 OK CAPABILITY completed'
GOT: b'DLGN1 LOGIN user "pass"'
SENT: b'DLGN1 OK LOGIN completed'
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'
GOT: b'JJBG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'JJBG0 OK CAPABILITY completed'
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'
GOT: b'KFJF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'KFJF0 OK CAPABILITY completed'
ok
test_file_property_should_not_be_accessed (test.test_imaplib.NewIMAPTests.test_file_property_should_not_be_accessed) ... SENT: b'* OK IMAP4rev1'
GOT: b'GBEP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'GBEP0 OK CAPABILITY completed'
ok
test_idle_burst (test.test_imaplib.NewIMAPTests.test_idle_burst) ... SENT: b'* OK IMAP4rev1'
GOT: b'IDEP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'IDEP0 OK CAPABILITY completed'
GOT: b'IDEP1 LOGIN user "pass"'
SENT: b'IDEP1 OK LOGIN completed'
GOT: b'IDEP2 IDLE'
SENT: b'* 0 EXISTS'
SENT: b'+ idling'
SENT: b'* 2 EXISTS'
SENT: b'* 1 FETCH (BODY[HEADER.FIELDS (DATE)] {41}'
SENT: b'Date: Fri, 06 Dec 2024 06:00:00 +0000'
SENT: b')'
SENT: b'* 3 EXISTS'
SENT: b'* 1 RECENT'
GOT: b'DONE'
SENT: b'* 9 RECENT'
SENT: b'IDEP2 OK Idle completed'
ok
test_idle_capability (test.test_imaplib.NewIMAPTests.test_idle_capability) ... SENT: b'* OK IMAP4rev1'
GOT: b'IJGA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'IJGA0 OK CAPABILITY completed'
ok
test_idle_delayed_packet (test.test_imaplib.NewIMAPTests.test_idle_delayed_packet) ... SENT: b'* OK IMAP4rev1'
GOT: b'MILJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'MILJ0 OK CAPABILITY completed'
GOT: b'MILJ1 LOGIN user "pass"'
SENT: b'MILJ1 OK LOGIN completed'
GOT: b'MILJ2 IDLE'
SENT: b'+ idling'
SENT: b'* 1 EX'
SENT: b'IS'
SENT: b'TS'
GOT: b'DONE'
SENT: b'MILJ2 OK Idle completed'
ok
test_idle_denied (test.test_imaplib.NewIMAPTests.test_idle_denied) ... SENT: b'* OK IMAP4rev1'
GOT: b'MECJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'MECJ0 OK CAPABILITY completed'
GOT: b'MECJ1 LOGIN user "pass"'
SENT: b'MECJ1 OK LOGIN completed'
GOT: b'MECJ2 IDLE'
SENT: b'MECJ2 NO IDLE is not allowed at this time'
ok
test_idle_iter (test.test_imaplib.NewIMAPTests.test_idle_iter) ... SENT: b'* OK IMAP4rev1'
GOT: b'HGBL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 IDLE'
SENT: b'HGBL0 OK CAPABILITY completed'
GOT: b'HGBL1 LOGIN user "pass"'
SENT: b'HGBL1 OK LOGIN completed'
GOT: b'HGBL2 IDLE'
SENT: b'* 0 EXISTS'
SENT: b'+ idling'
SENT: b'* 2 EXISTS'
SENT: b'* 1 FETCH (BODY[HEADER.FIELDS (DATE)] {41}'
SENT: b'Date: Fri, 06 Dec 2024 06:00:00 +0000'
SENT: b')'
SENT: b'* 3 EXISTS'
SENT: b'* 1 RECENT'
GOT: b'DONE'
SENT: b'* 9 RECENT'
SENT: b'HGBL2 OK Idle completed'
ok
test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'
GOT: b'PNJK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'PNJK0 OK CAPABILITY completed'
ok
test_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'
GOT: b'HBIK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HBIK0 OK CAPABILITY completed'
GOT: b'HBIK1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'HBIK1 OK LOGOUT completed'
SENT: b'* OK IMAP4rev1'
GOT: b'BOJM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'BOJM0 OK CAPABILITY completed'
GOT: b'BOJM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'BOJM1 OK LOGOUT completed'
ok
test_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'
GOT: b'OAIA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'OAIA0 OK CAPABILITY completed'
GOT: b'OAIA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'OAIA1 NO [AUTHENTICATIONFAILED] invalid'
ok
test_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'
GOT: b'EPGN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'EPGN0 OK CAPABILITY completed'
ok
PASS: test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong)
test_login (test.test_imaplib.NewIMAPTests.test_login) ... SENT: b'* OK IMAP4rev1'
GOT: b'LDGA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LDGA0 OK CAPABILITY completed'
GOT: b'LDGA1 LOGIN user "pass"'
SENT: b'LDGA1 OK LOGIN completed'
ok
test_login_cram_md5_blocked (test.test_imaplib.NewIMAPTests.test_login_cram_md5_blocked) ... SENT: b'* OK IMAP4rev1'
GOT: b'KFMG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'KFMG0 OK CAPABILITY completed'
GOT: b'KFMG1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
ok
test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'
GOT: b'GEAC0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'GEAC0 OK CAPABILITY completed'
GOT: b'GEAC1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'GEAC1 OK CRAM-MD5 successful'
ok
test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'
GOT: b'IEOJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'IEOJ0 OK CAPABILITY completed'
GOT: b'IEOJ1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'IEOJ1 OK CRAM-MD5 successful'
ok
test_logout (test.test_imaplib.NewIMAPTests.test_logout) ... SENT: b'* OK IMAP4rev1'
GOT: b'IHEJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'IHEJ0 OK CAPABILITY completed'
GOT: b'IHEJ1 LOGIN user "pass"'
SENT: b'IHEJ1 OK LOGIN completed'
GOT: b'IHEJ2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'IHEJ2 OK LOGOUT completed'
ok
test_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... SENT: b'* OK IMAP4rev1'
GOT: b'DNLK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DNLK0 OK CAPABILITY completed'
GOT: b'DNLK1 LOGIN user "pass"'
SENT: b'DNLK1 OK LOGIN completed'
GOT: b'DNLK2 LSUB "" *'
SENT: b'* LSUB () "." directoryA'
SENT: b'DNLK2 OK LSUB completed'
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'
GOT: b'MOJN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'MOJN0 OK CAPABILITY completed'
GOT: b'MOJN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'MOJN1 OK FAKEAUTH successful'
GOT: b'MOJN2 ENABLE UTF8=ACCEPT'
SENT: b'MOJN2 OK ENABLE successful'
ok
test_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'
GOT: b'PBPN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'PBPN0 OK CAPABILITY completed'
GOT: b'PBPN1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'PBPN1 OK LOGOUT completed'
ok
test_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... SENT: b'* OK IMAP4rev1'
GOT: b'DBAH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DBAH0 OK CAPABILITY completed'
GOT: b'DBAH1 LOGIN user "pass"'
SENT: b'DBAH1 OK LOGIN completed'
GOT: b'DBAH2 SELECT INBOX'
SENT: b'* 2 EXISTS'
SENT: b'DBAH2 OK [READ-WRITE] SELECT completed.'
GOT: b'DBAH3 UNSELECT'
SENT: b'DBAH3 OK Returned to authenticated state. (Success)'
ok
test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'
GOT: b'FINA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'FINA0 OK CAPABILITY completed'
GOT: b'FINA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'FINA1 OK FAKEAUTH successful'
ok
test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'
GOT: b'BFDH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'BFDH0 OK CAPABILITY completed'
GOT: b'BFDH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'BFDH1 OK FAKEAUTH successful'
ok
test_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'
GOT: b'JKAH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'JKAH0 OK CAPABILITY completed'
GOT: b'JKAH1 LOGIN user "pass"'
SENT: b'JKAH1 OK LOGIN completed'
GOT: b'JKAH2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'JKAH2 OK LOGOUT completed'
ok
test_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'
GOT: b'DMOO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DMOO0 OK CAPABILITY completed'
GOT: b'DMOO1 LOGIN user "pass"'
SENT: b'DMOO1 OK LOGIN completed'
GOT: b'DMOO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'DMOO2 OK LOGOUT completed'
ok
PASS: test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple)
PASS: test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941)
PASS: test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate)
PASS: test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value)
PASS: test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result)
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'BHNF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'BHNF0 OK CAPABILITY completed'
GOT: b'BHNF1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
SENT: b'BHNF1 NO [AUTHENTICATIONFAILED] aborted'
GOT: b'BHNF2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
SENT: b'BHNF2 OK LOGOUT completed'
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LFNO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LFNO0 OK CAPABILITY completed'
GOT: b'LFNO1 AUTHENTICATE METHOD'
SENT: b'LFNO1 NO unrecognized authentication type METHOD'
GOT: b'LFNO2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'LFNO2 OK LOGOUT completed'
waiting for server
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'CCEB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'CCEB0 OK CAPABILITY completed'
GOT: b'CCEB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'CCEB1 OK FAKEAUTH successful'
GOT: b'CCEB2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
SENT: b'CCEB2 OK [READ-WRITE] SELECT completed.'
GOT: b'CCEB3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
SENT: b'CCEB3 OK STORE completed.'
GOT: b'CCEB4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
SENT: b'CCEB4 OK [READ-WRITE] SELECT completed.'
GOT: b'CCEB5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'CCEB5 OK LOGOUT completed'
waiting for server
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'GIDF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'GIDF0 OK CAPABILITY completed'
waiting for server
done
ok
test_dump_ur (test.test_imaplib.ThreadedNetworkedTests.test_dump_ur) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'PFLF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'PFLF0 OK CAPABILITY completed'
GOT: b'PFLF1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'PFLF1 OK LOGOUT completed'
waiting for server
done
ok
test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LOMN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'LOMN0 OK CAPABILITY completed'
GOT: b'LOMN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'LOMN1 OK FAKEAUTH successful'
GOT: b'LOMN2 ENABLE UTF8=ACCEPT'
SENT: b'LOMN2 OK ENABLE successful'
GOT: b'LOMN3 APPEND INBOX UTF8 (~{25}'
SENT: b'+'
GOT: b'Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9'
GOT: b')'
SENT: b'LOMN3 OK okay'
GOT: b'LOMN4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'LOMN4 OK LOGOUT completed'
waiting for server
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'HEPE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HEPE0 OK CAPABILITY completed'
GOT: b'HEPE1 LOGIN user "pass"'
SENT: b'HEPE1 OK LOGIN completed'
GOT: b'HEPE2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'HEPE2 OK LOGOUT completed'
waiting for server
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'OOMA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'OOMA0 OK CAPABILITY completed'
GOT: b'OOMA1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'OOMA1 OK LOGOUT completed'
waiting for server
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_not_AUTH) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'NEAF0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'NEAF0 OK CAPABILITY completed'
GOT: b'NEAF1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
SENT: b'NEAF1 OK LOGOUT completed'
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LLFA0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LLFA0 OK CAPABILITY completed'
GOT: b'LLFA1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'LLFA1 NO [AUTHENTICATIONFAILED] invalid'
GOT: b'LLFA2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'LLFA2 OK LOGOUT completed'
waiting for server
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>
server running
waiting for server
done
ok
test_line_termination (test.test_imaplib.ThreadedNetworkedTests.test_line_termination) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'JKCL0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'JKCL0 OK CAPABILITY completed'
waiting for server
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>
server running
waiting for server
done
ok
test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'CPNM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'CPNM0 OK CAPABILITY completed'
GOT: b'CPNM1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'CPNM1 OK CRAM-MD5 successful'
GOT: b'CPNM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'CPNM2 OK LOGOUT completed'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'EHGE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'EHGE0 OK CAPABILITY completed'
GOT: b'EHGE1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'EHGE1 OK CRAM-MD5 successful'
GOT: b'EHGE2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'EHGE2 OK LOGOUT completed'
waiting for server
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests.test_search_disallows_charset_in_utf8_mode) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'BKPB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'BKPB0 OK CAPABILITY completed'
GOT: b'BKPB1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'BKPB1 OK FAKEAUTH successful'
GOT: b'BKPB2 ENABLE UTF8=ACCEPT'
SENT: b'BKPB2 OK ENABLE successful'
GOT: b'BKPB3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'BKPB3 OK LOGOUT completed'
waiting for server
done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_simple_with_statement) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'OIMG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'OIMG0 OK CAPABILITY completed'
GOT: b'OIMG1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
SENT: b'OIMG1 OK LOGOUT completed'
done
ok
test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {32768}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {65536}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {131072}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {262144}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {524288}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1048576}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2097152}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4194304}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8388608}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {16777216}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {33554432}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {67108864}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {134217728}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {268435456}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {536870912}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1073741824}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2147483648}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4294967296}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8589934592}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {17179869184}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {34359738368}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {68719476736}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {137438953472}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {274877906944}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {549755813888}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1099511627776}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2199023255552}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4398046511104}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8796093022208}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {17592186044416}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {35184372088832}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {70368744177664}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {140737488355328}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {281474976710656}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {562949953421312}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1125899906842624}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2251799813685248}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4503599627370496}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {9007199254740992}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {18014398509481984}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {36028797018963968}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {72057594037927936}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {144115188075855872}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {288230376151711744}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {576460752303423488}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1152921504606846976}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2305843009213693952}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4611686018427387904}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {9223372036854775808}'
SENT: b'IMAP4rev1'
waiting for server
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'INON0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'INON0 OK CAPABILITY completed'
GOT: b'INON1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'INON1 OK FAKEAUTH successful'
GOT: b'INON2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'INON2 OK LOGOUT completed'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'EOFI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'EOFI0 OK CAPABILITY completed'
GOT: b'EOFI1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'EOFI1 OK FAKEAUTH successful'
GOT: b'EOFI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'EOFI2 OK LOGOUT completed'
waiting for server
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_with_statement) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'PDMG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'PDMG0 OK CAPABILITY completed'
GOT: b'PDMG1 LOGIN user "pass"'
SENT: b'PDMG1 OK LOGIN completed'
GOT: b'PDMG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'PDMG2 OK LOGOUT completed'
waiting for server
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests.test_with_statement_logout) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'socketserver.TCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'JHDI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'JHDI0 OK CAPABILITY completed'
GOT: b'JHDI1 LOGIN user "pass"'
SENT: b'JHDI1 OK LOGIN completed'
GOT: b'JHDI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'JHDI2 OK LOGOUT completed'
waiting for server
done
ok
test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_aborted_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'HHAN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HHAN0 OK CAPABILITY completed'
GOT: b'HHAN1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'*'
SENT: b'HHAN1 NO [AUTHENTICATIONFAILED] aborted'
GOT: b'HHAN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'HHAN2 OK LOGOUT completed'
waiting for server
done
ok
test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bad_auth_name) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'KCPG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'KCPG0 OK CAPABILITY completed'
GOT: b'KCPG1 AUTHENTICATE METHOD'
SENT: b'KCPG1 NO unrecognized authentication type METHOD'
GOT: b'KCPG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'KCPG2 OK LOGOUT completed'
waiting for server
done
ok
test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bracket_flags) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'OGBO0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'OGBO0 OK CAPABILITY completed'
GOT: b'OGBO1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'OGBO1 OK FAKEAUTH successful'
GOT: b'OGBO2 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.'
SENT: b'OGBO2 OK [READ-WRITE] SELECT completed.'
GOT: b'OGBO3 STORE 1 +FLAGS ([test])'
SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))'
SENT: b'OGBO3 OK STORE completed.'
GOT: b'OGBO4 SELECT test'
SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])'
SENT: b'* 2 EXISTS'
SENT: b'* 0 RECENT'
SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.'
SENT: b'OGBO4 OK [READ-WRITE] SELECT completed.'
GOT: b'OGBO5 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'OGBO5 OK LOGOUT completed'
waiting for server
done
ok
test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LNDI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'LNDI0 OK CAPABILITY completed'
waiting for server
done
ok
test_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL.test_dump_ur) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'KPEP0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'KPEP0 OK CAPABILITY completed'
GOT: b'KPEP1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'KPEP1 OK LOGOUT completed'
waiting for server
done
ok
test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_True_append) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'HEMH0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'HEMH0 OK CAPABILITY completed'
GOT: b'HEMH1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'HEMH1 OK FAKEAUTH successful'
GOT: b'HEMH2 ENABLE UTF8=ACCEPT'
SENT: b'HEMH2 OK ENABLE successful'
GOT: b'HEMH3 APPEND INBOX UTF8 (~{25}'
SENT: b'+'
GOT: b'Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9'
GOT: b')'
SENT: b'HEMH3 OK okay'
GOT: b'HEMH4 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'HEMH4 OK LOGOUT completed'
waiting for server
done
ok
test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_raises_error_if_not_supported) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'HMNN0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'HMNN0 OK CAPABILITY completed'
GOT: b'HMNN1 LOGIN user "pass"'
SENT: b'HMNN1 OK LOGIN completed'
GOT: b'HMNN2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'HMNN2 OK LOGOUT completed'
waiting for server
done
ok
test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_no_capability) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'IBMM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'IBMM0 OK CAPABILITY completed'
GOT: b'IBMM1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'IBMM1 OK LOGOUT completed'
waiting for server
done
ok
test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_not_AUTH) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LPPI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'LPPI0 OK CAPABILITY completed'
GOT: b'LPPI1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'LPPI1 OK LOGOUT completed'
waiting for server
done
ok
test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_invalid_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'BFME0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'BFME0 OK CAPABILITY completed'
GOT: b'BFME1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'BFME1 NO [AUTHENTICATIONFAILED] invalid'
GOT: b'BFME2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'BFME2 OK LOGOUT completed'
waiting for server
done
ok
test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>
server running
waiting for server
done
ok
test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL.test_line_termination) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'LJHB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH'
SENT: b'LJHB0 OK CAPABILITY completed'
waiting for server
done
ok
test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>
server running
waiting for server
done
ok
test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_login_cram_md5) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'DJOI0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'DJOI0 OK CAPABILITY completed'
GOT: b'DJOI1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'DJOI1 OK CRAM-MD5 successful'
GOT: b'DJOI2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'DJOI2 OK LOGOUT completed'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'PNJM0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'
SENT: b'PNJM0 OK CAPABILITY completed'
GOT: b'PNJM1 AUTHENTICATE CRAM-MD5'
SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='
GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'
SENT: b'PNJM1 OK CRAM-MD5 successful'
GOT: b'PNJM2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'PNJM2 OK LOGOUT completed'
waiting for server
done
ok
test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL.test_search_disallows_charset_in_utf8_mode) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'KDMK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'
SENT: b'KDMK0 OK CAPABILITY completed'
GOT: b'KDMK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'KDMK1 OK FAKEAUTH successful'
GOT: b'KDMK2 ENABLE UTF8=ACCEPT'
SENT: b'KDMK2 OK ENABLE successful'
GOT: b'KDMK3 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'KDMK3 OK LOGOUT completed'waiting for server

done
ok
test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_simple_with_statement) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'NJCG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'NJCG0 OK CAPABILITY completed'
GOT: b'NJCG1 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
SENT: b'NJCG1 OK LOGOUT completed'
done
ok
test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'COOJ0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'COOJ0 OK CAPABILITY completed'
waiting for server
done
ok
test_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTestsSSL.test_truncated_large_literal) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {32768}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {65536}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {131072}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {262144}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {524288}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1048576}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2097152}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4194304}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8388608}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {16777216}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {33554432}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {67108864}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {134217728}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {268435456}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {536870912}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1073741824}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2147483648}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4294967296}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8589934592}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {17179869184}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {34359738368}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {68719476736}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {137438953472}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {274877906944}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {549755813888}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1099511627776}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2199023255552}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4398046511104}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {8796093022208}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {17592186044416}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {35184372088832}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {70368744177664}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {140737488355328}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {281474976710656}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {562949953421312}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1125899906842624}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2251799813685248}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4503599627370496}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {9007199254740992}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {18014398509481984}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {36028797018963968}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {72057594037927936}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {144115188075855872}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {288230376151711744}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {576460752303423488}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {1152921504606846976}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {2305843009213693952}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {4611686018427387904}'
SENT: b'IMAP4rev1'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>
server running
SENT: b'* OK {9223372036854775808}'
SENT: b'IMAP4rev1'
waiting for server
done
ok
test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'CBDK0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'CBDK0 OK CAPABILITY completed'
GOT: b'CBDK1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'CBDK1 OK FAKEAUTH successful'
GOT: b'CBDK2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'CBDK2 OK LOGOUT completed'
waiting for server
done
creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'DGKG0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'DGKG0 OK CAPABILITY completed'
GOT: b'DGKG1 AUTHENTICATE MYAUTH'
SENT: b'+'
GOT: b'ZmFrZQ=='
SENT: b'DGKG1 OK FAKEAUTH successful'
GOT: b'DGKG2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'DGKG2 OK LOGOUT completed'
waiting for server
done
ok
test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'EBMB0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'EBMB0 OK CAPABILITY completed'
GOT: b'EBMB1 LOGIN user "pass"'
SENT: b'EBMB1 OK LOGIN completed'
GOT: b'EBMB2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
waiting for server
SENT: b'EBMB2 OK LOGOUT completed'
done
ok
test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... creating server
server created
ADDR = ('localhost', 0)
CLASS = <class 'test.test_imaplib.SecureTCPServer'>
HDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>
server running
SENT: b'* OK IMAP4rev1'
GOT: b'CBOE0 CAPABILITY'
SENT: b'* CAPABILITY IMAP4rev1'
SENT: b'CBOE0 OK CAPABILITY completed'
GOT: b'CBOE1 LOGIN user "pass"'
SENT: b'CBOE1 OK LOGIN completed'
GOT: b'CBOE2 LOGOUT'
SENT: b'* BYE IMAP4ref1 Server logging out'
SENT: b'CBOE2 OK LOGOUT completed'
waiting for server
done
ok

----------------------------------------------------------------------
Ran 110 tests in 22.052s

OK
0:03:03 load avg: 3.71 [270/486] test_math_property passed
SKIP: test_addition_commutes (test.test_math_property.NextafterTests.test_addition_commutes) 'Hypothesis required for property test with no specified examples'
SKIP: test_count (test.test_math_property.NextafterTests.test_count) 'Hypothesis required for property test with no specified examples'

----------------------------------------------------------------------
Ran 2 tests in 0.000s

OK (skipped=2)
0:03:03 load avg: 3.71 [271/486] test_memoryio passed
PASS: testInit (test.test_memoryio.CBytesIOTest.testInit)
PASS: testRead (test.test_memoryio.CBytesIOTest.testRead)
PASS: testReadNoArgs (test.test_memoryio.CBytesIOTest.testReadNoArgs)
PASS: testSeek (test.test_memoryio.CBytesIOTest.testSeek)
PASS: testTell (test.test_memoryio.CBytesIOTest.testTell)
PASS: test_bytes_array (test.test_memoryio.CBytesIOTest.test_bytes_array)
PASS: test_cow_mutable (test.test_memoryio.CBytesIOTest.test_cow_mutable)
PASS: test_cow_setstate (test.test_memoryio.CBytesIOTest.test_cow_setstate)
PASS: test_cow_truncate (test.test_memoryio.CBytesIOTest.test_cow_truncate)
PASS: test_cow_write (test.test_memoryio.CBytesIOTest.test_cow_write)
PASS: test_detach (test.test_memoryio.CBytesIOTest.test_detach)
PASS: test_flags (test.test_memoryio.CBytesIOTest.test_flags)
PASS: test_flush (test.test_memoryio.CBytesIOTest.test_flush)
PASS: test_getbuffer (test.test_memoryio.CBytesIOTest.test_getbuffer)
PASS: test_getbuffer_empty (test.test_memoryio.CBytesIOTest.test_getbuffer_empty)
PASS: test_getbuffer_gc_collect (test.test_memoryio.CBytesIOTest.test_getbuffer_gc_collect)
PASS: test_getstate (test.test_memoryio.CBytesIOTest.test_getstate)
PASS: test_getvalue (test.test_memoryio.CBytesIOTest.test_getvalue)
PASS: test_init (test.test_memoryio.CBytesIOTest.test_init)
PASS: test_instance_dict_leak (test.test_memoryio.CBytesIOTest.test_instance_dict_leak)
PASS: test_issue141311 (test.test_memoryio.CBytesIOTest.test_issue141311)
PASS: test_issue5449 (test.test_memoryio.CBytesIOTest.test_issue5449)
PASS: test_iterator (test.test_memoryio.CBytesIOTest.test_iterator)
PASS: test_overseek (test.test_memoryio.CBytesIOTest.test_overseek)
PASS: test_pickling (test.test_memoryio.CBytesIOTest.test_pickling)
PASS: test_read (test.test_memoryio.CBytesIOTest.test_read)
PASS: test_read1 (test.test_memoryio.CBytesIOTest.test_read1)
PASS: test_readinto (test.test_memoryio.CBytesIOTest.test_readinto)
PASS: test_readline (test.test_memoryio.CBytesIOTest.test_readline)
PASS: test_readlines (test.test_memoryio.CBytesIOTest.test_readlines)
PASS: test_relative_seek (test.test_memoryio.CBytesIOTest.test_relative_seek)
PASS: test_seek (test.test_memoryio.CBytesIOTest.test_seek)
PASS: test_setstate (test.test_memoryio.CBytesIOTest.test_setstate)
PASS: test_sizeof (test.test_memoryio.CBytesIOTest.test_sizeof)
PASS: test_subclassing (test.test_memoryio.CBytesIOTest.test_subclassing)
PASS: test_tell (test.test_memoryio.CBytesIOTest.test_tell)
PASS: test_truncate (test.test_memoryio.CBytesIOTest.test_truncate)
PASS: test_unicode (test.test_memoryio.CBytesIOTest.test_unicode)
PASS: test_write (test.test_memoryio.CBytesIOTest.test_write)
PASS: test_write_concurrent_close (test.test_memoryio.CBytesIOTest.test_write_concurrent_close)
PASS: test_write_concurrent_export (test.test_memoryio.CBytesIOTest.test_write_concurrent_export)
PASS: test_write_mutating_buffer (test.test_memoryio.CBytesIOTest.test_write_mutating_buffer)
PASS: test_writelines (test.test_memoryio.CBytesIOTest.test_writelines)
PASS: test_writelines_concurrent_close (test.test_memoryio.CBytesIOTest.test_writelines_concurrent_close)
PASS: test_writelines_concurrent_export (test.test_memoryio.CBytesIOTest.test_writelines_concurrent_export)
PASS: test_writelines_error (test.test_memoryio.CBytesIOTest.test_writelines_error)
PASS: test_issue5265 (test.test_memoryio.CStringIOPickleTest.test_issue5265)
PASS: test_newline_argument (test.test_memoryio.CStringIOPickleTest.test_newline_argument)
PASS: test_newline_cr (test.test_memoryio.CStringIOPickleTest.test_newline_cr)
PASS: test_newline_crlf (test.test_memoryio.CStringIOPickleTest.test_newline_crlf)
PASS: test_newline_default (test.test_memoryio.CStringIOPickleTest.test_newline_default)
PASS: test_newline_empty (test.test_memoryio.CStringIOPickleTest.test_newline_empty)
PASS: test_newline_lf (test.test_memoryio.CStringIOPickleTest.test_newline_lf)
PASS: test_newline_none (test.test_memoryio.CStringIOPickleTest.test_newline_none)
PASS: test_newlines_property (test.test_memoryio.CStringIOPickleTest.test_newlines_property)
PASS: test_relative_seek (test.test_memoryio.CStringIOPickleTest.test_relative_seek)
PASS: test_textio_properties (test.test_memoryio.CStringIOPickleTest.test_textio_properties)
PASS: testInit (test.test_memoryio.CStringIOTest.testInit)
PASS: testRead (test.test_memoryio.CStringIOTest.testRead)
PASS: testReadNoArgs (test.test_memoryio.CStringIOTest.testReadNoArgs)
PASS: testSeek (test.test_memoryio.CStringIOTest.testSeek)
PASS: testTell (test.test_memoryio.CStringIOTest.testTell)
PASS: test_detach (test.test_memoryio.CStringIOTest.test_detach)
PASS: test_flags (test.test_memoryio.CStringIOTest.test_flags)
PASS: test_flush (test.test_memoryio.CStringIOTest.test_flush)
PASS: test_getstate (test.test_memoryio.CStringIOTest.test_getstate)
PASS: test_getvalue (test.test_memoryio.CStringIOTest.test_getvalue)
PASS: test_init (test.test_memoryio.CStringIOTest.test_init)
PASS: test_instance_dict_leak (test.test_memoryio.CStringIOTest.test_instance_dict_leak)
PASS: test_issue5265 (test.test_memoryio.CStringIOTest.test_issue5265)
PASS: test_iterator (test.test_memoryio.CStringIOTest.test_iterator)
PASS: test_lone_surrogates (test.test_memoryio.CStringIOTest.test_lone_surrogates)
PASS: test_newline_argument (test.test_memoryio.CStringIOTest.test_newline_argument)
PASS: test_newline_cr (test.test_memoryio.CStringIOTest.test_newline_cr)
PASS: test_newline_crlf (test.test_memoryio.CStringIOTest.test_newline_crlf)
PASS: test_newline_default (test.test_memoryio.CStringIOTest.test_newline_default)
PASS: test_newline_empty (test.test_memoryio.CStringIOTest.test_newline_empty)
PASS: test_newline_lf (test.test_memoryio.CStringIOTest.test_newline_lf)
PASS: test_newline_none (test.test_memoryio.CStringIOTest.test_newline_none)
PASS: test_newlines_property (test.test_memoryio.CStringIOTest.test_newlines_property)
PASS: test_overseek (test.test_memoryio.CStringIOTest.test_overseek)
PASS: test_pickling (test.test_memoryio.CStringIOTest.test_pickling)
PASS: test_read (test.test_memoryio.CStringIOTest.test_read)
PASS: test_readline (test.test_memoryio.CStringIOTest.test_readline)
PASS: test_readlines (test.test_memoryio.CStringIOTest.test_readlines)
PASS: test_relative_seek (test.test_memoryio.CStringIOTest.test_relative_seek)
PASS: test_seek (test.test_memoryio.CStringIOTest.test_seek)
PASS: test_setstate (test.test_memoryio.CStringIOTest.test_setstate)
PASS: test_subclassing (test.test_memoryio.CStringIOTest.test_subclassing)
PASS: test_tell (test.test_memoryio.CStringIOTest.test_tell)
PASS: test_textio_properties (test.test_memoryio.CStringIOTest.test_textio_properties)
PASS: test_truncate (test.test_memoryio.CStringIOTest.test_truncate)
PASS: test_widechar (test.test_memoryio.CStringIOTest.test_widechar)
PASS: test_write (test.test_memoryio.CStringIOTest.test_write)
PASS: test_writelines (test.test_memoryio.CStringIOTest.test_writelines)
PASS: test_writelines_error (test.test_memoryio.CStringIOTest.test_writelines_error)
PASS: testInit (test.test_memoryio.PyBytesIOTest.testInit)
PASS: testRead (test.test_memoryio.PyBytesIOTest.testRead)
PASS: testReadNoArgs (test.test_memoryio.PyBytesIOTest.testReadNoArgs)
PASS: testSeek (test.test_memoryio.PyBytesIOTest.testSeek)
PASS: testTell (test.test_memoryio.PyBytesIOTest.testTell)
PASS: test_bytes_array (test.test_memoryio.PyBytesIOTest.test_bytes_array)
PASS: test_detach (test.test_memoryio.PyBytesIOTest.test_detach)
PASS: test_flags (test.test_memoryio.PyBytesIOTest.test_flags)
PASS: test_flush (test.test_memoryio.PyBytesIOTest.test_flush)
PASS: test_getbuffer (test.test_memoryio.PyBytesIOTest.test_getbuffer)
PASS: test_getbuffer_empty (test.test_memoryio.PyBytesIOTest.test_getbuffer_empty)
PASS: test_getbuffer_gc_collect (test.test_memoryio.PyBytesIOTest.test_getbuffer_gc_collect)
PASS: test_getvalue (test.test_memoryio.PyBytesIOTest.test_getvalue)
PASS: test_init (test.test_memoryio.PyBytesIOTest.test_init)
PASS: test_instance_dict_leak (test.test_memoryio.PyBytesIOTest.test_instance_dict_leak)
PASS: test_issue141311 (test.test_memoryio.PyBytesIOTest.test_issue141311)
PASS: test_issue5449 (test.test_memoryio.PyBytesIOTest.test_issue5449)
PASS: test_iterator (test.test_memoryio.PyBytesIOTest.test_iterator)
PASS: test_overseek (test.test_memoryio.PyBytesIOTest.test_overseek)
PASS: test_pickling (test.test_memoryio.PyBytesIOTest.test_pickling)
PASS: test_read (test.test_memoryio.PyBytesIOTest.test_read)
PASS: test_read1 (test.test_memoryio.PyBytesIOTest.test_read1)
PASS: test_readinto (test.test_memoryio.PyBytesIOTest.test_readinto)
PASS: test_readline (test.test_memoryio.PyBytesIOTest.test_readline)
PASS: test_readlines (test.test_memoryio.PyBytesIOTest.test_readlines)
PASS: test_relative_seek (test.test_memoryio.PyBytesIOTest.test_relative_seek)
PASS: test_seek (test.test_memoryio.PyBytesIOTest.test_seek)
PASS: test_subclassing (test.test_memoryio.PyBytesIOTest.test_subclassing)
PASS: test_tell (test.test_memoryio.PyBytesIOTest.test_tell)
PASS: test_truncate (test.test_memoryio.PyBytesIOTest.test_truncate)
PASS: test_unicode (test.test_memoryio.PyBytesIOTest.test_unicode)
PASS: test_write (test.test_memoryio.PyBytesIOTest.test_write)
PASS: test_write_concurrent_close (test.test_memoryio.PyBytesIOTest.test_write_concurrent_close)
PASS: test_write_concurrent_export (test.test_memoryio.PyBytesIOTest.test_write_concurrent_export)
PASS: test_write_mutating_buffer (test.test_memoryio.PyBytesIOTest.test_write_mutating_buffer)
PASS: test_writelines (test.test_memoryio.PyBytesIOTest.test_writelines)
PASS: test_writelines_concurrent_close (test.test_memoryio.PyBytesIOTest.test_writelines_concurrent_close)
PASS: test_writelines_concurrent_export (test.test_memoryio.PyBytesIOTest.test_writelines_concurrent_export)
PASS: test_writelines_error (test.test_memoryio.PyBytesIOTest.test_writelines_error)
PASS: test_issue5265 (test.test_memoryio.PyStringIOPickleTest.test_issue5265)
PASS: test_newline_argument (test.test_memoryio.PyStringIOPickleTest.test_newline_argument)
PASS: test_newline_cr (test.test_memoryio.PyStringIOPickleTest.test_newline_cr)
PASS: test_newline_crlf (test.test_memoryio.PyStringIOPickleTest.test_newline_crlf)
PASS: test_newline_default (test.test_memoryio.PyStringIOPickleTest.test_newline_default)
PASS: test_newline_empty (test.test_memoryio.PyStringIOPickleTest.test_newline_empty)
PASS: test_newline_lf (test.test_memoryio.PyStringIOPickleTest.test_newline_lf)
PASS: test_newline_none (test.test_memoryio.PyStringIOPickleTest.test_newline_none)
PASS: test_newlines_property (test.test_memoryio.PyStringIOPickleTest.test_newlines_property)
PASS: test_relative_seek (test.test_memoryio.PyStringIOPickleTest.test_relative_seek)
PASS: test_textio_properties (test.test_memoryio.PyStringIOPickleTest.test_textio_properties)
PASS: testInit (test.test_memoryio.PyStringIOTest.testInit)
PASS: testRead (test.test_memoryio.PyStringIOTest.testRead)
PASS: testReadNoArgs (test.test_memoryio.PyStringIOTest.testReadNoArgs)
PASS: testSeek (test.test_memoryio.PyStringIOTest.testSeek)
PASS: testTell (test.test_memoryio.PyStringIOTest.testTell)
PASS: test_detach (test.test_memoryio.PyStringIOTest.test_detach)
PASS: test_flags (test.test_memoryio.PyStringIOTest.test_flags)
PASS: test_flush (test.test_memoryio.PyStringIOTest.test_flush)
PASS: test_getvalue (test.test_memoryio.PyStringIOTest.test_getvalue)
PASS: test_init (test.test_memoryio.PyStringIOTest.test_init)
PASS: test_instance_dict_leak (test.test_memoryio.PyStringIOTest.test_instance_dict_leak)
PASS: test_issue5265 (test.test_memoryio.PyStringIOTest.test_issue5265)
PASS: test_iterator (test.test_memoryio.PyStringIOTest.test_iterator)
PASS: test_lone_surrogates (test.test_memoryio.PyStringIOTest.test_lone_surrogates)
PASS: test_newline_argument (test.test_memoryio.PyStringIOTest.test_newline_argument)
PASS: test_newline_cr (test.test_memoryio.PyStringIOTest.test_newline_cr)
PASS: test_newline_crlf (test.test_memoryio.PyStringIOTest.test_newline_crlf)
PASS: test_newline_default (test.test_memoryio.PyStringIOTest.test_newline_default)
PASS: test_newline_empty (test.test_memoryio.PyStringIOTest.test_newline_empty)
PASS: test_newline_lf (test.test_memoryio.PyStringIOTest.test_newline_lf)
PASS: test_newline_none (test.test_memoryio.PyStringIOTest.test_newline_none)
PASS: test_newlines_property (test.test_memoryio.PyStringIOTest.test_newlines_property)
PASS: test_overseek (test.test_memoryio.PyStringIOTest.test_overseek)
PASS: test_pickling (test.test_memoryio.PyStringIOTest.test_pickling)
PASS: test_read (test.test_memoryio.PyStringIOTest.test_read)
PASS: test_readline (test.test_memoryio.PyStringIOTest.test_readline)
PASS: test_readlines (test.test_memoryio.PyStringIOTest.test_readlines)
PASS: test_relative_seek (test.test_memoryio.PyStringIOTest.test_relative_seek)
PASS: test_seek (test.test_memoryio.PyStringIOTest.test_seek)
PASS: test_subclassing (test.test_memoryio.PyStringIOTest.test_subclassing)
PASS: test_tell (test.test_memoryio.PyStringIOTest.test_tell)
PASS: test_textio_properties (test.test_memoryio.PyStringIOTest.test_textio_properties)
PASS: test_truncate (test.test_memoryio.PyStringIOTest.test_truncate)
PASS: test_write (test.test_memoryio.PyStringIOTest.test_write)
PASS: test_writelines (test.test_memoryio.PyStringIOTest.test_writelines)
PASS: test_writelines_error (test.test_memoryio.PyStringIOTest.test_writelines_error)

----------------------------------------------------------------------
Ran 182 tests in 0.051s

OK
0:03:03 load avg: 3.71 [272/486] test_marshal passed
PASS: test_array (test.test_marshal.BufferTestCase.test_array)
PASS: test_bytearray (test.test_marshal.BufferTestCase.test_bytearray)
PASS: test_memoryview (test.test_marshal.BufferTestCase.test_memoryview)
PASS: test_bad_reader (test.test_marshal.BugsTestCase.test_bad_reader)
PASS: test_bug_5888452 (test.test_marshal.BugsTestCase.test_bug_5888452)
PASS: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets)
PASS: test_eof (test.test_marshal.BugsTestCase.test_eof)
PASS: test_exact_type_match (test.test_marshal.BugsTestCase.test_exact_type_match)
PASS: test_fuzz (test.test_marshal.BugsTestCase.test_fuzz)
PASS: test_invalid_longs (test.test_marshal.BugsTestCase.test_invalid_longs)
PASS: test_large_marshal (test.test_marshal.BugsTestCase.test_large_marshal)
PASS: test_loads_recursion (test.test_marshal.BugsTestCase.test_loads_recursion)
PASS: test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase.test_loads_reject_unicode_strings)
PASS: test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads)
PASS: test_patch_873224 (test.test_marshal.BugsTestCase.test_patch_873224)
PASS: test_recursion_limit (test.test_marshal.BugsTestCase.test_recursion_limit)
PASS: test_unmarshallable (test.test_marshal.BugsTestCase.test_unmarshallable)
PASS: test_version_argument (test.test_marshal.BugsTestCase.test_version_argument)
PASS: test_read_last_object_from_file (test.test_marshal.CAPI_TestCase.test_read_last_object_from_file)
PASS: test_read_long_from_file (test.test_marshal.CAPI_TestCase.test_read_long_from_file)
PASS: test_read_object_from_file (test.test_marshal.CAPI_TestCase.test_read_object_from_file)
PASS: test_read_short_from_file (test.test_marshal.CAPI_TestCase.test_read_short_from_file)
PASS: test_write_long_to_file (test.test_marshal.CAPI_TestCase.test_write_long_to_file)
PASS: test_write_object_to_file (test.test_marshal.CAPI_TestCase.test_write_object_to_file)
PASS: test_code (test.test_marshal.CodeTestCase.test_code)
PASS: test_different_filenames (test.test_marshal.CodeTestCase.test_different_filenames)
PASS: test_many_codeobjects (test.test_marshal.CodeTestCase.test_many_codeobjects)
PASS: test_minimal_linetable_with_no_debug_ranges (test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges)
PASS: test_no_allow_code (test.test_marshal.CodeTestCase.test_no_allow_code)
PASS: test_same_filename_used (test.test_marshal.CodeTestCase.test_same_filename_used)
PASS: test0To3 (test.test_marshal.CompatibilityTestCase.test0To3)
PASS: test1To3 (test.test_marshal.CompatibilityTestCase.test1To3)
PASS: test2To3 (test.test_marshal.CompatibilityTestCase.test2To3)
PASS: test3To3 (test.test_marshal.CompatibilityTestCase.test3To3)
PASS: test_dict (test.test_marshal.ContainerTestCase.test_dict)
PASS: test_list (test.test_marshal.ContainerTestCase.test_list)
PASS: test_sets (test.test_marshal.ContainerTestCase.test_sets)
PASS: test_tuple (test.test_marshal.ContainerTestCase.test_tuple)
PASS: test_exceptions (test.test_marshal.ExceptionTestCase.test_exceptions)
PASS: test_floats (test.test_marshal.FloatTestCase.test_floats)
PASS: testBytes (test.test_marshal.InstancingTestCase.testBytes)
PASS: testDict (test.test_marshal.InstancingTestCase.testDict)
PASS: testFloat (test.test_marshal.InstancingTestCase.testFloat)
PASS: testFrozenSet (test.test_marshal.InstancingTestCase.testFrozenSet)
PASS: testInt (test.test_marshal.InstancingTestCase.testInt)
PASS: testList (test.test_marshal.InstancingTestCase.testList)
PASS: testModule (test.test_marshal.InstancingTestCase.testModule)
PASS: testRecursion (test.test_marshal.InstancingTestCase.testRecursion)
PASS: testSet (test.test_marshal.InstancingTestCase.testSet)
PASS: testStr (test.test_marshal.InstancingTestCase.testStr)
PASS: testTuple (test.test_marshal.InstancingTestCase.testTuple)
PASS: test_bool (test.test_marshal.IntTestCase.test_bool)
PASS: test_int64 (test.test_marshal.IntTestCase.test_int64)
PASS: test_ints (test.test_marshal.IntTestCase.test_ints)
PASS: testIntern (test.test_marshal.InterningTestCase.testIntern)
PASS: testNoIntern (test.test_marshal.InterningTestCase.testNoIntern)
SKIP: test_bytearray (test.test_marshal.LargeValuesTestCase.test_bytearray) 'not enough memory: 4.0G minimum needed'
SKIP: test_bytes (test.test_marshal.LargeValuesTestCase.test_bytes) 'not enough memory: 4.0G minimum needed'
SKIP: test_frozenset (test.test_marshal.LargeValuesTestCase.test_frozenset) 'not enough memory: 256.0G minimum needed'
SKIP: test_list (test.test_marshal.LargeValuesTestCase.test_list) 'not enough memory: 18.0G minimum needed'
SKIP: test_set (test.test_marshal.LargeValuesTestCase.test_set) 'not enough memory: 256.0G minimum needed'
SKIP: test_str (test.test_marshal.LargeValuesTestCase.test_str) 'not enough memory: 4.0G minimum needed'
SKIP: test_tuple (test.test_marshal.LargeValuesTestCase.test_tuple) 'not enough memory: 18.0G minimum needed'
PASS: test_slice (test.test_marshal.SliceTestCase.test_slice)
PASS: test_bytes (test.test_marshal.StringTestCase.test_bytes)
PASS: test_string (test.test_marshal.StringTestCase.test_string)
PASS: test_unicode (test.test_marshal.StringTestCase.test_unicode)

----------------------------------------------------------------------
Ran 67 tests in 0.751s

OK (skipped=7)
0:03:04 load avg: 3.71 [273/486] test_metaclass passed
doctests (test.test_metaclass.__test__)
PASS: Doctest: test.test_metaclass.__test__.doctests

----------------------------------------------------------------------
Ran 1 test in 0.009s

OK
0:03:04 load avg: 3.71 [274/486] test_memoryview passed
SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_readonly) 'no read-only type to test'
PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest.test_compare)
PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest.test_contextmanager)
PASS: test_count (test.test_memoryview.ArrayMemorySliceSliceTest.test_count)
PASS: test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_delitem)
PASS: test_gc (test.test_memoryview.ArrayMemorySliceSliceTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuf_fail)
SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'
PASS: test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_getitem)
SKIP: test_hash (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash) 'no read-only type to test'
PASS: test_hash_use_after_free (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.ArrayMemorySliceSliceTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.ArrayMemorySliceSliceTest.test_index)
PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest.test_issue22668)
PASS: test_iter (test.test_memoryview.ArrayMemorySliceSliceTest.test_iter)
PASS: test_release (test.test_memoryview.ArrayMemorySliceSliceTest.test_release)
PASS: test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest.test_reversed)
SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_readonly) 'no read-only type to test'
PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest.test_tobytes)
SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'
PASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest.test_weakref)
SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_writable_readonly) 'no read-only type to test'
SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest.test_attributes_readonly) 'no read-only type to test'
PASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.ArrayMemorySliceTest.test_compare)
PASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceTest.test_contextmanager)
PASS: test_count (test.test_memoryview.ArrayMemorySliceTest.test_count)
PASS: test_delitem (test.test_memoryview.ArrayMemorySliceTest.test_delitem)
PASS: test_gc (test.test_memoryview.ArrayMemorySliceTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest.test_getbuf_fail)
SKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'
PASS: test_getitem (test.test_memoryview.ArrayMemorySliceTest.test_getitem)
SKIP: test_hash (test.test_memoryview.ArrayMemorySliceTest.test_hash) 'no read-only type to test'
PASS: test_hash_use_after_free (test.test_memoryview.ArrayMemorySliceTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.ArrayMemorySliceTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.ArrayMemorySliceTest.test_index)
PASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceTest.test_issue22668)
PASS: test_iter (test.test_memoryview.ArrayMemorySliceTest.test_iter)
PASS: test_refs (test.test_memoryview.ArrayMemorySliceTest.test_refs)
PASS: test_release (test.test_memoryview.ArrayMemorySliceTest.test_release)
PASS: test_reversed (test.test_memoryview.ArrayMemorySliceTest.test_reversed)
SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest.test_setitem_readonly) 'no read-only type to test'
PASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.ArrayMemorySliceTest.test_tobytes)
SKIP: test_tolist (test.test_memoryview.ArrayMemorySliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'
PASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.ArrayMemorySliceTest.test_weakref)
SKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest.test_writable_readonly) 'no read-only type to test'
PASS: test_array_assign (test.test_memoryview.ArrayMemoryviewTest.test_array_assign)
SKIP: test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest.test_attributes_readonly) 'no read-only type to test'
PASS: test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.ArrayMemoryviewTest.test_compare)
PASS: test_contextmanager (test.test_memoryview.ArrayMemoryviewTest.test_contextmanager)
PASS: test_count (test.test_memoryview.ArrayMemoryviewTest.test_count)
PASS: test_delitem (test.test_memoryview.ArrayMemoryviewTest.test_delitem)
PASS: test_gc (test.test_memoryview.ArrayMemoryviewTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest.test_getbuf_fail)
SKIP: test_getbuffer (test.test_memoryview.ArrayMemoryviewTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'
PASS: test_getitem (test.test_memoryview.ArrayMemoryviewTest.test_getitem)
SKIP: test_hash (test.test_memoryview.ArrayMemoryviewTest.test_hash) 'no read-only type to test'
PASS: test_hash_use_after_free (test.test_memoryview.ArrayMemoryviewTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.ArrayMemoryviewTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.ArrayMemoryviewTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.ArrayMemoryviewTest.test_index)
PASS: test_issue22668 (test.test_memoryview.ArrayMemoryviewTest.test_issue22668)
PASS: test_iter (test.test_memoryview.ArrayMemoryviewTest.test_iter)
PASS: test_release (test.test_memoryview.ArrayMemoryviewTest.test_release)
PASS: test_reversed (test.test_memoryview.ArrayMemoryviewTest.test_reversed)
SKIP: test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest.test_setitem_readonly) 'no read-only type to test'
PASS: test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.ArrayMemoryviewTest.test_tobytes)
SKIP: test_tolist (test.test_memoryview.ArrayMemoryviewTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'
PASS: test_toreadonly (test.test_memoryview.ArrayMemoryviewTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.ArrayMemoryviewTest.test_weakref)
SKIP: test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest.test_writable_readonly) 'no read-only type to test'
PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_readonly)
PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.BytesMemorySliceSliceTest.test_compare)
PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest.test_contextmanager)
PASS: test_count (test.test_memoryview.BytesMemorySliceSliceTest.test_count)
PASS: test_delitem (test.test_memoryview.BytesMemorySliceSliceTest.test_delitem)
PASS: test_gc (test.test_memoryview.BytesMemorySliceSliceTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuf_fail)
PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuffer)
PASS: test_getitem (test.test_memoryview.BytesMemorySliceSliceTest.test_getitem)
PASS: test_hash (test.test_memoryview.BytesMemorySliceSliceTest.test_hash)
PASS: test_hash_use_after_free (test.test_memoryview.BytesMemorySliceSliceTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.BytesMemorySliceSliceTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.BytesMemorySliceSliceTest.test_index)
PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest.test_issue22668)
PASS: test_iter (test.test_memoryview.BytesMemorySliceSliceTest.test_iter)
PASS: test_release (test.test_memoryview.BytesMemorySliceSliceTest.test_release)
PASS: test_reversed (test.test_memoryview.BytesMemorySliceSliceTest.test_reversed)
PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_readonly)
PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest.test_tobytes)
PASS: test_tolist (test.test_memoryview.BytesMemorySliceSliceTest.test_tolist)
PASS: test_toreadonly (test.test_memoryview.BytesMemorySliceSliceTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.BytesMemorySliceSliceTest.test_weakref)
PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_writable_readonly)
PASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest.test_attributes_readonly)
PASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.BytesMemorySliceTest.test_compare)
PASS: test_contextmanager (test.test_memoryview.BytesMemorySliceTest.test_contextmanager)
PASS: test_count (test.test_memoryview.BytesMemorySliceTest.test_count)
PASS: test_delitem (test.test_memoryview.BytesMemorySliceTest.test_delitem)
PASS: test_gc (test.test_memoryview.BytesMemorySliceTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest.test_getbuf_fail)
PASS: test_getbuffer (test.test_memoryview.BytesMemorySliceTest.test_getbuffer)
PASS: test_getitem (test.test_memoryview.BytesMemorySliceTest.test_getitem)
PASS: test_hash (test.test_memoryview.BytesMemorySliceTest.test_hash)
PASS: test_hash_use_after_free (test.test_memoryview.BytesMemorySliceTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.BytesMemorySliceTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.BytesMemorySliceTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.BytesMemorySliceTest.test_index)
PASS: test_issue22668 (test.test_memoryview.BytesMemorySliceTest.test_issue22668)
PASS: test_iter (test.test_memoryview.BytesMemorySliceTest.test_iter)
PASS: test_refs (test.test_memoryview.BytesMemorySliceTest.test_refs)
PASS: test_release (test.test_memoryview.BytesMemorySliceTest.test_release)
PASS: test_reversed (test.test_memoryview.BytesMemorySliceTest.test_reversed)
PASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest.test_setitem_readonly)
PASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.BytesMemorySliceTest.test_tobytes)
PASS: test_tolist (test.test_memoryview.BytesMemorySliceTest.test_tolist)
PASS: test_toreadonly (test.test_memoryview.BytesMemorySliceTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.BytesMemorySliceTest.test_weakref)
PASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceTest.test_writable_readonly)
PASS: test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest.test_attributes_readonly)
PASS: test_attributes_writable (test.test_memoryview.BytesMemoryviewTest.test_attributes_writable)
PASS: test_compare (test.test_memoryview.BytesMemoryviewTest.test_compare)
PASS: test_constructor (test.test_memoryview.BytesMemoryviewTest.test_constructor)
PASS: test_contextmanager (test.test_memoryview.BytesMemoryviewTest.test_contextmanager)
PASS: test_count (test.test_memoryview.BytesMemoryviewTest.test_count)
PASS: test_delitem (test.test_memoryview.BytesMemoryviewTest.test_delitem)
PASS: test_gc (test.test_memoryview.BytesMemoryviewTest.test_gc)
PASS: test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest.test_getbuf_fail)
PASS: test_getbuffer (test.test_memoryview.BytesMemoryviewTest.test_getbuffer)
PASS: test_getitem (test.test_memoryview.BytesMemoryviewTest.test_getitem)
PASS: test_hash (test.test_memoryview.BytesMemoryviewTest.test_hash)
PASS: test_hash_use_after_free (test.test_memoryview.BytesMemoryviewTest.test_hash_use_after_free)
PASS: test_hash_writable (test.test_memoryview.BytesMemoryviewTest.test_hash_writable)
PASS: test_hex_use_after_free (test.test_memoryview.BytesMemoryviewTest.test_hex_use_after_free)
PASS: test_index (test.test_memoryview.BytesMemoryviewTest.test_index)
PASS: test_issue22668 (test.test_memoryview.BytesMemoryviewTest.test_issue22668)
PASS: test_iter (test.test_memoryview.BytesMemoryviewTest.test_iter)
PASS: test_release (test.test_memoryview.BytesMemoryviewTest.test_release)
PASS: test_reversed (test.test_memoryview.BytesMemoryviewTest.test_reversed)
PASS: test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest.test_setitem_readonly)
PASS: test_setitem_writable (test.test_memoryview.BytesMemoryviewTest.test_setitem_writable)
PASS: test_tobytes (test.test_memoryview.BytesMemoryviewTest.test_tobytes)
PASS: test_tolist (test.test_memoryview.BytesMemoryviewTest.test_tolist)
PASS: test_toreadonly (test.test_memoryview.BytesMemoryviewTest.test_toreadonly)
PASS: test_weakref (test.test_memoryview.BytesMemoryviewTest.test_weakref)
PASS: test_writable_readonly (test.test_memoryview.BytesMemoryviewTest.test_writable_readonly)
PASS: test_buffer_reference_loop (test.test_memoryview.OtherTest.test_buffer_reference_loop)
PASS: test_copy (test.test_memoryview.OtherTest.test_copy)
PASS: test_ctypes_cast (test.test_memoryview.OtherTest.test_ctypes_cast)
PASS: test_half_float (test.test_memoryview.OtherTest.test_half_float)
PASS: test_memoryview_hex (test.test_memoryview.OtherTest.test_memoryview_hex)
PASS: test_memoryview_hex_separator (test.test_memoryview.OtherTest.test_memoryview_hex_separator)
PASS: test_pickle (test.test_memoryview.OtherTest.test_pickle)
PASS: test_picklebuffer_reference_loop (test.test_memoryview.OtherTest.test_picklebuffer_reference_loop)
PASS: test_use_released_memory (test.test_memoryview.OtherTest.test_use_released_memory)
test_racing_getbuf_and_releasebuf (test.test_memoryview.RacingTest.test_racing_getbuf_and_releasebuf)
SKIP: Repeatly access the memoryview for racing. "resource 'cpu' is not enabled"

----------------------------------------------------------------------
Ran 170 tests in 0.412s

OK (skipped=19)
0:03:04 load avg: 3.71 [275/486] test_mimetypes passed
PASS: test_invocation (test.test_mimetypes.CommandLineTest.test_invocation)
PASS: test_invocation_error (test.test_mimetypes.CommandLineTest.test_invocation_error)
PASS: test_multiple_inputs (test.test_mimetypes.CommandLineTest.test_multiple_inputs)
PASS: test_multiple_inputs_error (test.test_mimetypes.CommandLineTest.test_multiple_inputs_error)
PASS: test_parse_args (test.test_mimetypes.CommandLineTest.test_parse_args)
PASS: test_add_type_with_undotted_extension_deprecated (test.test_mimetypes.MimeTypesTestCase.test_add_type_with_undotted_extension_deprecated)
PASS: test_added_types_are_used (test.test_mimetypes.MimeTypesTestCase.test_added_types_are_used)
PASS: test_bytes_path (test.test_mimetypes.MimeTypesTestCase.test_bytes_path)
PASS: test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity)
PASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls)
PASS: test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data)
PASS: test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding)
PASS: test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing)
PASS: test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters)
PASS: test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types)
PASS: test_guess_file_type (test.test_mimetypes.MimeTypesTestCase.test_guess_file_type)
PASS: test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions)
PASS: test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes)
PASS: test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability)
PASS: test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api)
PASS: test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types)
PASS: test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob)
PASS: test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension)
PASS: test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types)
PASS: test_url (test.test_mimetypes.MimeTypesTestCase.test_url)
PASS: test__all__ (test.test_mimetypes.MiscTestCase.test__all__)
PASS: test_lazy_import (test.test_mimetypes.MiscTestCase.test_lazy_import)
SKIP: test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) 'Windows only'
SKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) 'Windows only'

----------------------------------------------------------------------
Ran 29 tests in 0.101s

OK (skipped=2)
0:03:04 load avg: 3.71 [276/486] test_minidom passed
PASS: testAAA (test.test_minidom.MinidomTest.testAAA)
PASS: testAAB (test.test_minidom.MinidomTest.testAAB)
PASS: testAddAttr (test.test_minidom.MinidomTest.testAddAttr)
PASS: testAltNewline (test.test_minidom.MinidomTest.testAltNewline)
PASS: testAppendChild (test.test_minidom.MinidomTest.testAppendChild)
PASS: testAppendChildFragment (test.test_minidom.MinidomTest.testAppendChildFragment)
SKIP: testAppendChildNoQuadraticComplexity (test.test_minidom.MinidomTest.testAppendChildNoQuadraticComplexity) "resource 'cpu' is not enabled"
PASS: testAttrListItem (test.test_minidom.MinidomTest.testAttrListItem)
PASS: testAttrListItemNS (test.test_minidom.MinidomTest.testAttrListItemNS)
PASS: testAttrListItems (test.test_minidom.MinidomTest.testAttrListItems)
PASS: testAttrListKeys (test.test_minidom.MinidomTest.testAttrListKeys)
PASS: testAttrListKeysNS (test.test_minidom.MinidomTest.testAttrListKeysNS)
PASS: testAttrListLength (test.test_minidom.MinidomTest.testAttrListLength)
PASS: testAttrListValues (test.test_minidom.MinidomTest.testAttrListValues)
PASS: testAttrList__getitem__ (test.test_minidom.MinidomTest.testAttrList__getitem__)
PASS: testAttrList__setitem__ (test.test_minidom.MinidomTest.testAttrList__setitem__)
PASS: testAttrModeSetsNonOptionalAttrs (test.test_minidom.MinidomTest.testAttrModeSetsNonOptionalAttrs)
PASS: testAttrModeSetsParamsAsAttrs (test.test_minidom.MinidomTest.testAttrModeSetsParamsAsAttrs)
PASS: testAttributeRepr (test.test_minidom.MinidomTest.testAttributeRepr)
PASS: testBug0777884 (test.test_minidom.MinidomTest.testBug0777884)
PASS: testBug1433694 (test.test_minidom.MinidomTest.testBug1433694)
PASS: testChangeAttr (test.test_minidom.MinidomTest.testChangeAttr)
PASS: testChildNodes (test.test_minidom.MinidomTest.testChildNodes)
PASS: testCloneAttributeDeep (test.test_minidom.MinidomTest.testCloneAttributeDeep)
PASS: testCloneAttributeShallow (test.test_minidom.MinidomTest.testCloneAttributeShallow)
PASS: testCloneDocumentDeep (test.test_minidom.MinidomTest.testCloneDocumentDeep)
PASS: testCloneDocumentShallow (test.test_minidom.MinidomTest.testCloneDocumentShallow)
PASS: testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepNotOk)
PASS: testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepOk)
PASS: testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowNotOk)
PASS: testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowOk)
PASS: testCloneElementDeep (test.test_minidom.MinidomTest.testCloneElementDeep)
PASS: testCloneElementShallow (test.test_minidom.MinidomTest.testCloneElementShallow)
PASS: testCloneNodeEntity (test.test_minidom.MinidomTest.testCloneNodeEntity)
PASS: testClonePIDeep (test.test_minidom.MinidomTest.testClonePIDeep)
PASS: testClonePIShallow (test.test_minidom.MinidomTest.testClonePIShallow)
PASS: testComment (test.test_minidom.MinidomTest.testComment)
PASS: testContext (test.test_minidom.MinidomTest.testContext)
PASS: testCreateAttributeNS (test.test_minidom.MinidomTest.testCreateAttributeNS)
PASS: testCreateElementNS (test.test_minidom.MinidomTest.testCreateElementNS)
PASS: testDeepcopiedDocument (test.test_minidom.MinidomTest.testDeepcopiedDocument)
PASS: testDeleteAttr (test.test_minidom.MinidomTest.testDeleteAttr)
PASS: testDocRemoveChild (test.test_minidom.MinidomTest.testDocRemoveChild)
PASS: testDocumentAsyncAttr (test.test_minidom.MinidomTest.testDocumentAsyncAttr)
PASS: testDocumentElement (test.test_minidom.MinidomTest.testDocumentElement)
PASS: testElement (test.test_minidom.MinidomTest.testElement)
PASS: testElementReprAndStr (test.test_minidom.MinidomTest.testElementReprAndStr)
PASS: testElementReprAndStrUnicode (test.test_minidom.MinidomTest.testElementReprAndStrUnicode)
PASS: testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest.testElementReprAndStrUnicodeNS)
PASS: testEmptyXMLNSValue (test.test_minidom.MinidomTest.testEmptyXMLNSValue)
PASS: testEncodings (test.test_minidom.MinidomTest.testEncodings)
PASS: testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest.testExceptionOnSpacesInXMLNSValue)
PASS: testFirstChild (test.test_minidom.MinidomTest.testFirstChild)
PASS: testGetAttrList (test.test_minidom.MinidomTest.testGetAttrList)
PASS: testGetAttrValues (test.test_minidom.MinidomTest.testGetAttrValues)
PASS: testGetAttribute (test.test_minidom.MinidomTest.testGetAttribute)
PASS: testGetAttributeNS (test.test_minidom.MinidomTest.testGetAttributeNS)
PASS: testGetAttributeNode (test.test_minidom.MinidomTest.testGetAttributeNode)
PASS: testGetElementsByTagName (test.test_minidom.MinidomTest.testGetElementsByTagName)
PASS: testGetElementsByTagNameNS (test.test_minidom.MinidomTest.testGetElementsByTagNameNS)
PASS: testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest.testGetEmptyNodeListFromElementsByTagNameNS)
PASS: testHasAttribute (test.test_minidom.MinidomTest.testHasAttribute)
PASS: testHasChildNodes (test.test_minidom.MinidomTest.testHasChildNodes)
PASS: testImportDocumentDeep (test.test_minidom.MinidomTest.testImportDocumentDeep)
PASS: testImportDocumentShallow (test.test_minidom.MinidomTest.testImportDocumentShallow)
PASS: testImportDocumentTypeDeep (test.test_minidom.MinidomTest.testImportDocumentTypeDeep)
PASS: testImportDocumentTypeShallow (test.test_minidom.MinidomTest.testImportDocumentTypeShallow)
PASS: testInsertBefore (test.test_minidom.MinidomTest.testInsertBefore)
PASS: testInsertBeforeFragment (test.test_minidom.MinidomTest.testInsertBeforeFragment)
PASS: testLegalChildren (test.test_minidom.MinidomTest.testLegalChildren)
PASS: testNamedNodeMapSetItem (test.test_minidom.MinidomTest.testNamedNodeMapSetItem)
PASS: testNodeListItem (test.test_minidom.MinidomTest.testNodeListItem)
PASS: testNonZero (test.test_minidom.MinidomTest.testNonZero)
PASS: testNormalize (test.test_minidom.MinidomTest.testNormalize)
PASS: testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest.testNormalizeCombineAndNextSibling)
PASS: testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest.testNormalizeDeleteAndCombine)
PASS: testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithNextSibling)
PASS: testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithPrevSibling)
PASS: testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest.testNormalizeDeleteWithTwoNonTextSiblings)
PASS: testNormalizeRecursion (test.test_minidom.MinidomTest.testNormalizeRecursion)
PASS: testParents (test.test_minidom.MinidomTest.testParents)
PASS: testParse (test.test_minidom.MinidomTest.testParse)
PASS: testParseAttributeNamespaces (test.test_minidom.MinidomTest.testParseAttributeNamespaces)
PASS: testParseAttributes (test.test_minidom.MinidomTest.testParseAttributes)
PASS: testParseElement (test.test_minidom.MinidomTest.testParseElement)
PASS: testParseElementNamespaces (test.test_minidom.MinidomTest.testParseElementNamespaces)
PASS: testParseFromBinaryFile (test.test_minidom.MinidomTest.testParseFromBinaryFile)
PASS: testParseFromTextFile (test.test_minidom.MinidomTest.testParseFromTextFile)
PASS: testParseProcessingInstructions (test.test_minidom.MinidomTest.testParseProcessingInstructions)
PASS: testParseString (test.test_minidom.MinidomTest.testParseString)
PASS: testPatch1094164 (test.test_minidom.MinidomTest.testPatch1094164)
PASS: testPickledDocument (test.test_minidom.MinidomTest.testPickledDocument)
PASS: testProcessingInstruction (test.test_minidom.MinidomTest.testProcessingInstruction)
PASS: testProcessingInstructionNameError (test.test_minidom.MinidomTest.testProcessingInstructionNameError)
PASS: testProcessingInstructionRepr (test.test_minidom.MinidomTest.testProcessingInstructionRepr)
PASS: testRemoveAttr (test.test_minidom.MinidomTest.testRemoveAttr)
PASS: testRemoveAttrNS (test.test_minidom.MinidomTest.testRemoveAttrNS)
PASS: testRemoveAttributeNode (test.test_minidom.MinidomTest.testRemoveAttributeNode)
PASS: testRemoveNamedItem (test.test_minidom.MinidomTest.testRemoveNamedItem)
PASS: testRemoveNamedItemNS (test.test_minidom.MinidomTest.testRemoveNamedItemNS)
PASS: testRenameAttribute (test.test_minidom.MinidomTest.testRenameAttribute)
PASS: testRenameElement (test.test_minidom.MinidomTest.testRenameElement)
PASS: testRenameOther (test.test_minidom.MinidomTest.testRenameOther)
PASS: testReplaceChildFragment (test.test_minidom.MinidomTest.testReplaceChildFragment)
PASS: testReplaceWholeText (test.test_minidom.MinidomTest.testReplaceWholeText)
PASS: testSchemaType (test.test_minidom.MinidomTest.testSchemaType)
PASS: testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest.testSerializeCommentNodeWithDoubleHyphen)
PASS: testSetAttrValueandNodeValue (test.test_minidom.MinidomTest.testSetAttrValueandNodeValue)
PASS: testSetAttributeNodeWithoutOwnerDocument (test.test_minidom.MinidomTest.testSetAttributeNodeWithoutOwnerDocument)
PASS: testSetIdAttribute (test.test_minidom.MinidomTest.testSetIdAttribute)
PASS: testSetIdAttributeNS (test.test_minidom.MinidomTest.testSetIdAttributeNS)
PASS: testSetIdAttributeNode (test.test_minidom.MinidomTest.testSetIdAttributeNode)
PASS: testSiblings (test.test_minidom.MinidomTest.testSiblings)
PASS: testStandalone (test.test_minidom.MinidomTest.testStandalone)
PASS: testTextRepr (test.test_minidom.MinidomTest.testTextRepr)
PASS: testTooManyDocumentElements (test.test_minidom.MinidomTest.testTooManyDocumentElements)
PASS: testUnlink (test.test_minidom.MinidomTest.testUnlink)
PASS: testUserData (test.test_minidom.MinidomTest.testUserData)
PASS: testWholeText (test.test_minidom.MinidomTest.testWholeText)
PASS: testWriteText (test.test_minidom.MinidomTest.testWriteText)
PASS: testWriteXML (test.test_minidom.MinidomTest.testWriteXML)
PASS: test_cdata_parsing (test.test_minidom.MinidomTest.test_cdata_parsing)
PASS: test_minidom_attribute_order (test.test_minidom.MinidomTest.test_minidom_attribute_order)
PASS: test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest.test_toprettyxml_preserves_content_of_text_node)
PASS: test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_adjacent_text_nodes)
PASS: test_toprettyxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toprettyxml_with_attributes_ordered)
PASS: test_toprettyxml_with_cdata (test.test_minidom.MinidomTest.test_toprettyxml_with_cdata)
PASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_text_nodes)
PASS: test_toxml_quote_attrib (test.test_minidom.MinidomTest.test_toxml_quote_attrib)
PASS: test_toxml_quote_text (test.test_minidom.MinidomTest.test_toxml_quote_text)
PASS: test_toxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toxml_with_attributes_ordered)

----------------------------------------------------------------------
Ran 131 tests in 0.021s

OK (skipped=1)
0:03:04 load avg: 3.71 [277/486] test_mmap passed
PASS: test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB)
PASS: test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB)
PASS: test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize)
PASS: test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset)
PASS: test_access_parameter (test.test_mmap.MmapTests.test_access_parameter)
SKIP: test_access_violations (test.test_mmap.MmapTests.test_access_violations) 'requires Windows'
PASS: test_anonymous (test.test_mmap.MmapTests.test_anonymous)
PASS: test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc)
PASS: test_basic (test.test_mmap.MmapTests.test_basic)
PASS: test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception)
PASS: test_context_manager (test.test_mmap.MmapTests.test_context_manager)
PASS: test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception)
SKIP: test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) 'requires Windows'
PASS: test_double_close (test.test_mmap.MmapTests.test_double_close)
PASS: test_empty_file (test.test_mmap.MmapTests.test_empty_file)
PASS: test_entire_file (test.test_mmap.MmapTests.test_entire_file)
PASS: test_error (test.test_mmap.MmapTests.test_error)
PASS: test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice)
PASS: test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice)
PASS: test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer)
PASS: test_find_end (test.test_mmap.MmapTests.test_find_end)
PASS: test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value)
SKIP: test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) 'requires Windows'
PASS: test_io_methods (test.test_mmap.MmapTests.test_io_methods)
PASS: test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset)
PASS: test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset)
PASS: test_madvise (test.test_mmap.MmapTests.test_madvise)
test_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios)
PASS: gh-103987: Test that mmap objects raise ValueError
PASS: test_move (test.test_mmap.MmapTests.test_move)
SKIP: test_no_trackfd_parameter_on_windows (test.test_mmap.MmapTests.test_no_trackfd_parameter_on_windows) 'trackfd only fails on Windows'
PASS: test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte)
PASS: test_offset (test.test_mmap.MmapTests.test_offset)
PASS: test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly)
PASS: test_read_all (test.test_mmap.MmapTests.test_read_all)
PASS: test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg)
PASS: test_repr (test.test_mmap.MmapTests.test_repr)
test_resize_down_anonymous_mapping (test.test_mmap.MmapTests.test_resize_down_anonymous_mapping)
PASS: If the mmap is backed by the pagefile ensure a resize down up can happen
test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere)
SKIP: If more than one mapping is held against a named file on Windows, neither 'requires Windows'
PASS: test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos)
test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping)
SKIP: If a more than one mapping exists of the same name, none of them can 'requires Windows'
test_resize_up_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_anonymous_mapping)
PASS: If the mmap is backed by the pagefile ensure a resize up can happen
PASS: test_resize_up_private_anonymous_mapping (test.test_mmap.MmapTests.test_resize_up_private_anonymous_mapping)
PASS: test_rfind (test.test_mmap.MmapTests.test_rfind)
SKIP: test_sizeof (test.test_mmap.MmapTests.test_sizeof) 'requires Windows'
PASS: test_subclass (test.test_mmap.MmapTests.test_subclass)
SKIP: test_tagname (test.test_mmap.MmapTests.test_tagname) 'requires Windows'
PASS: test_tougher_find (test.test_mmap.MmapTests.test_tougher_find)
PASS: test_trackfd_neg1 (test.test_mmap.MmapTests.test_trackfd_neg1)
PASS: test_trackfd_parameter (test.test_mmap.MmapTests.test_trackfd_parameter)
PASS: test_weakref (test.test_mmap.MmapTests.test_weakref)
PASS: test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written)

----------------------------------------------------------------------
Ran 51 tests in 0.089s

OK (skipped=8)
0:03:05 load avg: 3.71 [278/486] test_module passed
PASS: test_annotations_are_created_correctly (test.test_module.ModuleTests.test_annotations_are_created_correctly)
PASS: test_annotations_getset_raises (test.test_module.ModuleTests.test_annotations_getset_raises)
PASS: test_ascii_docstring (test.test_module.ModuleTests.test_ascii_docstring)
PASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests.test_clear_dict_in_ref_cycle)
PASS: test_descriptor_errors_propagate (test.test_module.ModuleTests.test_descriptor_errors_propagate)
PASS: test_dont_clear_dict (test.test_module.ModuleTests.test_dont_clear_dict)
PASS: test_lazy_create_annotations (test.test_module.ModuleTests.test_lazy_create_annotations)
PASS: test_missing_getattr (test.test_module.ModuleTests.test_missing_getattr)
PASS: test_module_dir (test.test_module.ModuleTests.test_module_dir)
PASS: test_module_dir_errors (test.test_module.ModuleTests.test_module_dir_errors)
PASS: test_module_finalization_at_shutdown (test.test_module.ModuleTests.test_module_finalization_at_shutdown)
PASS: test_module_getattr (test.test_module.ModuleTests.test_module_getattr)
PASS: test_module_getattr_errors (test.test_module.ModuleTests.test_module_getattr_errors)
PASS: test_module_getattr_tricky (test.test_module.ModuleTests.test_module_getattr_tricky)
PASS: test_module_repr_builtin (test.test_module.ModuleTests.test_module_repr_builtin)
PASS: test_module_repr_minimal (test.test_module.ModuleTests.test_module_repr_minimal)
PASS: test_module_repr_source (test.test_module.ModuleTests.test_module_repr_source)
PASS: test_module_repr_with_bare_loader (test.test_module.ModuleTests.test_module_repr_with_bare_loader)
PASS: test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_bare_loader_and_filename)
PASS: test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_bare_loader_but_no_name)
PASS: test_module_repr_with_fake_namespace_package (test.test_module.ModuleTests.test_module_repr_with_fake_namespace_package)
PASS: test_module_repr_with_filename_only (test.test_module.ModuleTests.test_module_repr_with_filename_only)
PASS: test_module_repr_with_full_loader (test.test_module.ModuleTests.test_module_repr_with_full_loader)
PASS: test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_full_loader_and_filename)
PASS: test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_full_loader_but_no_name)
PASS: test_module_repr_with_loader_as_None (test.test_module.ModuleTests.test_module_repr_with_loader_as_None)
PASS: test_module_repr_with_name (test.test_module.ModuleTests.test_module_repr_with_name)
PASS: test_module_repr_with_name_and_filename (test.test_module.ModuleTests.test_module_repr_with_name_and_filename)
PASS: test_module_repr_with_namespace_package (test.test_module.ModuleTests.test_module_repr_with_namespace_package)
PASS: test_module_repr_with_namespace_package_and_custom_loader (test.test_module.ModuleTests.test_module_repr_with_namespace_package_and_custom_loader)
PASS: test_no_docstring (test.test_module.ModuleTests.test_no_docstring)
PASS: test_reinit (test.test_module.ModuleTests.test_reinit)
PASS: test_repeated_attribute_pops (test.test_module.ModuleTests.test_repeated_attribute_pops)
PASS: test_setting_annotations (test.test_module.ModuleTests.test_setting_annotations)
PASS: test_subclass_with_slots (test.test_module.ModuleTests.test_subclass_with_slots)
PASS: test_unicode_docstring (test.test_module.ModuleTests.test_unicode_docstring)
PASS: test_uninitialized (test.test_module.ModuleTests.test_uninitialized)
PASS: test_uninitialized_missing_getattr (test.test_module.ModuleTests.test_uninitialized_missing_getattr)
PASS: test_weakref (test.test_module.ModuleTests.test_weakref)

----------------------------------------------------------------------
Ran 39 tests in 0.241s

OK
0:03:05 load avg: 3.71 [279/486] test_math passed
PASS: test_fma_infinities (test.test_math.FMATests.test_fma_infinities)
PASS: test_fma_nan_results (test.test_math.FMATests.test_fma_nan_results)
PASS: test_fma_overflow (test.test_math.FMATests.test_fma_overflow)
PASS: test_fma_single_round (test.test_math.FMATests.test_fma_single_round)
SKIP: test_fma_zero_result (test.test_math.FMATests.test_fma_zero_result) "this platform doesn't implement IEE 754-2008 properly"
PASS: test_random (test.test_math.FMATests.test_random)
PASS: test_asymmetry (test.test_math.IsCloseTests.test_asymmetry)
PASS: test_decimals (test.test_math.IsCloseTests.test_decimals)
PASS: test_eight_decimal_places (test.test_math.IsCloseTests.test_eight_decimal_places)
PASS: test_fractions (test.test_math.IsCloseTests.test_fractions)
PASS: test_identical (test.test_math.IsCloseTests.test_identical)
PASS: test_identical_infinite (test.test_math.IsCloseTests.test_identical_infinite)
PASS: test_inf_ninf_nan (test.test_math.IsCloseTests.test_inf_ninf_nan)
PASS: test_integers (test.test_math.IsCloseTests.test_integers)
PASS: test_near_zero (test.test_math.IsCloseTests.test_near_zero)
PASS: test_negative_tolerances (test.test_math.IsCloseTests.test_negative_tolerances)
PASS: test_zero_tolerance (test.test_math.IsCloseTests.test_zero_tolerance)
PASS: testAcos (test.test_math.MathTests.testAcos)
PASS: testAcosh (test.test_math.MathTests.testAcosh)
PASS: testAsin (test.test_math.MathTests.testAsin)
PASS: testAsinh (test.test_math.MathTests.testAsinh)
PASS: testAtan (test.test_math.MathTests.testAtan)
PASS: testAtan2 (test.test_math.MathTests.testAtan2)
PASS: testAtanh (test.test_math.MathTests.testAtanh)
PASS: testCbrt (test.test_math.MathTests.testCbrt)
PASS: testCeil (test.test_math.MathTests.testCeil)
PASS: testComb (test.test_math.MathTests.testComb)
PASS: testConstants (test.test_math.MathTests.testConstants)
PASS: testCopysign (test.test_math.MathTests.testCopysign)
PASS: testCos (test.test_math.MathTests.testCos)
PASS: testCosh (test.test_math.MathTests.testCosh)
PASS: testDegrees (test.test_math.MathTests.testDegrees)
PASS: testDist (test.test_math.MathTests.testDist)
PASS: testExp (test.test_math.MathTests.testExp)
PASS: testExp2 (test.test_math.MathTests.testExp2)
PASS: testFabs (test.test_math.MathTests.testFabs)
PASS: testFactorial (test.test_math.MathTests.testFactorial)
PASS: testFactorialHugeInputs (test.test_math.MathTests.testFactorialHugeInputs)
PASS: testFactorialNonIntegers (test.test_math.MathTests.testFactorialNonIntegers)
PASS: testFloor (test.test_math.MathTests.testFloor)
PASS: testFmod (test.test_math.MathTests.testFmod)
PASS: testFrexp (test.test_math.MathTests.testFrexp)
PASS: testFsum (test.test_math.MathTests.testFsum)
PASS: testGcd (test.test_math.MathTests.testGcd)
PASS: testHypot (test.test_math.MathTests.testHypot)
PASS: testHypotAccuracy (test.test_math.MathTests.testHypotAccuracy)
PASS: testIsfinite (test.test_math.MathTests.testIsfinite)
PASS: testIsinf (test.test_math.MathTests.testIsinf)
PASS: testIsnan (test.test_math.MathTests.testIsnan)
PASS: testIsqrt (test.test_math.MathTests.testIsqrt)
PASS: testLdexp (test.test_math.MathTests.testLdexp)
PASS: testLdexp_denormal (test.test_math.MathTests.testLdexp_denormal)
PASS: testLog (test.test_math.MathTests.testLog)
PASS: testLog10 (test.test_math.MathTests.testLog10)
PASS: testLog1p (test.test_math.MathTests.testLog1p)
PASS: testLog2 (test.test_math.MathTests.testLog2)
PASS: testLog2Exact (test.test_math.MathTests.testLog2Exact)
PASS: testModf (test.test_math.MathTests.testModf)
PASS: testPerm (test.test_math.MathTests.testPerm)
PASS: testPow (test.test_math.MathTests.testPow)
PASS: testRadians (test.test_math.MathTests.testRadians)
PASS: testRemainder (test.test_math.MathTests.testRemainder)
PASS: testSin (test.test_math.MathTests.testSin)
PASS: testSinh (test.test_math.MathTests.testSinh)
PASS: testSqrt (test.test_math.MathTests.testSqrt)
PASS: testSumProd (test.test_math.MathTests.testSumProd)
PASS: testTan (test.test_math.MathTests.testTan)
PASS: testTanh (test.test_math.MathTests.testTanh)
PASS: testTanhSign (test.test_math.MathTests.testTanhSign)
PASS: test_exception_messages (test.test_math.MathTests.test_exception_messages)
PASS: test_exceptions (test.test_math.MathTests.test_exceptions)
PASS: test_inf_constant (test.test_math.MathTests.test_inf_constant)
PASS: test_input_exceptions (test.test_math.MathTests.test_input_exceptions)
PASS: test_isqrt_huge (test.test_math.MathTests.test_isqrt_huge)
PASS: test_issue39871 (test.test_math.MathTests.test_issue39871)
PASS: test_lcm (test.test_math.MathTests.test_lcm)
PASS: test_log_huge_integer (test.test_math.MathTests.test_log_huge_integer)
PASS: test_math_dist_leak (test.test_math.MathTests.test_math_dist_leak)
PASS: test_mtestfile (test.test_math.MathTests.test_mtestfile)
PASS: test_nan_constant (test.test_math.MathTests.test_nan_constant)
PASS: test_nextafter (test.test_math.MathTests.test_nextafter)
PASS: test_prod (test.test_math.MathTests.test_prod)
PASS: test_sumprod_accuracy (test.test_math.MathTests.test_sumprod_accuracy)
SKIP: test_sumprod_extended_precision_accuracy (test.test_math.MathTests.test_sumprod_extended_precision_accuracy) "resource 'cpu' is not enabled"
SKIP: test_sumprod_stress (test.test_math.MathTests.test_sumprod_stress) "resource 'cpu' is not enabled"
PASS: test_testfile (test.test_math.MathTests.test_testfile)
PASS: test_trunc (test.test_math.MathTests.test_trunc)
PASS: test_ulp (test.test_math.MathTests.test_ulp)
/usr/lib/python3.14/test/mathdata/ieee754.txt
PASS: Doctest: ieee754.txt

----------------------------------------------------------------------
Ran 89 tests in 1.837s

OK (skipped=3)
0:03:05 load avg: 3.71 [280/486] test_msvcrt skipped
test_msvcrt skipped -- windows related tests
0:03:05 load avg: 3.71 [281/486] test_monitoring passed
PASS: test_async_for (test.test_monitoring.ExceptionMonitoringTest.test_async_for)
PASS: test_explicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise)
PASS: test_explicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise_named)
PASS: test_gen_unwind (test.test_monitoring.ExceptionMonitoringTest.test_gen_unwind)
PASS: test_implicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise)
PASS: test_implicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise_named)
test_implicit_stop_iteration (test.test_monitoring.ExceptionMonitoringTest.test_implicit_stop_iteration)
PASS: Generators are documented as raising a StopIteration
PASS: test_no_unwind_for_shim_frame (test.test_monitoring.ExceptionMonitoringTest.test_no_unwind_for_shim_frame)
PASS: test_simple_try_except (test.test_monitoring.ExceptionMonitoringTest.test_simple_try_except)
PASS: test_throw (test.test_monitoring.ExceptionMonitoringTest.test_throw)
PASS: test_try_finally (test.test_monitoring.ExceptionMonitoringTest.test_try_finally)
PASS: test_branch (test.test_monitoring.LineMonitoringTest.test_branch)
PASS: test_generator_with_line (test.test_monitoring.LineMonitoringTest.test_generator_with_line)
PASS: test_linear (test.test_monitoring.LineMonitoringTest.test_linear)
PASS: test_lines_loop (test.test_monitoring.LineMonitoringTest.test_lines_loop)
PASS: test_lines_single (test.test_monitoring.LineMonitoringTest.test_lines_single)
PASS: test_lines_two (test.test_monitoring.LineMonitoringTest.test_lines_two)
PASS: test_try_except (test.test_monitoring.LineMonitoringTest.test_try_except)
PASS: test_clear (test.test_monitoring.MonitoringBasicTest.test_clear)
PASS: test_has_objects (test.test_monitoring.MonitoringBasicTest.test_has_objects)
PASS: test_tool (test.test_monitoring.MonitoringBasicTest.test_tool)
PASS: test_c_return_count (test.test_monitoring.MonitoringCountTest.test_c_return_count)
PASS: test_call_count (test.test_monitoring.MonitoringCountTest.test_call_count)
PASS: test_resume_count (test.test_monitoring.MonitoringCountTest.test_resume_count)
PASS: test_return_count (test.test_monitoring.MonitoringCountTest.test_return_count)
PASS: test_start_count (test.test_monitoring.MonitoringCountTest.test_start_count)
PASS: test_caught (test.test_monitoring.MonitoringEventsTest.test_caught)
PASS: test_just_call (test.test_monitoring.MonitoringEventsTest.test_just_call)
PASS: test_just_pass (test.test_monitoring.MonitoringEventsTest.test_just_pass)
PASS: test_just_raise (test.test_monitoring.MonitoringEventsTest.test_just_raise)
PASS: test_nested_call (test.test_monitoring.MonitoringEventsTest.test_nested_call)
PASS: test_disable (test.test_monitoring.MontoringDisableAndRestartTest.test_disable)
PASS: test_restart (test.test_monitoring.MontoringDisableAndRestartTest.test_restart)
PASS: test_three_same (test.test_monitoring.MultipleMonitorsTest.test_three_same)
PASS: test_two_different (test.test_monitoring.MultipleMonitorsTest.test_two_different)
PASS: test_two_same (test.test_monitoring.MultipleMonitorsTest.test_two_same)
PASS: test_two_with_disable (test.test_monitoring.MultipleMonitorsTest.test_two_with_disable)
test_with_instruction_event (test.test_monitoring.MultipleMonitorsTest.test_with_instruction_event)
PASS: Test that the second tool can set events with instruction events set by the first tool.
PASS: test_balanced (test.test_monitoring.SimulateProfileTest.test_balanced)
PASS: test_frame_stack (test.test_monitoring.SimulateProfileTest.test_frame_stack)
PASS: test_async_for (test.test_monitoring.TestBranchAndJumpEvents.test_async_for)
PASS: test_callback_set_frame_lineno (test.test_monitoring.TestBranchAndJumpEvents.test_callback_set_frame_lineno)
PASS: test_except_star (test.test_monitoring.TestBranchAndJumpEvents.test_except_star)
PASS: test_loop (test.test_monitoring.TestBranchAndJumpEvents.test_loop)
PASS: test_match (test.test_monitoring.TestBranchAndJumpEvents.test_match)
PASS: test_while_offset_consistency (test.test_monitoring.TestBranchAndJumpEvents.test_while_offset_consistency)
PASS: test4 (test.test_monitoring.TestBranchConsistency.test4)
PASS: test_async_for (test.test_monitoring.TestBranchConsistency.test_async_for)
PASS: test_except_star (test.test_monitoring.TestBranchConsistency.test_except_star)
PASS: test_simple (test.test_monitoring.TestBranchConsistency.test_simple)
PASS: test_disable_event (test.test_monitoring.TestCApiEventGeneration.test_disable_event)
PASS: test_enter_scope_two_events (test.test_monitoring.TestCApiEventGeneration.test_enter_scope_two_events)
PASS: test_fire_event (test.test_monitoring.TestCApiEventGeneration.test_fire_event)
PASS: test_fire_event_failing_callback (test.test_monitoring.TestCApiEventGeneration.test_fire_event_failing_callback)
PASS: test_missing_exception (test.test_monitoring.TestCApiEventGeneration.test_missing_exception)
PASS: test_disable_illegal_events (test.test_monitoring.TestDisable.test_disable_illegal_events)
PASS: test_disable_legal_events (test.test_monitoring.TestDisable.test_disable_legal_events)
PASS: test_call_then_instruction (test.test_monitoring.TestInstallIncrementally.test_call_then_instruction)
PASS: test_instruction_then_call (test.test_monitoring.TestInstallIncrementally.test_instruction_then_call)
PASS: test_instruction_then_line (test.test_monitoring.TestInstallIncrementally.test_instruction_then_line)
PASS: test_line_then_instruction (test.test_monitoring.TestInstallIncrementally.test_line_then_instruction)
PASS: test_c_call (test.test_monitoring.TestLineAndInstructionEvents.test_c_call)
PASS: test_simple (test.test_monitoring.TestLineAndInstructionEvents.test_simple)
PASS: test_try_except (test.test_monitoring.TestLineAndInstructionEvents.test_try_except)
test_turn_off_only_instruction (test.test_monitoring.TestLineAndInstructionEvents.test_turn_off_only_instruction)
PASS: LINE events should be recorded after INSTRUCTION event is turned off
PASS: test_with_restart (test.test_monitoring.TestLineAndInstructionEvents.test_with_restart)
PASS: test_attr (test.test_monitoring.TestLoadSuperAttr.test_attr)
PASS: test_method_call (test.test_monitoring.TestLoadSuperAttr.test_method_call)
PASS: test_method_call_error (test.test_monitoring.TestLoadSuperAttr.test_method_call_error)
PASS: test_vs_other_type_call (test.test_monitoring.TestLoadSuperAttr.test_vs_other_type_call)
PASS: test_c_call (test.test_monitoring.TestLocalEvents.test_c_call)
PASS: test_set_non_local_event (test.test_monitoring.TestLocalEvents.test_set_non_local_event)
PASS: test_simple (test.test_monitoring.TestLocalEvents.test_simple)
PASS: test_try_except (test.test_monitoring.TestLocalEvents.test_try_except)
PASS: test_c_call (test.test_monitoring.TestManyEvents.test_c_call)
PASS: test_simple (test.test_monitoring.TestManyEvents.test_simple)
PASS: test_try_except (test.test_monitoring.TestManyEvents.test_try_except)
test_monitoring_live_at_shutdown (test.test_monitoring.TestMonitoringAtShutdown.test_monitoring_live_at_shutdown) ... 
===== script _test_monitoring_shutdown.py ======
===== script _test_monitoring_shutdown.py completed: exit code 0 ======
ok
PASS: test_for_loop (test.test_monitoring.TestOptimizer.test_for_loop)
PASS: test_105162 (test.test_monitoring.TestRegressions.test_105162)
PASS: test_108390 (test.test_monitoring.TestRegressions.test_108390)
PASS: test_call_function_ex (test.test_monitoring.TestRegressions.test_call_function_ex)
PASS: test_gh108976 (test.test_monitoring.TestRegressions.test_gh108976)
PASS: test_instruction_explicit_callback (test.test_monitoring.TestRegressions.test_instruction_explicit_callback)
PASS: test_global (test.test_monitoring.TestSetGetEvents.test_global)
PASS: test_local (test.test_monitoring.TestSetGetEvents.test_local)
PASS: test_monitoring_already_opimized_loop (test.test_monitoring.TestTier2Optimizer.test_monitoring_already_opimized_loop)
PASS: test_get_local_events_uninitialized (test.test_monitoring.TestUninitialized.test_get_local_events_uninitialized)

----------------------------------------------------------------------
Ran 88 tests in 0.078s

OK
0:03:05 load avg: 3.71 [282/486] test_multibytecodec passed
PASS: test_encode (test.test_multibytecodec.TestHZStateful.test_encode)
PASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful.test_incrementalencoder)
PASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final)
PASS: test_encode (test.test_multibytecodec.TestStateful.test_encode)
PASS: test_incrementalencoder (test.test_multibytecodec.TestStateful.test_incrementalencoder)
PASS: test_incrementalencoder_final (test.test_multibytecodec.TestStateful.test_incrementalencoder_final)
SKIP: test_bug1572832 (test.test_multibytecodec.Test_ISO2022.test_bug1572832) "resource 'cpu' is not enabled"
PASS: test_g2 (test.test_multibytecodec.Test_ISO2022.test_g2)
PASS: test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0)
PASS: test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs)
PASS: test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer)
PASS: test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode)
PASS: test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022)
PASS: test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input)
PASS: test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods)
PASS: test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value)
PASS: test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640)
PASS: test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes)
PASS: test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size)
PASS: test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state)
PASS: test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state)
PASS: test_stateful (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful)
PASS: test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer)
PASS: test_stateless (test.test_multibytecodec.Test_IncrementalEncoder.test_stateless)
PASS: test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp)
PASS: test_codingspec (test.test_multibytecodec.Test_MultibyteCodec.test_codingspec)
PASS: test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode)
PASS: test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore)
PASS: test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex)
PASS: test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault)
PASS: test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding)
PASS: test_str_decode (test.test_multibytecodec.Test_MultibyteCodec.test_str_decode)
PASS: test_bug1728403 (test.test_multibytecodec.Test_StreamReader.test_bug1728403)
PASS: test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030)
PASS: test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite)
PASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter.test_utf_8)

----------------------------------------------------------------------
Ran 36 tests in 0.031s

OK (skipped=1)
0:03:05 load avg: 3.71 [283/486] test_named_expressions passed
PASS: test_named_expression_assignment_01 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_01)
PASS: test_named_expression_assignment_02 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_02)
PASS: test_named_expression_assignment_03 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_03)
PASS: test_named_expression_assignment_04 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_04)
PASS: test_named_expression_assignment_05 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_05)
PASS: test_named_expression_assignment_06 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_06)
PASS: test_named_expression_assignment_07 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_07)
PASS: test_named_expression_assignment_08 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_08)
PASS: test_named_expression_assignment_09 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_09)
PASS: test_named_expression_assignment_10 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_10)
PASS: test_named_expression_assignment_11 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_11)
PASS: test_named_expression_assignment_12 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_12)
PASS: test_named_expression_assignment_13 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_13)
test_named_expression_assignment_14 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_14)
PASS: Where all variables are positive integers, and a is at least as large
PASS: test_named_expression_assignment_15 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_15)
PASS: test_named_expression_assignment_16 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_16)
PASS: test_named_expression_assignment_17 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_17)
PASS: test_named_expression_assignment_18 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_18)
PASS: test_named_expression_invalid_01 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_01)
PASS: test_named_expression_invalid_02 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_02)
PASS: test_named_expression_invalid_03 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_03)
PASS: test_named_expression_invalid_04 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_04)
PASS: test_named_expression_invalid_06 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_06)
PASS: test_named_expression_invalid_07 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_07)
PASS: test_named_expression_invalid_08 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_08)
PASS: test_named_expression_invalid_09 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_09)
PASS: test_named_expression_invalid_10 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_10)
PASS: test_named_expression_invalid_11 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_11)
PASS: test_named_expression_invalid_12 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_12)
PASS: test_named_expression_invalid_13 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_13)
PASS: test_named_expression_invalid_14 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_14)
PASS: test_named_expression_invalid_15 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_15)
PASS: test_named_expression_invalid_16 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_16)
PASS: test_named_expression_invalid_17 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_17)
PASS: test_named_expression_invalid_dict_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_dict_comprehension_iterable_expression)
PASS: test_named_expression_invalid_in_class_body (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_in_class_body)
PASS: test_named_expression_invalid_list_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_list_comprehension_iterable_expression)
PASS: test_named_expression_invalid_mangled_class_variables (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_mangled_class_variables)
PASS: test_named_expression_invalid_rebinding_dict_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_inner_loop)
PASS: test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable)
PASS: test_named_expression_invalid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_iteration_variable)
PASS: test_named_expression_invalid_rebinding_list_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_inner_loop)
PASS: test_named_expression_invalid_rebinding_list_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable)
PASS: test_named_expression_invalid_rebinding_set_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_inner_loop)
PASS: test_named_expression_invalid_rebinding_set_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable)
PASS: test_named_expression_invalid_set_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_set_comprehension_iterable_expression)
PASS: test_named_expression_valid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_valid_rebinding_iteration_variable)
PASS: test_named_expression_global_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope)
PASS: test_named_expression_global_scope_no_global_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_no_global_keyword)
PASS: test_named_expression_nonlocal_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope)
PASS: test_named_expression_nonlocal_scope_no_nonlocal_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_no_nonlocal_keyword)
PASS: test_named_expression_scope_01 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_01)
PASS: test_named_expression_scope_02 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_02)
PASS: test_named_expression_scope_03 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_03)
PASS: test_named_expression_scope_04 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_04)
PASS: test_named_expression_scope_05 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_05)
PASS: test_named_expression_scope_06 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_06)
PASS: test_named_expression_scope_07 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_07)
PASS: test_named_expression_scope_08 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_08)
PASS: test_named_expression_scope_09 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_09)
PASS: test_named_expression_scope_10 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_10)
PASS: test_named_expression_scope_11 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_11)
PASS: test_named_expression_scope_17 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_17)
PASS: test_named_expression_scope_18 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_18)
PASS: test_named_expression_scope_19 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_19)
PASS: test_named_expression_scope_20 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_20)
PASS: test_named_expression_scope_21 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_21)
PASS: test_named_expression_scope_22 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_22)
PASS: test_named_expression_scope_23 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_23)
PASS: test_named_expression_scope_24 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_24)
PASS: test_named_expression_scope_25 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_25)
PASS: test_named_expression_scope_in_genexp (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_in_genexp)
PASS: test_named_expression_scope_mangled_names (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_mangled_names)
PASS: test_named_expression_variable_reuse_in_comprehensions (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_variable_reuse_in_comprehensions)

----------------------------------------------------------------------
Ran 74 tests in 0.030s

OK
0:03:05 load avg: 3.71 [284/486] test_modulefinder passed
PASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest.test_absolute_imports)
PASS: test_bytecode (test.test_modulefinder.ModuleFinderTest.test_bytecode)
PASS: test_coding_default_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_default_utf8)
PASS: test_coding_explicit_cp1252 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_cp1252)
PASS: test_coding_explicit_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_utf8)
PASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest.test_extended_opargs)
PASS: test_load_module_api (test.test_modulefinder.ModuleFinderTest.test_load_module_api)
PASS: test_maybe (test.test_modulefinder.ModuleFinderTest.test_maybe)
PASS: test_maybe_new (test.test_modulefinder.ModuleFinderTest.test_maybe_new)
PASS: test_package (test.test_modulefinder.ModuleFinderTest.test_package)
PASS: test_relative_imports (test.test_modulefinder.ModuleFinderTest.test_relative_imports)
PASS: test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_2)
PASS: test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_3)
PASS: test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_4)
PASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest.test_replace_paths)
PASS: test_same_name_as_bad (test.test_modulefinder.ModuleFinderTest.test_same_name_as_bad)
PASS: test_syntax_error (test.test_modulefinder.ModuleFinderTest.test_syntax_error)

----------------------------------------------------------------------
Ran 17 tests in 0.843s

OK
0:03:05 load avg: 3.71 [285/486] test_netrc passed
PASS: test_comment_after_machine_line (test.test_netrc.NetrcTestCase.test_comment_after_machine_line)
PASS: test_comment_after_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only)
PASS: test_comment_after_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space)
PASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line)
PASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space)
PASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash)
PASS: test_comment_before_machine_line (test.test_netrc.NetrcTestCase.test_comment_before_machine_line)
PASS: test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only)
PASS: test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space)
PASS: test_invalid_tokens (test.test_netrc.NetrcTestCase.test_invalid_tokens)
PASS: test_macros (test.test_netrc.NetrcTestCase.test_macros)
PASS: test_optional_tokens (test.test_netrc.NetrcTestCase.test_optional_tokens)
PASS: test_security (test.test_netrc.NetrcTestCase.test_security)
SKIP: test_security_on_WASI (test.test_netrc.NetrcTestCase.test_security_on_WASI) 'WASI only test'
PASS: test_token_value_escape (test.test_netrc.NetrcTestCase.test_token_value_escape)
PASS: test_token_value_internal_hash (test.test_netrc.NetrcTestCase.test_token_value_internal_hash)
PASS: test_token_value_leading_hash (test.test_netrc.NetrcTestCase.test_token_value_leading_hash)
PASS: test_token_value_non_ascii (test.test_netrc.NetrcTestCase.test_token_value_non_ascii)
PASS: test_token_value_quotes (test.test_netrc.NetrcTestCase.test_token_value_quotes)
PASS: test_token_value_trailing_hash (test.test_netrc.NetrcTestCase.test_token_value_trailing_hash)
PASS: test_token_value_whitespace (test.test_netrc.NetrcTestCase.test_token_value_whitespace)
PASS: test_toplevel_non_ordered_tokens (test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens)
PASS: test_toplevel_tokens (test.test_netrc.NetrcTestCase.test_toplevel_tokens)

----------------------------------------------------------------------
Ran 23 tests in 0.010s

OK (skipped=1)
0:03:06 load avg: 3.71 [286/486] test_ntpath passed
PASS: test_abspath (test.test_ntpath.NtCommonTest.test_abspath)
PASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426)
PASS: test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix)
PASS: test_exists (test.test_ntpath.NtCommonTest.test_exists)
PASS: test_exists_bool (test.test_ntpath.NtCommonTest.test_exists_bool)
PASS: test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd)
PASS: test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars)
SKIP: test_expandvars_large (test.test_ntpath.NtCommonTest.test_expandvars_large) "resource 'cpu' is not enabled"
PASS: test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii)
PASS: test_filetime (test.test_ntpath.NtCommonTest.test_filetime)
PASS: test_getsize (test.test_ntpath.NtCommonTest.test_getsize)
PASS: test_import (test.test_ntpath.NtCommonTest.test_import)
PASS: test_isdir (test.test_ntpath.NtCommonTest.test_isdir)
PASS: test_isfile (test.test_ntpath.NtCommonTest.test_isfile)
PASS: test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors)
PASS: test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument)
PASS: test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath)
PASS: test_normcase (test.test_ntpath.NtCommonTest.test_normcase)
PASS: test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242)
PASS: test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827)
PASS: test_realpath (test.test_ntpath.NtCommonTest.test_realpath)
PASS: test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors)
PASS: test_samefile (test.test_ntpath.NtCommonTest.test_samefile)
PASS: test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link)
PASS: test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink)
PASS: test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile)
PASS: test_samestat (test.test_ntpath.NtCommonTest.test_samestat)
PASS: test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link)
PASS: test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink)
PASS: test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive)
PASS: test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath)
PASS: test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename)
PASS: test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath)
PASS: test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname)
PASS: test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser)
PASS: test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars)
PASS: test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs)
PASS: test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir)
PASS: test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink)
PASS: test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount)
PASS: test_path_join (test.test_ntpath.PathLikeTests.test_path_join)
PASS: test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists)
PASS: test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase)
PASS: test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath)
PASS: test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath)
PASS: test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath)
PASS: test_path_split (test.test_ntpath.PathLikeTests.test_path_split)
PASS: test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive)
PASS: test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext)
PASS: test_path_splitroot (test.test_ntpath.PathLikeTests.test_path_splitroot)
SKIP: test_abspath (test.test_ntpath.TestNtpath.test_abspath) "abspath requires 'nt' module"
PASS: test_abspath_invalid_paths (test.test_ntpath.TestNtpath.test_abspath_invalid_paths)
PASS: test_commonpath (test.test_ntpath.TestNtpath.test_commonpath)
PASS: test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix)
SKIP: test_con_device (test.test_ntpath.TestNtpath.test_con_device) 'windows only'
PASS: test_expanduser (test.test_ntpath.TestNtpath.test_expanduser)
PASS: test_expandvars (test.test_ntpath.TestNtpath.test_expandvars)
SKIP: test_expandvars_large (test.test_ntpath.TestNtpath.test_expandvars_large) "resource 'cpu' is not enabled"
PASS: test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii)
SKIP: test_fast_paths_in_use (test.test_ntpath.TestNtpath.test_fast_paths_in_use) 'Fast paths are only for win32'
PASS: test_isabs (test.test_ntpath.TestNtpath.test_isabs)
SKIP: test_isdevdrive (test.test_ntpath.TestNtpath.test_isdevdrive) 'Dev Drives only exist on Win32'
PASS: test_isdevdrive_fallback (test.test_ntpath.TestNtpath.test_isdevdrive_fallback)
PASS: test_isfile_anonymous_pipe (test.test_ntpath.TestNtpath.test_isfile_anonymous_pipe)
SKIP: test_isfile_driveletter (test.test_ntpath.TestNtpath.test_isfile_driveletter) 'drive letters are a windows concept'
PASS: test_isfile_invalid_paths (test.test_ntpath.TestNtpath.test_isfile_invalid_paths)
SKIP: test_isfile_named_pipe (test.test_ntpath.TestNtpath.test_isfile_named_pipe) 'windows only'
SKIP: test_isjunction (test.test_ntpath.TestNtpath.test_isjunction) 'Can only test junctions with creation on win32.'
PASS: test_ismount (test.test_ntpath.TestNtpath.test_ismount)
PASS: test_ismount_invalid_paths (test.test_ntpath.TestNtpath.test_ismount_invalid_paths)
PASS: test_isreserved (test.test_ntpath.TestNtpath.test_isreserved)
PASS: test_join (test.test_ntpath.TestNtpath.test_join)
PASS: test_normcase (test.test_ntpath.TestNtpath.test_normcase)
PASS: test_normcase_invalid_paths (test.test_ntpath.TestNtpath.test_normcase_invalid_paths)
PASS: test_normpath (test.test_ntpath.TestNtpath.test_normpath)
PASS: test_normpath_invalid_paths (test.test_ntpath.TestNtpath.test_normpath_invalid_paths)
SKIP: test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) "OS helpers require 'nt' module"
SKIP: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) 'need _getfinalpathname'
SKIP: test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) 'need _getfinalpathname'
PASS: test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir)
PASS: test_realpath_curdir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok)
PASS: test_realpath_curdir_strict (test.test_ntpath.TestNtpath.test_realpath_curdir_strict)
SKIP: test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) 'need _getfinalpathname'
SKIP: test_realpath_invalid_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_paths) 'need _getfinalpathname'
SKIP: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) 'need _getfinalpathname'
SKIP: test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) 'need _getfinalpathname'
PASS: test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir)
PASS: test_realpath_pardir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok)
PASS: test_realpath_pardir_strict (test.test_ntpath.TestNtpath.test_realpath_pardir_strict)
SKIP: test_realpath_permission (test.test_ntpath.TestNtpath.test_realpath_permission) 'need _getfinalpathname'
SKIP: test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) 'need _getfinalpathname'
SKIP: test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) 'need _getfinalpathname'
SKIP: test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) 'need _getfinalpathname'
SKIP: test_realpath_symlink_loops_raise (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_raise) 'need _getfinalpathname'
SKIP: test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) 'need _getfinalpathname'
SKIP: test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) 'need _getfinalpathname'
PASS: test_relpath (test.test_ntpath.TestNtpath.test_relpath)
PASS: test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile)
PASS: test_split (test.test_ntpath.TestNtpath.test_split)
PASS: test_split_invalid_paths (test.test_ntpath.TestNtpath.test_split_invalid_paths)
PASS: test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive)
PASS: test_splitdrive_invalid_paths (test.test_ntpath.TestNtpath.test_splitdrive_invalid_paths)
PASS: test_splitext (test.test_ntpath.TestNtpath.test_splitext)
PASS: test_splitroot (test.test_ntpath.TestNtpath.test_splitroot)
PASS: test_splitroot_invalid_paths (test.test_ntpath.TestNtpath.test_splitroot_invalid_paths)

----------------------------------------------------------------------
Ran 105 tests in 0.095s

OK (skipped=23)
0:03:06 load avg: 3.81 [287/486] test_nturl2path passed
PASS: test_basic (test.test_nturl2path.NTURL2PathTest.test_basic)
PASS: test_pathname2url (test.test_nturl2path.NTURL2PathTest.test_pathname2url)
PASS: test_url2pathname (test.test_nturl2path.NTURL2PathTest.test_url2pathname)

----------------------------------------------------------------------
Ran 3 tests in 0.006s

OK
0:03:06 load avg: 3.81 [288/486] test_numeric_tower passed
PASS: test_complex (test.test_numeric_tower.ComparisonTest.test_complex)
PASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest.test_mixed_comparisons)
PASS: test_binary_floats (test.test_numeric_tower.HashTest.test_binary_floats)
PASS: test_bools (test.test_numeric_tower.HashTest.test_bools)
PASS: test_complex (test.test_numeric_tower.HashTest.test_complex)
PASS: test_decimals (test.test_numeric_tower.HashTest.test_decimals)
PASS: test_fractions (test.test_numeric_tower.HashTest.test_fractions)
PASS: test_hash_normalization (test.test_numeric_tower.HashTest.test_hash_normalization)
PASS: test_integers (test.test_numeric_tower.HashTest.test_integers)

----------------------------------------------------------------------
Ran 9 tests in 0.078s

OK
0:03:06 load avg: 3.81 [289/486] test_opcodes passed
PASS: test_compare_function_objects (test.test_opcodes.OpcodeTest.test_compare_function_objects)
PASS: test_default_annotations_exist (test.test_opcodes.OpcodeTest.test_default_annotations_exist)
PASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest.test_do_not_recreate_annotations)
PASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest.test_modulo_of_string_subclasses)
PASS: test_raise_class_exceptions (test.test_opcodes.OpcodeTest.test_raise_class_exceptions)
PASS: test_setup_annotations_line (test.test_opcodes.OpcodeTest.test_setup_annotations_line)
PASS: test_try_inside_for_loop (test.test_opcodes.OpcodeTest.test_try_inside_for_loop)
PASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest.test_use_existing_annotations)

----------------------------------------------------------------------
Ran 8 tests in 0.003s

OK
0:03:06 load avg: 3.81 [290/486] test_openpty passed
PASS: test (test.test_openpty.OpenptyTest.test)

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
0:03:06 load avg: 3.81 [291/486] test_operator passed
PASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase.test_attrgetter)
PASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase.test_itemgetter)
PASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase.test_methodcaller)
PASS: test___all__ (test.test_operator.COperatorTestCase.test___all__)
PASS: test_abs (test.test_operator.COperatorTestCase.test_abs)
PASS: test_add (test.test_operator.COperatorTestCase.test_add)
PASS: test_attrgetter (test.test_operator.COperatorTestCase.test_attrgetter)
PASS: test_attrgetter_signature (test.test_operator.COperatorTestCase.test_attrgetter_signature)
PASS: test_bitwise_and (test.test_operator.COperatorTestCase.test_bitwise_and)
PASS: test_bitwise_or (test.test_operator.COperatorTestCase.test_bitwise_or)
PASS: test_bitwise_xor (test.test_operator.COperatorTestCase.test_bitwise_xor)
PASS: test_call (test.test_operator.COperatorTestCase.test_call)
PASS: test_concat (test.test_operator.COperatorTestCase.test_concat)
PASS: test_contains (test.test_operator.COperatorTestCase.test_contains)
PASS: test_countOf (test.test_operator.COperatorTestCase.test_countOf)
PASS: test_delitem (test.test_operator.COperatorTestCase.test_delitem)
PASS: test_dunder_is_original (test.test_operator.COperatorTestCase.test_dunder_is_original)
PASS: test_eq (test.test_operator.COperatorTestCase.test_eq)
PASS: test_floordiv (test.test_operator.COperatorTestCase.test_floordiv)
PASS: test_ge (test.test_operator.COperatorTestCase.test_ge)
PASS: test_getitem (test.test_operator.COperatorTestCase.test_getitem)
PASS: test_gt (test.test_operator.COperatorTestCase.test_gt)
PASS: test_iconcat_without_getitem (test.test_operator.COperatorTestCase.test_iconcat_without_getitem)
PASS: test_index (test.test_operator.COperatorTestCase.test_index)
PASS: test_indexOf (test.test_operator.COperatorTestCase.test_indexOf)
PASS: test_inplace (test.test_operator.COperatorTestCase.test_inplace)
PASS: test_invert (test.test_operator.COperatorTestCase.test_invert)
PASS: test_is (test.test_operator.COperatorTestCase.test_is)
PASS: test_is_none (test.test_operator.COperatorTestCase.test_is_none)
PASS: test_is_not (test.test_operator.COperatorTestCase.test_is_not)
PASS: test_is_not_none (test.test_operator.COperatorTestCase.test_is_not_none)
PASS: test_itemgetter (test.test_operator.COperatorTestCase.test_itemgetter)
PASS: test_itemgetter_signature (test.test_operator.COperatorTestCase.test_itemgetter_signature)
PASS: test_le (test.test_operator.COperatorTestCase.test_le)
PASS: test_length_hint (test.test_operator.COperatorTestCase.test_length_hint)
PASS: test_lshift (test.test_operator.COperatorTestCase.test_lshift)
PASS: test_lt (test.test_operator.COperatorTestCase.test_lt)
PASS: test_matmul (test.test_operator.COperatorTestCase.test_matmul)
PASS: test_methodcaller (test.test_operator.COperatorTestCase.test_methodcaller)
PASS: test_methodcaller_signature (test.test_operator.COperatorTestCase.test_methodcaller_signature)
PASS: test_mod (test.test_operator.COperatorTestCase.test_mod)
PASS: test_mul (test.test_operator.COperatorTestCase.test_mul)
PASS: test_ne (test.test_operator.COperatorTestCase.test_ne)
PASS: test_neg (test.test_operator.COperatorTestCase.test_neg)
PASS: test_not_ (test.test_operator.COperatorTestCase.test_not_)
PASS: test_pos (test.test_operator.COperatorTestCase.test_pos)
PASS: test_pow (test.test_operator.COperatorTestCase.test_pow)
PASS: test_rshift (test.test_operator.COperatorTestCase.test_rshift)
PASS: test_setitem (test.test_operator.COperatorTestCase.test_setitem)
PASS: test_sub (test.test_operator.COperatorTestCase.test_sub)
PASS: test_truediv (test.test_operator.COperatorTestCase.test_truediv)
PASS: test_truth (test.test_operator.COperatorTestCase.test_truth)
PASS: test_attrgetter (test.test_operator.CPyOperatorPickleTestCase.test_attrgetter)
PASS: test_itemgetter (test.test_operator.CPyOperatorPickleTestCase.test_itemgetter)
PASS: test_methodcaller (test.test_operator.CPyOperatorPickleTestCase.test_methodcaller)
PASS: test_attrgetter (test.test_operator.PyCOperatorPickleTestCase.test_attrgetter)
PASS: test_itemgetter (test.test_operator.PyCOperatorPickleTestCase.test_itemgetter)
PASS: test_methodcaller (test.test_operator.PyCOperatorPickleTestCase.test_methodcaller)
PASS: test___all__ (test.test_operator.PyOperatorTestCase.test___all__)
PASS: test_abs (test.test_operator.PyOperatorTestCase.test_abs)
PASS: test_add (test.test_operator.PyOperatorTestCase.test_add)
PASS: test_attrgetter (test.test_operator.PyOperatorTestCase.test_attrgetter)
PASS: test_attrgetter_signature (test.test_operator.PyOperatorTestCase.test_attrgetter_signature)
PASS: test_bitwise_and (test.test_operator.PyOperatorTestCase.test_bitwise_and)
PASS: test_bitwise_or (test.test_operator.PyOperatorTestCase.test_bitwise_or)
PASS: test_bitwise_xor (test.test_operator.PyOperatorTestCase.test_bitwise_xor)
PASS: test_call (test.test_operator.PyOperatorTestCase.test_call)
PASS: test_concat (test.test_operator.PyOperatorTestCase.test_concat)
PASS: test_contains (test.test_operator.PyOperatorTestCase.test_contains)
PASS: test_countOf (test.test_operator.PyOperatorTestCase.test_countOf)
PASS: test_delitem (test.test_operator.PyOperatorTestCase.test_delitem)
PASS: test_dunder_is_original (test.test_operator.PyOperatorTestCase.test_dunder_is_original)
PASS: test_eq (test.test_operator.PyOperatorTestCase.test_eq)
PASS: test_floordiv (test.test_operator.PyOperatorTestCase.test_floordiv)
PASS: test_ge (test.test_operator.PyOperatorTestCase.test_ge)
PASS: test_getitem (test.test_operator.PyOperatorTestCase.test_getitem)
PASS: test_gt (test.test_operator.PyOperatorTestCase.test_gt)
PASS: test_iconcat_without_getitem (test.test_operator.PyOperatorTestCase.test_iconcat_without_getitem)
PASS: test_index (test.test_operator.PyOperatorTestCase.test_index)
PASS: test_indexOf (test.test_operator.PyOperatorTestCase.test_indexOf)
PASS: test_inplace (test.test_operator.PyOperatorTestCase.test_inplace)
PASS: test_invert (test.test_operator.PyOperatorTestCase.test_invert)
PASS: test_is (test.test_operator.PyOperatorTestCase.test_is)
PASS: test_is_none (test.test_operator.PyOperatorTestCase.test_is_none)
PASS: test_is_not (test.test_operator.PyOperatorTestCase.test_is_not)
PASS: test_is_not_none (test.test_operator.PyOperatorTestCase.test_is_not_none)
PASS: test_itemgetter (test.test_operator.PyOperatorTestCase.test_itemgetter)
PASS: test_itemgetter_signature (test.test_operator.PyOperatorTestCase.test_itemgetter_signature)
PASS: test_le (test.test_operator.PyOperatorTestCase.test_le)
PASS: test_length_hint (test.test_operator.PyOperatorTestCase.test_length_hint)
PASS: test_lshift (test.test_operator.PyOperatorTestCase.test_lshift)
PASS: test_lt (test.test_operator.PyOperatorTestCase.test_lt)
PASS: test_matmul (test.test_operator.PyOperatorTestCase.test_matmul)
PASS: test_methodcaller (test.test_operator.PyOperatorTestCase.test_methodcaller)
PASS: test_methodcaller_signature (test.test_operator.PyOperatorTestCase.test_methodcaller_signature)
PASS: test_mod (test.test_operator.PyOperatorTestCase.test_mod)
PASS: test_mul (test.test_operator.PyOperatorTestCase.test_mul)
PASS: test_ne (test.test_operator.PyOperatorTestCase.test_ne)
PASS: test_neg (test.test_operator.PyOperatorTestCase.test_neg)
PASS: test_not_ (test.test_operator.PyOperatorTestCase.test_not_)
PASS: test_pos (test.test_operator.PyOperatorTestCase.test_pos)
PASS: test_pow (test.test_operator.PyOperatorTestCase.test_pow)
PASS: test_rshift (test.test_operator.PyOperatorTestCase.test_rshift)
PASS: test_setitem (test.test_operator.PyOperatorTestCase.test_setitem)
PASS: test_sub (test.test_operator.PyOperatorTestCase.test_sub)
PASS: test_truediv (test.test_operator.PyOperatorTestCase.test_truediv)
PASS: test_truth (test.test_operator.PyOperatorTestCase.test_truth)
PASS: test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase.test_attrgetter)
PASS: test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase.test_itemgetter)
PASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase.test_methodcaller)

----------------------------------------------------------------------
Ran 110 tests in 0.016s

OK
0:03:07 load avg: 3.81 [292/486] test_optimizer passed
SKIP: test_optimizer_symbols (test.test_optimizer.TestOptimizerSymbols.test_optimizer_symbols) 'requires _testinternalcapi.uop_symbols_test'
PASS: test_builtin_dict (test.test_optimizer.TestRareEventCounters.test_builtin_dict)
PASS: test_func_modification (test.test_optimizer.TestRareEventCounters.test_func_modification)
PASS: test_set_bases (test.test_optimizer.TestRareEventCounters.test_set_bases)
PASS: test_set_class (test.test_optimizer.TestRareEventCounters.test_set_class)
PASS: test_set_eval_frame_func (test.test_optimizer.TestRareEventCounters.test_set_eval_frame_func)

----------------------------------------------------------------------
Ran 6 tests in 0.001s

OK (skipped=1)
0:03:07 load avg: 3.81 [293/486] test_opcache passed
PASS: test_assign_init_code (test.test_opcache.TestCallCache.test_assign_init_code)
PASS: test_dont_specialize_custom_vectorcall (test.test_opcache.TestCallCache.test_dont_specialize_custom_vectorcall)
PASS: test_push_init_frame_fails (test.test_opcache.TestCallCache.test_push_init_frame_fails)
PASS: test_recursion_check_for_general_calls (test.test_opcache.TestCallCache.test_recursion_check_for_general_calls)
PASS: test_too_many_defaults_0 (test.test_opcache.TestCallCache.test_too_many_defaults_0)
PASS: test_too_many_defaults_1 (test.test_opcache.TestCallCache.test_too_many_defaults_1)
PASS: test_too_many_defaults_2 (test.test_opcache.TestCallCache.test_too_many_defaults_2)
PASS: test_125868 (test.test_opcache.TestInstanceDict.test_125868)
PASS: test_dict_dematerialization (test.test_opcache.TestInstanceDict.test_dict_dematerialization)
PASS: test_dict_dematerialization_copy (test.test_opcache.TestInstanceDict.test_dict_dematerialization_copy)
PASS: test_dict_dematerialization_multiple_refs (test.test_opcache.TestInstanceDict.test_dict_dematerialization_multiple_refs)
PASS: test_dict_dematerialization_pickle (test.test_opcache.TestInstanceDict.test_dict_dematerialization_pickle)
PASS: test_dict_dematerialization_subclass (test.test_opcache.TestInstanceDict.test_dict_dematerialization_subclass)
PASS: test_dict_materialization (test.test_opcache.TestInstanceDict.test_dict_materialization)
PASS: test_values_on_instance (test.test_opcache.TestInstanceDict.test_values_on_instance)
PASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_descriptor_added_after_optimization)
PASS: test_load_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_load_borrowed_slot_should_not_crash)
PASS: test_load_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error)
PASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization)
PASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization)
PASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute)
PASS: test_metaclass_getattribute (test.test_opcache.TestLoadAttrCache.test_metaclass_getattribute)
PASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization)
PASS: test_metaclass_swap (test.test_opcache.TestLoadAttrCache.test_metaclass_swap)
PASS: test_store_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_store_borrowed_slot_should_not_crash)
PASS: test_store_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error)
PASS: test_type_descriptor_shadows_attribute_getset (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset)
PASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_member)
PASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_method)
PASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_descriptor_added_after_optimization)
PASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization)
PASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization)
PASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute)
PASS: test_metaclass_getattribute (test.test_opcache.TestLoadMethodCache.test_metaclass_getattribute)
PASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization)
PASS: test_metaclass_swap (test.test_opcache.TestLoadMethodCache.test_metaclass_swap)
PASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_member)
PASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_method)
PASS: test_descriptor_not_double_executed_on_spec_fail (test.test_opcache.TestLoadSuperAttrCache.test_descriptor_not_double_executed_on_spec_fail)
PASS: test_binary_subscr_getitem (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_getitem)
PASS: test_binary_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_list_int)
PASS: test_for_iter_gen (test.test_opcache.TestRacesDoNotCrash.test_for_iter_gen)
PASS: test_for_iter_list (test.test_opcache.TestRacesDoNotCrash.test_for_iter_list)
PASS: test_load_attr_class (test.test_opcache.TestRacesDoNotCrash.test_load_attr_class)
PASS: test_load_attr_class_with_metaclass_check (test.test_opcache.TestRacesDoNotCrash.test_load_attr_class_with_metaclass_check)
PASS: test_load_attr_getattribute_overridden (test.test_opcache.TestRacesDoNotCrash.test_load_attr_getattribute_overridden)
PASS: test_load_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_load_attr_instance_value)
PASS: test_load_attr_method_lazy_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_lazy_dict)
PASS: test_load_attr_method_no_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_no_dict)
PASS: test_load_attr_method_with_values (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_with_values)
PASS: test_load_attr_module (test.test_opcache.TestRacesDoNotCrash.test_load_attr_module)
PASS: test_load_attr_property (test.test_opcache.TestRacesDoNotCrash.test_load_attr_property)
PASS: test_load_attr_slot (test.test_opcache.TestRacesDoNotCrash.test_load_attr_slot)
PASS: test_load_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_load_attr_with_hint)
PASS: test_load_global_module (test.test_opcache.TestRacesDoNotCrash.test_load_global_module)
PASS: test_store_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_store_attr_instance_value)
PASS: test_store_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_store_attr_with_hint)
PASS: test_store_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_store_subscr_list_int)
PASS: test_unpack_sequence_list (test.test_opcache.TestRacesDoNotCrash.test_unpack_sequence_list)
PASS: test_binary_op (test.test_opcache.TestSpecializer.test_binary_op)
PASS: test_binary_subscr (test.test_opcache.TestSpecializer.test_binary_subscr)
PASS: test_compare_op (test.test_opcache.TestSpecializer.test_compare_op)
PASS: test_contain_op (test.test_opcache.TestSpecializer.test_contain_op)
PASS: test_for_iter (test.test_opcache.TestSpecializer.test_for_iter)
PASS: test_load_const (test.test_opcache.TestSpecializer.test_load_const)
test_load_super_attr (test.test_opcache.TestSpecializer.test_load_super_attr)
PASS: Ensure that LOAD_SUPER_ATTR is specialized as expected.
PASS: test_send_with (test.test_opcache.TestSpecializer.test_send_with)
PASS: test_send_yield_from (test.test_opcache.TestSpecializer.test_send_yield_from)
PASS: test_store_attr_instance_value (test.test_opcache.TestSpecializer.test_store_attr_instance_value)
PASS: test_store_attr_slot (test.test_opcache.TestSpecializer.test_store_attr_slot)
PASS: test_store_attr_with_hint (test.test_opcache.TestSpecializer.test_store_attr_with_hint)
PASS: test_to_bool (test.test_opcache.TestSpecializer.test_to_bool)
PASS: test_unpack_sequence (test.test_opcache.TestSpecializer.test_unpack_sequence)

----------------------------------------------------------------------
Ran 73 tests in 0.937s

OK
0:03:07 load avg: 3.81 [294/486] test_optparse passed
PASS: test__all__ (test.test_optparse.MiscTestCase.test__all__)
PASS: test_lazy_import (test.test_optparse.MiscTestCase.test_lazy_import)
PASS: test_bool_default (test.test_optparse.TestBool.test_bool_default)
PASS: test_bool_false (test.test_optparse.TestBool.test_bool_false)
PASS: test_bool_flicker_on_and_off (test.test_optparse.TestBool.test_bool_flicker_on_and_off)
PASS: test_bool_true (test.test_optparse.TestBool.test_bool_true)
PASS: test_callback (test.test_optparse.TestCallback.test_callback)
PASS: test_callback_help (test.test_optparse.TestCallback.test_callback_help)
PASS: test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev.test_abbrev_callback_expansion)
PASS: test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs.test_callback_extra_args)
PASS: test_many_args (test.test_optparse.TestCallbackManyArgs.test_many_args)
PASS: test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args)
PASS: test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_separator)
PASS: test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_consume_separator_stop_at_option)
PASS: test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs.test_positional_arg_and_variable_args)
PASS: test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_invalid_option)
PASS: test_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_option)
PASS: test_variable_args (test.test_optparse.TestCallbackVarArgs.test_variable_args)
PASS: test_add_choice_option (test.test_optparse.TestChoice.test_add_choice_option)
PASS: test_invalid_choice (test.test_optparse.TestChoice.test_invalid_choice)
PASS: test_valid_choice (test.test_optparse.TestChoice.test_valid_choice)
PASS: test_conflict_error (test.test_optparse.TestConflict.test_conflict_error)
PASS: test_conflict_error_group (test.test_optparse.TestConflict.test_conflict_error_group)
PASS: test_no_such_conflict_handler (test.test_optparse.TestConflict.test_no_such_conflict_handler)
PASS: test_conflict_override_args (test.test_optparse.TestConflictOverride.test_conflict_override_args)
PASS: test_conflict_override_help (test.test_optparse.TestConflictOverride.test_conflict_override_help)
PASS: test_conflict_override_opts (test.test_optparse.TestConflictOverride.test_conflict_override_opts)
PASS: test_conflict_resolve (test.test_optparse.TestConflictResolve.test_conflict_resolve)
PASS: test_conflict_resolve_help (test.test_optparse.TestConflictResolve.test_conflict_resolve_help)
PASS: test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opt)
PASS: test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opts)
PASS: test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_short_opt)
PASS: test_conflict_default (test.test_optparse.TestConflictingDefaults.test_conflict_default)
PASS: test_conflict_default_none (test.test_optparse.TestConflictingDefaults.test_conflict_default_none)
PASS: test_count_interspersed_args (test.test_optparse.TestCount.test_count_interspersed_args)
PASS: test_count_no_interspersed_args (test.test_optparse.TestCount.test_count_no_interspersed_args)
PASS: test_count_no_such_option (test.test_optparse.TestCount.test_count_no_such_option)
PASS: test_count_one (test.test_optparse.TestCount.test_count_one)
PASS: test_count_option_no_value (test.test_optparse.TestCount.test_count_option_no_value)
PASS: test_count_override_amount (test.test_optparse.TestCount.test_count_override_amount)
PASS: test_count_override_quiet (test.test_optparse.TestCount.test_count_override_quiet)
PASS: test_count_overriding (test.test_optparse.TestCount.test_count_overriding)
PASS: test_count_overriding_default (test.test_optparse.TestCount.test_count_overriding_default)
PASS: test_count_three (test.test_optparse.TestCount.test_count_three)
PASS: test_count_three_apart (test.test_optparse.TestCount.test_count_three_apart)
PASS: test_count_with_default (test.test_optparse.TestCount.test_count_with_default)
PASS: test_empty (test.test_optparse.TestCount.test_empty)
PASS: test_basic_defaults (test.test_optparse.TestDefaultValues.test_basic_defaults)
PASS: test_mixed_defaults_post (test.test_optparse.TestDefaultValues.test_mixed_defaults_post)
PASS: test_mixed_defaults_pre (test.test_optparse.TestDefaultValues.test_mixed_defaults_pre)
PASS: test_process_default (test.test_optparse.TestDefaultValues.test_process_default)
PASS: test_alt_expand (test.test_optparse.TestExpandDefaults.test_alt_expand)
PASS: test_default_none_1 (test.test_optparse.TestExpandDefaults.test_default_none_1)
PASS: test_default_none_2 (test.test_optparse.TestExpandDefaults.test_default_none_2)
PASS: test_float_default (test.test_optparse.TestExpandDefaults.test_float_default)
PASS: test_no_default (test.test_optparse.TestExpandDefaults.test_no_default)
PASS: test_no_expand (test.test_optparse.TestExpandDefaults.test_no_expand)
PASS: test_option_default (test.test_optparse.TestExpandDefaults.test_option_default)
PASS: test_parser_default_1 (test.test_optparse.TestExpandDefaults.test_parser_default_1)
PASS: test_parser_default_2 (test.test_optparse.TestExpandDefaults.test_parser_default_2)
PASS: test_extend_add_action (test.test_optparse.TestExtendAddActions.test_extend_add_action)
PASS: test_extend_add_action_normal (test.test_optparse.TestExtendAddActions.test_extend_add_action_normal)
PASS: test_filetype_noexist (test.test_optparse.TestExtendAddTypes.test_filetype_noexist)
PASS: test_filetype_notfile (test.test_optparse.TestExtendAddTypes.test_filetype_notfile)
PASS: test_filetype_ok (test.test_optparse.TestExtendAddTypes.test_filetype_ok)
PASS: test_help (test.test_optparse.TestHelp.test_help)
PASS: test_help_description_groups (test.test_optparse.TestHelp.test_help_description_groups)
PASS: test_help_long_opts_first (test.test_optparse.TestHelp.test_help_long_opts_first)
PASS: test_help_old_usage (test.test_optparse.TestHelp.test_help_old_usage)
PASS: test_help_title_formatter (test.test_optparse.TestHelp.test_help_title_formatter)
PASS: test_help_unicode (test.test_optparse.TestHelp.test_help_unicode)
PASS: test_help_unicode_description (test.test_optparse.TestHelp.test_help_unicode_description)
PASS: test_wrap_columns (test.test_optparse.TestHelp.test_wrap_columns)
PASS: test_match_abbrev (test.test_optparse.TestMatchAbbrev.test_match_abbrev)
PASS: test_match_abbrev_error (test.test_optparse.TestMatchAbbrev.test_match_abbrev_error)
PASS: test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs.test_nargs_invalid_float_value)
PASS: test_nargs_long_opt (test.test_optparse.TestMultipleArgs.test_nargs_long_opt)
PASS: test_nargs_required_values (test.test_optparse.TestMultipleArgs.test_nargs_required_values)
PASS: test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs.test_nargs_with_positional_args)
PASS: test_nargs_append (test.test_optparse.TestMultipleArgsAppend.test_nargs_append)
PASS: test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_const)
PASS: test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_required_values)
PASS: test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_simple)
PASS: test_action_invalid (test.test_optparse.TestOptionChecks.test_action_invalid)
PASS: test_attr_invalid (test.test_optparse.TestOptionChecks.test_attr_invalid)
PASS: test_bad_choices_list (test.test_optparse.TestOptionChecks.test_bad_choices_list)
PASS: test_callback_args_no_tuple (test.test_optparse.TestOptionChecks.test_callback_args_no_tuple)
PASS: test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks.test_callback_kwargs_no_dict)
PASS: test_callback_not_callable (test.test_optparse.TestOptionChecks.test_callback_not_callable)
PASS: test_no_callback_args_for_action (test.test_optparse.TestOptionChecks.test_no_callback_args_for_action)
PASS: test_no_callback_for_action (test.test_optparse.TestOptionChecks.test_no_callback_for_action)
PASS: test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks.test_no_callback_kwargs_for_action)
PASS: test_no_choices_for_type (test.test_optparse.TestOptionChecks.test_no_choices_for_type)
PASS: test_no_choices_list (test.test_optparse.TestOptionChecks.test_no_choices_list)
PASS: test_no_const_for_action (test.test_optparse.TestOptionChecks.test_no_const_for_action)
PASS: test_no_nargs_for_action (test.test_optparse.TestOptionChecks.test_no_nargs_for_action)
PASS: test_no_single_dash (test.test_optparse.TestOptionChecks.test_no_single_dash)
PASS: test_no_type_for_action (test.test_optparse.TestOptionChecks.test_no_type_for_action)
PASS: test_opt_string_empty (test.test_optparse.TestOptionChecks.test_opt_string_empty)
PASS: test_opt_string_long_invalid (test.test_optparse.TestOptionChecks.test_opt_string_long_invalid)
PASS: test_opt_string_short_invalid (test.test_optparse.TestOptionChecks.test_opt_string_short_invalid)
PASS: test_opt_string_too_short (test.test_optparse.TestOptionChecks.test_opt_string_too_short)
PASS: test_type_invalid (test.test_optparse.TestOptionChecks.test_type_invalid)
PASS: test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup.test_add_group_invalid_arguments)
PASS: test_add_group_no_group (test.test_optparse.TestOptionGroup.test_add_group_no_group)
PASS: test_add_group_wrong_parser (test.test_optparse.TestOptionGroup.test_add_group_wrong_parser)
PASS: test_group_manipulate (test.test_optparse.TestOptionGroup.test_group_manipulate)
PASS: test_option_group_create_instance (test.test_optparse.TestOptionGroup.test_option_group_create_instance)
PASS: test_add_option_invalid_arguments (test.test_optparse.TestOptionParser.test_add_option_invalid_arguments)
PASS: test_add_option_no_Option (test.test_optparse.TestOptionParser.test_add_option_no_Option)
PASS: test_get_option (test.test_optparse.TestOptionParser.test_get_option)
PASS: test_get_option_equals (test.test_optparse.TestOptionParser.test_get_option_equals)
PASS: test_has_option (test.test_optparse.TestOptionParser.test_has_option)
PASS: test_refleak (test.test_optparse.TestOptionParser.test_refleak)
PASS: test_remove_long_opt (test.test_optparse.TestOptionParser.test_remove_long_opt)
PASS: test_remove_nonexistent (test.test_optparse.TestOptionParser.test_remove_nonexistent)
PASS: test_remove_short_opt (test.test_optparse.TestOptionParser.test_remove_short_opt)
PASS: test_basics (test.test_optparse.TestOptionValues.test_basics)
PASS: test_numeric_options (test.test_optparse.TestParseNumber.test_numeric_options)
PASS: test_parse_num_fail (test.test_optparse.TestParseNumber.test_parse_num_fail)
PASS: test_parse_num_ok (test.test_optparse.TestParseNumber.test_parse_num_ok)
PASS: test_custom_progname (test.test_optparse.TestProgName.test_custom_progname)
PASS: test_default_progname (test.test_optparse.TestProgName.test_default_progname)
PASS: test_abbrev_long_option (test.test_optparse.TestStandard.test_abbrev_long_option)
PASS: test_ambiguous_option (test.test_optparse.TestStandard.test_ambiguous_option)
PASS: test_combined_single_invalid_option (test.test_optparse.TestStandard.test_combined_single_invalid_option)
PASS: test_defaults (test.test_optparse.TestStandard.test_defaults)
PASS: test_empty (test.test_optparse.TestStandard.test_empty)
PASS: test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard.test_hyphen_becomes_positional_arg)
PASS: test_invalid_integer (test.test_optparse.TestStandard.test_invalid_integer)
PASS: test_long_invalid_integer (test.test_optparse.TestStandard.test_long_invalid_integer)
PASS: test_long_option_append (test.test_optparse.TestStandard.test_long_option_append)
PASS: test_long_option_argument_joined (test.test_optparse.TestStandard.test_long_option_argument_joined)
PASS: test_long_option_argument_split (test.test_optparse.TestStandard.test_long_option_argument_split)
PASS: test_long_option_short_option (test.test_optparse.TestStandard.test_long_option_short_option)
PASS: test_no_append_versus_append (test.test_optparse.TestStandard.test_no_append_versus_append)
PASS: test_no_such_option (test.test_optparse.TestStandard.test_no_such_option)
PASS: test_option_argument_joined (test.test_optparse.TestStandard.test_option_argument_joined)
PASS: test_option_argument_joined_integer (test.test_optparse.TestStandard.test_option_argument_joined_integer)
PASS: test_option_argument_split (test.test_optparse.TestStandard.test_option_argument_split)
PASS: test_option_argument_split_negative_integer (test.test_optparse.TestStandard.test_option_argument_split_negative_integer)
PASS: test_option_consumes_optionlike_string (test.test_optparse.TestStandard.test_option_consumes_optionlike_string)
PASS: test_required_value (test.test_optparse.TestStandard.test_required_value)
PASS: test_short_and_long_option_split (test.test_optparse.TestStandard.test_short_and_long_option_split)
PASS: test_short_option_consumes_separator (test.test_optparse.TestStandard.test_short_option_consumes_separator)
PASS: test_short_option_joined_and_separator (test.test_optparse.TestStandard.test_short_option_joined_and_separator)
PASS: test_short_option_split_long_option_append (test.test_optparse.TestStandard.test_short_option_split_long_option_append)
PASS: test_short_option_split_one_positional_arg (test.test_optparse.TestStandard.test_short_option_split_one_positional_arg)
PASS: test_shortopt_empty_longopt_append (test.test_optparse.TestStandard.test_shortopt_empty_longopt_append)
SKIP: test_translations (test.test_optparse.TestTranslations.test_translations) 'i18n directory could not be found'
PASS: test_str_aliases_string (test.test_optparse.TestTypeAliases.test_str_aliases_string)
PASS: test_type_object (test.test_optparse.TestTypeAliases.test_type_object)
PASS: test_no_version (test.test_optparse.TestVersion.test_no_version)
PASS: test_version (test.test_optparse.TestVersion.test_version)

----------------------------------------------------------------------
Ran 154 tests in 0.078s

OK (skipped=1)
0:03:07 load avg: 3.81 [295/486] test_osx_env passed
SKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase.test_pythonexecutable_sets_sys_executable) 'unnecessary on this platform'

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK (skipped=1)
0:03:07 load avg: 3.81 [296/486] test_ordered_dict passed
PASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests.test_abc)
PASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests.test_clear)
PASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem)
PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision)
PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration)
PASS: test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested)
PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass)
PASS: test_init (test.test_ordered_dict.CPythonBuiltinDictTests.test_init)
PASS: test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update)
PASS: test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem)
PASS: test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert)
PASS: test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem)
PASS: test_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_update)
PASS: test_bool (test.test_ordered_dict.CPythonGeneralMappingTests.test_bool)
PASS: test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor)
PASS: test_get (test.test_ordered_dict.CPythonGeneralMappingTests.test_get)
PASS: test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem)
PASS: test_items (test.test_ordered_dict.CPythonGeneralMappingTests.test_items)
PASS: test_keys (test.test_ordered_dict.CPythonGeneralMappingTests.test_keys)
PASS: test_len (test.test_ordered_dict.CPythonGeneralMappingTests.test_len)
PASS: test_pop (test.test_ordered_dict.CPythonGeneralMappingTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem)
PASS: test_read (test.test_ordered_dict.CPythonGeneralMappingTests.test_read)
PASS: test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault)
PASS: test_update (test.test_ordered_dict.CPythonGeneralMappingTests.test_update)
PASS: test_values (test.test_ordered_dict.CPythonGeneralMappingTests.test_values)
PASS: test_write (test.test_ordered_dict.CPythonGeneralMappingTests.test_write)
PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468)
PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc)
PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear)
PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying)
PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem)
PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision)
PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)
PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear)
PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem)
PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop)
PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem)
PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault)
PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem)
PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update)
PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality)
PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating)
PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys)
PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested)
PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass)
PASS: test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init)
PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls)
PASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear)
PASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key)
PASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear)
PASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key)
PASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq)
PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347)
PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348)
test_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24667)
PASS: dict resizes after a certain number of insertion operations,
PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators)
PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty)
PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling)
PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration)
PASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator)
PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end)
PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406)
PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)
PASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init)
PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update)
PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive)
PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem)
PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last)
PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat)
PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop)
PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert)
PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr)
PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive)
PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values)
PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault)
PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem)
PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof)
PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact)
PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators)
PASS: test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update)
PASS: test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views)
PASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed)
PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage)
PASS: test_468 (test.test_ordered_dict.CPythonOrderedDictTests.test_468)
PASS: test_abc (test.test_ordered_dict.CPythonOrderedDictTests.test_abc)
PASS: test_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_clear)
PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictTests.test_copying)
PASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem)
PASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision)
PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration)
PASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear)
PASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem)
PASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop)
PASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem)
PASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault)
PASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem)
PASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update)
PASS: test_equality (test.test_ordered_dict.CPythonOrderedDictTests.test_equality)
PASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating)
PASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys)
PASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested)
PASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass)
PASS: test_init (test.test_ordered_dict.CPythonOrderedDictTests.test_init)
PASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls)
PASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear)
PASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key)
PASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_clear)
PASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key)
PASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq)
PASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347)
PASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348)
test_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24667)
PASS: dict resizes after a certain number of insertion operations,
PASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators)
PASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty)
PASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling)
PASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration)
PASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator)
PASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end)
PASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406)
PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc)
PASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init)
PASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictTests.test_override_update)
PASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive)
PASS: test_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem)
PASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last)
PASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat)
PASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop)
PASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert)
PASS: test_repr (test.test_ordered_dict.CPythonOrderedDictTests.test_repr)
PASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive)
PASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values)
PASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault)
PASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_setitem)
PASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof)
PASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact)
PASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators)
PASS: test_update (test.test_ordered_dict.CPythonOrderedDictTests.test_update)
PASS: test_views (test.test_ordered_dict.CPythonOrderedDictTests.test_views)
PASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed)
PASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage)
PASS: test_copying (test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying)
PASS: test_bool (test.test_ordered_dict.CPythonSubclassMappingTests.test_bool)
PASS: test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor)
PASS: test_get (test.test_ordered_dict.CPythonSubclassMappingTests.test_get)
PASS: test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem)
PASS: test_items (test.test_ordered_dict.CPythonSubclassMappingTests.test_items)
PASS: test_keys (test.test_ordered_dict.CPythonSubclassMappingTests.test_keys)
PASS: test_len (test.test_ordered_dict.CPythonSubclassMappingTests.test_len)
PASS: test_pop (test.test_ordered_dict.CPythonSubclassMappingTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem)
PASS: test_read (test.test_ordered_dict.CPythonSubclassMappingTests.test_read)
PASS: test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault)
PASS: test_update (test.test_ordered_dict.CPythonSubclassMappingTests.test_update)
PASS: test_values (test.test_ordered_dict.CPythonSubclassMappingTests.test_values)
PASS: test_write (test.test_ordered_dict.CPythonSubclassMappingTests.test_write)
PASS: test_add_after_full (test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full)
PASS: test_change_order_on_get (test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get)
PASS: test_pop (test.test_ordered_dict.CSimpleLRUCacheTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem)
PASS: test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool)
PASS: test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor)
PASS: test_get (test.test_ordered_dict.PurePythonGeneralMappingTests.test_get)
PASS: test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem)
PASS: test_items (test.test_ordered_dict.PurePythonGeneralMappingTests.test_items)
PASS: test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys)
PASS: test_len (test.test_ordered_dict.PurePythonGeneralMappingTests.test_len)
PASS: test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem)
PASS: test_read (test.test_ordered_dict.PurePythonGeneralMappingTests.test_read)
PASS: test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault)
PASS: test_update (test.test_ordered_dict.PurePythonGeneralMappingTests.test_update)
PASS: test_values (test.test_ordered_dict.PurePythonGeneralMappingTests.test_values)
PASS: test_write (test.test_ordered_dict.PurePythonGeneralMappingTests.test_write)
PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468)
PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc)
PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear)
PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying)
PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem)
PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision)
PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)
PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear)
PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem)
PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop)
PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem)
PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault)
PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem)
PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update)
PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality)
PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating)
PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys)
PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested)
PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass)
PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init)
PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls)
PASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error)
PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347)
PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348)
test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24667)
PASS: dict resizes after a certain number of insertion operations,
PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators)
PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty)
PASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator)
PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end)
PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406)
PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)
PASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init)
PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update)
PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive)
PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem)
PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last)
PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat)
PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop)
PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert)
PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr)
PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive)
PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values)
PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault)
PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem)
PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof)
PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators)
PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update)
PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views)
PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage)
PASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictTests.test_468)
PASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictTests.test_abc)
PASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_clear)
PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictTests.test_copying)
PASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem)
PASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision)
PASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration)
PASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear)
PASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem)
PASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop)
PASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem)
PASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault)
PASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem)
PASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update)
PASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictTests.test_equality)
PASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating)
PASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys)
PASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested)
PASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass)
PASS: test_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_init)
PASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls)
PASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue119004_attribute_error)
PASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347)
PASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348)
test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24667)
PASS: dict resizes after a certain number of insertion operations,
PASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators)
PASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty)
PASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator)
PASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end)
PASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406)
PASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc)
PASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init)
PASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update)
PASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive)
PASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem)
PASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last)
PASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat)
PASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop)
PASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert)
PASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr)
PASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive)
PASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values)
PASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault)
PASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem)
PASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof)
PASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators)
PASS: test_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_update)
PASS: test_views (test.test_ordered_dict.PurePythonOrderedDictTests.test_views)
PASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage)
PASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying)
PASS: test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool)
PASS: test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor)
PASS: test_get (test.test_ordered_dict.PurePythonSubclassMappingTests.test_get)
PASS: test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem)
PASS: test_items (test.test_ordered_dict.PurePythonSubclassMappingTests.test_items)
PASS: test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys)
PASS: test_len (test.test_ordered_dict.PurePythonSubclassMappingTests.test_len)
PASS: test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem)
PASS: test_read (test.test_ordered_dict.PurePythonSubclassMappingTests.test_read)
PASS: test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault)
PASS: test_update (test.test_ordered_dict.PurePythonSubclassMappingTests.test_update)
PASS: test_values (test.test_ordered_dict.PurePythonSubclassMappingTests.test_values)
PASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests.test_write)
PASS: test_add_after_full (test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full)
PASS: test_change_order_on_get (test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get)
PASS: test_pop (test.test_ordered_dict.PySimpleLRUCacheTests.test_pop)
PASS: test_popitem (test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem)

----------------------------------------------------------------------
Ran 295 tests in 0.410s

OK
0:03:08 load avg: 3.81 [297/486] test_patma passed
PASS: test_refleaks (test.test_patma.TestCompiler.test_refleaks)
PASS: test_late_registration_mapping (test.test_patma.TestInheritance.test_late_registration_mapping)
PASS: test_late_registration_sequence (test.test_patma.TestInheritance.test_late_registration_sequence)
PASS: test_multiple_inheritance_mapping (test.test_patma.TestInheritance.test_multiple_inheritance_mapping)
PASS: test_multiple_inheritance_sequence (test.test_patma.TestInheritance.test_multiple_inheritance_sequence)
PASS: test_patma_000 (test.test_patma.TestPatma.test_patma_000)
PASS: test_patma_001 (test.test_patma.TestPatma.test_patma_001)
PASS: test_patma_002 (test.test_patma.TestPatma.test_patma_002)
PASS: test_patma_003 (test.test_patma.TestPatma.test_patma_003)
PASS: test_patma_004 (test.test_patma.TestPatma.test_patma_004)
PASS: test_patma_005 (test.test_patma.TestPatma.test_patma_005)
PASS: test_patma_006 (test.test_patma.TestPatma.test_patma_006)
PASS: test_patma_007 (test.test_patma.TestPatma.test_patma_007)
PASS: test_patma_008 (test.test_patma.TestPatma.test_patma_008)
PASS: test_patma_009 (test.test_patma.TestPatma.test_patma_009)
PASS: test_patma_010 (test.test_patma.TestPatma.test_patma_010)
PASS: test_patma_011 (test.test_patma.TestPatma.test_patma_011)
PASS: test_patma_012 (test.test_patma.TestPatma.test_patma_012)
PASS: test_patma_013 (test.test_patma.TestPatma.test_patma_013)
PASS: test_patma_014 (test.test_patma.TestPatma.test_patma_014)
PASS: test_patma_015 (test.test_patma.TestPatma.test_patma_015)
PASS: test_patma_016 (test.test_patma.TestPatma.test_patma_016)
PASS: test_patma_017 (test.test_patma.TestPatma.test_patma_017)
PASS: test_patma_018 (test.test_patma.TestPatma.test_patma_018)
PASS: test_patma_019 (test.test_patma.TestPatma.test_patma_019)
PASS: test_patma_020 (test.test_patma.TestPatma.test_patma_020)
PASS: test_patma_021 (test.test_patma.TestPatma.test_patma_021)
PASS: test_patma_022 (test.test_patma.TestPatma.test_patma_022)
PASS: test_patma_023 (test.test_patma.TestPatma.test_patma_023)
PASS: test_patma_024 (test.test_patma.TestPatma.test_patma_024)
PASS: test_patma_025 (test.test_patma.TestPatma.test_patma_025)
PASS: test_patma_026 (test.test_patma.TestPatma.test_patma_026)
PASS: test_patma_027 (test.test_patma.TestPatma.test_patma_027)
PASS: test_patma_028 (test.test_patma.TestPatma.test_patma_028)
PASS: test_patma_029 (test.test_patma.TestPatma.test_patma_029)
PASS: test_patma_030 (test.test_patma.TestPatma.test_patma_030)
PASS: test_patma_031 (test.test_patma.TestPatma.test_patma_031)
PASS: test_patma_032 (test.test_patma.TestPatma.test_patma_032)
PASS: test_patma_033 (test.test_patma.TestPatma.test_patma_033)
PASS: test_patma_034 (test.test_patma.TestPatma.test_patma_034)
PASS: test_patma_035 (test.test_patma.TestPatma.test_patma_035)
PASS: test_patma_036 (test.test_patma.TestPatma.test_patma_036)
PASS: test_patma_037 (test.test_patma.TestPatma.test_patma_037)
PASS: test_patma_038 (test.test_patma.TestPatma.test_patma_038)
PASS: test_patma_039 (test.test_patma.TestPatma.test_patma_039)
PASS: test_patma_040 (test.test_patma.TestPatma.test_patma_040)
PASS: test_patma_041 (test.test_patma.TestPatma.test_patma_041)
PASS: test_patma_042 (test.test_patma.TestPatma.test_patma_042)
PASS: test_patma_043 (test.test_patma.TestPatma.test_patma_043)
PASS: test_patma_044 (test.test_patma.TestPatma.test_patma_044)
PASS: test_patma_045 (test.test_patma.TestPatma.test_patma_045)
PASS: test_patma_046 (test.test_patma.TestPatma.test_patma_046)
PASS: test_patma_047 (test.test_patma.TestPatma.test_patma_047)
PASS: test_patma_048 (test.test_patma.TestPatma.test_patma_048)
PASS: test_patma_049 (test.test_patma.TestPatma.test_patma_049)
PASS: test_patma_050 (test.test_patma.TestPatma.test_patma_050)
PASS: test_patma_051 (test.test_patma.TestPatma.test_patma_051)
PASS: test_patma_052 (test.test_patma.TestPatma.test_patma_052)
PASS: test_patma_053 (test.test_patma.TestPatma.test_patma_053)
PASS: test_patma_054 (test.test_patma.TestPatma.test_patma_054)
PASS: test_patma_055 (test.test_patma.TestPatma.test_patma_055)
PASS: test_patma_056 (test.test_patma.TestPatma.test_patma_056)
PASS: test_patma_057 (test.test_patma.TestPatma.test_patma_057)
PASS: test_patma_058 (test.test_patma.TestPatma.test_patma_058)
PASS: test_patma_059 (test.test_patma.TestPatma.test_patma_059)
PASS: test_patma_060 (test.test_patma.TestPatma.test_patma_060)
PASS: test_patma_061 (test.test_patma.TestPatma.test_patma_061)
PASS: test_patma_062 (test.test_patma.TestPatma.test_patma_062)
PASS: test_patma_063 (test.test_patma.TestPatma.test_patma_063)
PASS: test_patma_064 (test.test_patma.TestPatma.test_patma_064)
PASS: test_patma_065 (test.test_patma.TestPatma.test_patma_065)
PASS: test_patma_066 (test.test_patma.TestPatma.test_patma_066)
PASS: test_patma_067 (test.test_patma.TestPatma.test_patma_067)
PASS: test_patma_068 (test.test_patma.TestPatma.test_patma_068)
PASS: test_patma_069 (test.test_patma.TestPatma.test_patma_069)
PASS: test_patma_070 (test.test_patma.TestPatma.test_patma_070)
PASS: test_patma_071 (test.test_patma.TestPatma.test_patma_071)
PASS: test_patma_072 (test.test_patma.TestPatma.test_patma_072)
PASS: test_patma_073 (test.test_patma.TestPatma.test_patma_073)
PASS: test_patma_074 (test.test_patma.TestPatma.test_patma_074)
PASS: test_patma_075 (test.test_patma.TestPatma.test_patma_075)
PASS: test_patma_076 (test.test_patma.TestPatma.test_patma_076)
PASS: test_patma_077 (test.test_patma.TestPatma.test_patma_077)
PASS: test_patma_078 (test.test_patma.TestPatma.test_patma_078)
PASS: test_patma_079 (test.test_patma.TestPatma.test_patma_079)
PASS: test_patma_080 (test.test_patma.TestPatma.test_patma_080)
PASS: test_patma_081 (test.test_patma.TestPatma.test_patma_081)
PASS: test_patma_082 (test.test_patma.TestPatma.test_patma_082)
PASS: test_patma_083 (test.test_patma.TestPatma.test_patma_083)
PASS: test_patma_084 (test.test_patma.TestPatma.test_patma_084)
PASS: test_patma_085 (test.test_patma.TestPatma.test_patma_085)
PASS: test_patma_086 (test.test_patma.TestPatma.test_patma_086)
PASS: test_patma_087 (test.test_patma.TestPatma.test_patma_087)
PASS: test_patma_088 (test.test_patma.TestPatma.test_patma_088)
PASS: test_patma_089 (test.test_patma.TestPatma.test_patma_089)
PASS: test_patma_090 (test.test_patma.TestPatma.test_patma_090)
PASS: test_patma_091 (test.test_patma.TestPatma.test_patma_091)
PASS: test_patma_092 (test.test_patma.TestPatma.test_patma_092)
PASS: test_patma_093 (test.test_patma.TestPatma.test_patma_093)
PASS: test_patma_094 (test.test_patma.TestPatma.test_patma_094)
PASS: test_patma_095 (test.test_patma.TestPatma.test_patma_095)
PASS: test_patma_096 (test.test_patma.TestPatma.test_patma_096)
PASS: test_patma_097 (test.test_patma.TestPatma.test_patma_097)
PASS: test_patma_098 (test.test_patma.TestPatma.test_patma_098)
PASS: test_patma_099 (test.test_patma.TestPatma.test_patma_099)
PASS: test_patma_100 (test.test_patma.TestPatma.test_patma_100)
PASS: test_patma_101 (test.test_patma.TestPatma.test_patma_101)
PASS: test_patma_102 (test.test_patma.TestPatma.test_patma_102)
PASS: test_patma_103 (test.test_patma.TestPatma.test_patma_103)
PASS: test_patma_104 (test.test_patma.TestPatma.test_patma_104)
PASS: test_patma_105 (test.test_patma.TestPatma.test_patma_105)
PASS: test_patma_106 (test.test_patma.TestPatma.test_patma_106)
PASS: test_patma_107 (test.test_patma.TestPatma.test_patma_107)
PASS: test_patma_108 (test.test_patma.TestPatma.test_patma_108)
PASS: test_patma_109 (test.test_patma.TestPatma.test_patma_109)
PASS: test_patma_110 (test.test_patma.TestPatma.test_patma_110)
PASS: test_patma_111 (test.test_patma.TestPatma.test_patma_111)
PASS: test_patma_112 (test.test_patma.TestPatma.test_patma_112)
PASS: test_patma_113 (test.test_patma.TestPatma.test_patma_113)
PASS: test_patma_114 (test.test_patma.TestPatma.test_patma_114)
PASS: test_patma_115 (test.test_patma.TestPatma.test_patma_115)
PASS: test_patma_116 (test.test_patma.TestPatma.test_patma_116)
PASS: test_patma_117 (test.test_patma.TestPatma.test_patma_117)
PASS: test_patma_118 (test.test_patma.TestPatma.test_patma_118)
PASS: test_patma_119 (test.test_patma.TestPatma.test_patma_119)
PASS: test_patma_120 (test.test_patma.TestPatma.test_patma_120)
PASS: test_patma_121 (test.test_patma.TestPatma.test_patma_121)
PASS: test_patma_122 (test.test_patma.TestPatma.test_patma_122)
PASS: test_patma_123 (test.test_patma.TestPatma.test_patma_123)
PASS: test_patma_124 (test.test_patma.TestPatma.test_patma_124)
PASS: test_patma_125 (test.test_patma.TestPatma.test_patma_125)
PASS: test_patma_126 (test.test_patma.TestPatma.test_patma_126)
PASS: test_patma_127 (test.test_patma.TestPatma.test_patma_127)
PASS: test_patma_128 (test.test_patma.TestPatma.test_patma_128)
PASS: test_patma_129 (test.test_patma.TestPatma.test_patma_129)
PASS: test_patma_130 (test.test_patma.TestPatma.test_patma_130)
PASS: test_patma_131 (test.test_patma.TestPatma.test_patma_131)
PASS: test_patma_132 (test.test_patma.TestPatma.test_patma_132)
PASS: test_patma_133 (test.test_patma.TestPatma.test_patma_133)
PASS: test_patma_134 (test.test_patma.TestPatma.test_patma_134)
PASS: test_patma_135 (test.test_patma.TestPatma.test_patma_135)
PASS: test_patma_136 (test.test_patma.TestPatma.test_patma_136)
PASS: test_patma_137 (test.test_patma.TestPatma.test_patma_137)
PASS: test_patma_138 (test.test_patma.TestPatma.test_patma_138)
PASS: test_patma_139 (test.test_patma.TestPatma.test_patma_139)
PASS: test_patma_140 (test.test_patma.TestPatma.test_patma_140)
PASS: test_patma_141 (test.test_patma.TestPatma.test_patma_141)
PASS: test_patma_142 (test.test_patma.TestPatma.test_patma_142)
PASS: test_patma_143 (test.test_patma.TestPatma.test_patma_143)
PASS: test_patma_144 (test.test_patma.TestPatma.test_patma_144)
PASS: test_patma_145 (test.test_patma.TestPatma.test_patma_145)
PASS: test_patma_146 (test.test_patma.TestPatma.test_patma_146)
PASS: test_patma_147 (test.test_patma.TestPatma.test_patma_147)
PASS: test_patma_148 (test.test_patma.TestPatma.test_patma_148)
PASS: test_patma_149 (test.test_patma.TestPatma.test_patma_149)
PASS: test_patma_150 (test.test_patma.TestPatma.test_patma_150)
PASS: test_patma_151 (test.test_patma.TestPatma.test_patma_151)
PASS: test_patma_152 (test.test_patma.TestPatma.test_patma_152)
PASS: test_patma_153 (test.test_patma.TestPatma.test_patma_153)
PASS: test_patma_154 (test.test_patma.TestPatma.test_patma_154)
PASS: test_patma_155 (test.test_patma.TestPatma.test_patma_155)
PASS: test_patma_156 (test.test_patma.TestPatma.test_patma_156)
PASS: test_patma_157 (test.test_patma.TestPatma.test_patma_157)
PASS: test_patma_158 (test.test_patma.TestPatma.test_patma_158)
PASS: test_patma_159 (test.test_patma.TestPatma.test_patma_159)
PASS: test_patma_160 (test.test_patma.TestPatma.test_patma_160)
PASS: test_patma_161 (test.test_patma.TestPatma.test_patma_161)
PASS: test_patma_162 (test.test_patma.TestPatma.test_patma_162)
PASS: test_patma_163 (test.test_patma.TestPatma.test_patma_163)
PASS: test_patma_164 (test.test_patma.TestPatma.test_patma_164)
PASS: test_patma_165 (test.test_patma.TestPatma.test_patma_165)
PASS: test_patma_166 (test.test_patma.TestPatma.test_patma_166)
PASS: test_patma_167 (test.test_patma.TestPatma.test_patma_167)
PASS: test_patma_168 (test.test_patma.TestPatma.test_patma_168)
PASS: test_patma_169 (test.test_patma.TestPatma.test_patma_169)
PASS: test_patma_170 (test.test_patma.TestPatma.test_patma_170)
PASS: test_patma_171 (test.test_patma.TestPatma.test_patma_171)
PASS: test_patma_172 (test.test_patma.TestPatma.test_patma_172)
PASS: test_patma_173 (test.test_patma.TestPatma.test_patma_173)
PASS: test_patma_174 (test.test_patma.TestPatma.test_patma_174)
PASS: test_patma_175 (test.test_patma.TestPatma.test_patma_175)
PASS: test_patma_176 (test.test_patma.TestPatma.test_patma_176)
PASS: test_patma_177 (test.test_patma.TestPatma.test_patma_177)
PASS: test_patma_178 (test.test_patma.TestPatma.test_patma_178)
PASS: test_patma_179 (test.test_patma.TestPatma.test_patma_179)
PASS: test_patma_180 (test.test_patma.TestPatma.test_patma_180)
PASS: test_patma_181 (test.test_patma.TestPatma.test_patma_181)
PASS: test_patma_182 (test.test_patma.TestPatma.test_patma_182)
PASS: test_patma_183 (test.test_patma.TestPatma.test_patma_183)
PASS: test_patma_184 (test.test_patma.TestPatma.test_patma_184)
PASS: test_patma_185 (test.test_patma.TestPatma.test_patma_185)
PASS: test_patma_186 (test.test_patma.TestPatma.test_patma_186)
PASS: test_patma_187 (test.test_patma.TestPatma.test_patma_187)
PASS: test_patma_188 (test.test_patma.TestPatma.test_patma_188)
PASS: test_patma_189 (test.test_patma.TestPatma.test_patma_189)
PASS: test_patma_190 (test.test_patma.TestPatma.test_patma_190)
PASS: test_patma_191 (test.test_patma.TestPatma.test_patma_191)
PASS: test_patma_192 (test.test_patma.TestPatma.test_patma_192)
PASS: test_patma_193 (test.test_patma.TestPatma.test_patma_193)
PASS: test_patma_194 (test.test_patma.TestPatma.test_patma_194)
PASS: test_patma_195 (test.test_patma.TestPatma.test_patma_195)
PASS: test_patma_196 (test.test_patma.TestPatma.test_patma_196)
PASS: test_patma_197 (test.test_patma.TestPatma.test_patma_197)
PASS: test_patma_198 (test.test_patma.TestPatma.test_patma_198)
PASS: test_patma_199 (test.test_patma.TestPatma.test_patma_199)
PASS: test_patma_200 (test.test_patma.TestPatma.test_patma_200)
PASS: test_patma_201 (test.test_patma.TestPatma.test_patma_201)
PASS: test_patma_202 (test.test_patma.TestPatma.test_patma_202)
PASS: test_patma_203 (test.test_patma.TestPatma.test_patma_203)
PASS: test_patma_204 (test.test_patma.TestPatma.test_patma_204)
PASS: test_patma_205 (test.test_patma.TestPatma.test_patma_205)
PASS: test_patma_206 (test.test_patma.TestPatma.test_patma_206)
PASS: test_patma_207 (test.test_patma.TestPatma.test_patma_207)
PASS: test_patma_208 (test.test_patma.TestPatma.test_patma_208)
PASS: test_patma_209 (test.test_patma.TestPatma.test_patma_209)
PASS: test_patma_210 (test.test_patma.TestPatma.test_patma_210)
PASS: test_patma_211 (test.test_patma.TestPatma.test_patma_211)
PASS: test_patma_212 (test.test_patma.TestPatma.test_patma_212)
PASS: test_patma_213 (test.test_patma.TestPatma.test_patma_213)
PASS: test_patma_214 (test.test_patma.TestPatma.test_patma_214)
PASS: test_patma_215 (test.test_patma.TestPatma.test_patma_215)
PASS: test_patma_216 (test.test_patma.TestPatma.test_patma_216)
PASS: test_patma_217 (test.test_patma.TestPatma.test_patma_217)
PASS: test_patma_218 (test.test_patma.TestPatma.test_patma_218)
PASS: test_patma_219 (test.test_patma.TestPatma.test_patma_219)
PASS: test_patma_220 (test.test_patma.TestPatma.test_patma_220)
PASS: test_patma_221 (test.test_patma.TestPatma.test_patma_221)
PASS: test_patma_222 (test.test_patma.TestPatma.test_patma_222)
PASS: test_patma_223 (test.test_patma.TestPatma.test_patma_223)
PASS: test_patma_224 (test.test_patma.TestPatma.test_patma_224)
PASS: test_patma_225 (test.test_patma.TestPatma.test_patma_225)
PASS: test_patma_226 (test.test_patma.TestPatma.test_patma_226)
PASS: test_patma_227 (test.test_patma.TestPatma.test_patma_227)
PASS: test_patma_228 (test.test_patma.TestPatma.test_patma_228)
PASS: test_patma_229 (test.test_patma.TestPatma.test_patma_229)
PASS: test_patma_230 (test.test_patma.TestPatma.test_patma_230)
PASS: test_patma_231 (test.test_patma.TestPatma.test_patma_231)
PASS: test_patma_232 (test.test_patma.TestPatma.test_patma_232)
PASS: test_patma_233 (test.test_patma.TestPatma.test_patma_233)
PASS: test_patma_234 (test.test_patma.TestPatma.test_patma_234)
PASS: test_patma_235 (test.test_patma.TestPatma.test_patma_235)
PASS: test_patma_236 (test.test_patma.TestPatma.test_patma_236)
PASS: test_patma_237 (test.test_patma.TestPatma.test_patma_237)
PASS: test_patma_238 (test.test_patma.TestPatma.test_patma_238)
PASS: test_patma_239 (test.test_patma.TestPatma.test_patma_239)
PASS: test_patma_240 (test.test_patma.TestPatma.test_patma_240)
PASS: test_patma_241 (test.test_patma.TestPatma.test_patma_241)
PASS: test_patma_242 (test.test_patma.TestPatma.test_patma_242)
PASS: test_patma_243 (test.test_patma.TestPatma.test_patma_243)
PASS: test_patma_244 (test.test_patma.TestPatma.test_patma_244)
PASS: test_patma_245 (test.test_patma.TestPatma.test_patma_245)
PASS: test_patma_246 (test.test_patma.TestPatma.test_patma_246)
PASS: test_patma_247 (test.test_patma.TestPatma.test_patma_247)
PASS: test_patma_248 (test.test_patma.TestPatma.test_patma_248)
PASS: test_patma_249 (test.test_patma.TestPatma.test_patma_249)
PASS: test_patma_250 (test.test_patma.TestPatma.test_patma_250)
PASS: test_patma_251 (test.test_patma.TestPatma.test_patma_251)
PASS: test_patma_252 (test.test_patma.TestPatma.test_patma_252)
PASS: test_patma_253 (test.test_patma.TestPatma.test_patma_253)
PASS: test_patma_254 (test.test_patma.TestPatma.test_patma_254)
PASS: test_patma_255 (test.test_patma.TestPatma.test_patma_255)
PASS: test_patma_generic_protocol (test.test_patma.TestPatma.test_patma_generic_protocol)
PASS: test_patma_protocol_with_match_args (test.test_patma.TestPatma.test_patma_protocol_with_match_args)
PASS: test_patma_runtime_checkable_protocol (test.test_patma.TestPatma.test_patma_runtime_checkable_protocol)
PASS: test_jump_threading (test.test_patma.TestSourceLocations.test_jump_threading)
PASS: test_alternative_patterns_bind_different_names_0 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_0)
PASS: test_alternative_patterns_bind_different_names_1 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_1)
PASS: test_attribute_name_repeated_in_class_pattern (test.test_patma.TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern)
PASS: test_imaginary_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0)
PASS: test_imaginary_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1)
PASS: test_invalid_syntax_0 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_0)
PASS: test_invalid_syntax_1 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_1)
PASS: test_invalid_syntax_2 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_2)
PASS: test_invalid_syntax_3 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_3)
PASS: test_len1_tuple_sequence_pattern_comma (test.test_patma.TestSyntaxErrors.test_len1_tuple_sequence_pattern_comma)
PASS: test_mapping_pattern_duplicate_key (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key)
PASS: test_mapping_pattern_duplicate_key_edge_case0 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0)
PASS: test_mapping_pattern_duplicate_key_edge_case1 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1)
PASS: test_mapping_pattern_duplicate_key_edge_case2 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2)
PASS: test_mapping_pattern_duplicate_key_edge_case3 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3)
PASS: test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups (test.test_patma.TestSyntaxErrors.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups)
PASS: test_multiple_assignments_to_name_in_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0)
PASS: test_multiple_assignments_to_name_in_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1)
PASS: test_multiple_assignments_to_name_in_pattern_2 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2)
PASS: test_multiple_assignments_to_name_in_pattern_3 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3)
PASS: test_multiple_assignments_to_name_in_pattern_4 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4)
PASS: test_multiple_assignments_to_name_in_pattern_5 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5)
PASS: test_multiple_assignments_to_name_in_pattern_6 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_6)
PASS: test_multiple_starred_names_in_sequence_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0)
PASS: test_multiple_starred_names_in_sequence_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1)
PASS: test_name_capture_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0)
PASS: test_name_capture_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1)
PASS: test_name_capture_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2)
PASS: test_name_capture_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3)
PASS: test_name_capture_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4)
PASS: test_patterns_may_only_match_literals_and_attribute_lookups_0 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0)
PASS: test_patterns_may_only_match_literals_and_attribute_lookups_1 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1)
PASS: test_real_number_multiple_ops (test.test_patma.TestSyntaxErrors.test_real_number_multiple_ops)
PASS: test_real_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_0)
PASS: test_real_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_1)
PASS: test_real_number_required_in_complex_literal_2 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_2)
PASS: test_real_number_required_in_complex_literal_3 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_3)
PASS: test_real_number_wrong_ops (test.test_patma.TestSyntaxErrors.test_real_number_wrong_ops)
PASS: test_wildcard_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0)
PASS: test_wildcard_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1)
PASS: test_wildcard_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2)
PASS: test_wildcard_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3)
PASS: test_wildcard_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4)
PASS: test_wildcard_makes_remaining_patterns_unreachable_5 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5)
PASS: test_default_capture (test.test_patma.TestTracing.test_default_capture)
PASS: test_default_wildcard (test.test_patma.TestTracing.test_default_wildcard)
PASS: test_no_default (test.test_patma.TestTracing.test_no_default)
PASS: test_only_default_capture (test.test_patma.TestTracing.test_only_default_capture)
PASS: test_only_default_wildcard (test.test_patma.TestTracing.test_only_default_wildcard)
PASS: test_parser_deeply_nested_patterns (test.test_patma.TestTracing.test_parser_deeply_nested_patterns)
PASS: test_unreachable_code (test.test_patma.TestTracing.test_unreachable_code)
PASS: test_accepts_positional_subpatterns_0 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_0)
PASS: test_accepts_positional_subpatterns_1 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_1)
PASS: test_class_pattern_not_type (test.test_patma.TestTypeErrors.test_class_pattern_not_type)
PASS: test_got_multiple_subpatterns_for_attribute_0 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0)
PASS: test_got_multiple_subpatterns_for_attribute_1 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1)
PASS: test_match_args_elements_must_be_strings (test.test_patma.TestTypeErrors.test_match_args_elements_must_be_strings)
PASS: test_match_args_must_be_a_tuple_0 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_0)
PASS: test_match_args_must_be_a_tuple_1 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_1)
PASS: test_match_args_must_be_a_tuple_2 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_2)
PASS: test_positional_patterns_with_regular_protocol (test.test_patma.TestTypeErrors.test_positional_patterns_with_regular_protocol)
PASS: test_regular_protocol (test.test_patma.TestTypeErrors.test_regular_protocol)
PASS: test_mapping_pattern_checks_duplicate_key_1 (test.test_patma.TestValueErrors.test_mapping_pattern_checks_duplicate_key_1)

----------------------------------------------------------------------
Ran 328 tests in 0.074s

OK
0:03:09 load avg: 3.81 [298/486] test_pathlib passed
PASS: test_copy_dir (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir)
PASS: test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_false)
PASS: test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_follow_symlinks_true)
PASS: test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_into_itself)
PASS: test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_existing_directory)
PASS: test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_dir_to_itself)
PASS: test_copy_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file)
PASS: test_copy_file_empty (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_empty)
PASS: test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_directory)
PASS: test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_existing_file)
PASS: test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_file_to_itself)
PASS: test_copy_into (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into)
PASS: test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToLocalPathCopyTest.test_copy_into_empty_name)
PASS: test_copy_dir (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir)
PASS: test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_false)
PASS: test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_follow_symlinks_true)
PASS: test_copy_dir_into_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_into_itself)
SKIP: test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_existing_directory) 'needs local target'
PASS: test_copy_dir_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_dir_to_itself)
PASS: test_copy_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file)
PASS: test_copy_file_empty (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_empty)
SKIP: test_copy_file_to_directory (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_directory) 'needs local target'
PASS: test_copy_file_to_existing_file (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_existing_file)
PASS: test_copy_file_to_itself (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_file_to_itself)
PASS: test_copy_into (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into)
PASS: test_copy_into_empty_name (test.test_pathlib.test_copy.LocalToZipPathCopyTest.test_copy_into_empty_name)
PASS: test_copy_dir (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir)
PASS: test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_false)
PASS: test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_follow_symlinks_true)
PASS: test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_into_itself)
PASS: test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_existing_directory)
PASS: test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_dir_to_itself)
PASS: test_copy_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file)
PASS: test_copy_file_empty (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_empty)
PASS: test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_directory)
PASS: test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_existing_file)
PASS: test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_file_to_itself)
PASS: test_copy_into (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into)
PASS: test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToLocalPathCopyTest.test_copy_into_empty_name)
PASS: test_copy_dir (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir)
PASS: test_copy_dir_follow_symlinks_false (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_false)
PASS: test_copy_dir_follow_symlinks_true (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_follow_symlinks_true)
PASS: test_copy_dir_into_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_into_itself)
SKIP: test_copy_dir_to_existing_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_existing_directory) 'needs local target'
PASS: test_copy_dir_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_dir_to_itself)
PASS: test_copy_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file)
PASS: test_copy_file_empty (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_empty)
SKIP: test_copy_file_to_directory (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_directory) 'needs local target'
PASS: test_copy_file_to_existing_file (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_existing_file)
PASS: test_copy_file_to_itself (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_file_to_itself)
PASS: test_copy_into (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into)
PASS: test_copy_into_empty_name (test.test_pathlib.test_copy.ZipToZipPathCopyTest.test_copy_into_empty_name)
PASS: test_anchor (test.test_pathlib.test_join.LexicalPathJoinTest.test_anchor)
PASS: test_constructor (test.test_pathlib.test_join.LexicalPathJoinTest.test_constructor)
PASS: test_div (test.test_pathlib.test_join.LexicalPathJoinTest.test_div)
PASS: test_full_match (test.test_pathlib.test_join.LexicalPathJoinTest.test_full_match)
PASS: test_is_joinable (test.test_pathlib.test_join.LexicalPathJoinTest.test_is_joinable)
PASS: test_join (test.test_pathlib.test_join.LexicalPathJoinTest.test_join)
PASS: test_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_name)
PASS: test_parent (test.test_pathlib.test_join.LexicalPathJoinTest.test_parent)
PASS: test_parents (test.test_pathlib.test_join.LexicalPathJoinTest.test_parents)
PASS: test_parser (test.test_pathlib.test_join.LexicalPathJoinTest.test_parser)
PASS: test_parts (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts)
PASS: test_parts_multithreaded (test.test_pathlib.test_join.LexicalPathJoinTest.test_parts_multithreaded)
PASS: test_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_stem)
PASS: test_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffix)
PASS: test_suffixes (test.test_pathlib.test_join.LexicalPathJoinTest.test_suffixes)
PASS: test_with_name (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_name)
PASS: test_with_segments (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_segments)
PASS: test_with_stem (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_stem)
PASS: test_with_suffix (test.test_pathlib.test_join.LexicalPathJoinTest.test_with_suffix)
PASS: test_anchor (test.test_pathlib.test_join.PathJoinTest.test_anchor)
PASS: test_constructor (test.test_pathlib.test_join.PathJoinTest.test_constructor)
PASS: test_div (test.test_pathlib.test_join.PathJoinTest.test_div)
PASS: test_full_match (test.test_pathlib.test_join.PathJoinTest.test_full_match)
PASS: test_is_joinable (test.test_pathlib.test_join.PathJoinTest.test_is_joinable)
PASS: test_join (test.test_pathlib.test_join.PathJoinTest.test_join)
PASS: test_name (test.test_pathlib.test_join.PathJoinTest.test_name)
PASS: test_parent (test.test_pathlib.test_join.PathJoinTest.test_parent)
PASS: test_parents (test.test_pathlib.test_join.PathJoinTest.test_parents)
PASS: test_parser (test.test_pathlib.test_join.PathJoinTest.test_parser)
PASS: test_parts (test.test_pathlib.test_join.PathJoinTest.test_parts)
PASS: test_parts_multithreaded (test.test_pathlib.test_join.PathJoinTest.test_parts_multithreaded)
PASS: test_stem (test.test_pathlib.test_join.PathJoinTest.test_stem)
PASS: test_suffix (test.test_pathlib.test_join.PathJoinTest.test_suffix)
PASS: test_suffixes (test.test_pathlib.test_join.PathJoinTest.test_suffixes)
PASS: test_with_name (test.test_pathlib.test_join.PathJoinTest.test_with_name)
PASS: test_with_segments (test.test_pathlib.test_join.PathJoinTest.test_with_segments)
PASS: test_with_stem (test.test_pathlib.test_join.PathJoinTest.test_with_stem)
PASS: test_with_suffix (test.test_pathlib.test_join.PathJoinTest.test_with_suffix)
PASS: test_anchor (test.test_pathlib.test_join.PurePathJoinTest.test_anchor)
PASS: test_constructor (test.test_pathlib.test_join.PurePathJoinTest.test_constructor)
PASS: test_div (test.test_pathlib.test_join.PurePathJoinTest.test_div)
PASS: test_full_match (test.test_pathlib.test_join.PurePathJoinTest.test_full_match)
PASS: test_is_joinable (test.test_pathlib.test_join.PurePathJoinTest.test_is_joinable)
PASS: test_join (test.test_pathlib.test_join.PurePathJoinTest.test_join)
PASS: test_name (test.test_pathlib.test_join.PurePathJoinTest.test_name)
PASS: test_parent (test.test_pathlib.test_join.PurePathJoinTest.test_parent)
PASS: test_parents (test.test_pathlib.test_join.PurePathJoinTest.test_parents)
PASS: test_parser (test.test_pathlib.test_join.PurePathJoinTest.test_parser)
PASS: test_parts (test.test_pathlib.test_join.PurePathJoinTest.test_parts)
PASS: test_parts_multithreaded (test.test_pathlib.test_join.PurePathJoinTest.test_parts_multithreaded)
PASS: test_stem (test.test_pathlib.test_join.PurePathJoinTest.test_stem)
PASS: test_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_suffix)
PASS: test_suffixes (test.test_pathlib.test_join.PurePathJoinTest.test_suffixes)
PASS: test_with_name (test.test_pathlib.test_join.PurePathJoinTest.test_with_name)
PASS: test_with_segments (test.test_pathlib.test_join.PurePathJoinTest.test_with_segments)
PASS: test_with_stem (test.test_pathlib.test_join.PurePathJoinTest.test_with_stem)
PASS: test_with_suffix (test.test_pathlib.test_join.PurePathJoinTest.test_with_suffix)
PASS: test_div (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_div)
PASS: test_join (test.test_pathlib.test_join_posix.LexicalPosixPathJoinTest.test_join)
PASS: test_div (test.test_pathlib.test_join_posix.PosixPathJoinTest.test_div)
PASS: test_join (test.test_pathlib.test_join_posix.PosixPathJoinTest.test_join)
PASS: test_div (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_div)
PASS: test_join (test.test_pathlib.test_join_posix.PurePosixPathJoinTest.test_join)
PASS: test_anchor (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_anchor)
PASS: test_div (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_div)
PASS: test_join (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_join)
PASS: test_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_name)
PASS: test_parent (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parent)
PASS: test_parents (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parents)
PASS: test_parts (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_parts)
PASS: test_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_stem)
PASS: test_str (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_str)
PASS: test_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffix)
PASS: test_suffixes (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_suffixes)
PASS: test_with_name (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_name)
PASS: test_with_stem (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_stem)
PASS: test_with_suffix (test.test_pathlib.test_join_windows.LexicalWindowsPathJoinTest.test_with_suffix)
PASS: test_anchor (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_anchor)
PASS: test_div (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_div)
PASS: test_join (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_join)
PASS: test_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_name)
PASS: test_parent (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parent)
PASS: test_parents (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parents)
PASS: test_parts (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_parts)
PASS: test_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_stem)
PASS: test_str (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_str)
PASS: test_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffix)
PASS: test_suffixes (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_suffixes)
PASS: test_with_name (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_name)
PASS: test_with_stem (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_stem)
PASS: test_with_suffix (test.test_pathlib.test_join_windows.PureWindowsPathJoinTest.test_with_suffix)
PASS: test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv)
PASS: test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv)
PASS: test_lazy_import (test.test_pathlib.test_pathlib.LazyImportTest.test_lazy_import)
PASS: test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common)
PASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix)
SKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message)
PASS: test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod)
PASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true)
PASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute)
PASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative)
PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dangling_symlink)
SKIP: test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_no_read_permission) 'test fails with root privilege'
PASS: test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata)
PASS: test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_dir_preserve_metadata_xattrs)
PASS: test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_follow_symlinks_false)
PASS: test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_into_itself)
PASS: test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_directory_symlink)
PASS: test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_existing_symlink)
PASS: test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_directory_symlink_to_itself)
PASS: test_copy_error_handling (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_error_handling)
PASS: test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata)
PASS: test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_preserve_metadata_xattrs)
PASS: test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink)
PASS: test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_file_to_existing_symlink_follow_symlinks_false)
PASS: test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_link_preserve_metadata)
PASS: test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_false)
PASS: test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_follow_symlinks_true)
PASS: test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_directory_symlink)
PASS: test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_existing_symlink)
PASS: test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_copy_symlink_to_itself)
PASS: test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd)
PASS: test_delete_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_dir)
PASS: test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_does_not_choke_on_failing_lstat)
PASS: test_delete_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_file)
SKIP: test_delete_inner_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_junction) 'requires Windows-flavoured path class'
PASS: test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_inner_symlink)
PASS: test_delete_missing (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_missing)
PASS: test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_on_named_pipe)
SKIP: test_delete_outer_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_outer_junction) 'requires Windows-flavoured path class'
PASS: test_delete_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_symlink)
SKIP: test_delete_unwritable (test.test_pathlib.test_pathlib.PathSubclassTest.test_delete_unwritable) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists)
PASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common)
PASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix)
SKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix)
SKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix)
SKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_case_sensitive)
PASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit)
PASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive)
PASS: test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot)
PASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot)
PASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern)
PASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible)
PASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink)
PASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files)
PASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike)
PASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions)
PASS: test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix)
PASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common)
SKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) 'requires Windows-flavoured path class'
PASS: test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group)
PASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks)
SKIP: test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) 'requires Windows-flavoured path class'
SKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'
PASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to)
SKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) 'os.link() is present'
PASS: test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home)
PASS: test_info_exists_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_exists_caching)
PASS: test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_dir_caching)
PASS: test_info_is_file_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_file_caching)
PASS: test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathSubclassTest.test_info_is_symlink_caching)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false)
PASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false)
PASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true)
PASS: test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir)
PASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks)
PASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false)
PASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true)
PASS: test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file)
PASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks)
PASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false)
PASS: test_is_junction_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_true)
PASS: test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount)
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated)
PASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false)
PASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true)
PASS: test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink)
PASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested)
PASS: test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat)
PASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink)
PASS: test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_writablepath_docstrings)
PASS: test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir)
PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation)
PASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok)
PASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root)
PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent)
PASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file)
PASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents)
PASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file)
SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'
PASS: test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink)
PASS: test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dangling_symlink_other_fs)
PASS: test_move_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir)
PASS: test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself)
PASS: test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_into_itself_other_fs)
PASS: test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_other_fs)
PASS: test_move_dir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink)
PASS: test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_other_fs)
PASS: test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself)
PASS: test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_symlink_to_itself_other_fs)
PASS: test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir)
PASS: test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_dir_other_fs)
PASS: test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_dir_to_itself)
PASS: test_move_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file)
PASS: test_move_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_other_fs)
PASS: test_move_file_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink)
PASS: test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_other_fs)
PASS: test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself)
PASS: test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_symlink_to_itself_other_fs)
PASS: test_move_file_to_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir)
PASS: test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_dir_other_fs)
PASS: test_move_file_to_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file)
PASS: test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_file_other_fs)
PASS: test_move_file_to_itself (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_file_to_itself)
PASS: test_move_into (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into)
PASS: test_move_into_empty_name (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name)
PASS: test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_empty_name_other_os)
PASS: test_move_into_other_os (test.test_pathlib.test_pathlib.PathSubclassTest.test_move_into_other_os)
PASS: test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty)
PASS: test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common)
PASS: test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode)
PASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner)
PASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks)
SKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path)
PASS: test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_errors)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common)
PASS: test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink)
SKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) 'os.readlink() is present'
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename)
PASS: test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace)
PASS: test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common)
PASS: test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common)
PASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot)
PASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop)
PASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671)
PASS: test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root)
PASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike)
PASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix)
PASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common)
PASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false)
PASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop)
SKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) 'requires Windows-flavoured path class'
PASS: test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir)
PASS: test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile)
PASS: test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat)
PASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks)
PASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink)
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to)
SKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) 'os.symlink() is present'
PASS: test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common)
PASS: test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode)
PASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange)
PASS: test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink)
PASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok)
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PathSubclassTest.test_unpicking_3_13)
SKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) 'path parser is supported'
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments)
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common)
PASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix)
SKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message)
PASS: test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod)
PASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true)
PASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute)
PASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative)
PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_dangling_symlink)
SKIP: test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_no_read_permission) 'test fails with root privilege'
PASS: test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata)
PASS: test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_dir_preserve_metadata_xattrs)
PASS: test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_follow_symlinks_false)
PASS: test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_into_itself)
PASS: test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_directory_symlink)
PASS: test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_existing_symlink)
PASS: test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_directory_symlink_to_itself)
PASS: test_copy_error_handling (test.test_pathlib.test_pathlib.PathTest.test_copy_error_handling)
PASS: test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata)
PASS: test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PathTest.test_copy_file_preserve_metadata_xattrs)
PASS: test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink)
PASS: test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_file_to_existing_symlink_follow_symlinks_false)
PASS: test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PathTest.test_copy_link_preserve_metadata)
PASS: test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_false)
PASS: test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_follow_symlinks_true)
PASS: test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_directory_symlink)
PASS: test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_existing_symlink)
PASS: test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_copy_symlink_to_itself)
PASS: test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd)
PASS: test_delete_dir (test.test_pathlib.test_pathlib.PathTest.test_delete_dir)
PASS: test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PathTest.test_delete_does_not_choke_on_failing_lstat)
PASS: test_delete_file (test.test_pathlib.test_pathlib.PathTest.test_delete_file)
SKIP: test_delete_inner_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_junction) 'requires Windows-flavoured path class'
PASS: test_delete_inner_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_inner_symlink)
PASS: test_delete_missing (test.test_pathlib.test_pathlib.PathTest.test_delete_missing)
PASS: test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PathTest.test_delete_on_named_pipe)
SKIP: test_delete_outer_junction (test.test_pathlib.test_pathlib.PathTest.test_delete_outer_junction) 'requires Windows-flavoured path class'
PASS: test_delete_symlink (test.test_pathlib.test_pathlib.PathTest.test_delete_symlink)
SKIP: test_delete_unwritable (test.test_pathlib.test_pathlib.PathTest.test_delete_unwritable) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists)
PASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common)
PASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix)
SKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix)
SKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix)
SKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_full_match_case_sensitive)
PASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit)
PASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive)
PASS: test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot)
PASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot)
PASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern)
PASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible)
PASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink)
PASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files)
PASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike)
PASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions)
PASS: test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix)
PASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common)
SKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) 'requires Windows-flavoured path class'
PASS: test_group (test.test_pathlib.test_pathlib.PathTest.test_group)
PASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks)
SKIP: test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) 'requires Windows-flavoured path class'
SKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'
PASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to)
SKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) 'os.link() is present'
PASS: test_home (test.test_pathlib.test_pathlib.PathTest.test_home)
PASS: test_info_exists_caching (test.test_pathlib.test_pathlib.PathTest.test_info_exists_caching)
PASS: test_info_is_dir_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_dir_caching)
PASS: test_info_is_file_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_file_caching)
PASS: test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PathTest.test_info_is_symlink_caching)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false)
PASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false)
PASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true)
PASS: test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir)
PASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks)
PASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false)
PASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true)
PASS: test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file)
PASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks)
PASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false)
PASS: test_is_junction_true (test.test_pathlib.test_pathlib.PathTest.test_is_junction_true)
PASS: test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount)
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated)
PASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false)
PASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true)
PASS: test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink)
PASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested)
PASS: test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat)
PASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink)
PASS: test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PathTest.test_matches_writablepath_docstrings)
PASS: test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir)
PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation)
PASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok)
PASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root)
PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent)
PASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file)
PASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents)
PASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file)
SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'
PASS: test_move_dangling_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink)
PASS: test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dangling_symlink_other_fs)
PASS: test_move_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir)
PASS: test_move_dir_into_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself)
PASS: test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_into_itself_other_fs)
PASS: test_move_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_other_fs)
PASS: test_move_dir_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink)
PASS: test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_other_fs)
PASS: test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself)
PASS: test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_symlink_to_itself_other_fs)
PASS: test_move_dir_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir)
PASS: test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_dir_other_fs)
PASS: test_move_dir_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_dir_to_itself)
PASS: test_move_file (test.test_pathlib.test_pathlib.PathTest.test_move_file)
PASS: test_move_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_other_fs)
PASS: test_move_file_symlink (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink)
PASS: test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_other_fs)
PASS: test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself)
PASS: test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_symlink_to_itself_other_fs)
PASS: test_move_file_to_dir (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir)
PASS: test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_dir_other_fs)
PASS: test_move_file_to_file (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file)
PASS: test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_file_other_fs)
PASS: test_move_file_to_itself (test.test_pathlib.test_pathlib.PathTest.test_move_file_to_itself)
PASS: test_move_into (test.test_pathlib.test_pathlib.PathTest.test_move_into)
PASS: test_move_into_empty_name (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name)
PASS: test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_empty_name_other_os)
PASS: test_move_into_other_os (test.test_pathlib.test_pathlib.PathTest.test_move_into_other_os)
PASS: test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty)
PASS: test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common)
PASS: test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode)
PASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner)
PASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks)
SKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path)
PASS: test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_errors)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common)
PASS: test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink)
SKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) 'os.readlink() is present'
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename)
PASS: test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace)
PASS: test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common)
PASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips)
PASS: test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common)
PASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot)
PASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop)
PASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671)
PASS: test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root)
PASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike)
PASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix)
PASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common)
PASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false)
PASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop)
SKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) 'requires Windows-flavoured path class'
PASS: test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir)
PASS: test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile)
PASS: test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat)
PASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks)
PASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink)
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to)
SKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) 'os.symlink() is present'
PASS: test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common)
PASS: test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode)
PASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange)
PASS: test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink)
PASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok)
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PathTest.test_unpicking_3_13)
SKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) 'path parser is supported'
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments)
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_above_recursion_limit)
PASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_bad_dir)
PASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_follow_symlinks)
PASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_many_open_files)
PASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PathWalkTest.test_walk_symlink_location)
PASS: test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common)
PASS: test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix)
SKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message)
PASS: test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod)
PASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true)
PASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute)
PASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative)
PASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_copy_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dangling_symlink)
SKIP: test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_no_read_permission) 'test fails with root privilege'
PASS: test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata)
PASS: test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_dir_preserve_metadata_xattrs)
PASS: test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_follow_symlinks_false)
PASS: test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_into_itself)
PASS: test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_directory_symlink)
PASS: test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_existing_symlink)
PASS: test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_directory_symlink_to_itself)
PASS: test_copy_error_handling (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_error_handling)
PASS: test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata)
PASS: test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_preserve_metadata_xattrs)
PASS: test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink)
PASS: test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false)
PASS: test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_link_preserve_metadata)
PASS: test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_false)
PASS: test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_follow_symlinks_true)
PASS: test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_directory_symlink)
PASS: test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_existing_symlink)
PASS: test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_copy_symlink_to_itself)
PASS: test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd)
PASS: test_delete_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_dir)
PASS: test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_does_not_choke_on_failing_lstat)
PASS: test_delete_file (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_file)
SKIP: test_delete_inner_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_junction) 'requires Windows-flavoured path class'
PASS: test_delete_inner_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_inner_symlink)
PASS: test_delete_missing (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_missing)
PASS: test_delete_on_named_pipe (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_on_named_pipe)
SKIP: test_delete_outer_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_outer_junction) 'requires Windows-flavoured path class'
PASS: test_delete_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_symlink)
SKIP: test_delete_unwritable (test.test_pathlib.test_pathlib.PosixPathTest.test_delete_unwritable) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists)
PASS: test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common)
PASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix)
SKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix)
SKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'
PASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix)
SKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_case_sensitive)
PASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit)
PASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive)
PASS: test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot)
PASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot)
PASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern)
PASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible)
PASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink)
PASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files)
PASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike)
PASS: test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions)
PASS: test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix)
PASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common)
SKIP: test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) 'requires Windows-flavoured path class'
PASS: test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group)
PASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks)
SKIP: test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) 'requires Windows-flavoured path class'
SKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'
PASS: test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to)
SKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) 'os.link() is present'
PASS: test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home)
PASS: test_info_exists_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_exists_caching)
PASS: test_info_is_dir_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_dir_caching)
PASS: test_info_is_file_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_file_caching)
PASS: test_info_is_symlink_caching (test.test_pathlib.test_pathlib.PosixPathTest.test_info_is_symlink_caching)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false)
PASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false)
PASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true)
PASS: test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir)
PASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks)
PASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false)
PASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true)
PASS: test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file)
PASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks)
PASS: test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false)
PASS: test_is_junction_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_true)
PASS: test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount)
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated)
PASS: test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false)
PASS: test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true)
PASS: test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink)
PASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested)
PASS: test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat)
PASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink)
PASS: test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_writablepath_docstrings)
PASS: test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir)
PASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation)
PASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok)
PASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root)
PASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent)
PASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file)
PASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents)
PASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file)
SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'
PASS: test_move_dangling_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink)
PASS: test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dangling_symlink_other_fs)
PASS: test_move_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir)
PASS: test_move_dir_into_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself)
PASS: test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_into_itself_other_fs)
PASS: test_move_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_other_fs)
PASS: test_move_dir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink)
PASS: test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_other_fs)
PASS: test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself)
PASS: test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_symlink_to_itself_other_fs)
PASS: test_move_dir_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir)
PASS: test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_dir_other_fs)
PASS: test_move_dir_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_dir_to_itself)
PASS: test_move_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file)
PASS: test_move_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_other_fs)
PASS: test_move_file_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink)
PASS: test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_other_fs)
PASS: test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself)
PASS: test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_symlink_to_itself_other_fs)
PASS: test_move_file_to_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir)
PASS: test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_dir_other_fs)
PASS: test_move_file_to_file (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file)
PASS: test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_file_other_fs)
PASS: test_move_file_to_itself (test.test_pathlib.test_pathlib.PosixPathTest.test_move_file_to_itself)
PASS: test_move_into (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into)
PASS: test_move_into_empty_name (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name)
PASS: test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_empty_name_other_os)
PASS: test_move_into_other_os (test.test_pathlib.test_pathlib.PosixPathTest.test_move_into_other_os)
PASS: test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty)
PASS: test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common)
PASS: test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode)
PASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner)
PASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks)
SKIP: test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path)
PASS: test_passing_kwargs_errors (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_errors)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common)
PASS: test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink)
SKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) 'os.readlink() is present'
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename)
PASS: test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace)
PASS: test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common)
PASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips)
PASS: test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common)
PASS: test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot)
PASS: test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop)
PASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671)
PASS: test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root)
PASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike)
PASS: test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix)
PASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common)
PASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false)
PASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop)
SKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) 'requires Windows-flavoured path class'
PASS: test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir)
PASS: test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile)
PASS: test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat)
PASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks)
PASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink)
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to)
SKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) 'os.symlink() is present'
PASS: test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common)
PASS: test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode)
PASS: test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange)
PASS: test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink)
PASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok)
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PosixPathTest.test_unpicking_3_13)
SKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) 'path parser is supported'
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments)
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_case_sensitive)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_reserved_deprecated)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested)
PASS: test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common)
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common)
PASS: test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_unpicking_3_13)
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_case_sensitive)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathTest.test_is_reserved_deprecated)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested)
PASS: test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common)
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common)
PASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips)
PASS: test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PurePathTest.test_unpicking_3_13)
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common)
PASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii)
PASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix)
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'
PASS: test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested)
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common)
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'
PASS: test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common)
PASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix)
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'
PASS: test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences)
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_case_sensitive)
PASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix)
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common)
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_reserved_deprecated)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested)
PASS: test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty)
PASS: test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix)
SKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) 'requires Windows-flavoured path class'
PASS: test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common)
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common)
PASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix)
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'
PASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path)
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common)
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common)
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'
PASS: test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common)
PASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips)
PASS: test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common)
PASS: test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix)
SKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) 'requires Windows-flavoured path class'
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common)
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) 'requires Windows-flavoured path class'
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PurePosixPathTest.test_unpicking_3_13)
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty)
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty)
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'
PASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common)
PASS: test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common)
PASS: test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common)
SKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) 'requires POSIX-flavoured path class'
SKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) 'requires POSIX-flavoured path class'
PASS: test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows)
PASS: test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes)
PASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message)
PASS: test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class)
PASS: test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser)
PASS: test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested)
PASS: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour)
PASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal)
PASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered)
PASS: test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested)
PASS: test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common)
PASS: test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows)
PASS: test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path)
PASS: test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common)
SKIP: test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) 'requires POSIX-flavoured path class'
PASS: test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows)
PASS: test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences)
PASS: test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows)
PASS: test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common)
PASS: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_case_sensitive)
SKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) 'requires POSIX-flavoured path class'
PASS: test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows)
PASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common)
PASS: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows)
PASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_reserved_deprecated)
PASS: test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested)
PASS: test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common)
PASS: test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty)
SKIP: test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) 'requires POSIX-flavoured path class'
PASS: test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows)
PASS: test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty)
PASS: test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common)
PASS: test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows)
PASS: test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common)
SKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) 'requires POSIX-flavoured path class'
PASS: test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows)
SKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) 'requires POSIX-flavoured path class'
PASS: test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common)
PASS: test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common)
PASS: test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows)
PASS: test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common)
PASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips)
PASS: test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common)
SKIP: test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) 'requires POSIX-flavoured path class'
PASS: test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows)
PASS: test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty)
PASS: test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common)
PASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common)
PASS: test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows)
PASS: test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows)
PASS: test_unpicking_3_13 (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_unpicking_3_13)
PASS: test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty)
PASS: test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows)
PASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty)
PASS: test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows)
PASS: test_is_notimplemented (test.test_pathlib.test_pathlib.UnsupportedOperationTest.test_is_notimplemented)
SKIP: test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) 'test requires a Windows-compatible system'
SKIP: test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) 'test requires a Windows-compatible system'
SKIP: test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) 'test requires a Windows-compatible system'
SKIP: test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) 'test requires a Windows-compatible system'
SKIP: test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) 'test requires a Windows-compatible system'
SKIP: test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) 'test requires a Windows-compatible system'
SKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) 'test requires a Windows-compatible system'
SKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) 'test requires a Windows-compatible system'
SKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) 'test requires a Windows-compatible system'
SKIP: test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) 'test requires a Windows-compatible system'
SKIP: test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) 'test requires a Windows-compatible system'
SKIP: test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) 'test requires a Windows-compatible system'
SKIP: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) 'test requires a Windows-compatible system'
SKIP: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) 'test requires a Windows-compatible system'
SKIP: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) 'test requires a Windows-compatible system'
SKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) 'test requires a Windows-compatible system'
SKIP: test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) 'test requires a Windows-compatible system'
SKIP: test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) 'test requires a Windows-compatible system'
SKIP: test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) 'test requires a Windows-compatible system'
SKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) 'test requires a Windows-compatible system'
SKIP: test_copy_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dangling_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_dir_no_read_permission (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_no_read_permission) 'test requires a Windows-compatible system'
SKIP: test_copy_dir_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata) 'test requires a Windows-compatible system'
SKIP: test_copy_dir_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_dir_preserve_metadata_xattrs) 'test requires a Windows-compatible system'
SKIP: test_copy_directory_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_follow_symlinks_false) 'test requires a Windows-compatible system'
SKIP: test_copy_directory_symlink_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_into_itself) 'test requires a Windows-compatible system'
SKIP: test_copy_directory_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_directory_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_directory_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_existing_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_directory_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_directory_symlink_to_itself) 'test requires a Windows-compatible system'
SKIP: test_copy_error_handling (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_error_handling) 'test requires a Windows-compatible system'
SKIP: test_copy_file_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata) 'test requires a Windows-compatible system'
SKIP: test_copy_file_preserve_metadata_xattrs (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_preserve_metadata_xattrs) 'test requires a Windows-compatible system'
SKIP: test_copy_file_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_file_to_existing_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_file_to_existing_symlink_follow_symlinks_false) 'test requires a Windows-compatible system'
SKIP: test_copy_link_preserve_metadata (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_link_preserve_metadata) 'test requires a Windows-compatible system'
SKIP: test_copy_symlink_follow_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_false) 'test requires a Windows-compatible system'
SKIP: test_copy_symlink_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_follow_symlinks_true) 'test requires a Windows-compatible system'
SKIP: test_copy_symlink_to_existing_directory_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_directory_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_symlink_to_existing_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_existing_symlink) 'test requires a Windows-compatible system'
SKIP: test_copy_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_copy_symlink_to_itself) 'test requires a Windows-compatible system'
SKIP: test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) 'test requires a Windows-compatible system'
SKIP: test_delete_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_dir) 'test requires a Windows-compatible system'
SKIP: test_delete_does_not_choke_on_failing_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_does_not_choke_on_failing_lstat) 'test requires a Windows-compatible system'
SKIP: test_delete_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_file) 'test requires a Windows-compatible system'
SKIP: test_delete_inner_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_junction) 'test requires a Windows-compatible system'
SKIP: test_delete_inner_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_inner_symlink) 'test requires a Windows-compatible system'
SKIP: test_delete_missing (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_missing) 'test requires a Windows-compatible system'
SKIP: test_delete_on_named_pipe (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_on_named_pipe) 'test requires a Windows-compatible system'
SKIP: test_delete_outer_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_outer_junction) 'test requires a Windows-compatible system'
SKIP: test_delete_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_symlink) 'test requires a Windows-compatible system'
SKIP: test_delete_unwritable (test.test_pathlib.test_pathlib.WindowsPathTest.test_delete_unwritable) 'test requires a Windows-compatible system'
SKIP: test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) 'test requires a Windows-compatible system'
SKIP: test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) 'test requires a Windows-compatible system'
SKIP: test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) 'test requires a Windows-compatible system'
SKIP: test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) 'test requires a Windows-compatible system'
SKIP: test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) 'test requires a Windows-compatible system'
SKIP: test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) 'test requires a Windows-compatible system'
SKIP: test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) 'test requires a Windows-compatible system'
SKIP: test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) 'test requires a Windows-compatible system'
SKIP: test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) 'test requires a Windows-compatible system'
SKIP: test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) 'test requires a Windows-compatible system'
SKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) 'test requires a Windows-compatible system'
SKIP: test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) 'test requires a Windows-compatible system'
SKIP: test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) 'test requires a Windows-compatible system'
SKIP: test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) 'test requires a Windows-compatible system'
SKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) 'test requires a Windows-compatible system'
SKIP: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) 'test requires a Windows-compatible system'
SKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) 'test requires a Windows-compatible system'
SKIP: test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) 'test requires a Windows-compatible system'
SKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) 'test requires a Windows-compatible system'
SKIP: test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) 'test requires a Windows-compatible system'
SKIP: test_full_match_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_case_sensitive) 'test requires a Windows-compatible system'
SKIP: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) 'test requires a Windows-compatible system'
SKIP: test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) 'test requires a Windows-compatible system'
SKIP: test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) 'test requires a Windows-compatible system'
SKIP: test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) 'test requires a Windows-compatible system'
SKIP: test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) 'test requires a Windows-compatible system'
SKIP: test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) 'test requires a Windows-compatible system'
SKIP: test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) 'test requires a Windows-compatible system'
SKIP: test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) 'test requires a Windows-compatible system'
SKIP: test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) 'test requires a Windows-compatible system'
SKIP: test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) 'test requires a Windows-compatible system'
SKIP: test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) 'test requires a Windows-compatible system'
SKIP: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) 'test requires a Windows-compatible system'
SKIP: test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) 'test requires a Windows-compatible system'
SKIP: test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) 'test requires a Windows-compatible system'
SKIP: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) 'test requires a Windows-compatible system'
SKIP: test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) 'test requires a Windows-compatible system'
SKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) 'test requires a Windows-compatible system'
SKIP: test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) 'test requires a Windows-compatible system'
SKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) 'test requires a Windows-compatible system'
SKIP: test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) 'test requires a Windows-compatible system'
SKIP: test_info_exists_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_exists_caching) 'test requires a Windows-compatible system'
SKIP: test_info_is_dir_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_dir_caching) 'test requires a Windows-compatible system'
SKIP: test_info_is_file_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_file_caching) 'test requires a Windows-compatible system'
SKIP: test_info_is_symlink_caching (test.test_pathlib.test_pathlib.WindowsPathTest.test_info_is_symlink_caching) 'test requires a Windows-compatible system'
SKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) 'test requires a Windows-compatible system'
SKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) 'test requires a Windows-compatible system'
SKIP: test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) 'test requires a Windows-compatible system'
SKIP: test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) 'test requires a Windows-compatible system'
SKIP: test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) 'test requires a Windows-compatible system'
SKIP: test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) 'test requires a Windows-compatible system'
SKIP: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) 'test requires a Windows-compatible system'
SKIP: test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) 'test requires a Windows-compatible system'
SKIP: test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) 'test requires a Windows-compatible system'
SKIP: test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) 'test requires a Windows-compatible system'
SKIP: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) 'test requires a Windows-compatible system'
SKIP: test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) 'test requires a Windows-compatible system'
SKIP: test_is_junction_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_true) 'test requires a Windows-compatible system'
SKIP: test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) 'test requires a Windows-compatible system'
SKIP: test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) 'test requires a Windows-compatible system'
SKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) 'test requires a Windows-compatible system'
SKIP: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated) 'test requires a Windows-compatible system'
SKIP: test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) 'test requires a Windows-compatible system'
SKIP: test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) 'test requires a Windows-compatible system'
SKIP: test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) 'test requires a Windows-compatible system'
SKIP: test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) 'test requires a Windows-compatible system'
SKIP: test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) 'test requires a Windows-compatible system'
SKIP: test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) 'test requires a Windows-compatible system'
SKIP: test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) 'test requires a Windows-compatible system'
SKIP: test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) 'test requires a Windows-compatible system'
SKIP: test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) 'test requires a Windows-compatible system'
SKIP: test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) 'test requires a Windows-compatible system'
SKIP: test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) 'test requires a Windows-compatible system'
SKIP: test_matches_writablepath_docstrings (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_writablepath_docstrings) 'test requires a Windows-compatible system'
SKIP: test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) 'test requires a Windows-compatible system'
SKIP: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) 'test requires a Windows-compatible system'
SKIP: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) 'test requires a Windows-compatible system'
SKIP: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) 'test requires a Windows-compatible system'
SKIP: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) 'test requires a Windows-compatible system'
SKIP: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) 'test requires a Windows-compatible system'
SKIP: test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) 'test requires a Windows-compatible system'
SKIP: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) 'test requires a Windows-compatible system'
SKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) 'test requires a Windows-compatible system'
SKIP: test_move_dangling_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink) 'test requires a Windows-compatible system'
SKIP: test_move_dangling_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dangling_symlink_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir) 'test requires a Windows-compatible system'
SKIP: test_move_dir_into_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself) 'test requires a Windows-compatible system'
SKIP: test_move_dir_into_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_into_itself_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink) 'test requires a Windows-compatible system'
SKIP: test_move_dir_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself) 'test requires a Windows-compatible system'
SKIP: test_move_dir_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_symlink_to_itself_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir) 'test requires a Windows-compatible system'
SKIP: test_move_dir_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_dir_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_dir_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_dir_to_itself) 'test requires a Windows-compatible system'
SKIP: test_move_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file) 'test requires a Windows-compatible system'
SKIP: test_move_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_file_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink) 'test requires a Windows-compatible system'
SKIP: test_move_file_symlink_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_file_symlink_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself) 'test requires a Windows-compatible system'
SKIP: test_move_file_symlink_to_itself_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_symlink_to_itself_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_file_to_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir) 'test requires a Windows-compatible system'
SKIP: test_move_file_to_dir_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_dir_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_file_to_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file) 'test requires a Windows-compatible system'
SKIP: test_move_file_to_file_other_fs (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_file_other_fs) 'test requires a Windows-compatible system'
SKIP: test_move_file_to_itself (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_file_to_itself) 'test requires a Windows-compatible system'
SKIP: test_move_into (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into) 'test requires a Windows-compatible system'
SKIP: test_move_into_empty_name (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name) 'test requires a Windows-compatible system'
SKIP: test_move_into_empty_name_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_empty_name_other_os) 'test requires a Windows-compatible system'
SKIP: test_move_into_other_os (test.test_pathlib.test_pathlib.WindowsPathTest.test_move_into_other_os) 'test requires a Windows-compatible system'
SKIP: test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) 'test requires a Windows-compatible system'
SKIP: test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) 'test requires a Windows-compatible system'
SKIP: test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) 'test requires a Windows-compatible system'
SKIP: test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) 'test requires a Windows-compatible system'
SKIP: test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) 'test requires a Windows-compatible system'
SKIP: test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) 'test requires a Windows-compatible system'
SKIP: test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) 'test requires a Windows-compatible system'
SKIP: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) 'test requires a Windows-compatible system'
SKIP: test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) 'test requires a Windows-compatible system'
SKIP: test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) 'test requires a Windows-compatible system'
SKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) 'test requires a Windows-compatible system'
SKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) 'test requires a Windows-compatible system'
SKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) 'test requires a Windows-compatible system'
SKIP: test_passing_kwargs_errors (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_errors) 'test requires a Windows-compatible system'
SKIP: test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) 'test requires a Windows-compatible system'
SKIP: test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) 'test requires a Windows-compatible system'
SKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) 'test requires a Windows-compatible system'
SKIP: test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) 'test requires a Windows-compatible system'
SKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) 'test requires a Windows-compatible system'
SKIP: test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) 'test requires a Windows-compatible system'
SKIP: test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) 'test requires a Windows-compatible system'
SKIP: test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) 'test requires a Windows-compatible system'
SKIP: test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) 'test requires a Windows-compatible system'
SKIP: test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) 'test requires a Windows-compatible system'
SKIP: test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) 'test requires a Windows-compatible system'
SKIP: test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) 'test requires a Windows-compatible system'
SKIP: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) 'test requires a Windows-compatible system'
SKIP: test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) 'test requires a Windows-compatible system'
SKIP: test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) 'test requires a Windows-compatible system'
SKIP: test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) 'test requires a Windows-compatible system'
SKIP: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) 'test requires a Windows-compatible system'
SKIP: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) 'test requires a Windows-compatible system'
SKIP: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) 'test requires a Windows-compatible system'
SKIP: test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) 'test requires a Windows-compatible system'
SKIP: test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) 'test requires a Windows-compatible system'
SKIP: test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) 'test requires a Windows-compatible system'
SKIP: test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) 'test requires a Windows-compatible system'
SKIP: test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) 'test requires a Windows-compatible system'
SKIP: test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) 'test requires a Windows-compatible system'
SKIP: test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) 'test requires a Windows-compatible system'
SKIP: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) 'test requires a Windows-compatible system'
SKIP: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) 'test requires a Windows-compatible system'
SKIP: test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) 'test requires a Windows-compatible system'
SKIP: test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) 'test requires a Windows-compatible system'
SKIP: test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) 'test requires a Windows-compatible system'
SKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) 'test requires a Windows-compatible system'
SKIP: test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) 'test requires a Windows-compatible system'
SKIP: test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) 'test requires a Windows-compatible system'
SKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) 'test requires a Windows-compatible system'
SKIP: test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) 'test requires a Windows-compatible system'
SKIP: test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) 'test requires a Windows-compatible system'
SKIP: test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) 'test requires a Windows-compatible system'
SKIP: test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) 'test requires a Windows-compatible system'
SKIP: test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) 'test requires a Windows-compatible system'
SKIP: test_unpicking_3_13 (test.test_pathlib.test_pathlib.WindowsPathTest.test_unpicking_3_13) 'test requires a Windows-compatible system'
SKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) 'test requires a Windows-compatible system'
SKIP: test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) 'test requires a Windows-compatible system'
SKIP: test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) 'test requires a Windows-compatible system'
SKIP: test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) 'test requires a Windows-compatible system'
SKIP: test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) 'test requires a Windows-compatible system'
SKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) 'test requires a Windows-compatible system'
PASS: test_glob (test.test_pathlib.test_read.LocalPathReadTest.test_glob)
PASS: test_info_exists (test.test_pathlib.test_read.LocalPathReadTest.test_info_exists)
PASS: test_info_is_dir (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_dir)
PASS: test_info_is_file (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_file)
PASS: test_info_is_symlink (test.test_pathlib.test_read.LocalPathReadTest.test_info_is_symlink)
PASS: test_is_readable (test.test_pathlib.test_read.LocalPathReadTest.test_is_readable)
PASS: test_iterdir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir)
PASS: test_iterdir_info (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_info)
PASS: test_iterdir_nodir (test.test_pathlib.test_read.LocalPathReadTest.test_iterdir_nodir)
PASS: test_open_r (test.test_pathlib.test_read.LocalPathReadTest.test_open_r)
SKIP: test_open_r_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_open_r_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_rb (test.test_pathlib.test_read.LocalPathReadTest.test_open_rb)
PASS: test_read_bytes (test.test_pathlib.test_read.LocalPathReadTest.test_read_bytes)
PASS: test_read_text (test.test_pathlib.test_read.LocalPathReadTest.test_read_text)
SKIP: test_read_text_encoding_warning (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_read_text_with_newlines (test.test_pathlib.test_read.LocalPathReadTest.test_read_text_with_newlines)
PASS: test_walk_bottom_up (test.test_pathlib.test_read.LocalPathReadTest.test_walk_bottom_up)
PASS: test_walk_prune (test.test_pathlib.test_read.LocalPathReadTest.test_walk_prune)
PASS: test_walk_top_down (test.test_pathlib.test_read.LocalPathReadTest.test_walk_top_down)
PASS: test_glob (test.test_pathlib.test_read.PathReadTest.test_glob)
PASS: test_info_exists (test.test_pathlib.test_read.PathReadTest.test_info_exists)
PASS: test_info_is_dir (test.test_pathlib.test_read.PathReadTest.test_info_is_dir)
PASS: test_info_is_file (test.test_pathlib.test_read.PathReadTest.test_info_is_file)
PASS: test_info_is_symlink (test.test_pathlib.test_read.PathReadTest.test_info_is_symlink)
PASS: test_is_readable (test.test_pathlib.test_read.PathReadTest.test_is_readable)
PASS: test_iterdir (test.test_pathlib.test_read.PathReadTest.test_iterdir)
PASS: test_iterdir_info (test.test_pathlib.test_read.PathReadTest.test_iterdir_info)
PASS: test_iterdir_nodir (test.test_pathlib.test_read.PathReadTest.test_iterdir_nodir)
PASS: test_open_r (test.test_pathlib.test_read.PathReadTest.test_open_r)
SKIP: test_open_r_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_open_r_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_rb (test.test_pathlib.test_read.PathReadTest.test_open_rb)
PASS: test_read_bytes (test.test_pathlib.test_read.PathReadTest.test_read_bytes)
PASS: test_read_text (test.test_pathlib.test_read.PathReadTest.test_read_text)
SKIP: test_read_text_encoding_warning (test.test_pathlib.test_read.PathReadTest.test_read_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_read_text_with_newlines (test.test_pathlib.test_read.PathReadTest.test_read_text_with_newlines)
PASS: test_walk_bottom_up (test.test_pathlib.test_read.PathReadTest.test_walk_bottom_up)
PASS: test_walk_prune (test.test_pathlib.test_read.PathReadTest.test_walk_prune)
PASS: test_walk_top_down (test.test_pathlib.test_read.PathReadTest.test_walk_top_down)
PASS: test_glob (test.test_pathlib.test_read.ZipPathReadTest.test_glob)
PASS: test_info_exists (test.test_pathlib.test_read.ZipPathReadTest.test_info_exists)
PASS: test_info_is_dir (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_dir)
PASS: test_info_is_file (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_file)
PASS: test_info_is_symlink (test.test_pathlib.test_read.ZipPathReadTest.test_info_is_symlink)
PASS: test_is_readable (test.test_pathlib.test_read.ZipPathReadTest.test_is_readable)
PASS: test_iterdir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir)
PASS: test_iterdir_info (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_info)
PASS: test_iterdir_nodir (test.test_pathlib.test_read.ZipPathReadTest.test_iterdir_nodir)
PASS: test_open_r (test.test_pathlib.test_read.ZipPathReadTest.test_open_r)
SKIP: test_open_r_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_open_r_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_rb (test.test_pathlib.test_read.ZipPathReadTest.test_open_rb)
PASS: test_read_bytes (test.test_pathlib.test_read.ZipPathReadTest.test_read_bytes)
PASS: test_read_text (test.test_pathlib.test_read.ZipPathReadTest.test_read_text)
SKIP: test_read_text_encoding_warning (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_read_text_with_newlines (test.test_pathlib.test_read.ZipPathReadTest.test_read_text_with_newlines)
PASS: test_walk_bottom_up (test.test_pathlib.test_read.ZipPathReadTest.test_walk_bottom_up)
PASS: test_walk_prune (test.test_pathlib.test_read.ZipPathReadTest.test_walk_prune)
PASS: test_walk_top_down (test.test_pathlib.test_read.ZipPathReadTest.test_walk_top_down)
PASS: test_is_writable (test.test_pathlib.test_write.LocalPathWriteTest.test_is_writable)
PASS: test_mkdir (test.test_pathlib.test_write.LocalPathWriteTest.test_mkdir)
PASS: test_open_w (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w)
SKIP: test_open_w_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_open_w_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_wb (test.test_pathlib.test_write.LocalPathWriteTest.test_open_wb)
PASS: test_symlink_to (test.test_pathlib.test_write.LocalPathWriteTest.test_symlink_to)
PASS: test_write_bytes (test.test_pathlib.test_write.LocalPathWriteTest.test_write_bytes)
PASS: test_write_text (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text)
SKIP: test_write_text_encoding_warning (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_write_text_with_newlines (test.test_pathlib.test_write.LocalPathWriteTest.test_write_text_with_newlines)
PASS: test_is_writable (test.test_pathlib.test_write.PathWriteTest.test_is_writable)
PASS: test_mkdir (test.test_pathlib.test_write.PathWriteTest.test_mkdir)
PASS: test_open_w (test.test_pathlib.test_write.PathWriteTest.test_open_w)
SKIP: test_open_w_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_open_w_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_wb (test.test_pathlib.test_write.PathWriteTest.test_open_wb)
PASS: test_symlink_to (test.test_pathlib.test_write.PathWriteTest.test_symlink_to)
PASS: test_write_bytes (test.test_pathlib.test_write.PathWriteTest.test_write_bytes)
PASS: test_write_text (test.test_pathlib.test_write.PathWriteTest.test_write_text)
SKIP: test_write_text_encoding_warning (test.test_pathlib.test_write.PathWriteTest.test_write_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_write_text_with_newlines (test.test_pathlib.test_write.PathWriteTest.test_write_text_with_newlines)
PASS: test_is_writable (test.test_pathlib.test_write.ZipPathWriteTest.test_is_writable)
PASS: test_mkdir (test.test_pathlib.test_write.ZipPathWriteTest.test_mkdir)
PASS: test_open_w (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w)
SKIP: test_open_w_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_open_w_encoding_warning) 'Requires warn_default_encoding'
PASS: test_open_wb (test.test_pathlib.test_write.ZipPathWriteTest.test_open_wb)
PASS: test_symlink_to (test.test_pathlib.test_write.ZipPathWriteTest.test_symlink_to)
PASS: test_write_bytes (test.test_pathlib.test_write.ZipPathWriteTest.test_write_bytes)
PASS: test_write_text (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text)
SKIP: test_write_text_encoding_warning (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_encoding_warning) 'Requires warn_default_encoding'
PASS: test_write_text_with_newlines (test.test_pathlib.test_write.ZipPathWriteTest.test_write_text_with_newlines)

----------------------------------------------------------------------
Ran 1369 tests in 1.457s

OK (skipped=397)
0:03:09 load avg: 3.81 [299/486] test_peepholer passed
PASS: test_build_empty_tuple (test.test_peepholer.DirectCfgOptimizerTests.test_build_empty_tuple)
PASS: test_conditional_jump_backward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_const_condition)
PASS: test_conditional_jump_backward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_non_const_condition)
PASS: test_conditional_jump_forward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_const_condition)
PASS: test_conditional_jump_forward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_non_const_condition)
PASS: test_dead_store_elimination_in_same_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_dead_store_elimination_in_same_lineno)
PASS: test_except_handler_label (test.test_peepholer.DirectCfgOptimizerTests.test_except_handler_label)
PASS: test_fold_constant_intrinsic_list_to_tuple (test.test_peepholer.DirectCfgOptimizerTests.test_fold_constant_intrinsic_list_to_tuple)
PASS: test_fold_tuple_of_constants (test.test_peepholer.DirectCfgOptimizerTests.test_fold_tuple_of_constants)
PASS: test_list_exceeding_stack_use_guideline (test.test_peepholer.DirectCfgOptimizerTests.test_list_exceeding_stack_use_guideline)
PASS: test_list_to_tuple_get_iter (test.test_peepholer.DirectCfgOptimizerTests.test_list_to_tuple_get_iter)
PASS: test_list_to_tuple_get_iter_is_safe (test.test_peepholer.DirectCfgOptimizerTests.test_list_to_tuple_get_iter_is_safe)
PASS: test_nested_const_foldings (test.test_peepholer.DirectCfgOptimizerTests.test_nested_const_foldings)
PASS: test_no_dead_store_elimination_in_different_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_no_dead_store_elimination_in_different_lineno)
PASS: test_no_unsafe_static_swap (test.test_peepholer.DirectCfgOptimizerTests.test_no_unsafe_static_swap)
PASS: test_optimize_if_const_binop (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_if_const_binop)
PASS: test_optimize_if_const_list (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_if_const_list)
PASS: test_optimize_if_const_set (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_if_const_set)
PASS: test_optimize_if_const_unaryop (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_if_const_unaryop)
PASS: test_optimize_literal_list_contains (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_literal_list_contains)
PASS: test_optimize_literal_list_for_iter (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_literal_list_for_iter)
PASS: test_optimize_literal_set_contains (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_literal_set_contains)
PASS: test_optimize_literal_set_for_iter (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_literal_set_for_iter)
PASS: test_optimize_unary_not (test.test_peepholer.DirectCfgOptimizerTests.test_optimize_unary_not)
PASS: test_set_exceeding_stack_use_guideline (test.test_peepholer.DirectCfgOptimizerTests.test_set_exceeding_stack_use_guideline)
PASS: test_unconditional_jump_threading (test.test_peepholer.DirectCfgOptimizerTests.test_unconditional_jump_threading)
PASS: test_build_empty_tuple (test.test_peepholer.OptimizeLoadFastTestCase.test_build_empty_tuple)
PASS: test_check_exc_match (test.test_peepholer.OptimizeLoadFastTestCase.test_check_exc_match)
PASS: test_conditional_jump_backward_const_condition (test.test_peepholer.OptimizeLoadFastTestCase.test_conditional_jump_backward_const_condition)
PASS: test_conditional_jump_backward_non_const_condition (test.test_peepholer.OptimizeLoadFastTestCase.test_conditional_jump_backward_non_const_condition)
PASS: test_conditional_jump_forward_const_condition (test.test_peepholer.OptimizeLoadFastTestCase.test_conditional_jump_forward_const_condition)
PASS: test_conditional_jump_forward_non_const_condition (test.test_peepholer.OptimizeLoadFastTestCase.test_conditional_jump_forward_non_const_condition)
PASS: test_consume_no_inputs (test.test_peepholer.OptimizeLoadFastTestCase.test_consume_no_inputs)
PASS: test_consume_some_inputs_no_outputs (test.test_peepholer.OptimizeLoadFastTestCase.test_consume_some_inputs_no_outputs)
PASS: test_dead_store_elimination_in_same_lineno (test.test_peepholer.OptimizeLoadFastTestCase.test_dead_store_elimination_in_same_lineno)
PASS: test_del_in_finally (test.test_peepholer.OptimizeLoadFastTestCase.test_del_in_finally)
PASS: test_except_handler_label (test.test_peepholer.OptimizeLoadFastTestCase.test_except_handler_label)
PASS: test_fold_constant_intrinsic_list_to_tuple (test.test_peepholer.OptimizeLoadFastTestCase.test_fold_constant_intrinsic_list_to_tuple)
PASS: test_fold_tuple_of_constants (test.test_peepholer.OptimizeLoadFastTestCase.test_fold_tuple_of_constants)
PASS: test_for_iter (test.test_peepholer.OptimizeLoadFastTestCase.test_for_iter)
PASS: test_format_simple (test.test_peepholer.OptimizeLoadFastTestCase.test_format_simple)
PASS: test_format_simple_unicode (test.test_peepholer.OptimizeLoadFastTestCase.test_format_simple_unicode)
PASS: test_get_yield_from_iter (test.test_peepholer.OptimizeLoadFastTestCase.test_get_yield_from_iter)
PASS: test_list_exceeding_stack_use_guideline (test.test_peepholer.OptimizeLoadFastTestCase.test_list_exceeding_stack_use_guideline)
PASS: test_list_to_tuple_get_iter (test.test_peepholer.OptimizeLoadFastTestCase.test_list_to_tuple_get_iter)
PASS: test_list_to_tuple_get_iter_is_safe (test.test_peepholer.OptimizeLoadFastTestCase.test_list_to_tuple_get_iter_is_safe)
PASS: test_load_attr (test.test_peepholer.OptimizeLoadFastTestCase.test_load_attr)
PASS: test_load_special (test.test_peepholer.OptimizeLoadFastTestCase.test_load_special)
PASS: test_nested_const_foldings (test.test_peepholer.OptimizeLoadFastTestCase.test_nested_const_foldings)
PASS: test_no_dead_store_elimination_in_different_lineno (test.test_peepholer.OptimizeLoadFastTestCase.test_no_dead_store_elimination_in_different_lineno)
PASS: test_no_unsafe_static_swap (test.test_peepholer.OptimizeLoadFastTestCase.test_no_unsafe_static_swap)
PASS: test_optimize_if_const_binop (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_if_const_binop)
PASS: test_optimize_if_const_list (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_if_const_list)
PASS: test_optimize_if_const_set (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_if_const_set)
PASS: test_optimize_if_const_unaryop (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_if_const_unaryop)
PASS: test_optimize_literal_list_contains (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_literal_list_contains)
PASS: test_optimize_literal_list_for_iter (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_literal_list_for_iter)
PASS: test_optimize_literal_set_contains (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_literal_set_contains)
PASS: test_optimize_literal_set_for_iter (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_literal_set_for_iter)
PASS: test_optimize_unary_not (test.test_peepholer.OptimizeLoadFastTestCase.test_optimize_unary_not)
PASS: test_optimized (test.test_peepholer.OptimizeLoadFastTestCase.test_optimized)
PASS: test_push_exc_info (test.test_peepholer.OptimizeLoadFastTestCase.test_push_exc_info)
PASS: test_send (test.test_peepholer.OptimizeLoadFastTestCase.test_send)
PASS: test_set_exceeding_stack_use_guideline (test.test_peepholer.OptimizeLoadFastTestCase.test_set_exceeding_stack_use_guideline)
PASS: test_set_function_attribute (test.test_peepholer.OptimizeLoadFastTestCase.test_set_function_attribute)
PASS: test_super_attr (test.test_peepholer.OptimizeLoadFastTestCase.test_super_attr)
PASS: test_unconditional_jump_threading (test.test_peepholer.OptimizeLoadFastTestCase.test_unconditional_jump_threading)
PASS: test_unoptimized_if_aliased (test.test_peepholer.OptimizeLoadFastTestCase.test_unoptimized_if_aliased)
PASS: test_unoptimized_if_support_killed (test.test_peepholer.OptimizeLoadFastTestCase.test_unoptimized_if_support_killed)
PASS: test_unoptimized_if_unconsumed (test.test_peepholer.OptimizeLoadFastTestCase.test_unoptimized_if_unconsumed)
PASS: test_bpo_42057 (test.test_peepholer.TestBuglets.test_bpo_42057)
PASS: test_bpo_45773_pop_jump_if_false (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_false)
PASS: test_bpo_45773_pop_jump_if_true (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_true)
PASS: test_bug_11510 (test.test_peepholer.TestBuglets.test_bug_11510)
PASS: test_initializing_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_initializing_local_does_not_add_check)
PASS: test_load_fast_known_because_already_loaded (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_already_loaded)
PASS: test_load_fast_known_because_parameter (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_parameter)
PASS: test_load_fast_known_multiple_branches (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_multiple_branches)
PASS: test_load_fast_known_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_simple)
PASS: test_load_fast_too_many_locals (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_too_many_locals)
PASS: test_load_fast_unknown_after_error (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error)
PASS: test_load_fast_unknown_after_error_2 (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error_2)
PASS: test_load_fast_unknown_because_del (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_because_del)
PASS: test_load_fast_unknown_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_simple)
PASS: test_modifying_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_modifying_local_does_not_add_check)
PASS: test_setting_lineno_no_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_no_undefined)
PASS: test_setting_lineno_one_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_one_undefined)
PASS: test_setting_lineno_two_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_two_undefined)
PASS: test_assignment_idiom_in_comprehensions (test.test_peepholer.TestTranforms.test_assignment_idiom_in_comprehensions)
PASS: test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms.test_condition_with_binop_with_bools)
PASS: test_constant_folding_binop (test.test_peepholer.TestTranforms.test_constant_folding_binop)
PASS: test_constant_folding_lists_of_constants (test.test_peepholer.TestTranforms.test_constant_folding_lists_of_constants)
PASS: test_constant_folding_remove_nop_location (test.test_peepholer.TestTranforms.test_constant_folding_remove_nop_location)
PASS: test_constant_folding_sets_of_constants (test.test_peepholer.TestTranforms.test_constant_folding_sets_of_constants)
PASS: test_constant_folding_small_int (test.test_peepholer.TestTranforms.test_constant_folding_small_int)
PASS: test_constant_folding_tuples_of_constants (test.test_peepholer.TestTranforms.test_constant_folding_tuples_of_constants)
PASS: test_constant_folding_unaryop (test.test_peepholer.TestTranforms.test_constant_folding_unaryop)
PASS: test_elim_extra_return (test.test_peepholer.TestTranforms.test_elim_extra_return)
PASS: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms.test_elim_inversion_of_is_or_in)
PASS: test_elim_jump_after_return1 (test.test_peepholer.TestTranforms.test_elim_jump_after_return1)
PASS: test_elim_jump_to_return (test.test_peepholer.TestTranforms.test_elim_jump_to_return)
PASS: test_elim_jump_to_uncond_jump (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump)
PASS: test_elim_jump_to_uncond_jump2 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump2)
PASS: test_elim_jump_to_uncond_jump3 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump3)
PASS: test_elim_jump_to_uncond_jump4 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump4)
SKIP: test_format_combinations (test.test_peepholer.TestTranforms.test_format_combinations) "resource 'cpu' is not enabled"
PASS: test_format_errors (test.test_peepholer.TestTranforms.test_format_errors)
PASS: test_format_misc (test.test_peepholer.TestTranforms.test_format_misc)
PASS: test_global_as_constant (test.test_peepholer.TestTranforms.test_global_as_constant)
PASS: test_if_with_if_expression (test.test_peepholer.TestTranforms.test_if_with_if_expression)
PASS: test_in_literal_list (test.test_peepholer.TestTranforms.test_in_literal_list)
PASS: test_iterate_literal_list (test.test_peepholer.TestTranforms.test_iterate_literal_list)
PASS: test_make_function_doesnt_bail (test.test_peepholer.TestTranforms.test_make_function_doesnt_bail)
PASS: test_pack_unpack (test.test_peepholer.TestTranforms.test_pack_unpack)
PASS: test_static_swaps_match_class (test.test_peepholer.TestTranforms.test_static_swaps_match_class)
PASS: test_static_swaps_match_mapping (test.test_peepholer.TestTranforms.test_static_swaps_match_mapping)
PASS: test_static_swaps_match_sequence (test.test_peepholer.TestTranforms.test_static_swaps_match_sequence)
PASS: test_static_swaps_unpack_three (test.test_peepholer.TestTranforms.test_static_swaps_unpack_three)
PASS: test_static_swaps_unpack_two (test.test_peepholer.TestTranforms.test_static_swaps_unpack_two)
PASS: test_trailing_nops (test.test_peepholer.TestTranforms.test_trailing_nops)
PASS: test_unot (test.test_peepholer.TestTranforms.test_unot)
PASS: test_while_one (test.test_peepholer.TestTranforms.test_while_one)

----------------------------------------------------------------------
Ran 122 tests in 0.302s

OK (skipped=1)
0:03:10 load avg: 3.81 [300/486] test_peg_generator skipped (resource denied)
test_peg_generator skipped -- Use of the 'cpu' resource not enabled
0:03:10 load avg: 3.81 [301/486] test_pep646_syntax passed
doctests (test.test_pep646_syntax.__test__)
PASS: Doctest: test.test_pep646_syntax.__test__.doctests

----------------------------------------------------------------------
Ran 1 test in 0.013s

OK
0:03:10 load avg: 3.81 [302/486] test_perf_profiler skipped
test_perf_profiler skipped -- perf trampoline profiling not supported
0:03:10 load avg: 3.81 [303/486] test_perfmaps passed
PASS: test_write_perf_map_entry (test.test_perfmaps.TestPerfMapWriting.test_write_perf_map_entry)

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
0:03:16 load avg: 3.69 [304/486] test_logging passed
PASS: test_critical (test.test_logging.BasicConfigTest.test_critical)
PASS: test_datefmt (test.test_logging.BasicConfigTest.test_datefmt)
PASS: test_debug (test.test_logging.BasicConfigTest.test_debug)
PASS: test_encoding (test.test_logging.BasicConfigTest.test_encoding)
PASS: test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors)
PASS: test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default)
PASS: test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none)
PASS: test_error (test.test_logging.BasicConfigTest.test_error)
PASS: test_filemode (test.test_logging.BasicConfigTest.test_filemode)
PASS: test_filename (test.test_logging.BasicConfigTest.test_filename)
PASS: test_force (test.test_logging.BasicConfigTest.test_force)
PASS: test_format (test.test_logging.BasicConfigTest.test_format)
PASS: test_handlers (test.test_logging.BasicConfigTest.test_handlers)
PASS: test_incompatible (test.test_logging.BasicConfigTest.test_incompatible)
PASS: test_info (test.test_logging.BasicConfigTest.test_info)
PASS: test_level (test.test_logging.BasicConfigTest.test_level)
PASS: test_log (test.test_logging.BasicConfigTest.test_log)
PASS: test_log_taskName (test.test_logging.BasicConfigTest.test_log_taskName)
PASS: test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs)
PASS: test_stream (test.test_logging.BasicConfigTest.test_stream)
PASS: test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle)
PASS: test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle)
PASS: test_style (test.test_logging.BasicConfigTest.test_style)
PASS: test_warning (test.test_logging.BasicConfigTest.test_warning)
PASS: test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter)
PASS: test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter)
PASS: test_filter (test.test_logging.BasicFilterTest.test_filter)
PASS: test_custom (test.test_logging.BufferingFormatterTest.test_custom)
PASS: test_default (test.test_logging.BufferingFormatterTest.test_default)
PASS: test_flat (test.test_logging.BuiltinLevelsTest.test_flat)
PASS: test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935)
PASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit)
PASS: test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited)
PASS: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent)
test_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386)
PASS: See issue #22386 for more information.
test_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220)
PASS: See issue #29220 for more information.
PASS: test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers)
PASS: test_get_children (test.test_logging.ChildLoggerTest.test_get_children)
PASS: test_111615 (test.test_logging.ConfigDictTest.test_111615)
PASS: test_90195 (test.test_logging.ConfigDictTest.test_90195)
PASS: test_bad_format (test.test_logging.ConfigDictTest.test_bad_format)
PASS: test_bad_format_with_dollar_style (test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style)
PASS: test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig)
PASS: test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok)
PASS: test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok)
PASS: test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure)
PASS: test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure)
PASS: test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok)
PASS: test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok)
PASS: test_config16_ok (test.test_logging.ConfigDictTest.test_config16_ok)
PASS: test_config17_ok (test.test_logging.ConfigDictTest.test_config17_ok)
PASS: test_config18_ok (test.test_logging.ConfigDictTest.test_config18_ok)
PASS: test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok)
PASS: test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure)
PASS: test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure)
PASS: test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure)
PASS: test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure)
PASS: test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok)
PASS: test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok)
PASS: test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok)
PASS: test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure)
PASS: test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok)
PASS: test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok)
PASS: test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok)
PASS: test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok)
PASS: test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok)
PASS: test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works)
PASS: test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works)
PASS: test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works)
PASS: test_config_queue_handler (test.test_logging.ConfigDictTest.test_config_queue_handler)
PASS: test_config_queue_handler_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager)
PASS: test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager)
SKIP: test_config_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'
SKIP: test_config_reject_simple_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'
PASS: test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate)
PASS: test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2)
PASS: test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt)
PASS: test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3)
PASS: test_custom_formatter_function_with_defaults (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults)
PASS: test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate)
PASS: test_deprecation_warning_custom_handler_with_strm_arg (test.test_logging.ConfigDictTest.test_deprecation_warning_custom_handler_with_strm_arg)
PASS: test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises)
PASS: test_kwargs_passing (test.test_logging.ConfigDictTest.test_kwargs_passing)
PASS: test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok)
PASS: test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok)
PASS: test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify)
PASS: test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues)
PASS: test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple)
PASS: test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok)
PASS: test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok)
PASS: test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok)
PASS: test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure)
PASS: test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure)
PASS: test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok)
PASS: test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok)
PASS: test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok)
PASS: test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok)
PASS: test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok)
PASS: test_config9_ok (test.test_logging.ConfigFileTest.test_config9_ok)
PASS: test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names)
test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation)
PASS: bpo-33802 defaults should not get interpolated
PASS: test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty)
PASS: test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid)
PASS: test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist)
PASS: test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling)
PASS: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter)
PASS: test_handler_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record)
PASS: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter)
PASS: test_logging_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record)
PASS: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters)
PASS: test_output (test.test_logging.DatagramHandlerTest.test_output)
PASS: test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode)
PASS: test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file)
PASS: test_formatting (test.test_logging.ExceptionTest.test_formatting)
PASS: test_delay (test.test_logging.FileHandlerTest.test_delay)
PASS: test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode)
PASS: test_braces (test.test_logging.FormatterTest.test_braces)
PASS: test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none)
PASS: test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter)
PASS: test_dollars (test.test_logging.FormatterTest.test_dollars)
PASS: test_format_validate (test.test_logging.FormatterTest.test_format_validate)
PASS: test_invalid_style (test.test_logging.FormatterTest.test_invalid_style)
PASS: test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047)
PASS: test_msecs_has_no_floating_point_precision_loss (test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss)
PASS: test_percent (test.test_logging.FormatterTest.test_percent)
PASS: test_relativeCreated_has_higher_precision (test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision)
PASS: test_time (test.test_logging.FormatterTest.test_time)
PASS: test_output (test.test_logging.HTTPHandlerTest.test_output)
PASS: test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers)
PASS: test_name (test.test_logging.HandlerTest.test_name)
test_pathlike_objects (test.test_logging.HandlerTest.test_pathlike_objects)
PASS: Test that path-like objects are accepted as filename arguments to handlers.
test_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock)
PASS: Ensure child logging locks are not held; bpo-6721 & bpo-36533.
SKIP: test_race (test.test_logging.HandlerTest.test_race) "resource 'walltime' is not enabled"
PASS: test_output (test.test_logging.IPv6SysLogHandlerTest.test_output)
PASS: test_tcp_timeout (test.test_logging.IPv6SysLogHandlerTest.test_tcp_timeout)
PASS: test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection)
PASS: test_last_resort (test.test_logging.LastResortTest.test_last_resort)
PASS: test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class)
PASS: test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg)
PASS: test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing)
PASS: test_optional (test.test_logging.LogRecordTest.test_optional)
PASS: test_str_rep (test.test_logging.LogRecordTest.test_str_rep)
PASS: test_taskName_with_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported)
PASS: test_taskName_without_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported)
PASS: test_critical (test.test_logging.LoggerAdapterTest.test_critical)
PASS: test_exception (test.test_logging.LoggerAdapterTest.test_exception)
PASS: test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo)
PASS: test_extra_in_records (test.test_logging.LoggerAdapterTest.test_extra_in_records)
PASS: test_extra_merged (test.test_logging.LoggerAdapterTest.test_extra_merged)
PASS: test_extra_merged_log_call_has_precedence (test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence)
PASS: test_extra_merged_without_extra (test.test_logging.LoggerAdapterTest.test_extra_merged_without_extra)
PASS: test_extra_not_merged_by_default (test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default)
PASS: test_find_caller_with_stacklevel (test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel)
PASS: test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers)
PASS: test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for)
PASS: test_nested (test.test_logging.LoggerAdapterTest.test_nested)
PASS: test_nested_styled_adapter (test.test_logging.LoggerAdapterTest.test_nested_styled_adapter)
PASS: test_styled_adapter (test.test_logging.LoggerAdapterTest.test_styled_adapter)
PASS: test_caching (test.test_logging.LoggerTest.test_caching)
PASS: test_exception (test.test_logging.LoggerTest.test_exception)
PASS: test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info)
PASS: test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel)
PASS: test_has_handlers (test.test_logging.LoggerTest.test_has_handlers)
PASS: test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate)
PASS: test_invalid_names (test.test_logging.LoggerTest.test_invalid_names)
PASS: test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for)
PASS: test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger)
PASS: test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise)
PASS: test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise)
PASS: test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite)
PASS: test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite)
PASS: test_pickling (test.test_logging.LoggerTest.test_pickling)
PASS: test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases)
PASS: test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level)
PASS: test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass)
PASS: test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory)
PASS: test_flush (test.test_logging.MemoryHandlerTest.test_flush)
test_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close)
PASS: Test that the flush-on-close configuration works as expected.
PASS: test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush)
test_shutdown_flush_on_close (test.test_logging.MemoryHandlerTest.test_shutdown_flush_on_close)
PASS: Test that the flush-on-close configuration is respected by the
PASS: test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers)
PASS: test__all__ (test.test_logging.MiscTestCase.test__all__)
PASS: test_critical (test.test_logging.ModuleLevelMiscTest.test_critical)
PASS: test_debug (test.test_logging.ModuleLevelMiscTest.test_debug)
PASS: test_disable (test.test_logging.ModuleLevelMiscTest.test_disable)
PASS: test_error (test.test_logging.ModuleLevelMiscTest.test_error)
PASS: test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping)
PASS: test_info (test.test_logging.ModuleLevelMiscTest.test_info)
PASS: test_log (test.test_logging.ModuleLevelMiscTest.test_log)
PASS: test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown)
PASS: test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open)
PASS: test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error)
PASS: test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class)
PASS: test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache)
PASS: test_warning (test.test_logging.ModuleLevelMiscTest.test_warning)
SKIP: test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) 'win32evtlog/win32evtlogutil/pywintypes required for this test.'
PASS: test_formatting (test.test_logging.QueueHandlerTest.test_formatting)
PASS: test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler)
PASS: test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener)
PASS: test_queue_listener_context_manager (test.test_logging.QueueHandlerTest.test_queue_listener_context_manager)
PASS: test_queue_listener_multi_start (test.test_logging.QueueHandlerTest.test_queue_listener_multi_start)
PASS: test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler)
PASS: test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers)
PASS: test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop)
PASS: test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue)
PASS: test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue)
test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop)
PASS: Five messages are logged then the QueueListener is stopped. This
PASS: test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created)
PASS: test_max_bytes (test.test_logging.RotatingFileHandlerTest.test_max_bytes)
PASS: test_max_bytes_delay (test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay)
PASS: test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance)
PASS: test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames)
PASS: test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator)
PASS: test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover)
PASS: test_should_not_rollover_named_pipe (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_named_pipe)
PASS: test_should_not_rollover_non_file (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file)
PASS: test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover)
PASS: test_basic (test.test_logging.SMTPHandlerTest.test_basic)
PASS: test_no_failure (test.test_logging.ShutdownTest.test_no_failure)
PASS: test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire)
PASS: test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close)
PASS: test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush)
PASS: test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise)
PASS: test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise)
PASS: test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise)
PASS: test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise)
PASS: test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise)
PASS: test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise)
PASS: test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire)
PASS: test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close)
PASS: test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush)
PASS: test_noserver (test.test_logging.SocketHandlerTest.test_noserver)
PASS: test_output (test.test_logging.SocketHandlerTest.test_output)
PASS: test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name)
PASS: test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling)
test_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting)
PASS: Test setting the handler's stream
PASS: test_output (test.test_logging.SysLogHandlerTest.test_output)
PASS: test_tcp_timeout (test.test_logging.SysLogHandlerTest.test_tcp_timeout)
PASS: test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection)
PASS: test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete)
PASS: test_compute_files_to_delete_same_filename_different_extensions (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions)
PASS: test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D)
PASS: test_compute_rollover_D_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval)
PASS: test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H)
PASS: test_compute_rollover_H_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval)
PASS: test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M)
PASS: test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT)
PASS: test_compute_rollover_MIDNIGHT_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval)
PASS: test_compute_rollover_MIDNIGHT_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local)
PASS: test_compute_rollover_MIDNIGHT_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval)
PASS: test_compute_rollover_M_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval)
PASS: test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S)
PASS: test_compute_rollover_S_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval)
PASS: test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0)
PASS: test_compute_rollover_W0_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval)
PASS: test_compute_rollover_W6_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local)
PASS: test_compute_rollover_W6_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval)
PASS: test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime)
PASS: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime)
PASS: test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid)
PASS: test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover)
PASS: test_rollover_at_midnight (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight)
PASS: test_rollover_at_weekday (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday)
PASS: test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover)
PASS: test_output (test.test_logging.UnixDatagramHandlerTest.test_output)
PASS: test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver)
PASS: test_output (test.test_logging.UnixSocketHandlerTest.test_output)
PASS: test_output (test.test_logging.UnixSysLogHandlerTest.test_output)
PASS: test_tcp_timeout (test.test_logging.UnixSysLogHandlerTest.test_tcp_timeout)
PASS: test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection)
PASS: test_warnings (test.test_logging.WarningsTest.test_warnings)
PASS: test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers)

----------------------------------------------------------------------
Ran 272 tests in 15.253s

OK (skipped=4)
0:03:16 load avg: 3.69 [305/486] test_picklebuffer passed
PASS: test_basics (test.test_picklebuffer.PickleBufferTest.test_basics)
PASS: test_constructor_failure (test.test_picklebuffer.PickleBufferTest.test_constructor_failure)
PASS: test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle)
PASS: test_ndarray_2d (test.test_picklebuffer.PickleBufferTest.test_ndarray_2d)
PASS: test_raw (test.test_picklebuffer.PickleBufferTest.test_raw)
PASS: test_raw_ndarray (test.test_picklebuffer.PickleBufferTest.test_raw_ndarray)
PASS: test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous)
PASS: test_raw_released (test.test_picklebuffer.PickleBufferTest.test_raw_released)
PASS: test_release (test.test_picklebuffer.PickleBufferTest.test_release)

----------------------------------------------------------------------
Ran 9 tests in 0.006s

OK
0:03:17 load avg: 3.69 [306/486] test_multiprocessing_main_handling passed
PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script)
PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_no_suffix)
PASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory)
PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_compiled)
PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_ipython_workaround)
PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package)
PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_in_zipfile)
PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_subpackage_in_zipfile)
PASS: test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package)
PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_compiled)
PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_script_compiled)
PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile)
PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_compiled)
PASS: test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script)
PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_no_suffix)
PASS: test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory)
PASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_compiled)
PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround)
PASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package)
PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_in_zipfile)
PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_subpackage_in_zipfile)
PASS: test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package)
PASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_compiled)
PASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_script_compiled)
PASS: test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile)
PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_compiled)
PASS: test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script)
PASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_no_suffix)
PASS: test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory)
PASS: test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_compiled)
PASS: test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_ipython_workaround)
PASS: test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package)
PASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_in_zipfile)
PASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_subpackage_in_zipfile)
PASS: test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package)
PASS: test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_compiled)
PASS: test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_script_compiled)
PASS: test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile)
PASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_compiled)

----------------------------------------------------------------------
Ran 39 tests in 12.230s

OK
0:03:17 load avg: 3.69 [307/486] test_pkg passed
PASS: test_1 (test.test_pkg.TestPkg.test_1)
PASS: test_2 (test.test_pkg.TestPkg.test_2)
PASS: test_3 (test.test_pkg.TestPkg.test_3)
PASS: test_4 (test.test_pkg.TestPkg.test_4)
PASS: test_5 (test.test_pkg.TestPkg.test_5)
PASS: test_6 (test.test_pkg.TestPkg.test_6)
PASS: test_7 (test.test_pkg.TestPkg.test_7)
PASS: test_8 (test.test_pkg.TestPkg.test_8)

----------------------------------------------------------------------
Ran 8 tests in 0.012s

OK
0:03:17 load avg: 3.69 [308/486] test_pickletools passed
PASS: test_annotate (test.test_pickletools.DisTests.test_annotate)
PASS: test_binstring (test.test_pickletools.DisTests.test_binstring)
PASS: test_constants (test.test_pickletools.DisTests.test_constants)
PASS: test_get (test.test_pickletools.DisTests.test_get)
PASS: test_get_without_put (test.test_pickletools.DisTests.test_get_without_put)
PASS: test_global (test.test_pickletools.DisTests.test_global)
PASS: test_indentlevel (test.test_pickletools.DisTests.test_indentlevel)
PASS: test_inst (test.test_pickletools.DisTests.test_inst)
PASS: test_integers (test.test_pickletools.DisTests.test_integers)
PASS: test_mark (test.test_pickletools.DisTests.test_mark)
PASS: test_mark_pop (test.test_pickletools.DisTests.test_mark_pop)
PASS: test_mark_without_pos (test.test_pickletools.DisTests.test_mark_without_pos)
PASS: test_memo (test.test_pickletools.DisTests.test_memo)
PASS: test_no_mark (test.test_pickletools.DisTests.test_no_mark)
PASS: test_no_stop (test.test_pickletools.DisTests.test_no_stop)
PASS: test_nondecimal_integers (test.test_pickletools.DisTests.test_nondecimal_integers)
PASS: test_persid (test.test_pickletools.DisTests.test_persid)
PASS: test_put (test.test_pickletools.DisTests.test_put)
PASS: test_put_empty_stack (test.test_pickletools.DisTests.test_put_empty_stack)
PASS: test_put_markobject (test.test_pickletools.DisTests.test_put_markobject)
PASS: test_put_redefined (test.test_pickletools.DisTests.test_put_redefined)
PASS: test_short_binstring (test.test_pickletools.DisTests.test_short_binstring)
PASS: test_stop_not_empty_stack (test.test_pickletools.DisTests.test_stop_not_empty_stack)
PASS: test_string (test.test_pickletools.DisTests.test_string)
PASS: test_string_without_quotes (test.test_pickletools.DisTests.test_string_without_quotes)
PASS: test_too_small_stack (test.test_pickletools.DisTests.test_too_small_stack)
PASS: test_truncated_data (test.test_pickletools.DisTests.test_truncated_data)
PASS: test_unknown_opcode (test.test_pickletools.DisTests.test_unknown_opcode)
PASS: test_from_file (test.test_pickletools.GenopsTests.test_from_file)
PASS: test_genops (test.test_pickletools.GenopsTests.test_genops)
PASS: test_no_stop (test.test_pickletools.GenopsTests.test_no_stop)
PASS: test_truncated_data (test.test_pickletools.GenopsTests.test_truncated_data)
PASS: test_unknown_opcode (test.test_pickletools.GenopsTests.test_unknown_opcode)
PASS: test_unknown_opcode_without_pos (test.test_pickletools.GenopsTests.test_unknown_opcode_without_pos)
PASS: test_without_pos (test.test_pickletools.GenopsTests.test_without_pos)
PASS: test__all__ (test.test_pickletools.MiscTestCase.test__all__)
PASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests.test_attribute_name_interning)
PASS: test_bad_proto (test.test_pickletools.OptimizedPickleTests.test_bad_proto)
PASS: test_buffers_error (test.test_pickletools.OptimizedPickleTests.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickletools.OptimizedPickleTests.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickletools.OptimizedPickleTests.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickletools.OptimizedPickleTests.test_builtin_functions)
PASS: test_builtin_types (test.test_pickletools.OptimizedPickleTests.test_builtin_types)
PASS: test_bytearray (test.test_pickletools.OptimizedPickleTests.test_bytearray)
PASS: test_bytearray_memoization (test.test_pickletools.OptimizedPickleTests.test_bytearray_memoization)
PASS: test_bytes (test.test_pickletools.OptimizedPickleTests.test_bytes)
PASS: test_bytes_memoization (test.test_pickletools.OptimizedPickleTests.test_bytes_memoization)
PASS: test_c_methods (test.test_pickletools.OptimizedPickleTests.test_c_methods)
PASS: test_compat_pickle (test.test_pickletools.OptimizedPickleTests.test_compat_pickle)
PASS: test_complex_newobj (test.test_pickletools.OptimizedPickleTests.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickletools.OptimizedPickleTests.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickletools.OptimizedPickleTests.test_concurrent_mutation_in_buffer_with_memoryview)
SKIP: test_deep_nested_struct_dict (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_dict) 'need Pickler class'
SKIP: test_deep_nested_struct_frozendict (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_frozendict) 'need frozendict'
SKIP: test_deep_nested_struct_frozenset (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_frozenset) 'need Pickler class'
SKIP: test_deep_nested_struct_list (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_list) 'need Pickler class'
SKIP: test_deep_nested_struct_set (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_set) 'need Pickler class'
SKIP: test_deep_nested_struct_tuple (test.test_pickletools.OptimizedPickleTests.test_deep_nested_struct_tuple) 'need Pickler class'
PASS: test_dict_chunking (test.test_pickletools.OptimizedPickleTests.test_dict_chunking)
PASS: test_dynamic_class (test.test_pickletools.OptimizedPickleTests.test_dynamic_class)
PASS: test_ellipsis (test.test_pickletools.OptimizedPickleTests.test_ellipsis)
PASS: test_evil_class_mutating_dict (test.test_pickletools.OptimizedPickleTests.test_evil_class_mutating_dict)
SKIP: test_fast_save_enter_dict (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_dict) 'need Pickler class'
SKIP: test_fast_save_enter_frozendict (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_frozendict) 'need frozendict'
SKIP: test_fast_save_enter_frozenset (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_frozenset) 'need Pickler class'
SKIP: test_fast_save_enter_list (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_list) 'need Pickler class'
SKIP: test_fast_save_enter_set (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_set) 'need Pickler class'
SKIP: test_fast_save_enter_tuple (test.test_pickletools.OptimizedPickleTests.test_fast_save_enter_tuple) 'need Pickler class'
PASS: test_float (test.test_pickletools.OptimizedPickleTests.test_float)
PASS: test_float_format (test.test_pickletools.OptimizedPickleTests.test_float_format)
PASS: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_getinitargs (test.test_pickletools.OptimizedPickleTests.test_getinitargs)
PASS: test_global_ext1 (test.test_pickletools.OptimizedPickleTests.test_global_ext1)
PASS: test_global_ext2 (test.test_pickletools.OptimizedPickleTests.test_global_ext2)
PASS: test_global_ext4 (test.test_pickletools.OptimizedPickleTests.test_global_ext4)
PASS: test_in_band_buffers (test.test_pickletools.OptimizedPickleTests.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickletools.OptimizedPickleTests.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickletools.OptimizedPickleTests.test_ints)
PASS: test_large_pickles (test.test_pickletools.OptimizedPickleTests.test_large_pickles)
PASS: test_list_chunking (test.test_pickletools.OptimizedPickleTests.test_list_chunking)
PASS: test_long (test.test_pickletools.OptimizedPickleTests.test_long)
PASS: test_long1 (test.test_pickletools.OptimizedPickleTests.test_long1)
PASS: test_long4 (test.test_pickletools.OptimizedPickleTests.test_long4)
PASS: test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests.test_many_puts_and_gets)
PASS: test_metaclass (test.test_pickletools.OptimizedPickleTests.test_metaclass)
PASS: test_misc (test.test_pickletools.OptimizedPickleTests.test_misc)
PASS: test_nested_names (test.test_pickletools.OptimizedPickleTests.test_nested_names)
PASS: test_newobj_generic (test.test_pickletools.OptimizedPickleTests.test_newobj_generic)
PASS: test_newobj_list (test.test_pickletools.OptimizedPickleTests.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickletools.OptimizedPickleTests.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickletools.OptimizedPickleTests.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickletools.OptimizedPickleTests.test_newobj_tuple)
PASS: test_notimplemented (test.test_pickletools.OptimizedPickleTests.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickletools.OptimizedPickleTests.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickletools.OptimizedPickleTests.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickletools.OptimizedPickleTests.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickletools.OptimizedPickleTests.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickletools.OptimizedPickleTests.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickletools.OptimizedPickleTests.test_oob_buffers_writable_to_readonly)
PASS: test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests.test_optimize_binput_and_memoize)
PASS: test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests.test_optimize_long_binget)
PASS: test_optional_frames (test.test_pickletools.OptimizedPickleTests.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickletools.OptimizedPickleTests.test_pickle_setstate_None)
PASS: test_proto (test.test_pickletools.OptimizedPickleTests.test_proto)
PASS: test_py_methods (test.test_pickletools.OptimizedPickleTests.test_py_methods)
PASS: test_recursive_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickletools.OptimizedPickleTests.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickletools.OptimizedPickleTests.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickletools.OptimizedPickleTests.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce)
PASS: test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickletools.OptimizedPickleTests.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests.test_setitems_on_non_dicts)
PASS: test_short_tuples (test.test_pickletools.OptimizedPickleTests.test_short_tuples)
PASS: test_simple_newobj (test.test_pickletools.OptimizedPickleTests.test_simple_newobj)
PASS: test_singleton_types (test.test_pickletools.OptimizedPickleTests.test_singleton_types)
PASS: test_singletons (test.test_pickletools.OptimizedPickleTests.test_singletons)
PASS: test_structseq (test.test_pickletools.OptimizedPickleTests.test_structseq)
PASS: test_unicode (test.test_pickletools.OptimizedPickleTests.test_unicode)
PASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickletools.OptimizedPickleTests.test_unicode_memoization)
disassembler_memo_test (pickletools.__test__)
PASS: Doctest: pickletools.__test__.disassembler_memo_test
disassembler_test (pickletools.__test__)
PASS: Doctest: pickletools.__test__.disassembler_test
read_bytearray8 (pickletools)
PASS: Doctest: pickletools.read_bytearray8
read_bytes1 (pickletools)
PASS: Doctest: pickletools.read_bytes1
read_bytes4 (pickletools)
PASS: Doctest: pickletools.read_bytes4
read_bytes8 (pickletools)
PASS: Doctest: pickletools.read_bytes8
read_decimalnl_long (pickletools)
PASS: Doctest: pickletools.read_decimalnl_long
read_decimalnl_short (pickletools)
PASS: Doctest: pickletools.read_decimalnl_short
read_float8 (pickletools)
PASS: Doctest: pickletools.read_float8
read_floatnl (pickletools)
PASS: Doctest: pickletools.read_floatnl
read_int4 (pickletools)
PASS: Doctest: pickletools.read_int4
read_long1 (pickletools)
PASS: Doctest: pickletools.read_long1
read_long4 (pickletools)
PASS: Doctest: pickletools.read_long4
read_string1 (pickletools)
PASS: Doctest: pickletools.read_string1
read_string4 (pickletools)
PASS: Doctest: pickletools.read_string4
read_stringnl (pickletools)
PASS: Doctest: pickletools.read_stringnl
read_stringnl_noescape_pair (pickletools)
PASS: Doctest: pickletools.read_stringnl_noescape_pair
read_uint1 (pickletools)
PASS: Doctest: pickletools.read_uint1
read_uint2 (pickletools)
PASS: Doctest: pickletools.read_uint2
read_uint4 (pickletools)
PASS: Doctest: pickletools.read_uint4
read_uint8 (pickletools)
PASS: Doctest: pickletools.read_uint8
read_unicodestring1 (pickletools)
PASS: Doctest: pickletools.read_unicodestring1
read_unicodestring4 (pickletools)
PASS: Doctest: pickletools.read_unicodestring4
read_unicodestring8 (pickletools)
PASS: Doctest: pickletools.read_unicodestring8
read_unicodestringnl (pickletools)
PASS: Doctest: pickletools.read_unicodestringnl

----------------------------------------------------------------------
Ran 188 tests in 0.794s

OK (skipped=14)
0:03:18 load avg: 3.69 [309/486] test_pkgutil passed
PASS: test_extend_path_argument_types (test.test_pkgutil.ExtendPathTests.test_extend_path_argument_types)
PASS: test_extend_path_pkg_files (test.test_pkgutil.ExtendPathTests.test_extend_path_pkg_files)
PASS: test_iter_importers (test.test_pkgutil.ExtendPathTests.test_iter_importers)
PASS: test_mixed_namespace (test.test_pkgutil.ExtendPathTests.test_mixed_namespace)
PASS: test_simple (test.test_pkgutil.ExtendPathTests.test_simple)
PASS: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_get_importer_avoids_emulation)
PASS: test_issue44061 (test.test_pkgutil.ImportlibMigrationTests.test_issue44061)
PASS: test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_iter_importers_avoids_emulation)
PASS: test_nested (test.test_pkgutil.NestedNamespacePackageTest.test_nested)
PASS: test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests.test_alreadyloaded)
PASS: test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests.test_getdata_pep302)
PASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests.test_getdata_filesys)
PASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests.test_getdata_zipfile)
PASS: test_issue44061_iter_modules (test.test_pkgutil.PkgutilTests.test_issue44061_iter_modules)
PASS: test_name_resolution (test.test_pkgutil.PkgutilTests.test_name_resolution)
PASS: test_name_resolution_import_rebinding (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding)
PASS: test_name_resolution_import_rebinding2 (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding2)
PASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests.test_unreadable_dir_on_syspath)
PASS: test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests.test_walk_packages_raises_on_string_or_bytes_input)
PASS: test_walkpackages_filesys (test.test_pkgutil.PkgutilTests.test_walkpackages_filesys)
test_walkpackages_zipfile (test.test_pkgutil.PkgutilTests.test_walkpackages_zipfile)
PASS: Tests the same as test_walkpackages_filesys, only with a zip file.

----------------------------------------------------------------------
Ran 21 tests in 0.040s

OK
0:03:18 load avg: 3.69 [310/486] test_pickle passed
PASS: test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_class_dispatch_table)
PASS: test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_default_dispatch_table)
PASS: test_dispatch_table_None_item (test.test_pickle.CChainDispatchTableTests.test_dispatch_table_None_item)
PASS: test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_instance_dispatch_table)
PASS: test_class_dispatch_table (test.test_pickle.CDispatchTableTests.test_class_dispatch_table)
PASS: test_default_dispatch_table (test.test_pickle.CDispatchTableTests.test_default_dispatch_table)
PASS: test_dispatch_table_None_item (test.test_pickle.CDispatchTableTests.test_dispatch_table_None_item)
PASS: test_instance_dispatch_table (test.test_pickle.CDispatchTableTests.test_instance_dispatch_table)
PASS: test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle.test_attribute_name_interning)
PASS: test_bad_proto (test.test_pickle.CDumpPickle_LoadPickle.test_bad_proto)
PASS: test_buffers_error (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_functions)
PASS: test_builtin_types (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_types)
PASS: test_bytearray (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray)
PASS: test_bytearray_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_memoization)
PASS: test_bytes (test.test_pickle.CDumpPickle_LoadPickle.test_bytes)
PASS: test_bytes_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytes_memoization)
PASS: test_c_methods (test.test_pickle.CDumpPickle_LoadPickle.test_c_methods)
PASS: test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle.test_compat_pickle)
PASS: test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickle.CDumpPickle_LoadPickle.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickle.CDumpPickle_LoadPickle.test_concurrent_mutation_in_buffer_with_memoryview)
PASS: test_deep_nested_struct_dict (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_dict)
SKIP: test_deep_nested_struct_frozendict (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_frozendict) 'need frozendict'
PASS: test_deep_nested_struct_frozenset (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_frozenset)
PASS: test_deep_nested_struct_list (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_list)
PASS: test_deep_nested_struct_set (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_set)
PASS: test_deep_nested_struct_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_deep_nested_struct_tuple)
PASS: test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_dict_chunking)
PASS: test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle.test_dynamic_class)
PASS: test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle.test_ellipsis)
PASS: test_evil_class_mutating_dict (test.test_pickle.CDumpPickle_LoadPickle.test_evil_class_mutating_dict)
PASS: test_fast_save_enter_dict (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_dict)
SKIP: test_fast_save_enter_frozendict (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_frozendict) 'need frozendict'
PASS: test_fast_save_enter_frozenset (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_frozenset)
PASS: test_fast_save_enter_list (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_list)
PASS: test_fast_save_enter_set (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_set)
PASS: test_fast_save_enter_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_fast_save_enter_tuple)
PASS: test_float (test.test_pickle.CDumpPickle_LoadPickle.test_float)
PASS: test_float_format (test.test_pickle.CDumpPickle_LoadPickle.test_float_format)
PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle.test_framed_write_sizes_with_delayed_writer)
PASS: test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle.test_getinitargs)
PASS: test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext1)
PASS: test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext2)
PASS: test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext4)
PASS: test_in_band_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickle.CDumpPickle_LoadPickle.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickle.CDumpPickle_LoadPickle.test_ints)
PASS: test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle.test_large_pickles)
PASS: test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_list_chunking)
PASS: test_long (test.test_pickle.CDumpPickle_LoadPickle.test_long)
PASS: test_long1 (test.test_pickle.CDumpPickle_LoadPickle.test_long1)
PASS: test_long4 (test.test_pickle.CDumpPickle_LoadPickle.test_long4)
PASS: test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle.test_many_puts_and_gets)
PASS: test_metaclass (test.test_pickle.CDumpPickle_LoadPickle.test_metaclass)
PASS: test_misc (test.test_pickle.CDumpPickle_LoadPickle.test_misc)
PASS: test_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_nested_names)
PASS: test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_generic)
PASS: test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_tuple)
PASS: test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickle.CDumpPickle_LoadPickle.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickle.CDumpPickle_LoadPickle.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickle.CDumpPickle_LoadPickle.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickle.CDumpPickle_LoadPickle.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_writable_to_readonly)
PASS: test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_setstate_None)
PASS: test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_to_2x)
PASS: test_proto (test.test_pickle.CDumpPickle_LoadPickle.test_proto)
PASS: test_py_methods (test.test_pickle.CDumpPickle_LoadPickle.test_py_methods)
PASS: test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce)
PASS: test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle.test_setitems_on_non_dicts)
PASS: test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle.test_short_tuples)
PASS: test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_simple_newobj)
PASS: test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle.test_singleton_types)
PASS: test_singletons (test.test_pickle.CDumpPickle_LoadPickle.test_singletons)
PASS: test_structseq (test.test_pickle.CDumpPickle_LoadPickle.test_structseq)
PASS: test_unicode (test.test_pickle.CDumpPickle_LoadPickle.test_unicode)
PASS: test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_memoization)
PASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.CIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)
PASS: test_pickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_instance_attribute)
PASS: test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_pickler_reference_cycle)
PASS: test_pickler_super (test.test_pickle.CIdPersPicklerTests.test_pickler_super)
PASS: test_pickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_super_instance_attribute)
PASS: test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests.test_protocol0_is_ascii_only)
PASS: test_return_correct_type (test.test_pickle.CIdPersPicklerTests.test_return_correct_type)
PASS: test_unpickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_instance_attribute)
PASS: test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_unpickler_reference_cycle)
PASS: test_unpickler_super (test.test_pickle.CIdPersPicklerTests.test_unpickler_super)
PASS: test_unpickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_super_instance_attribute)
PASS: test_persistence (test.test_pickle.CPersPicklerTests.test_persistence)
PASS: test_bad_init (test.test_pickle.CPickleTests.test_bad_init)
PASS: test_callapi (test.test_pickle.CPickleTests.test_callapi)
PASS: test_dump_closed_file (test.test_pickle.CPickleTests.test_dump_closed_file)
PASS: test_dump_load_oob_buffers (test.test_pickle.CPickleTests.test_dump_load_oob_buffers)
PASS: test_dump_text_file (test.test_pickle.CPickleTests.test_dump_text_file)
PASS: test_dumps_loads_oob_buffers (test.test_pickle.CPickleTests.test_dumps_loads_oob_buffers)
PASS: test_highest_protocol (test.test_pickle.CPickleTests.test_highest_protocol)
PASS: test_incomplete_input (test.test_pickle.CPickleTests.test_incomplete_input)
PASS: test_load_closed_file (test.test_pickle.CPickleTests.test_load_closed_file)
PASS: test_load_from_and_dump_to_file (test.test_pickle.CPickleTests.test_load_from_and_dump_to_file)
PASS: test_pickler_bad_file (test.test_pickle.CPickleTests.test_pickler_bad_file)
PASS: test_unpickler_bad_file (test.test_pickle.CPickleTests.test_unpickler_bad_file)
PASS: test_pickler_hook (test.test_pickle.CPicklerHookTests.test_pickler_hook)
PASS: test_reducer_override_no_reference_cycle (test.test_pickle.CPicklerHookTests.test_reducer_override_no_reference_cycle)
PASS: test_appends_on_non_lists (test.test_pickle.CPicklerTests.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickle.CPicklerTests.test_attribute_name_interning)
PASS: test_bad_proto (test.test_pickle.CPicklerTests.test_bad_proto)
PASS: test_buffers_error (test.test_pickle.CPicklerTests.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickle.CPicklerTests.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickle.CPicklerTests.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickle.CPicklerTests.test_builtin_functions)
PASS: test_builtin_types (test.test_pickle.CPicklerTests.test_builtin_types)
PASS: test_bytearray (test.test_pickle.CPicklerTests.test_bytearray)
PASS: test_bytearray_memoization (test.test_pickle.CPicklerTests.test_bytearray_memoization)
PASS: test_bytes (test.test_pickle.CPicklerTests.test_bytes)
PASS: test_bytes_memoization (test.test_pickle.CPicklerTests.test_bytes_memoization)
PASS: test_c_methods (test.test_pickle.CPicklerTests.test_c_methods)
PASS: test_compat_pickle (test.test_pickle.CPicklerTests.test_compat_pickle)
PASS: test_complex_newobj (test.test_pickle.CPicklerTests.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickle.CPicklerTests.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickle.CPicklerTests.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickle.CPicklerTests.test_concurrent_mutation_in_buffer_with_memoryview)
PASS: test_deep_nested_struct_dict (test.test_pickle.CPicklerTests.test_deep_nested_struct_dict)
SKIP: test_deep_nested_struct_frozendict (test.test_pickle.CPicklerTests.test_deep_nested_struct_frozendict) 'need frozendict'
PASS: test_deep_nested_struct_frozenset (test.test_pickle.CPicklerTests.test_deep_nested_struct_frozenset)
PASS: test_deep_nested_struct_list (test.test_pickle.CPicklerTests.test_deep_nested_struct_list)
PASS: test_deep_nested_struct_set (test.test_pickle.CPicklerTests.test_deep_nested_struct_set)
PASS: test_deep_nested_struct_tuple (test.test_pickle.CPicklerTests.test_deep_nested_struct_tuple)
PASS: test_dict_chunking (test.test_pickle.CPicklerTests.test_dict_chunking)
PASS: test_dynamic_class (test.test_pickle.CPicklerTests.test_dynamic_class)
PASS: test_ellipsis (test.test_pickle.CPicklerTests.test_ellipsis)
PASS: test_evil_class_mutating_dict (test.test_pickle.CPicklerTests.test_evil_class_mutating_dict)
PASS: test_fast_save_enter_dict (test.test_pickle.CPicklerTests.test_fast_save_enter_dict)
SKIP: test_fast_save_enter_frozendict (test.test_pickle.CPicklerTests.test_fast_save_enter_frozendict) 'need frozendict'
PASS: test_fast_save_enter_frozenset (test.test_pickle.CPicklerTests.test_fast_save_enter_frozenset)
PASS: test_fast_save_enter_list (test.test_pickle.CPicklerTests.test_fast_save_enter_list)
PASS: test_fast_save_enter_set (test.test_pickle.CPicklerTests.test_fast_save_enter_set)
PASS: test_fast_save_enter_tuple (test.test_pickle.CPicklerTests.test_fast_save_enter_tuple)
PASS: test_float (test.test_pickle.CPicklerTests.test_float)
PASS: test_float_format (test.test_pickle.CPicklerTests.test_float_format)
PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests.test_framed_write_sizes_with_delayed_writer)
PASS: test_framing_large_objects (test.test_pickle.CPicklerTests.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickle.CPicklerTests.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_getinitargs (test.test_pickle.CPicklerTests.test_getinitargs)
PASS: test_global_ext1 (test.test_pickle.CPicklerTests.test_global_ext1)
PASS: test_global_ext2 (test.test_pickle.CPicklerTests.test_global_ext2)
PASS: test_global_ext4 (test.test_pickle.CPicklerTests.test_global_ext4)
PASS: test_in_band_buffers (test.test_pickle.CPicklerTests.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickle.CPicklerTests.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickle.CPicklerTests.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickle.CPicklerTests.test_ints)
PASS: test_large_pickles (test.test_pickle.CPicklerTests.test_large_pickles)
PASS: test_list_chunking (test.test_pickle.CPicklerTests.test_list_chunking)
PASS: test_long (test.test_pickle.CPicklerTests.test_long)
PASS: test_long1 (test.test_pickle.CPicklerTests.test_long1)
PASS: test_long4 (test.test_pickle.CPicklerTests.test_long4)
PASS: test_many_puts_and_gets (test.test_pickle.CPicklerTests.test_many_puts_and_gets)
PASS: test_metaclass (test.test_pickle.CPicklerTests.test_metaclass)
PASS: test_misc (test.test_pickle.CPicklerTests.test_misc)
PASS: test_nested_names (test.test_pickle.CPicklerTests.test_nested_names)
PASS: test_newobj_generic (test.test_pickle.CPicklerTests.test_newobj_generic)
PASS: test_newobj_list (test.test_pickle.CPicklerTests.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickle.CPicklerTests.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickle.CPicklerTests.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickle.CPicklerTests.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickle.CPicklerTests.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickle.CPicklerTests.test_newobj_tuple)
PASS: test_notimplemented (test.test_pickle.CPicklerTests.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickle.CPicklerTests.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickle.CPicklerTests.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickle.CPicklerTests.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickle.CPicklerTests.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickle.CPicklerTests.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CPicklerTests.test_oob_buffers_writable_to_readonly)
PASS: test_optional_frames (test.test_pickle.CPicklerTests.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickle.CPicklerTests.test_pickle_setstate_None)
PASS: test_pickle_to_2x (test.test_pickle.CPicklerTests.test_pickle_to_2x)
PASS: test_proto (test.test_pickle.CPicklerTests.test_proto)
PASS: test_py_methods (test.test_pickle.CPicklerTests.test_py_methods)
PASS: test_recursive_dict (test.test_pickle.CPicklerTests.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickle.CPicklerTests.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickle.CPicklerTests.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickle.CPicklerTests.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickle.CPicklerTests.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickle.CPicklerTests.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickle.CPicklerTests.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickle.CPicklerTests.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickle.CPicklerTests.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickle.CPicklerTests.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickle.CPicklerTests.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickle.CPicklerTests.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickle.CPicklerTests.test_reduce)
PASS: test_reduce_calls_base (test.test_pickle.CPicklerTests.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickle.CPicklerTests.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickle.CPicklerTests.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickle.CPicklerTests.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickle.CPicklerTests.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickle.CPicklerTests.test_setitems_on_non_dicts)
PASS: test_short_tuples (test.test_pickle.CPicklerTests.test_short_tuples)
PASS: test_simple_newobj (test.test_pickle.CPicklerTests.test_simple_newobj)
PASS: test_singleton_types (test.test_pickle.CPicklerTests.test_singleton_types)
PASS: test_singletons (test.test_pickle.CPicklerTests.test_singletons)
PASS: test_structseq (test.test_pickle.CPicklerTests.test_structseq)
PASS: test_unicode (test.test_pickle.CPicklerTests.test_unicode)
PASS: test_unicode_high_plane (test.test_pickle.CPicklerTests.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickle.CPicklerTests.test_unicode_memoization)
PASS: test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_clear_pickler_memo)
PASS: test_concurrent_pickler_dump (test.test_pickle.CPicklerUnpicklerObjectTests.test_concurrent_pickler_dump)
PASS: test_concurrent_pickler_dump_and_init (test.test_pickle.CPicklerUnpicklerObjectTests.test_concurrent_pickler_dump_and_init)
PASS: test_concurrent_unpickler_load (test.test_pickle.CPicklerUnpicklerObjectTests.test_concurrent_unpickler_load)
PASS: test_concurrent_unpickler_load_and_init (test.test_pickle.CPicklerUnpicklerObjectTests.test_concurrent_unpickler_load_and_init)
PASS: test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests.test_issue18339)
PASS: test_multiple_unpicklings_minimal (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)
PASS: test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)
PASS: test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)
PASS: test_pickle_invalid_reducer_override (test.test_pickle.CPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)
PASS: test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_pickler_memo)
PASS: test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_unpickler_memo)
PASS: test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)
PASS: test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)
PASS: test_bad_ext_code (test.test_pickle.CPicklingErrorTests.test_bad_ext_code)
PASS: test_bad_getattr (test.test_pickle.CPicklingErrorTests.test_bad_getattr)
PASS: test_bad_newobj_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_args)
PASS: test_bad_newobj_class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_class)
PASS: test_bad_newobj_ex__class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex__class)
PASS: test_bad_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex_args)
PASS: test_bad_object_dict_items (test.test_pickle.CPicklingErrorTests.test_bad_object_dict_items)
PASS: test_bad_object_list_items (test.test_pickle.CPicklingErrorTests.test_bad_object_list_items)
PASS: test_bad_reconstructor (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor)
PASS: test_bad_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor_args)
PASS: test_bad_reduce_result (test.test_pickle.CPicklingErrorTests.test_bad_reduce_result)
PASS: test_bad_state_setter (test.test_pickle.CPicklingErrorTests.test_bad_state_setter)
PASS: test_buffer_callback_error (test.test_pickle.CPicklingErrorTests.test_buffer_callback_error)
PASS: test_evil_pickler_mutating_collection (test.test_pickle.CPicklingErrorTests.test_evil_pickler_mutating_collection)
PASS: test_global_lookup_error (test.test_pickle.CPicklingErrorTests.test_global_lookup_error)
PASS: test_local_lookup_error (test.test_pickle.CPicklingErrorTests.test_local_lookup_error)
PASS: test_nested_lookup_error (test.test_pickle.CPicklingErrorTests.test_nested_lookup_error)
PASS: test_non_continuous_buffer (test.test_pickle.CPicklingErrorTests.test_non_continuous_buffer)
PASS: test_nonencodable_global_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_global_name_error)
PASS: test_nonencodable_module_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_module_name_error)
PASS: test_picklebuffer_error (test.test_pickle.CPicklingErrorTests.test_picklebuffer_error)
PASS: test_reduce_None (test.test_pickle.CPicklingErrorTests.test_reduce_None)
PASS: test_reduce_ex_None (test.test_pickle.CPicklingErrorTests.test_reduce_ex_None)
PASS: test_unpickleable_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_dict_items)
PASS: test_unpickleable_frozenset_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_frozenset_items)
PASS: test_unpickleable_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_list_items)
PASS: test_unpickleable_newobj_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_args)
PASS: test_unpickleable_newobj_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_class)
PASS: test_unpickleable_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_args)
PASS: test_unpickleable_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_class)
PASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)
PASS: test_unpickleable_object_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_dict_items)
PASS: test_unpickleable_object_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_list_items)
PASS: test_unpickleable_reconstructor (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor)
PASS: test_unpickleable_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor_args)
PASS: test_unpickleable_set_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_set_items)
PASS: test_unpickleable_state (test.test_pickle.CPicklingErrorTests.test_unpickleable_state)
PASS: test_unpickleable_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_setter)
PASS: test_unpickleable_state_with_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_with_state_setter)
PASS: test_unpickleable_tuple_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_tuple_items)
PASS: test_wrong_newobj_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_class)
SKIP: test_wrong_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_ex_class) 'only verified in the Python implementation'
PASS: test_wrong_object_lookup_error (test.test_pickle.CPicklingErrorTests.test_wrong_object_lookup_error)
PASS: test_bad_ext_code (test.test_pickle.CUnpicklerTests.test_bad_ext_code)
PASS: test_bad_ext_inverted_registry (test.test_pickle.CUnpicklerTests.test_bad_ext_inverted_registry)
PASS: test_bad_mark (test.test_pickle.CUnpicklerTests.test_bad_mark)
PASS: test_bad_newobj (test.test_pickle.CUnpicklerTests.test_bad_newobj)
PASS: test_bad_newobj_ex (test.test_pickle.CUnpicklerTests.test_bad_newobj_ex)
PASS: test_bad_reduce (test.test_pickle.CUnpicklerTests.test_bad_reduce)
PASS: test_bad_stack (test.test_pickle.CUnpicklerTests.test_bad_stack)
PASS: test_bad_state (test.test_pickle.CUnpicklerTests.test_bad_state)
PASS: test_badly_escaped_string (test.test_pickle.CUnpicklerTests.test_badly_escaped_string)
PASS: test_badly_quoted_string (test.test_pickle.CUnpicklerTests.test_badly_quoted_string)
PASS: test_binbytes (test.test_pickle.CUnpicklerTests.test_binbytes)
PASS: test_binbytes8 (test.test_pickle.CUnpicklerTests.test_binbytes8)
PASS: test_binget (test.test_pickle.CUnpicklerTests.test_binget)
PASS: test_binunicode8 (test.test_pickle.CUnpicklerTests.test_binunicode8)
PASS: test_bytearray8 (test.test_pickle.CUnpicklerTests.test_bytearray8)
PASS: test_compat_unpickle (test.test_pickle.CUnpicklerTests.test_compat_unpickle)
PASS: test_constants (test.test_pickle.CUnpicklerTests.test_constants)
PASS: test_correctly_quoted_string (test.test_pickle.CUnpicklerTests.test_correctly_quoted_string)
PASS: test_custom_find_class (test.test_pickle.CUnpicklerTests.test_custom_find_class)
PASS: test_dup (test.test_pickle.CUnpicklerTests.test_dup)
PASS: test_empty_bytestring (test.test_pickle.CUnpicklerTests.test_empty_bytestring)
PASS: test_find_class (test.test_pickle.CUnpicklerTests.test_find_class)
PASS: test_frame_readline (test.test_pickle.CUnpicklerTests.test_frame_readline)
PASS: test_get (test.test_pickle.CUnpicklerTests.test_get)
SKIP: test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_bytearray8 (test.test_pickle.CUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'
PASS: test_large_binstring (test.test_pickle.CUnpicklerTests.test_large_binstring)
PASS: test_load_classic_instance (test.test_pickle.CUnpicklerTests.test_load_classic_instance)
PASS: test_load_from_data0 (test.test_pickle.CUnpicklerTests.test_load_from_data0)
PASS: test_load_from_data1 (test.test_pickle.CUnpicklerTests.test_load_from_data1)
PASS: test_load_from_data2 (test.test_pickle.CUnpicklerTests.test_load_from_data2)
PASS: test_load_from_data3 (test.test_pickle.CUnpicklerTests.test_load_from_data3)
PASS: test_load_from_data4 (test.test_pickle.CUnpicklerTests.test_load_from_data4)
PASS: test_load_global (test.test_pickle.CUnpicklerTests.test_load_global)
PASS: test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_long_python2_str_as_bytes)
PASS: test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_python2_str_as_bytes)
PASS: test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests.test_load_python2_unicode_as_str)
PASS: test_load_stack_global (test.test_pickle.CUnpicklerTests.test_load_stack_global)
PASS: test_long_binget (test.test_pickle.CUnpicklerTests.test_long_binget)
PASS: test_maxint64 (test.test_pickle.CUnpicklerTests.test_maxint64)
PASS: test_misc_get (test.test_pickle.CUnpicklerTests.test_misc_get)
SKIP: test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binput (test.test_pickle.CUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'
PASS: test_negative_put (test.test_pickle.CUnpicklerTests.test_negative_put)
PASS: test_nondecimal_integers (test.test_pickle.CUnpicklerTests.test_nondecimal_integers)
PASS: test_short_binbytes (test.test_pickle.CUnpicklerTests.test_short_binbytes)
PASS: test_short_binunicode (test.test_pickle.CUnpicklerTests.test_short_binunicode)
PASS: test_truncated_data (test.test_pickle.CUnpicklerTests.test_truncated_data)
PASS: test_unpickle_from_2x (test.test_pickle.CUnpicklerTests.test_unpickle_from_2x)
PASS: test_unpickle_module_race (test.test_pickle.CUnpicklerTests.test_unpickle_module_race)
PASS: test_zero_padded_integers (test.test_pickle.CUnpicklerTests.test_zero_padded_integers)
PASS: test_invocation (test.test_pickle.CommandLineTest.test_invocation)
PASS: test_unknown_flag (test.test_pickle.CommandLineTest.test_unknown_flag)
PASS: test_exceptions (test.test_pickle.CompatPickleTests.test_exceptions)
test_import (test.test_pickle.CompatPickleTests.test_import) ... No module named '_dummy_thread'
No module named '_tkinter'
No module named '_tkinter'
No module named 'winreg'
No module named '_tkinter'
No module named '_tkinter'
No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
ok
test_import_mapping (test.test_pickle.CompatPickleTests.test_import_mapping) ... No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named 'winreg'
No module named '_dummy_thread'
No module named 'dbm.bsd'
ok
PASS: test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests.test_multiprocessing_exceptions)
test_name_mapping (test.test_pickle.CompatPickleTests.test_name_mapping) ... No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
ok
test_reverse_import_mapping (test.test_pickle.CompatPickleTests.test_reverse_import_mapping) ... No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named 'winreg'
No module named 'winreg'
No module named '_dummy_thread'
No module named '_dummy_thread'
No module named 'dbm.bsd'
No module named 'dbm.bsd'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
No module named '_tkinter'
ok
PASS: test_reverse_name_mapping (test.test_pickle.CompatPickleTests.test_reverse_name_mapping)
PASS: test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle.test_attribute_name_interning)
PASS: test_bad_proto (test.test_pickle.DumpPickle_CLoadPickle.test_bad_proto)
PASS: test_buffers_error (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_functions)
PASS: test_builtin_types (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_types)
PASS: test_bytearray (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray)
PASS: test_bytearray_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_memoization)
PASS: test_bytes (test.test_pickle.DumpPickle_CLoadPickle.test_bytes)
PASS: test_bytes_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytes_memoization)
PASS: test_c_methods (test.test_pickle.DumpPickle_CLoadPickle.test_c_methods)
PASS: test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle.test_compat_pickle)
PASS: test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickle.DumpPickle_CLoadPickle.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickle.DumpPickle_CLoadPickle.test_concurrent_mutation_in_buffer_with_memoryview)
PASS: test_deep_nested_struct_dict (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_dict)
SKIP: test_deep_nested_struct_frozendict (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_frozendict) 'need frozendict'
PASS: test_deep_nested_struct_frozenset (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_frozenset)
PASS: test_deep_nested_struct_list (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_list)
PASS: test_deep_nested_struct_set (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_set)
PASS: test_deep_nested_struct_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_deep_nested_struct_tuple)
PASS: test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_dict_chunking)
PASS: test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle.test_dynamic_class)
PASS: test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle.test_ellipsis)
PASS: test_evil_class_mutating_dict (test.test_pickle.DumpPickle_CLoadPickle.test_evil_class_mutating_dict)
PASS: test_fast_save_enter_dict (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_dict)
SKIP: test_fast_save_enter_frozendict (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_frozendict) 'need frozendict'
PASS: test_fast_save_enter_frozenset (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_frozenset)
PASS: test_fast_save_enter_list (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_list)
PASS: test_fast_save_enter_set (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_set)
PASS: test_fast_save_enter_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_fast_save_enter_tuple)
PASS: test_float (test.test_pickle.DumpPickle_CLoadPickle.test_float)
PASS: test_float_format (test.test_pickle.DumpPickle_CLoadPickle.test_float_format)
PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle.test_framed_write_sizes_with_delayed_writer)
PASS: test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle.test_getinitargs)
PASS: test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext1)
PASS: test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext2)
PASS: test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext4)
PASS: test_in_band_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickle.DumpPickle_CLoadPickle.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickle.DumpPickle_CLoadPickle.test_ints)
PASS: test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle.test_large_pickles)
PASS: test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_list_chunking)
PASS: test_long (test.test_pickle.DumpPickle_CLoadPickle.test_long)
PASS: test_long1 (test.test_pickle.DumpPickle_CLoadPickle.test_long1)
PASS: test_long4 (test.test_pickle.DumpPickle_CLoadPickle.test_long4)
PASS: test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle.test_many_puts_and_gets)
PASS: test_metaclass (test.test_pickle.DumpPickle_CLoadPickle.test_metaclass)
PASS: test_misc (test.test_pickle.DumpPickle_CLoadPickle.test_misc)
PASS: test_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_nested_names)
PASS: test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_generic)
PASS: test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_tuple)
PASS: test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickle.DumpPickle_CLoadPickle.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickle.DumpPickle_CLoadPickle.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickle.DumpPickle_CLoadPickle.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickle.DumpPickle_CLoadPickle.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_writable_to_readonly)
PASS: test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_setstate_None)
PASS: test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_to_2x)
PASS: test_proto (test.test_pickle.DumpPickle_CLoadPickle.test_proto)
PASS: test_py_methods (test.test_pickle.DumpPickle_CLoadPickle.test_py_methods)
PASS: test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce)
PASS: test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle.test_setitems_on_non_dicts)
PASS: test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle.test_short_tuples)
PASS: test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_simple_newobj)
PASS: test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle.test_singleton_types)
PASS: test_singletons (test.test_pickle.DumpPickle_CLoadPickle.test_singletons)
PASS: test_structseq (test.test_pickle.DumpPickle_CLoadPickle.test_structseq)
PASS: test_unicode (test.test_pickle.DumpPickle_CLoadPickle.test_unicode)
PASS: test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_memoization)
PASS: test_have_gc (test.test_pickle.HeapTypesTests.test_have_gc)
PASS: test_immutable (test.test_pickle.HeapTypesTests.test_immutable)
PASS: test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickle.InMemoryPickleTests.test_attribute_name_interning)
PASS: test_bad_ext_code (test.test_pickle.InMemoryPickleTests.test_bad_ext_code)
PASS: test_bad_ext_inverted_registry (test.test_pickle.InMemoryPickleTests.test_bad_ext_inverted_registry)
PASS: test_bad_mark (test.test_pickle.InMemoryPickleTests.test_bad_mark)
PASS: test_bad_newobj (test.test_pickle.InMemoryPickleTests.test_bad_newobj)
PASS: test_bad_newobj_ex (test.test_pickle.InMemoryPickleTests.test_bad_newobj_ex)
PASS: test_bad_proto (test.test_pickle.InMemoryPickleTests.test_bad_proto)
PASS: test_bad_reduce (test.test_pickle.InMemoryPickleTests.test_bad_reduce)
PASS: test_bad_stack (test.test_pickle.InMemoryPickleTests.test_bad_stack)
PASS: test_bad_state (test.test_pickle.InMemoryPickleTests.test_bad_state)
PASS: test_badly_escaped_string (test.test_pickle.InMemoryPickleTests.test_badly_escaped_string)
PASS: test_badly_quoted_string (test.test_pickle.InMemoryPickleTests.test_badly_quoted_string)
PASS: test_binbytes (test.test_pickle.InMemoryPickleTests.test_binbytes)
PASS: test_binbytes8 (test.test_pickle.InMemoryPickleTests.test_binbytes8)
PASS: test_binget (test.test_pickle.InMemoryPickleTests.test_binget)
PASS: test_binunicode8 (test.test_pickle.InMemoryPickleTests.test_binunicode8)
PASS: test_buffers_error (test.test_pickle.InMemoryPickleTests.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickle.InMemoryPickleTests.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickle.InMemoryPickleTests.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickle.InMemoryPickleTests.test_builtin_functions)
PASS: test_builtin_types (test.test_pickle.InMemoryPickleTests.test_builtin_types)
PASS: test_bytearray (test.test_pickle.InMemoryPickleTests.test_bytearray)
PASS: test_bytearray8 (test.test_pickle.InMemoryPickleTests.test_bytearray8)
PASS: test_bytearray_memoization (test.test_pickle.InMemoryPickleTests.test_bytearray_memoization)
PASS: test_bytes (test.test_pickle.InMemoryPickleTests.test_bytes)
PASS: test_bytes_memoization (test.test_pickle.InMemoryPickleTests.test_bytes_memoization)
PASS: test_c_methods (test.test_pickle.InMemoryPickleTests.test_c_methods)
PASS: test_compat_pickle (test.test_pickle.InMemoryPickleTests.test_compat_pickle)
PASS: test_compat_unpickle (test.test_pickle.InMemoryPickleTests.test_compat_unpickle)
PASS: test_complex_newobj (test.test_pickle.InMemoryPickleTests.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickle.InMemoryPickleTests.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickle.InMemoryPickleTests.test_concurrent_mutation_in_buffer_with_memoryview)
PASS: test_constants (test.test_pickle.InMemoryPickleTests.test_constants)
PASS: test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests.test_correctly_quoted_string)
SKIP: test_deep_nested_struct_dict (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_dict) 'need Pickler class'
SKIP: test_deep_nested_struct_frozendict (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_frozendict) 'need frozendict'
SKIP: test_deep_nested_struct_frozenset (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_frozenset) 'need Pickler class'
SKIP: test_deep_nested_struct_list (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_list) 'need Pickler class'
SKIP: test_deep_nested_struct_set (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_set) 'need Pickler class'
SKIP: test_deep_nested_struct_tuple (test.test_pickle.InMemoryPickleTests.test_deep_nested_struct_tuple) 'need Pickler class'
PASS: test_dict_chunking (test.test_pickle.InMemoryPickleTests.test_dict_chunking)
PASS: test_dup (test.test_pickle.InMemoryPickleTests.test_dup)
PASS: test_dynamic_class (test.test_pickle.InMemoryPickleTests.test_dynamic_class)
PASS: test_ellipsis (test.test_pickle.InMemoryPickleTests.test_ellipsis)
PASS: test_empty_bytestring (test.test_pickle.InMemoryPickleTests.test_empty_bytestring)
PASS: test_evil_class_mutating_dict (test.test_pickle.InMemoryPickleTests.test_evil_class_mutating_dict)
SKIP: test_fast_save_enter_dict (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_dict) 'need Pickler class'
SKIP: test_fast_save_enter_frozendict (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_frozendict) 'need frozendict'
SKIP: test_fast_save_enter_frozenset (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_frozenset) 'need Pickler class'
SKIP: test_fast_save_enter_list (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_list) 'need Pickler class'
SKIP: test_fast_save_enter_set (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_set) 'need Pickler class'
SKIP: test_fast_save_enter_tuple (test.test_pickle.InMemoryPickleTests.test_fast_save_enter_tuple) 'need Pickler class'
PASS: test_float (test.test_pickle.InMemoryPickleTests.test_float)
PASS: test_float_format (test.test_pickle.InMemoryPickleTests.test_float_format)
PASS: test_frame_readline (test.test_pickle.InMemoryPickleTests.test_frame_readline)
PASS: test_framing_large_objects (test.test_pickle.InMemoryPickleTests.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickle.InMemoryPickleTests.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_get (test.test_pickle.InMemoryPickleTests.test_get)
PASS: test_getinitargs (test.test_pickle.InMemoryPickleTests.test_getinitargs)
PASS: test_global_ext1 (test.test_pickle.InMemoryPickleTests.test_global_ext1)
PASS: test_global_ext2 (test.test_pickle.InMemoryPickleTests.test_global_ext2)
PASS: test_global_ext4 (test.test_pickle.InMemoryPickleTests.test_global_ext4)
SKIP: test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_32b) 'not enough memory: 5.0G minimum needed'
SKIP: test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_64b) 'not enough memory: 10.0G minimum needed'
SKIP: test_huge_long_32b (test.test_pickle.InMemoryPickleTests.test_huge_long_32b) 'not enough memory: 7.2G minimum needed'
SKIP: test_huge_str_32b (test.test_pickle.InMemoryPickleTests.test_huge_str_32b) 'not enough memory: 16.0G minimum needed'
SKIP: test_huge_str_64b (test.test_pickle.InMemoryPickleTests.test_huge_str_64b) 'not enough memory: 32.0G minimum needed'
PASS: test_in_band_buffers (test.test_pickle.InMemoryPickleTests.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickle.InMemoryPickleTests.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickle.InMemoryPickleTests.test_ints)
SKIP: test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_bytearray8 (test.test_pickle.InMemoryPickleTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'
PASS: test_large_binstring (test.test_pickle.InMemoryPickleTests.test_large_binstring)
PASS: test_large_pickles (test.test_pickle.InMemoryPickleTests.test_large_pickles)
PASS: test_list_chunking (test.test_pickle.InMemoryPickleTests.test_list_chunking)
PASS: test_load_classic_instance (test.test_pickle.InMemoryPickleTests.test_load_classic_instance)
PASS: test_load_from_data0 (test.test_pickle.InMemoryPickleTests.test_load_from_data0)
PASS: test_load_from_data1 (test.test_pickle.InMemoryPickleTests.test_load_from_data1)
PASS: test_load_from_data2 (test.test_pickle.InMemoryPickleTests.test_load_from_data2)
PASS: test_load_from_data3 (test.test_pickle.InMemoryPickleTests.test_load_from_data3)
PASS: test_load_from_data4 (test.test_pickle.InMemoryPickleTests.test_load_from_data4)
PASS: test_load_global (test.test_pickle.InMemoryPickleTests.test_load_global)
PASS: test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_long_python2_str_as_bytes)
PASS: test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_python2_str_as_bytes)
PASS: test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests.test_load_python2_unicode_as_str)
PASS: test_load_stack_global (test.test_pickle.InMemoryPickleTests.test_load_stack_global)
PASS: test_long (test.test_pickle.InMemoryPickleTests.test_long)
PASS: test_long1 (test.test_pickle.InMemoryPickleTests.test_long1)
PASS: test_long4 (test.test_pickle.InMemoryPickleTests.test_long4)
PASS: test_long_binget (test.test_pickle.InMemoryPickleTests.test_long_binget)
PASS: test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests.test_many_puts_and_gets)
PASS: test_maxint64 (test.test_pickle.InMemoryPickleTests.test_maxint64)
PASS: test_metaclass (test.test_pickle.InMemoryPickleTests.test_metaclass)
PASS: test_misc (test.test_pickle.InMemoryPickleTests.test_misc)
PASS: test_misc_get (test.test_pickle.InMemoryPickleTests.test_misc_get)
SKIP: test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binput (test.test_pickle.InMemoryPickleTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'
PASS: test_negative_put (test.test_pickle.InMemoryPickleTests.test_negative_put)
PASS: test_nested_names (test.test_pickle.InMemoryPickleTests.test_nested_names)
PASS: test_newobj_generic (test.test_pickle.InMemoryPickleTests.test_newobj_generic)
PASS: test_newobj_list (test.test_pickle.InMemoryPickleTests.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickle.InMemoryPickleTests.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickle.InMemoryPickleTests.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickle.InMemoryPickleTests.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickle.InMemoryPickleTests.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickle.InMemoryPickleTests.test_newobj_tuple)
PASS: test_nondecimal_integers (test.test_pickle.InMemoryPickleTests.test_nondecimal_integers)
PASS: test_notimplemented (test.test_pickle.InMemoryPickleTests.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickle.InMemoryPickleTests.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickle.InMemoryPickleTests.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickle.InMemoryPickleTests.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickle.InMemoryPickleTests.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickle.InMemoryPickleTests.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.InMemoryPickleTests.test_oob_buffers_writable_to_readonly)
PASS: test_optional_frames (test.test_pickle.InMemoryPickleTests.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickle.InMemoryPickleTests.test_pickle_setstate_None)
PASS: test_pickle_to_2x (test.test_pickle.InMemoryPickleTests.test_pickle_to_2x)
PASS: test_proto (test.test_pickle.InMemoryPickleTests.test_proto)
PASS: test_py_methods (test.test_pickle.InMemoryPickleTests.test_py_methods)
PASS: test_recursive_dict (test.test_pickle.InMemoryPickleTests.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickle.InMemoryPickleTests.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickle.InMemoryPickleTests.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickle.InMemoryPickleTests.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickle.InMemoryPickleTests.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickle.InMemoryPickleTests.test_reduce)
PASS: test_reduce_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickle.InMemoryPickleTests.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickle.InMemoryPickleTests.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickle.InMemoryPickleTests.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests.test_setitems_on_non_dicts)
PASS: test_short_binbytes (test.test_pickle.InMemoryPickleTests.test_short_binbytes)
PASS: test_short_binunicode (test.test_pickle.InMemoryPickleTests.test_short_binunicode)
PASS: test_short_tuples (test.test_pickle.InMemoryPickleTests.test_short_tuples)
PASS: test_simple_newobj (test.test_pickle.InMemoryPickleTests.test_simple_newobj)
PASS: test_singleton_types (test.test_pickle.InMemoryPickleTests.test_singleton_types)
PASS: test_singletons (test.test_pickle.InMemoryPickleTests.test_singletons)
PASS: test_structseq (test.test_pickle.InMemoryPickleTests.test_structseq)
PASS: test_truncated_data (test.test_pickle.InMemoryPickleTests.test_truncated_data)
PASS: test_unicode (test.test_pickle.InMemoryPickleTests.test_unicode)
PASS: test_unicode_high_plane (test.test_pickle.InMemoryPickleTests.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickle.InMemoryPickleTests.test_unicode_memoization)
PASS: test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests.test_unpickle_from_2x)
PASS: test_unpickle_module_race (test.test_pickle.InMemoryPickleTests.test_unpickle_module_race)
PASS: test_zero_padded_integers (test.test_pickle.InMemoryPickleTests.test_zero_padded_integers)
PASS: test_lazy_import (test.test_pickle.LazyImportTest.test_lazy_import)
PASS: test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_class_dispatch_table)
PASS: test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_default_dispatch_table)
PASS: test_dispatch_table_None_item (test.test_pickle.PyChainDispatchTableTests.test_dispatch_table_None_item)
PASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_instance_dispatch_table)
PASS: test_class_dispatch_table (test.test_pickle.PyDispatchTableTests.test_class_dispatch_table)
PASS: test_default_dispatch_table (test.test_pickle.PyDispatchTableTests.test_default_dispatch_table)
PASS: test_dispatch_table_None_item (test.test_pickle.PyDispatchTableTests.test_dispatch_table_None_item)
PASS: test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests.test_instance_dispatch_table)
PASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.PyIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)
PASS: test_pickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_instance_attribute)
PASS: test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_pickler_reference_cycle)
PASS: test_pickler_super (test.test_pickle.PyIdPersPicklerTests.test_pickler_super)
PASS: test_pickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_super_instance_attribute)
PASS: test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests.test_protocol0_is_ascii_only)
PASS: test_return_correct_type (test.test_pickle.PyIdPersPicklerTests.test_return_correct_type)
PASS: test_unpickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_instance_attribute)
PASS: test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_unpickler_reference_cycle)
PASS: test_unpickler_super (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super)
PASS: test_unpickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super_instance_attribute)
PASS: test_persistence (test.test_pickle.PyPersPicklerTests.test_persistence)
PASS: test_bad_init (test.test_pickle.PyPickleTests.test_bad_init)
PASS: test_callapi (test.test_pickle.PyPickleTests.test_callapi)
PASS: test_dump_closed_file (test.test_pickle.PyPickleTests.test_dump_closed_file)
PASS: test_dump_load_oob_buffers (test.test_pickle.PyPickleTests.test_dump_load_oob_buffers)
PASS: test_dump_text_file (test.test_pickle.PyPickleTests.test_dump_text_file)
PASS: test_dumps_loads_oob_buffers (test.test_pickle.PyPickleTests.test_dumps_loads_oob_buffers)
PASS: test_highest_protocol (test.test_pickle.PyPickleTests.test_highest_protocol)
PASS: test_incomplete_input (test.test_pickle.PyPickleTests.test_incomplete_input)
PASS: test_load_closed_file (test.test_pickle.PyPickleTests.test_load_closed_file)
PASS: test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests.test_load_from_and_dump_to_file)
PASS: test_pickler_bad_file (test.test_pickle.PyPickleTests.test_pickler_bad_file)
PASS: test_unpickler_bad_file (test.test_pickle.PyPickleTests.test_unpickler_bad_file)
PASS: test_pickler_hook (test.test_pickle.PyPicklerHookTests.test_pickler_hook)
PASS: test_reducer_override_no_reference_cycle (test.test_pickle.PyPicklerHookTests.test_reducer_override_no_reference_cycle)
PASS: test_appends_on_non_lists (test.test_pickle.PyPicklerTests.test_appends_on_non_lists)
PASS: test_attribute_name_interning (test.test_pickle.PyPicklerTests.test_attribute_name_interning)
PASS: test_bad_proto (test.test_pickle.PyPicklerTests.test_bad_proto)
PASS: test_buffers_error (test.test_pickle.PyPicklerTests.test_buffers_error)
SKIP: test_buffers_numpy (test.test_pickle.PyPicklerTests.test_buffers_numpy) 'Test needs Numpy'
PASS: test_builtin_exceptions (test.test_pickle.PyPicklerTests.test_builtin_exceptions)
PASS: test_builtin_functions (test.test_pickle.PyPicklerTests.test_builtin_functions)
PASS: test_builtin_types (test.test_pickle.PyPicklerTests.test_builtin_types)
PASS: test_bytearray (test.test_pickle.PyPicklerTests.test_bytearray)
PASS: test_bytearray_memoization (test.test_pickle.PyPicklerTests.test_bytearray_memoization)
PASS: test_bytes (test.test_pickle.PyPicklerTests.test_bytes)
PASS: test_bytes_memoization (test.test_pickle.PyPicklerTests.test_bytes_memoization)
PASS: test_c_methods (test.test_pickle.PyPicklerTests.test_c_methods)
PASS: test_compat_pickle (test.test_pickle.PyPicklerTests.test_compat_pickle)
PASS: test_complex_newobj (test.test_pickle.PyPicklerTests.test_complex_newobj)
PASS: test_complex_newobj_ex (test.test_pickle.PyPicklerTests.test_complex_newobj_ex)
PASS: test_concurrent_mutation_in_buffer_with_bytearray (test.test_pickle.PyPicklerTests.test_concurrent_mutation_in_buffer_with_bytearray)
PASS: test_concurrent_mutation_in_buffer_with_memoryview (test.test_pickle.PyPicklerTests.test_concurrent_mutation_in_buffer_with_memoryview)
PASS: test_deep_nested_struct_dict (test.test_pickle.PyPicklerTests.test_deep_nested_struct_dict)
SKIP: test_deep_nested_struct_frozendict (test.test_pickle.PyPicklerTests.test_deep_nested_struct_frozendict) 'need frozendict'
PASS: test_deep_nested_struct_frozenset (test.test_pickle.PyPicklerTests.test_deep_nested_struct_frozenset)
PASS: test_deep_nested_struct_list (test.test_pickle.PyPicklerTests.test_deep_nested_struct_list)
PASS: test_deep_nested_struct_set (test.test_pickle.PyPicklerTests.test_deep_nested_struct_set)
PASS: test_deep_nested_struct_tuple (test.test_pickle.PyPicklerTests.test_deep_nested_struct_tuple)
PASS: test_dict_chunking (test.test_pickle.PyPicklerTests.test_dict_chunking)
PASS: test_dynamic_class (test.test_pickle.PyPicklerTests.test_dynamic_class)
PASS: test_ellipsis (test.test_pickle.PyPicklerTests.test_ellipsis)
PASS: test_evil_class_mutating_dict (test.test_pickle.PyPicklerTests.test_evil_class_mutating_dict)
PASS: test_fast_save_enter_dict (test.test_pickle.PyPicklerTests.test_fast_save_enter_dict)
SKIP: test_fast_save_enter_frozendict (test.test_pickle.PyPicklerTests.test_fast_save_enter_frozendict) 'need frozendict'
PASS: test_fast_save_enter_frozenset (test.test_pickle.PyPicklerTests.test_fast_save_enter_frozenset)
PASS: test_fast_save_enter_list (test.test_pickle.PyPicklerTests.test_fast_save_enter_list)
PASS: test_fast_save_enter_set (test.test_pickle.PyPicklerTests.test_fast_save_enter_set)
PASS: test_fast_save_enter_tuple (test.test_pickle.PyPicklerTests.test_fast_save_enter_tuple)
PASS: test_float (test.test_pickle.PyPicklerTests.test_float)
PASS: test_float_format (test.test_pickle.PyPicklerTests.test_float_format)
PASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests.test_framed_write_sizes_with_delayed_writer)
PASS: test_framing_large_objects (test.test_pickle.PyPicklerTests.test_framing_large_objects)
SKIP: test_framing_many_objects (test.test_pickle.PyPicklerTests.test_framing_many_objects) "resource 'cpu' is not enabled"
PASS: test_getinitargs (test.test_pickle.PyPicklerTests.test_getinitargs)
PASS: test_global_ext1 (test.test_pickle.PyPicklerTests.test_global_ext1)
PASS: test_global_ext2 (test.test_pickle.PyPicklerTests.test_global_ext2)
PASS: test_global_ext4 (test.test_pickle.PyPicklerTests.test_global_ext4)
PASS: test_in_band_buffers (test.test_pickle.PyPicklerTests.test_in_band_buffers)
PASS: test_inband_accept_default_buffers_argument (test.test_pickle.PyPicklerTests.test_inband_accept_default_buffers_argument)
PASS: test_int_pickling_efficiency (test.test_pickle.PyPicklerTests.test_int_pickling_efficiency)
PASS: test_ints (test.test_pickle.PyPicklerTests.test_ints)
PASS: test_large_pickles (test.test_pickle.PyPicklerTests.test_large_pickles)
PASS: test_list_chunking (test.test_pickle.PyPicklerTests.test_list_chunking)
PASS: test_long (test.test_pickle.PyPicklerTests.test_long)
PASS: test_long1 (test.test_pickle.PyPicklerTests.test_long1)
PASS: test_long4 (test.test_pickle.PyPicklerTests.test_long4)
PASS: test_many_puts_and_gets (test.test_pickle.PyPicklerTests.test_many_puts_and_gets)
PASS: test_metaclass (test.test_pickle.PyPicklerTests.test_metaclass)
PASS: test_misc (test.test_pickle.PyPicklerTests.test_misc)
PASS: test_nested_names (test.test_pickle.PyPicklerTests.test_nested_names)
PASS: test_newobj_generic (test.test_pickle.PyPicklerTests.test_newobj_generic)
PASS: test_newobj_list (test.test_pickle.PyPicklerTests.test_newobj_list)
PASS: test_newobj_list_slots (test.test_pickle.PyPicklerTests.test_newobj_list_slots)
PASS: test_newobj_not_class (test.test_pickle.PyPicklerTests.test_newobj_not_class)
PASS: test_newobj_overridden_new (test.test_pickle.PyPicklerTests.test_newobj_overridden_new)
PASS: test_newobj_proxies (test.test_pickle.PyPicklerTests.test_newobj_proxies)
PASS: test_newobj_tuple (test.test_pickle.PyPicklerTests.test_newobj_tuple)
PASS: test_notimplemented (test.test_pickle.PyPicklerTests.test_notimplemented)
PASS: test_object_with_attrs (test.test_pickle.PyPicklerTests.test_object_with_attrs)
PASS: test_object_with_private_attrs (test.test_pickle.PyPicklerTests.test_object_with_private_attrs)
PASS: test_object_with_private_slots (test.test_pickle.PyPicklerTests.test_object_with_private_slots)
PASS: test_object_with_slots (test.test_pickle.PyPicklerTests.test_object_with_slots)
PASS: test_oob_buffers (test.test_pickle.PyPicklerTests.test_oob_buffers)
PASS: test_oob_buffers_writable_to_readonly (test.test_pickle.PyPicklerTests.test_oob_buffers_writable_to_readonly)
PASS: test_optional_frames (test.test_pickle.PyPicklerTests.test_optional_frames)
PASS: test_pickle_setstate_None (test.test_pickle.PyPicklerTests.test_pickle_setstate_None)
PASS: test_pickle_to_2x (test.test_pickle.PyPicklerTests.test_pickle_to_2x)
PASS: test_proto (test.test_pickle.PyPicklerTests.test_proto)
PASS: test_py_methods (test.test_pickle.PyPicklerTests.test_py_methods)
PASS: test_recursive_dict (test.test_pickle.PyPicklerTests.test_recursive_dict)
PASS: test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_and_inst)
PASS: test_recursive_dict_key (test.test_pickle.PyPicklerTests.test_recursive_dict_key)
PASS: test_recursive_dict_like (test.test_pickle.PyPicklerTests.test_recursive_dict_like)
PASS: test_recursive_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_dict_like_key)
PASS: test_recursive_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass)
PASS: test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_and_inst)
PASS: test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_key)
PASS: test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_and_inst)
PASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_subclass_and_inst)
PASS: test_recursive_inst (test.test_pickle.PyPicklerTests.test_recursive_inst)
PASS: test_recursive_inst_state (test.test_pickle.PyPicklerTests.test_recursive_inst_state)
PASS: test_recursive_list (test.test_pickle.PyPicklerTests.test_recursive_list)
PASS: test_recursive_list_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_and_inst)
PASS: test_recursive_list_like (test.test_pickle.PyPicklerTests.test_recursive_list_like)
PASS: test_recursive_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_list_subclass)
PASS: test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_subclass_and_inst)
PASS: test_recursive_multi (test.test_pickle.PyPicklerTests.test_recursive_multi)
PASS: test_recursive_nested_names (test.test_pickle.PyPicklerTests.test_recursive_nested_names)
PASS: test_recursive_nested_names2 (test.test_pickle.PyPicklerTests.test_recursive_nested_names2)
PASS: test_recursive_set (test.test_pickle.PyPicklerTests.test_recursive_set)
PASS: test_recursive_set_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_and_inst)
PASS: test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_subclass_and_inst)
PASS: test_recursive_tuple_and_dict (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict)
PASS: test_recursive_tuple_and_dict_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_key)
PASS: test_recursive_tuple_and_dict_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like)
PASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_key)
PASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass)
PASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_key)
PASS: test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst)
PASS: test_recursive_tuple_and_inst_state (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_state)
PASS: test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list)
PASS: test_recursive_tuple_and_list_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_like)
PASS: test_recursive_tuple_and_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_subclass)
PASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_subclass_and_inst)
PASS: test_reduce (test.test_pickle.PyPicklerTests.test_reduce)
PASS: test_reduce_calls_base (test.test_pickle.PyPicklerTests.test_reduce_calls_base)
PASS: test_reduce_ex_called (test.test_pickle.PyPicklerTests.test_reduce_ex_called)
PASS: test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests.test_reduce_ex_calls_base)
PASS: test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests.test_reduce_ex_overrides_reduce)
PASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests.test_reduce_overrides_default_reduce_ex)
PASS: test_roundtrip_equality (test.test_pickle.PyPicklerTests.test_roundtrip_equality)
PASS: test_set_chunking (test.test_pickle.PyPicklerTests.test_set_chunking)
PASS: test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests.test_setitems_on_non_dicts)
PASS: test_short_tuples (test.test_pickle.PyPicklerTests.test_short_tuples)
PASS: test_simple_newobj (test.test_pickle.PyPicklerTests.test_simple_newobj)
PASS: test_singleton_types (test.test_pickle.PyPicklerTests.test_singleton_types)
PASS: test_singletons (test.test_pickle.PyPicklerTests.test_singletons)
PASS: test_structseq (test.test_pickle.PyPicklerTests.test_structseq)
PASS: test_unicode (test.test_pickle.PyPicklerTests.test_unicode)
PASS: test_unicode_high_plane (test.test_pickle.PyPicklerTests.test_unicode_high_plane)
PASS: test_unicode_memoization (test.test_pickle.PyPicklerTests.test_unicode_memoization)
PASS: test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_clear_pickler_memo)
PASS: test_multiple_unpicklings_minimal (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)
PASS: test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)
PASS: test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)
PASS: test_pickle_invalid_reducer_override (test.test_pickle.PyPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)
PASS: test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_pickler_memo)
PASS: test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_unpickler_memo)
PASS: test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)
PASS: test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)
PASS: test_bad_ext_code (test.test_pickle.PyPicklingErrorTests.test_bad_ext_code)
PASS: test_bad_getattr (test.test_pickle.PyPicklingErrorTests.test_bad_getattr)
PASS: test_bad_newobj_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_args)
PASS: test_bad_newobj_class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_class)
PASS: test_bad_newobj_ex__class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex__class)
PASS: test_bad_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex_args)
PASS: test_bad_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_dict_items)
PASS: test_bad_object_list_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_list_items)
PASS: test_bad_reconstructor (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor)
PASS: test_bad_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor_args)
PASS: test_bad_reduce_result (test.test_pickle.PyPicklingErrorTests.test_bad_reduce_result)
SKIP: test_bad_state_setter (test.test_pickle.PyPicklingErrorTests.test_bad_state_setter) 'only verified in the C implementation'
PASS: test_buffer_callback_error (test.test_pickle.PyPicklingErrorTests.test_buffer_callback_error)
PASS: test_evil_pickler_mutating_collection (test.test_pickle.PyPicklingErrorTests.test_evil_pickler_mutating_collection)
PASS: test_global_lookup_error (test.test_pickle.PyPicklingErrorTests.test_global_lookup_error)
PASS: test_local_lookup_error (test.test_pickle.PyPicklingErrorTests.test_local_lookup_error)
PASS: test_nested_lookup_error (test.test_pickle.PyPicklingErrorTests.test_nested_lookup_error)
PASS: test_non_continuous_buffer (test.test_pickle.PyPicklingErrorTests.test_non_continuous_buffer)
PASS: test_nonencodable_global_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_global_name_error)
PASS: test_nonencodable_module_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_module_name_error)
PASS: test_picklebuffer_error (test.test_pickle.PyPicklingErrorTests.test_picklebuffer_error)
PASS: test_reduce_None (test.test_pickle.PyPicklingErrorTests.test_reduce_None)
PASS: test_reduce_ex_None (test.test_pickle.PyPicklingErrorTests.test_reduce_ex_None)
PASS: test_unpickleable_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_dict_items)
PASS: test_unpickleable_frozenset_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_frozenset_items)
PASS: test_unpickleable_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_list_items)
PASS: test_unpickleable_newobj_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_args)
PASS: test_unpickleable_newobj_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_class)
PASS: test_unpickleable_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_args)
PASS: test_unpickleable_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_class)
PASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)
PASS: test_unpickleable_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_dict_items)
PASS: test_unpickleable_object_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_list_items)
PASS: test_unpickleable_reconstructor (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor)
PASS: test_unpickleable_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor_args)
PASS: test_unpickleable_set_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_set_items)
PASS: test_unpickleable_state (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state)
PASS: test_unpickleable_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_setter)
PASS: test_unpickleable_state_with_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_with_state_setter)
PASS: test_unpickleable_tuple_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_tuple_items)
PASS: test_wrong_newobj_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_class)
PASS: test_wrong_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_ex_class)
PASS: test_wrong_object_lookup_error (test.test_pickle.PyPicklingErrorTests.test_wrong_object_lookup_error)
PASS: test_bad_ext_code (test.test_pickle.PyUnpicklerTests.test_bad_ext_code)
PASS: test_bad_ext_inverted_registry (test.test_pickle.PyUnpicklerTests.test_bad_ext_inverted_registry)
PASS: test_bad_mark (test.test_pickle.PyUnpicklerTests.test_bad_mark)
PASS: test_bad_newobj (test.test_pickle.PyUnpicklerTests.test_bad_newobj)
PASS: test_bad_newobj_ex (test.test_pickle.PyUnpicklerTests.test_bad_newobj_ex)
PASS: test_bad_reduce (test.test_pickle.PyUnpicklerTests.test_bad_reduce)
PASS: test_bad_stack (test.test_pickle.PyUnpicklerTests.test_bad_stack)
PASS: test_bad_state (test.test_pickle.PyUnpicklerTests.test_bad_state)
PASS: test_badly_escaped_string (test.test_pickle.PyUnpicklerTests.test_badly_escaped_string)
PASS: test_badly_quoted_string (test.test_pickle.PyUnpicklerTests.test_badly_quoted_string)
PASS: test_binbytes (test.test_pickle.PyUnpicklerTests.test_binbytes)
PASS: test_binbytes8 (test.test_pickle.PyUnpicklerTests.test_binbytes8)
PASS: test_binget (test.test_pickle.PyUnpicklerTests.test_binget)
PASS: test_binunicode8 (test.test_pickle.PyUnpicklerTests.test_binunicode8)
PASS: test_bytearray8 (test.test_pickle.PyUnpicklerTests.test_bytearray8)
PASS: test_compat_unpickle (test.test_pickle.PyUnpicklerTests.test_compat_unpickle)
PASS: test_constants (test.test_pickle.PyUnpicklerTests.test_constants)
PASS: test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests.test_correctly_quoted_string)
PASS: test_custom_find_class (test.test_pickle.PyUnpicklerTests.test_custom_find_class)
PASS: test_dup (test.test_pickle.PyUnpicklerTests.test_dup)
PASS: test_empty_bytestring (test.test_pickle.PyUnpicklerTests.test_empty_bytestring)
PASS: test_find_class (test.test_pickle.PyUnpicklerTests.test_find_class)
PASS: test_frame_readline (test.test_pickle.PyUnpicklerTests.test_frame_readline)
PASS: test_get (test.test_pickle.PyUnpicklerTests.test_get)
SKIP: test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'
SKIP: test_large_32b_bytearray8 (test.test_pickle.PyUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'
PASS: test_large_binstring (test.test_pickle.PyUnpicklerTests.test_large_binstring)
PASS: test_load_classic_instance (test.test_pickle.PyUnpicklerTests.test_load_classic_instance)
PASS: test_load_from_data0 (test.test_pickle.PyUnpicklerTests.test_load_from_data0)
PASS: test_load_from_data1 (test.test_pickle.PyUnpicklerTests.test_load_from_data1)
PASS: test_load_from_data2 (test.test_pickle.PyUnpicklerTests.test_load_from_data2)
PASS: test_load_from_data3 (test.test_pickle.PyUnpicklerTests.test_load_from_data3)
PASS: test_load_from_data4 (test.test_pickle.PyUnpicklerTests.test_load_from_data4)
PASS: test_load_global (test.test_pickle.PyUnpicklerTests.test_load_global)
PASS: test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_long_python2_str_as_bytes)
PASS: test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_python2_str_as_bytes)
PASS: test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests.test_load_python2_unicode_as_str)
PASS: test_load_stack_global (test.test_pickle.PyUnpicklerTests.test_load_stack_global)
PASS: test_long_binget (test.test_pickle.PyUnpicklerTests.test_long_binget)
PASS: test_maxint64 (test.test_pickle.PyUnpicklerTests.test_maxint64)
PASS: test_misc_get (test.test_pickle.PyUnpicklerTests.test_misc_get)
SKIP: test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binput (test.test_pickle.PyUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'
SKIP: test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'
PASS: test_negative_put (test.test_pickle.PyUnpicklerTests.test_negative_put)
PASS: test_nondecimal_integers (test.test_pickle.PyUnpicklerTests.test_nondecimal_integers)
PASS: test_short_binbytes (test.test_pickle.PyUnpicklerTests.test_short_binbytes)
PASS: test_short_binunicode (test.test_pickle.PyUnpicklerTests.test_short_binunicode)
PASS: test_truncated_data (test.test_pickle.PyUnpicklerTests.test_truncated_data)
PASS: test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests.test_unpickle_from_2x)
PASS: test_unpickle_module_race (test.test_pickle.PyUnpicklerTests.test_unpickle_module_race)
PASS: test_zero_padded_integers (test.test_pickle.PyUnpicklerTests.test_zero_padded_integers)
PASS: test_pickler (test.test_pickle.SizeofTests.test_pickler)
PASS: test_unpickler (test.test_pickle.SizeofTests.test_unpickler)
decode_long (pickle)
PASS: Doctest: pickle.decode_long
encode_long (pickle)
PASS: Doctest: pickle.encode_long

----------------------------------------------------------------------
Ran 989 tests in 7.352s

OK (skipped=55)
0:03:18 load avg: 3.69 [311/486] test_platform passed
PASS: test_arg_parsing (test.test_platform.CommandLineTest.test_arg_parsing)
PASS: test_help (test.test_platform.CommandLineTest.test_help)
PASS: test_invocation (test.test_platform.CommandLineTest.test_invocation)
PASS: test_unknown_flag (test.test_platform.CommandLineTest.test_unknown_flag)
PASS: test__comparable_version (test.test_platform.PlatformTest.test__comparable_version)
PASS: test_android_ver (test.test_platform.PlatformTest.test_android_ver)
PASS: test_architecture (test.test_platform.PlatformTest.test_architecture)
PASS: test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink)
PASS: test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release)
PASS: test_invalidate_caches (test.test_platform.PlatformTest.test_invalidate_caches)
PASS: test_ios_ver (test.test_platform.PlatformTest.test_ios_ver)
PASS: test_java_ver (test.test_platform.PlatformTest.test_java_ver)
PASS: test_libc_ver (test.test_platform.PlatformTest.test_libc_ver)
PASS: test_mac_ver (test.test_platform.PlatformTest.test_mac_ver)
SKIP: test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) 'OSX only test'
PASS: test_machine (test.test_platform.PlatformTest.test_machine)
PASS: test_macos (test.test_platform.PlatformTest.test_macos)
PASS: test_node (test.test_platform.PlatformTest.test_node)
PASS: test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release)
PASS: test_platform (test.test_platform.PlatformTest.test_platform)
PASS: test_processor (test.test_platform.PlatformTest.test_processor)
PASS: test_release (test.test_platform.PlatformTest.test_release)
PASS: test_sys_version (test.test_platform.PlatformTest.test_sys_version)
PASS: test_system (test.test_platform.PlatformTest.test_system)
PASS: test_system_alias (test.test_platform.PlatformTest.test_system_alias)
PASS: test_uname (test.test_platform.PlatformTest.test_uname)
PASS: test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict)
PASS: test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple)
PASS: test_uname_copy (test.test_platform.PlatformTest.test_uname_copy)
PASS: test_uname_fields (test.test_platform.PlatformTest.test_uname_fields)
PASS: test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle)
test_uname_processor (test.test_platform.PlatformTest.test_uname_processor)
PASS: On some systems, the processor must match the output
PASS: test_uname_replace (test.test_platform.PlatformTest.test_uname_replace)
PASS: test_uname_slices (test.test_platform.PlatformTest.test_uname_slices)
SKIP: test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) 'windows only test'
SKIP: test_uname_win32_without_wmi (test.test_platform.PlatformTest.test_uname_win32_without_wmi) 'windows only test'
PASS: test_version (test.test_platform.PlatformTest.test_version)
SKIP: test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) 'This test only makes sense on Windows'
PASS: test_win32_ver_on_non_windows (test.test_platform.PlatformTest.test_win32_ver_on_non_windows)

----------------------------------------------------------------------
Ran 39 tests in 0.144s

OK (skipped=4)
0:03:18 load avg: 3.69 [312/486] test_popen passed
PASS: test_contextmanager (test.test_popen.PopenTest.test_contextmanager)
PASS: test_iterating (test.test_popen.PopenTest.test_iterating)
PASS: test_keywords (test.test_popen.PopenTest.test_keywords)
PASS: test_popen (test.test_popen.PopenTest.test_popen)
PASS: test_return_code (test.test_popen.PopenTest.test_return_code)

----------------------------------------------------------------------
Ran 5 tests in 0.070s

OK
0:03:18 load avg: 3.69 [313/486] test_plistlib passed
PASS: test__all__ (test.test_plistlib.MiscTestCase.test__all__)
PASS: test_cycles (test.test_plistlib.TestBinaryPlistlib.test_cycles)
PASS: test_deep_nesting (test.test_plistlib.TestBinaryPlistlib.test_deep_nesting)
PASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_aware_datetime_without_aware_datetime_option)
PASS: test_dump_duplicates (test.test_plistlib.TestBinaryPlistlib.test_dump_duplicates)
PASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)
PASS: test_identity (test.test_plistlib.TestBinaryPlistlib.test_identity)
PASS: test_invalid_binary (test.test_plistlib.TestBinaryPlistlib.test_invalid_binary)
PASS: test_large_timestamp (test.test_plistlib.TestBinaryPlistlib.test_large_timestamp)
PASS: test_load_aware_datetime (test.test_plistlib.TestBinaryPlistlib.test_load_aware_datetime)
PASS: test_load_int (test.test_plistlib.TestBinaryPlistlib.test_load_int)
PASS: test_load_singletons (test.test_plistlib.TestBinaryPlistlib.test_load_singletons)
PASS: test_nonstandard_refs_size (test.test_plistlib.TestBinaryPlistlib.test_nonstandard_refs_size)
PASS: test_truncated_large_data (test.test_plistlib.TestBinaryPlistlib.test_truncated_large_data)
PASS: test_unsupported (test.test_plistlib.TestBinaryPlistlib.test_unsupported)
PASS: test_keyed_archive_data (test.test_plistlib.TestKeyedArchive.test_keyed_archive_data)
PASS: test_appleformatting (test.test_plistlib.TestPlistlib.test_appleformatting)
PASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib.test_appleformattingfromliteral)
PASS: test_bytearray (test.test_plistlib.TestPlistlib.test_bytearray)
PASS: test_bytes (test.test_plistlib.TestPlistlib.test_bytes)
PASS: test_bytes_indent (test.test_plistlib.TestPlistlib.test_bytes_indent)
PASS: test_bytesio (test.test_plistlib.TestPlistlib.test_bytesio)
PASS: test_controlcharacters (test.test_plistlib.TestPlistlib.test_controlcharacters)
PASS: test_create (test.test_plistlib.TestPlistlib.test_create)
PASS: test_dict_members (test.test_plistlib.TestPlistlib.test_dict_members)
PASS: test_dump_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_aware_datetime)
PASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_aware_datetime_without_aware_datetime_option)
PASS: test_dump_invalid_format (test.test_plistlib.TestPlistlib.test_dump_invalid_format)
PASS: test_dump_naive_datetime_with_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_naive_datetime_with_aware_datetime_option)
PASS: test_dump_utc_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime)
PASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)
PASS: test_indentation_array (test.test_plistlib.TestPlistlib.test_indentation_array)
PASS: test_indentation_dict (test.test_plistlib.TestPlistlib.test_indentation_dict)
PASS: test_indentation_dict_mix (test.test_plistlib.TestPlistlib.test_indentation_dict_mix)
PASS: test_int (test.test_plistlib.TestPlistlib.test_int)
PASS: test_integer_notations (test.test_plistlib.TestPlistlib.test_integer_notations)
PASS: test_invalid_type (test.test_plistlib.TestPlistlib.test_invalid_type)
PASS: test_invalid_uid (test.test_plistlib.TestPlistlib.test_invalid_uid)
PASS: test_invalidarray (test.test_plistlib.TestPlistlib.test_invalidarray)
PASS: test_invaliddict (test.test_plistlib.TestPlistlib.test_invaliddict)
PASS: test_invalidinteger (test.test_plistlib.TestPlistlib.test_invalidinteger)
PASS: test_invalidreal (test.test_plistlib.TestPlistlib.test_invalidreal)
PASS: test_io (test.test_plistlib.TestPlistlib.test_io)
PASS: test_keys_no_string (test.test_plistlib.TestPlistlib.test_keys_no_string)
PASS: test_keysort (test.test_plistlib.TestPlistlib.test_keysort)
PASS: test_keysort_bytesio (test.test_plistlib.TestPlistlib.test_keysort_bytesio)
PASS: test_list_members (test.test_plistlib.TestPlistlib.test_list_members)
PASS: test_load_aware_datetime (test.test_plistlib.TestPlistlib.test_load_aware_datetime)
PASS: test_load_invalid_file (test.test_plistlib.TestPlistlib.test_load_invalid_file)
PASS: test_loads_str_with_binary_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_binary_fmt)
PASS: test_loads_str_with_xml_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_xml_fmt)
PASS: test_lone_surrogates (test.test_plistlib.TestPlistlib.test_lone_surrogates)
PASS: test_modified_uid_huge (test.test_plistlib.TestPlistlib.test_modified_uid_huge)
PASS: test_modified_uid_negative (test.test_plistlib.TestPlistlib.test_modified_uid_negative)
PASS: test_non_bmp_characters (test.test_plistlib.TestPlistlib.test_non_bmp_characters)
PASS: test_nondictroot (test.test_plistlib.TestPlistlib.test_nondictroot)
PASS: test_skipkeys (test.test_plistlib.TestPlistlib.test_skipkeys)
PASS: test_tuple_members (test.test_plistlib.TestPlistlib.test_tuple_members)
PASS: test_uid (test.test_plistlib.TestPlistlib.test_uid)
PASS: test_uid_copy (test.test_plistlib.TestPlistlib.test_uid_copy)
PASS: test_uid_data (test.test_plistlib.TestPlistlib.test_uid_data)
PASS: test_uid_eq (test.test_plistlib.TestPlistlib.test_uid_eq)
PASS: test_uid_hash (test.test_plistlib.TestPlistlib.test_uid_hash)
PASS: test_uid_index (test.test_plistlib.TestPlistlib.test_uid_index)
PASS: test_uid_pickle (test.test_plistlib.TestPlistlib.test_uid_pickle)
PASS: test_uid_repr (test.test_plistlib.TestPlistlib.test_uid_repr)
PASS: test_xml_encodings (test.test_plistlib.TestPlistlib.test_xml_encodings)
PASS: test_xml_plist_with_entity_decl (test.test_plistlib.TestPlistlib.test_xml_plist_with_entity_decl)
SKIP: test_lint_status (test.test_plistlib.TestPlutil.test_lint_status) 'plutil utility is for Mac os'
SKIP: test_octal_and_hex (test.test_plistlib.TestPlutil.test_octal_and_hex) 'plutil utility is for Mac os'

----------------------------------------------------------------------
Ran 70 tests in 0.197s

OK (skipped=2)
0:03:18 load avg: 3.69 [314/486] test_positional_only_arg passed
PASS: test_annotations_constant_fold (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_constant_fold)
PASS: test_annotations_in_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_in_closures)
PASS: test_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_async)
PASS: test_change_default_pos_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_change_default_pos_only)
PASS: test_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_closures)
PASS: test_generator (test.test_positional_only_arg.PositionalOnlyTestCase.test_generator)
PASS: test_invalid_syntax_errors (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors)
PASS: test_invalid_syntax_errors_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_async)
PASS: test_invalid_syntax_lambda (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_lambda)
PASS: test_lambdas (test.test_positional_only_arg.PositionalOnlyTestCase.test_lambdas)
PASS: test_mangling (test.test_positional_only_arg.PositionalOnlyTestCase.test_mangling)
PASS: test_module_function (test.test_positional_only_arg.PositionalOnlyTestCase.test_module_function)
PASS: test_no_standard_args_usage (test.test_positional_only_arg.PositionalOnlyTestCase.test_no_standard_args_usage)
PASS: test_optional_positional_only_args (test.test_positional_only_arg.PositionalOnlyTestCase.test_optional_positional_only_args)
PASS: test_pos_only_call_via_unpacking (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_call_via_unpacking)
PASS: test_pos_only_definition (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_definition)
PASS: test_positional_only_and_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_arg_invalid_calls)
PASS: test_positional_only_and_kwonlyargs_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_kwonlyargs_invalid_calls)
PASS: test_positional_only_and_optional_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_optional_arg_invalid_calls)
PASS: test_positional_only_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_invalid_calls)
PASS: test_positional_only_with_optional_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_with_optional_invalid_calls)
PASS: test_posonly_methods (test.test_positional_only_arg.PositionalOnlyTestCase.test_posonly_methods)
PASS: test_same_keyword_as_positional_with_kwargs (test.test_positional_only_arg.PositionalOnlyTestCase.test_same_keyword_as_positional_with_kwargs)
PASS: test_serialization (test.test_positional_only_arg.PositionalOnlyTestCase.test_serialization)
PASS: test_super (test.test_positional_only_arg.PositionalOnlyTestCase.test_super)
PASS: test_syntax_for_many_positional_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_syntax_for_many_positional_only)
PASS: test_too_many_arguments (test.test_positional_only_arg.PositionalOnlyTestCase.test_too_many_arguments)
PASS: test_use_positional_as_keyword (test.test_positional_only_arg.PositionalOnlyTestCase.test_use_positional_as_keyword)

----------------------------------------------------------------------
Ran 28 tests in 0.010s

OK
0:03:19 load avg: 3.69 [315/486] test_poll passed
PASS: test_poll1 (test.test_poll.PollTests.test_poll1)
SKIP: test_poll2 (test.test_poll.PollTests.test_poll2) "resource 'walltime' is not enabled"
PASS: test_poll3 (test.test_poll.PollTests.test_poll3)
PASS: test_poll_blocks_with_negative_ms (test.test_poll.PollTests.test_poll_blocks_with_negative_ms)
PASS: test_poll_c_limits (test.test_poll.PollTests.test_poll_c_limits)
PASS: test_poll_unit_tests (test.test_poll.PollTests.test_poll_unit_tests)
PASS: test_threaded_poll (test.test_poll.PollTests.test_threaded_poll)

----------------------------------------------------------------------
Ran 7 tests in 1.118s

OK (skipped=1)
0:03:20 load avg: 3.69 [316/486] test_posixpath passed
PASS: test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath)
PASS: test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename)
PASS: test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath)
PASS: test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname)
PASS: test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser)
PASS: test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars)
PASS: test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs)
PASS: test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink)
PASS: test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount)
PASS: test_path_join (test.test_posixpath.PathLikeTests.test_path_join)
PASS: test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists)
PASS: test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase)
PASS: test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath)
PASS: test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath)
PASS: test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath)
PASS: test_path_split (test.test_posixpath.PathLikeTests.test_path_split)
PASS: test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive)
PASS: test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext)
PASS: test_path_splitroot (test.test_posixpath.PathLikeTests.test_path_splitroot)
PASS: test_abspath (test.test_posixpath.PosixCommonTest.test_abspath)
PASS: test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426)
PASS: test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix)
PASS: test_exists (test.test_posixpath.PosixCommonTest.test_exists)
PASS: test_exists_bool (test.test_posixpath.PosixCommonTest.test_exists_bool)
PASS: test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd)
PASS: test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars)
SKIP: test_expandvars_large (test.test_posixpath.PosixCommonTest.test_expandvars_large) "resource 'cpu' is not enabled"
PASS: test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii)
PASS: test_filetime (test.test_posixpath.PosixCommonTest.test_filetime)
PASS: test_getsize (test.test_posixpath.PosixCommonTest.test_getsize)
PASS: test_import (test.test_posixpath.PosixCommonTest.test_import)
PASS: test_isdir (test.test_posixpath.PosixCommonTest.test_isdir)
PASS: test_isfile (test.test_posixpath.PosixCommonTest.test_isfile)
PASS: test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors)
PASS: test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument)
PASS: test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath)
PASS: test_normcase (test.test_posixpath.PosixCommonTest.test_normcase)
PASS: test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242)
PASS: test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827)
PASS: test_realpath (test.test_posixpath.PosixCommonTest.test_realpath)
PASS: test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors)
PASS: test_samefile (test.test_posixpath.PosixCommonTest.test_samefile)
PASS: test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link)
PASS: test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink)
PASS: test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile)
PASS: test_samestat (test.test_posixpath.PosixCommonTest.test_samestat)
PASS: test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link)
PASS: test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink)
PASS: test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive)
PASS: test_basename (test.test_posixpath.PosixPathTest.test_basename)
PASS: test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath)
PASS: test_dirname (test.test_posixpath.PosixPathTest.test_dirname)
PASS: test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser)
PASS: test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar)
PASS: test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd)
PASS: test_expanduser_pwd2 (test.test_posixpath.PosixPathTest.test_expanduser_pwd2)
PASS: test_fast_paths_in_use (test.test_posixpath.PosixPathTest.test_fast_paths_in_use)
PASS: test_isabs (test.test_posixpath.PosixPathTest.test_isabs)
PASS: test_isjunction (test.test_posixpath.PosixPathTest.test_isjunction)
PASS: test_islink (test.test_posixpath.PosixPathTest.test_islink)
PASS: test_islink_invalid_paths (test.test_posixpath.PosixPathTest.test_islink_invalid_paths)
PASS: test_ismount (test.test_posixpath.PosixPathTest.test_ismount)
PASS: test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device)
PASS: test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable)
PASS: test_ismount_invalid_paths (test.test_posixpath.PosixPathTest.test_ismount_invalid_paths)
PASS: test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent)
PASS: test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks)
PASS: test_join (test.test_posixpath.PosixPathTest.test_join)
PASS: test_normpath (test.test_posixpath.PosixPathTest.test_normpath)
PASS: test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic)
PASS: test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir)
PASS: test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion)
PASS: test_realpath_invalid_paths (test.test_posixpath.PosixPathTest.test_realpath_invalid_paths)
PASS: test_realpath_missing_pardir (test.test_posixpath.PosixPathTest.test_realpath_missing_pardir)
PASS: test_realpath_nonterminal_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_file)
PASS: test_realpath_nonterminal_symlink_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_file)
PASS: test_realpath_nonterminal_symlink_to_symlinks_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_symlinks_to_file)
PASS: test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir)
PASS: test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative)
PASS: test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks)
PASS: test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing)
PASS: test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first)
PASS: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents)
PASS: test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict)
PASS: test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops)
PASS: test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict)
SKIP: test_realpath_unreadable_directory (test.test_posixpath.PosixPathTest.test_realpath_unreadable_directory) 'Cannot block permissions'
SKIP: test_realpath_unreadable_symlink (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink) "Can't set symlink permissions"
SKIP: test_realpath_unreadable_symlink_strict (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink_strict) "Can't set symlink permissions"
PASS: test_relpath (test.test_posixpath.PosixPathTest.test_relpath)
PASS: test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes)
PASS: test_split (test.test_posixpath.PosixPathTest.test_split)
PASS: test_splitext (test.test_posixpath.PosixPathTest.test_splitext)
PASS: test_splitroot (test.test_posixpath.PosixPathTest.test_splitroot)

----------------------------------------------------------------------
Ran 94 tests in 0.110s

OK (skipped=4)
0:03:20 load avg: 3.69 [317/486] test_pow passed
PASS: test_big_exp (test.test_pow.PowTest.test_big_exp)
PASS: test_bug643260 (test.test_pow.PowTest.test_bug643260)
PASS: test_bug705231 (test.test_pow.PowTest.test_bug705231)
PASS: test_negative_exponent (test.test_pow.PowTest.test_negative_exponent)
PASS: test_other (test.test_pow.PowTest.test_other)
PASS: test_powfloat (test.test_pow.PowTest.test_powfloat)
PASS: test_powint (test.test_pow.PowTest.test_powint)

----------------------------------------------------------------------
Ran 7 tests in 0.790s

OK
0:03:21 load avg: 3.71 [318/486] test_posix passed
PASS: test_unshare_setns (test.test_posix.NamespacesTests.test_unshare_setns)
PASS: test_initgroups (test.test_posix.PosixGroupsTester.test_initgroups)
PASS: test_setgroups (test.test_posix.PosixGroupsTester.test_setgroups)
PASS: testNoArgFunctions (test.test_posix.PosixTester.testNoArgFunctions)
PASS: test_access (test.test_posix.PosixTester.test_access)
SKIP: test_bug_140634 (test.test_posix.PosixTester.test_bug_140634) 'requires POSIX scheduler API'
PASS: test_chdir (test.test_posix.PosixTester.test_chdir)
SKIP: test_chflags (test.test_posix.PosixTester.test_chflags) 'test needs os.chflags()'
PASS: test_chmod_dir (test.test_posix.PosixTester.test_chmod_dir)
PASS: test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink)
PASS: test_chmod_file (test.test_posix.PosixTester.test_chmod_file)
PASS: test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink)
PASS: test_chown (test.test_posix.PosixTester.test_chown)
PASS: test_cld_xxxx_constants (test.test_posix.PosixTester.test_cld_xxxx_constants)
PASS: test_confstr (test.test_posix.PosixTester.test_confstr)
PASS: test_dup (test.test_posix.PosixTester.test_dup)
PASS: test_dup2 (test.test_posix.PosixTester.test_dup2)
PASS: test_environ (test.test_posix.PosixTester.test_environ)
PASS: test_fchmod_file (test.test_posix.PosixTester.test_fchmod_file)
PASS: test_fchown (test.test_posix.PosixTester.test_fchown)
PASS: test_fexecve (test.test_posix.PosixTester.test_fexecve)
PASS: test_fs_holes (test.test_posix.PosixTester.test_fs_holes)
PASS: test_fstat (test.test_posix.PosixTester.test_fstat)
PASS: test_fstatvfs (test.test_posix.PosixTester.test_fstatvfs)
PASS: test_ftruncate (test.test_posix.PosixTester.test_ftruncate)
SKIP: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester.test_get_and_set_scheduler_and_param) 'requires POSIX scheduler API'
PASS: test_getcwd_long_pathnames (test.test_posix.PosixTester.test_getcwd_long_pathnames)
PASS: test_getgrouplist (test.test_posix.PosixTester.test_getgrouplist)
PASS: test_getgroups (test.test_posix.PosixTester.test_getgroups)
PASS: test_getresgid (test.test_posix.PosixTester.test_getresgid)
PASS: test_getresuid (test.test_posix.PosixTester.test_getresuid)
PASS: test_initgroups (test.test_posix.PosixTester.test_initgroups)
SKIP: test_lchflags_regular_file (test.test_posix.PosixTester.test_lchflags_regular_file) 'test needs os.lchflags()'
SKIP: test_lchflags_symlink (test.test_posix.PosixTester.test_lchflags_symlink) 'test needs os.lchflags()'
SKIP: test_lchmod_dir (test.test_posix.PosixTester.test_lchmod_dir) 'test needs os.lchmod()'
SKIP: test_lchmod_dir_symlink (test.test_posix.PosixTester.test_lchmod_dir_symlink) 'test needs os.lchmod()'
SKIP: test_lchmod_file (test.test_posix.PosixTester.test_lchmod_file) 'test needs os.lchmod()'
SKIP: test_lchmod_file_symlink (test.test_posix.PosixTester.test_lchmod_file_symlink) 'test needs os.lchmod()'
PASS: test_lchown (test.test_posix.PosixTester.test_lchown)
PASS: test_link_follow_symlinks (test.test_posix.PosixTester.test_link_follow_symlinks)
PASS: test_listdir (test.test_posix.PosixTester.test_listdir)
PASS: test_listdir_bytes (test.test_posix.PosixTester.test_listdir_bytes)
PASS: test_listdir_bytes_like (test.test_posix.PosixTester.test_listdir_bytes_like)
PASS: test_listdir_default (test.test_posix.PosixTester.test_listdir_default)
PASS: test_listdir_fd (test.test_posix.PosixTester.test_listdir_fd)
PASS: test_lockf (test.test_posix.PosixTester.test_lockf)
PASS: test_makedev (test.test_posix.PosixTester.test_makedev)
PASS: test_mkfifo (test.test_posix.PosixTester.test_mkfifo)
PASS: test_mknod (test.test_posix.PosixTester.test_mknod)
PASS: test_oscloexec (test.test_posix.PosixTester.test_oscloexec)
SKIP: test_osexlock (test.test_posix.PosixTester.test_osexlock) 'test needs posix.O_EXLOCK'
SKIP: test_osshlock (test.test_posix.PosixTester.test_osshlock) 'test needs posix.O_SHLOCK'
test_path_error2 (test.test_posix.PosixTester.test_path_error2)
PASS: Test functions that call path_error2(), providing two filenames in their exceptions.
PASS: test_path_with_null_byte (test.test_posix.PosixTester.test_path_with_null_byte)
PASS: test_path_with_null_character (test.test_posix.PosixTester.test_path_with_null_character)
PASS: test_pidfd_open (test.test_posix.PosixTester.test_pidfd_open)
PASS: test_pipe (test.test_posix.PosixTester.test_pipe)
PASS: test_pipe2 (test.test_posix.PosixTester.test_pipe2)
PASS: test_pipe2_c_limits (test.test_posix.PosixTester.test_pipe2_c_limits)
PASS: test_posix_fadvise (test.test_posix.PosixTester.test_posix_fadvise)
PASS: test_posix_fadvise_errno (test.test_posix.PosixTester.test_posix_fadvise_errno)
PASS: test_posix_fallocate (test.test_posix.PosixTester.test_posix_fallocate)
PASS: test_posix_fallocate_errno (test.test_posix.PosixTester.test_posix_fallocate_errno)
PASS: test_pread (test.test_posix.PosixTester.test_pread)
PASS: test_preadv (test.test_posix.PosixTester.test_preadv)
PASS: test_preadv_flags (test.test_posix.PosixTester.test_preadv_flags)
SKIP: test_preadv_overflow_32bits (test.test_posix.PosixTester.test_preadv_overflow_32bits) 'test is only meaningful on 32-bit builds'
PASS: test_putenv (test.test_posix.PosixTester.test_putenv)
PASS: test_pwrite (test.test_posix.PosixTester.test_pwrite)
PASS: test_pwritev (test.test_posix.PosixTester.test_pwritev)
SKIP: test_pwritev_flags (test.test_posix.PosixTester.test_pwritev_flags) 'test needs os.RWF_SYNC'
SKIP: test_pwritev_overflow_32bits (test.test_posix.PosixTester.test_pwritev_overflow_32bits) 'test is only meaningful on 32-bit builds'
PASS: test_readv (test.test_posix.PosixTester.test_readv)
SKIP: test_readv_overflow_32bits (test.test_posix.PosixTester.test_readv_overflow_32bits) 'test is only meaningful on 32-bit builds'
PASS: test_register_at_fork (test.test_posix.PosixTester.test_register_at_fork)
PASS: test_rtld_constants (test.test_posix.PosixTester.test_rtld_constants)
PASS: test_sched_getaffinity (test.test_posix.PosixTester.test_sched_getaffinity)
SKIP: test_sched_param (test.test_posix.PosixTester.test_sched_param) 'requires POSIX scheduler API'
PASS: test_sched_priority (test.test_posix.PosixTester.test_sched_priority)
PASS: test_sched_rr_get_interval (test.test_posix.PosixTester.test_sched_rr_get_interval)
PASS: test_sched_setaffinity (test.test_posix.PosixTester.test_sched_setaffinity)
PASS: test_sched_yield (test.test_posix.PosixTester.test_sched_yield)
PASS: test_setresgid (test.test_posix.PosixTester.test_setresgid)
PASS: test_setresgid_exception (test.test_posix.PosixTester.test_setresgid_exception)
PASS: test_setresuid (test.test_posix.PosixTester.test_setresuid)
PASS: test_setresuid_exception (test.test_posix.PosixTester.test_setresuid_exception)
PASS: test_stat (test.test_posix.PosixTester.test_stat)
PASS: test_stat_fd_zero_follow_symlinks (test.test_posix.PosixTester.test_stat_fd_zero_follow_symlinks)
PASS: test_statvfs (test.test_posix.PosixTester.test_statvfs)
PASS: test_strerror (test.test_posix.PosixTester.test_strerror)
PASS: test_sysconf (test.test_posix.PosixTester.test_sysconf)
PASS: test_truncate (test.test_posix.PosixTester.test_truncate)
PASS: test_umask (test.test_posix.PosixTester.test_umask)
PASS: test_utime (test.test_posix.PosixTester.test_utime)
PASS: test_utime_nofollow_symlinks (test.test_posix.PosixTester.test_utime_nofollow_symlinks)
PASS: test_utime_with_fd (test.test_posix.PosixTester.test_utime_with_fd)
PASS: test_waitid (test.test_posix.PosixTester.test_waitid)
PASS: test_writev (test.test_posix.PosixTester.test_writev)
SKIP: test_writev_overflow_32bits (test.test_posix.PosixTester.test_writev_overflow_32bits) 'test is only meaningful on 32-bit builds'
PASS: test_access_dir_fd (test.test_posix.TestPosixDirFd.test_access_dir_fd)
PASS: test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd)
PASS: test_chown_dir_fd (test.test_posix.TestPosixDirFd.test_chown_dir_fd)
PASS: test_link_dir_fd (test.test_posix.TestPosixDirFd.test_link_dir_fd)
PASS: test_mkdir_dir_fd (test.test_posix.TestPosixDirFd.test_mkdir_dir_fd)
PASS: test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd)
PASS: test_mknod_dir_fd (test.test_posix.TestPosixDirFd.test_mknod_dir_fd)
PASS: test_open_dir_fd (test.test_posix.TestPosixDirFd.test_open_dir_fd)
PASS: test_readlink_dir_fd (test.test_posix.TestPosixDirFd.test_readlink_dir_fd)
PASS: test_rename_dir_fd (test.test_posix.TestPosixDirFd.test_rename_dir_fd)
PASS: test_stat_dir_fd (test.test_posix.TestPosixDirFd.test_stat_dir_fd)
PASS: test_symlink_dir_fd (test.test_posix.TestPosixDirFd.test_symlink_dir_fd)
PASS: test_unlink_dir_fd (test.test_posix.TestPosixDirFd.test_unlink_dir_fd)
PASS: test_utime_dir_fd (test.test_posix.TestPosixDirFd.test_utime_dir_fd)
PASS: test_bad_file_actions (test.test_posix.TestPosixSpawn.test_bad_file_actions)
PASS: test_close_file (test.test_posix.TestPosixSpawn.test_close_file)
PASS: test_dup2 (test.test_posix.TestPosixSpawn.test_dup2)
PASS: test_empty_file_actions (test.test_posix.TestPosixSpawn.test_empty_file_actions)
PASS: test_multiple_file_actions (test.test_posix.TestPosixSpawn.test_multiple_file_actions)
PASS: test_no_such_executable (test.test_posix.TestPosixSpawn.test_no_such_executable)
PASS: test_none_file_actions (test.test_posix.TestPosixSpawn.test_none_file_actions)
PASS: test_open_file (test.test_posix.TestPosixSpawn.test_open_file)
PASS: test_resetids (test.test_posix.TestPosixSpawn.test_resetids)
PASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawn.test_resetids_explicit_default)
PASS: test_returns_pid (test.test_posix.TestPosixSpawn.test_returns_pid)
PASS: test_scheduler_allow_none (test.test_posix.TestPosixSpawn.test_scheduler_allow_none)
PASS: test_scheduler_wrong_type (test.test_posix.TestPosixSpawn.test_scheduler_wrong_type)
PASS: test_setpgroup (test.test_posix.TestPosixSpawn.test_setpgroup)
PASS: test_setpgroup_allow_none (test.test_posix.TestPosixSpawn.test_setpgroup_allow_none)
PASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type)
SKIP: test_setscheduler_only_param (test.test_posix.TestPosixSpawn.test_setscheduler_only_param) 'requires POSIX scheduler API'
SKIP: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn.test_setscheduler_with_policy) 'requires POSIX scheduler API'
PASS: test_setsid (test.test_posix.TestPosixSpawn.test_setsid)
PASS: test_setsigdef (test.test_posix.TestPosixSpawn.test_setsigdef)
PASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type)
PASS: test_setsigmask (test.test_posix.TestPosixSpawn.test_setsigmask)
PASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type)
PASS: test_specify_environment (test.test_posix.TestPosixSpawn.test_specify_environment)
PASS: test_bad_file_actions (test.test_posix.TestPosixSpawnP.test_bad_file_actions)
PASS: test_close_file (test.test_posix.TestPosixSpawnP.test_close_file)
PASS: test_dup2 (test.test_posix.TestPosixSpawnP.test_dup2)
PASS: test_empty_file_actions (test.test_posix.TestPosixSpawnP.test_empty_file_actions)
PASS: test_multiple_file_actions (test.test_posix.TestPosixSpawnP.test_multiple_file_actions)
PASS: test_no_such_executable (test.test_posix.TestPosixSpawnP.test_no_such_executable)
PASS: test_none_file_actions (test.test_posix.TestPosixSpawnP.test_none_file_actions)
PASS: test_open_file (test.test_posix.TestPosixSpawnP.test_open_file)
PASS: test_posix_spawnp (test.test_posix.TestPosixSpawnP.test_posix_spawnp)
PASS: test_resetids (test.test_posix.TestPosixSpawnP.test_resetids)
PASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawnP.test_resetids_explicit_default)
PASS: test_returns_pid (test.test_posix.TestPosixSpawnP.test_returns_pid)
PASS: test_scheduler_allow_none (test.test_posix.TestPosixSpawnP.test_scheduler_allow_none)
PASS: test_scheduler_wrong_type (test.test_posix.TestPosixSpawnP.test_scheduler_wrong_type)
PASS: test_setpgroup (test.test_posix.TestPosixSpawnP.test_setpgroup)
PASS: test_setpgroup_allow_none (test.test_posix.TestPosixSpawnP.test_setpgroup_allow_none)
PASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type)
SKIP: test_setscheduler_only_param (test.test_posix.TestPosixSpawnP.test_setscheduler_only_param) 'requires POSIX scheduler API'
SKIP: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy) 'requires POSIX scheduler API'
PASS: test_setsid (test.test_posix.TestPosixSpawnP.test_setsid)
PASS: test_setsigdef (test.test_posix.TestPosixSpawnP.test_setsigdef)
PASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type)
PASS: test_setsigmask (test.test_posix.TestPosixSpawnP.test_setsigmask)
PASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type)
PASS: test_specify_environment (test.test_posix.TestPosixSpawnP.test_specify_environment)
SKIP: test_access (test.test_posix.TestPosixWeaklinking.test_access) 'test weak linking on macOS'
SKIP: test_chmod (test.test_posix.TestPosixWeaklinking.test_chmod) 'test weak linking on macOS'
SKIP: test_chown (test.test_posix.TestPosixWeaklinking.test_chown) 'test weak linking on macOS'
SKIP: test_link (test.test_posix.TestPosixWeaklinking.test_link) 'test weak linking on macOS'
SKIP: test_listdir_scandir (test.test_posix.TestPosixWeaklinking.test_listdir_scandir) 'test weak linking on macOS'
SKIP: test_mkdir (test.test_posix.TestPosixWeaklinking.test_mkdir) 'test weak linking on macOS'
SKIP: test_mkfifo (test.test_posix.TestPosixWeaklinking.test_mkfifo) 'test weak linking on macOS'
SKIP: test_mknod (test.test_posix.TestPosixWeaklinking.test_mknod) 'test weak linking on macOS'
SKIP: test_open (test.test_posix.TestPosixWeaklinking.test_open) 'test weak linking on macOS'
SKIP: test_ptsname_r (test.test_posix.TestPosixWeaklinking.test_ptsname_r) 'test weak linking on macOS'
SKIP: test_pwritev (test.test_posix.TestPosixWeaklinking.test_pwritev) 'test weak linking on macOS'
SKIP: test_readlink (test.test_posix.TestPosixWeaklinking.test_readlink) 'test weak linking on macOS'
SKIP: test_rename_replace (test.test_posix.TestPosixWeaklinking.test_rename_replace) 'test weak linking on macOS'
SKIP: test_stat (test.test_posix.TestPosixWeaklinking.test_stat) 'test weak linking on macOS'
SKIP: test_symlink (test.test_posix.TestPosixWeaklinking.test_symlink) 'test weak linking on macOS'
SKIP: test_unlink_rmdir (test.test_posix.TestPosixWeaklinking.test_unlink_rmdir) 'test weak linking on macOS'
SKIP: test_utime (test.test_posix.TestPosixWeaklinking.test_utime) 'test weak linking on macOS'

----------------------------------------------------------------------
Ran 179 tests in 1.929s

OK (skipped=38)
0:03:21 load avg: 3.71 [319/486] test_pprint passed
PASS: test_basic (test.test_pprint.QueryTestCase.test_basic)
PASS: test_basic_line_wrap (test.test_pprint.QueryTestCase.test_basic_line_wrap)
PASS: test_bytearray_wrap (test.test_pprint.QueryTestCase.test_bytearray_wrap)
PASS: test_bytes_wrap (test.test_pprint.QueryTestCase.test_bytes_wrap)
PASS: test_chainmap (test.test_pprint.QueryTestCase.test_chainmap)
PASS: test_compact (test.test_pprint.QueryTestCase.test_compact)
PASS: test_compact_width (test.test_pprint.QueryTestCase.test_compact_width)
PASS: test_container_repr_override_called (test.test_pprint.QueryTestCase.test_container_repr_override_called)
PASS: test_counter (test.test_pprint.QueryTestCase.test_counter)
PASS: test_cyclic_dataclass (test.test_pprint.QueryTestCase.test_cyclic_dataclass)
PASS: test_dataclass_no_repr (test.test_pprint.QueryTestCase.test_dataclass_no_repr)
PASS: test_dataclass_with_repr (test.test_pprint.QueryTestCase.test_dataclass_with_repr)
PASS: test_default_dict (test.test_pprint.QueryTestCase.test_default_dict)
PASS: test_depth (test.test_pprint.QueryTestCase.test_depth)
PASS: test_deque (test.test_pprint.QueryTestCase.test_deque)
PASS: test_empty_dataclass (test.test_pprint.QueryTestCase.test_empty_dataclass)
PASS: test_empty_simple_namespace (test.test_pprint.QueryTestCase.test_empty_simple_namespace)
PASS: test_init (test.test_pprint.QueryTestCase.test_init)
PASS: test_integer (test.test_pprint.QueryTestCase.test_integer)
PASS: test_knotted (test.test_pprint.QueryTestCase.test_knotted)
PASS: test_larger_dataclass (test.test_pprint.QueryTestCase.test_larger_dataclass)
PASS: test_lazy_import (test.test_pprint.QueryTestCase.test_lazy_import)
PASS: test_mapping_proxy (test.test_pprint.QueryTestCase.test_mapping_proxy)
PASS: test_nested_indentations (test.test_pprint.QueryTestCase.test_nested_indentations)
PASS: test_ordered_dict (test.test_pprint.QueryTestCase.test_ordered_dict)
PASS: test_recursive_dataclass (test.test_pprint.QueryTestCase.test_recursive_dataclass)
PASS: test_same_as_repr (test.test_pprint.QueryTestCase.test_same_as_repr)
PASS: test_set_of_sets_reprs (test.test_pprint.QueryTestCase.test_set_of_sets_reprs)
PASS: test_set_reprs (test.test_pprint.QueryTestCase.test_set_reprs)
PASS: test_simple_namespace (test.test_pprint.QueryTestCase.test_simple_namespace)
PASS: test_simple_namespace_subclass (test.test_pprint.QueryTestCase.test_simple_namespace_subclass)
PASS: test_small_dataclass (test.test_pprint.QueryTestCase.test_small_dataclass)
PASS: test_small_simple_namespace (test.test_pprint.QueryTestCase.test_small_simple_namespace)
PASS: test_sort_dict (test.test_pprint.QueryTestCase.test_sort_dict)
PASS: test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase.test_sort_orderable_and_unorderable_values)
PASS: test_sort_unorderable_values (test.test_pprint.QueryTestCase.test_sort_unorderable_values)
PASS: test_sorted_dict (test.test_pprint.QueryTestCase.test_sorted_dict)
PASS: test_stdout_is_None (test.test_pprint.QueryTestCase.test_stdout_is_None)
PASS: test_str_wrap (test.test_pprint.QueryTestCase.test_str_wrap)
PASS: test_subclassing (test.test_pprint.QueryTestCase.test_subclassing)
PASS: test_unreadable (test.test_pprint.QueryTestCase.test_unreadable)
PASS: test_user_dict (test.test_pprint.QueryTestCase.test_user_dict)
PASS: test_user_list (test.test_pprint.QueryTestCase.test_user_list)
PASS: test_user_string (test.test_pprint.QueryTestCase.test_user_string)
PASS: test_width (test.test_pprint.QueryTestCase.test_width)

----------------------------------------------------------------------
Ran 45 tests in 0.128s

OK
0:03:21 load avg: 3.71 [320/486] test_print passed
PASS: test_gh130163 (test.test_print.TestPrint.test_gh130163)
PASS: test_print (test.test_print.TestPrint.test_print)
PASS: test_print_flush (test.test_print.TestPrint.test_print_flush)
PASS: test_normal_string (test.test_print.TestPy2MigrationHint.test_normal_string)
PASS: test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint.test_string_in_loop_on_same_line)
PASS: test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_excessive_whitespace)
PASS: test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_leading_whitespace)
PASS: test_string_with_semicolon (test.test_print.TestPy2MigrationHint.test_string_with_semicolon)
PASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint.test_string_with_soft_space)

----------------------------------------------------------------------
Ran 9 tests in 0.012s

OK
0:03:21 load avg: 3.71 [321/486] test_property passed
PASS: test_docstring_copy (test.test_property.PropertySubclassTests.test_docstring_copy)
test_docstring_copy2 (test.test_property.PropertySubclassTests.test_docstring_copy2)
PASS: Property tries to provide the best docstring it finds for its instances.
PASS: test_issue41287 (test.test_property.PropertySubclassTests.test_issue41287)
PASS: test_prefer_explicit_doc (test.test_property.PropertySubclassTests.test_prefer_explicit_doc)
PASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests.test_property_new_getter_new_docstring)
PASS: test_property_no_doc_on_getter (test.test_property.PropertySubclassTests.test_property_no_doc_on_getter)
PASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests.test_property_setter_copies_getter_docstring)
PASS: test_property_with_slots_and_doc_slot_docstring_present (test.test_property.PropertySubclassTests.test_property_with_slots_and_doc_slot_docstring_present)
PASS: test_property_with_slots_docstring_silently_dropped (test.test_property.PropertySubclassTests.test_property_with_slots_docstring_silently_dropped)
PASS: test_property_with_slots_no_docstring (test.test_property.PropertySubclassTests.test_property_with_slots_no_docstring)
PASS: test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests.test_slots_docstring_copy_exception)
SKIP: test_gh_115618 (test.test_property.PropertyTests.test_gh_115618) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_property___isabstractmethod__descriptor (test.test_property.PropertyTests.test_property___isabstractmethod__descriptor)
PASS: test_property_builtin_doc_writable (test.test_property.PropertyTests.test_property_builtin_doc_writable)
PASS: test_property_decorator_baseclass (test.test_property.PropertyTests.test_property_decorator_baseclass)
PASS: test_property_decorator_baseclass_doc (test.test_property.PropertyTests.test_property_decorator_baseclass_doc)
PASS: test_property_decorator_doc (test.test_property.PropertyTests.test_property_decorator_doc)
PASS: test_property_decorator_doc_writable (test.test_property.PropertyTests.test_property_decorator_doc_writable)
PASS: test_property_decorator_subclass (test.test_property.PropertyTests.test_property_decorator_subclass)
PASS: test_property_decorator_subclass_doc (test.test_property.PropertyTests.test_property_decorator_subclass_doc)
PASS: test_property_getter_doc_override (test.test_property.PropertyTests.test_property_getter_doc_override)
PASS: test_property_name (test.test_property.PropertyTests.test_property_name)
PASS: test_property_set_name_incorrect_args (test.test_property.PropertyTests.test_property_set_name_incorrect_args)
PASS: test_property_setname_on_property_subclass (test.test_property.PropertyTests.test_property_setname_on_property_subclass)
SKIP: test_refleaks_in___init__ (test.test_property.PropertyTests.test_refleaks_in___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"
PASS: test_del_property (test.test_property.PropertyUnreachableAttributeNoName.test_del_property)
PASS: test_get_property (test.test_property.PropertyUnreachableAttributeNoName.test_get_property)
PASS: test_set_property (test.test_property.PropertyUnreachableAttributeNoName.test_set_property)
PASS: test_del_property (test.test_property.PropertyUnreachableAttributeWithName.test_del_property)
PASS: test_get_property (test.test_property.PropertyUnreachableAttributeWithName.test_get_property)
PASS: test_set_property (test.test_property.PropertyUnreachableAttributeWithName.test_set_property)

----------------------------------------------------------------------
Ran 31 tests in 0.003s

OK (skipped=2)
0:03:21 load avg: 3.71 [322/486] test_profile passed
PASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)
PASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)
PASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)
PASS: test_run (test.test_profile.ProfileTest.test_run)
PASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)
PASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)
PASS: test_runctx (test.test_profile.ProfileTest.test_runctx)

----------------------------------------------------------------------
Ran 7 tests in 0.371s

OK
0:03:21 load avg: 3.71 [323/486] test_pstats passed
PASS: test_combine_results (test.test_pstats.AddCallersTestCase.test_combine_results)
PASS: test_lazy_import (test.test_pstats.LazyImportTest.test_lazy_import)
PASS: test_SortKey_enum (test.test_pstats.StatsTestCase.test_SortKey_enum)
PASS: test_add (test.test_pstats.StatsTestCase.test_add)
PASS: test_dump_and_load_works_correctly (test.test_pstats.StatsTestCase.test_dump_and_load_works_correctly)
PASS: test_get_stats_profile (test.test_pstats.StatsTestCase.test_get_stats_profile)
PASS: test_load_equivalent_to_init (test.test_pstats.StatsTestCase.test_load_equivalent_to_init)
PASS: test_loading_wrong_types (test.test_pstats.StatsTestCase.test_loading_wrong_types)
PASS: test_sort_starts_mix (test.test_pstats.StatsTestCase.test_sort_starts_mix)
PASS: test_sort_stats_enum (test.test_pstats.StatsTestCase.test_sort_stats_enum)
PASS: test_sort_stats_int (test.test_pstats.StatsTestCase.test_sort_stats_int)
PASS: test_sort_stats_partial (test.test_pstats.StatsTestCase.test_sort_stats_partial)
PASS: test_sort_stats_string (test.test_pstats.StatsTestCase.test_sort_stats_string)

----------------------------------------------------------------------
Ran 13 tests in 0.212s

OK
0:03:22 load avg: 3.71 [324/486] test_pty passed
test_fork (test.test_pty.PtyTest.test_fork) ... calling pty.fork()
Waiting for child (13472) to finish.
In child, calling os.setsid()
Good: OSError was raised.
Child (13472) exited with code 4 (status 1024).
ok
test_master_read (test.test_pty.PtyTest.test_master_read) ... Calling pty.openpty()
Got master_fd '3', slave_fd '4'
Closing slave_fd
Reading from master_fd
ok
test_openpty (test.test_pty.PtyTest.test_openpty) ... Setting pty.STDIN_FILENO window size.
original size: (row, col) = (0, 0)
target size: (row, col) = (1, 1)
Calling pty.openpty()
Got master_fd=3, slave_fd=4, slave_name=None
expected failure
PASS: test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang)
test__copy_to_each (test.test_pty.SmallPtyTests.test__copy_to_each)
PASS: Test the normal data case on both master_fd and stdin.
test__restore_tty_mode_normal_return (test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return)
PASS: Test that spawn resets the tty mode no when _copy returns normally.

----------------------------------------------------------------------
Ran 6 tests in 0.030s

OK (expected failures=1)
0:03:22 load avg: 3.71 [325/486] test_pwd passed
PASS: test_errors (test.test_pwd.PwdTest.test_errors)
PASS: test_values (test.test_pwd.PwdTest.test_values)
PASS: test_values_extended (test.test_pwd.PwdTest.test_values_extended)

----------------------------------------------------------------------
Ran 3 tests in 0.001s

OK
0:03:22 load avg: 3.71 [326/486] test_pulldom passed
test_comment (test.test_pulldom.PullDOMTestCase.test_comment)
PullDOM does not receive "comment" events. ... expected failure
test_end_document (test.test_pulldom.PullDOMTestCase.test_end_document)
PullDOM does not receive "end-document" events. ... expected failure
test_expandItem (test.test_pulldom.PullDOMTestCase.test_expandItem)
PASS: Ensure expandItem works as expected.
PASS: test_external_ges_default (test.test_pulldom.PullDOMTestCase.test_external_ges_default)
test_parse (test.test_pulldom.PullDOMTestCase.test_parse)
PASS: Minimal test of DOMEventStream.parse()
test_parse_semantics (test.test_pulldom.PullDOMTestCase.test_parse_semantics)
PASS: Test DOMEventStream parsing semantics.
testSAX2DOM (test.test_pulldom.SAX2DOMTestCase.testSAX2DOM)
PASS: Ensure SAX2DOM expands nodes as expected.
test_basic (test.test_pulldom.SAX2DOMTestCase.test_basic)
PASS: Ensure SAX2DOM can parse from a stream.
test_sax2dom_fail (test.test_pulldom.ThoroughTestCase.test_sax2dom_fail)
SAX2DOM can"t handle a PI before the root element. ... expected failure
test_thorough_parse (test.test_pulldom.ThoroughTestCase.test_thorough_parse)
PASS: Test some of the hard-to-reach parts of PullDOM.
test_thorough_sax2dom (test.test_pulldom.ThoroughTestCase.test_thorough_sax2dom)
PASS: Test some of the hard-to-reach parts of SAX2DOM.

----------------------------------------------------------------------
Ran 11 tests in 0.047s

OK (expected failures=3)
0:03:22 load avg: 3.71 [327/486] test_py_compile passed
PASS: test_bad_syntax (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax)
PASS: test_bad_syntax_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_with_quiet)
PASS: test_file_not_exists (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists)
PASS: test_file_not_exists_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_with_quiet)
PASS: test_stdin (test.test_py_compile.PyCompileCLITestCase.test_stdin)
PASS: test_with_files (test.test_py_compile.PyCompileCLITestCase.test_with_files)
PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_absolute_path)
PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_bad_coding)
PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cache_path)
PASS: test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cwd)
PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_nonregular_files)
PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_symlinks)
PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_double_dot_no_clobber)
SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_invalidation_mode)
PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_optimization_path)
PASS: test_quiet (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_quiet)
PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_relative_path)
PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_source_date_epoch)
PASS: test_utf7_decoded_cr_compiles (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_utf7_decoded_cr_compiles)
PASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_absolute_path)
PASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_bad_coding)
PASS: test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cache_path)
PASS: test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cwd)
PASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_nonregular_files)
PASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_symlinks)
PASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_double_dot_no_clobber)
SKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_invalidation_mode)
PASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_optimization_path)
PASS: test_quiet (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_quiet)
PASS: test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_relative_path)
PASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_source_date_epoch)
PASS: test_utf7_decoded_cr_compiles (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_utf7_decoded_cr_compiles)

----------------------------------------------------------------------
Ran 34 tests in 0.538s

OK (skipped=2)
0:03:23 load avg: 3.71 [328/486] test_pyexpat passed
PASS: test1 (test.test_pyexpat.BufferTextTest.test1)
PASS: test2 (test.test_pyexpat.BufferTextTest.test2)
PASS: test3 (test.test_pyexpat.BufferTextTest.test3)
PASS: test4 (test.test_pyexpat.BufferTextTest.test4)
PASS: test5 (test.test_pyexpat.BufferTextTest.test5)
PASS: test6 (test.test_pyexpat.BufferTextTest.test6)
PASS: test7 (test.test_pyexpat.BufferTextTest.test7)
PASS: test_buffering_enabled (test.test_pyexpat.BufferTextTest.test_buffering_enabled)
PASS: test_default_to_disabled (test.test_pyexpat.BufferTextTest.test_default_to_disabled)
PASS: test_1000_bytes (test.test_pyexpat.ChardataBufferTest.test_1000_bytes)
PASS: test_1025_bytes (test.test_pyexpat.ChardataBufferTest.test_1025_bytes)
PASS: test_change_size_1 (test.test_pyexpat.ChardataBufferTest.test_change_size_1)
PASS: test_change_size_2 (test.test_pyexpat.ChardataBufferTest.test_change_size_2)
PASS: test_disabling_buffer (test.test_pyexpat.ChardataBufferTest.test_disabling_buffer)
PASS: test_unchanged_size (test.test_pyexpat.ChardataBufferTest.test_unchanged_size)
PASS: test_wrong_size (test.test_pyexpat.ChardataBufferTest.test_wrong_size)
PASS: test_deeply_nested_content_model (test.test_pyexpat.ElementDeclHandlerTest.test_deeply_nested_content_model)
PASS: test_trigger_leak (test.test_pyexpat.ElementDeclHandlerTest.test_trigger_leak)
PASS: test_codes (test.test_pyexpat.ErrorMessageTest.test_codes)
PASS: test_expaterror (test.test_pyexpat.ErrorMessageTest.test_expaterror)
PASS: test_error_path_no_crash (test.test_pyexpat.ExternalEntityParserCreateErrorTest.test_error_path_no_crash)
test_ignore_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_ignore_use_foreign_dtd)
PASS: If UseForeignDTD is passed True and a document with an external
test_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_use_foreign_dtd)
PASS: If UseForeignDTD is passed True and a document without an external
PASS: test_exception (test.test_pyexpat.HandlerExceptionTest.test_exception)
PASS: test (test.test_pyexpat.InterningTest.test)
PASS: test_issue9402 (test.test_pyexpat.InterningTest.test_issue9402)
PASS: test1 (test.test_pyexpat.MalformedInputTest.test1)
PASS: test2 (test.test_pyexpat.MalformedInputTest.test2)
PASS: test_payload_generation (test.test_pyexpat.MemoryProtectionTest.test_payload_generation)
PASS: test_set_activation_threshold__fail_for_subparser (test.test_pyexpat.MemoryProtectionTest.test_set_activation_threshold__fail_for_subparser)
PASS: test_set_activation_threshold__invalid_threshold_range (test.test_pyexpat.MemoryProtectionTest.test_set_activation_threshold__invalid_threshold_range)
PASS: test_set_activation_threshold__invalid_threshold_type (test.test_pyexpat.MemoryProtectionTest.test_set_activation_threshold__invalid_threshold_type)
PASS: test_set_activation_threshold__threshold_not_reached (test.test_pyexpat.MemoryProtectionTest.test_set_activation_threshold__threshold_not_reached)
PASS: test_set_activation_threshold__threshold_reached (test.test_pyexpat.MemoryProtectionTest.test_set_activation_threshold__threshold_reached)
PASS: test_set_maximum_amplification__amplification_exceeded (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__amplification_exceeded)
PASS: test_set_maximum_amplification__amplification_not_exceeded (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__amplification_not_exceeded)
PASS: test_set_maximum_amplification__fail_for_subparser (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__fail_for_subparser)
PASS: test_set_maximum_amplification__infinity (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__infinity)
PASS: test_set_maximum_amplification__invalid_max_factor_range (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__invalid_max_factor_range)
PASS: test_set_maximum_amplification__invalid_max_factor_type (test.test_pyexpat.MemoryProtectionTest.test_set_maximum_amplification__invalid_max_factor_type)
PASS: test_illegal (test.test_pyexpat.NamespaceSeparatorTest.test_illegal)
PASS: test_legal (test.test_pyexpat.NamespaceSeparatorTest.test_legal)
PASS: test_zero_length (test.test_pyexpat.NamespaceSeparatorTest.test_zero_length)
PASS: test_parent_parser_outlives_its_subparsers__chain (test.test_pyexpat.ParentParserLifetimeTest.test_parent_parser_outlives_its_subparsers__chain)
PASS: test_parent_parser_outlives_its_subparsers__multiple (test.test_pyexpat.ParentParserLifetimeTest.test_parent_parser_outlives_its_subparsers__multiple)
PASS: test_parent_parser_outlives_its_subparsers__single (test.test_pyexpat.ParentParserLifetimeTest.test_parent_parser_outlives_its_subparsers__single)
PASS: test_parse_again (test.test_pyexpat.ParseTest.test_parse_again)
PASS: test_parse_bytes (test.test_pyexpat.ParseTest.test_parse_bytes)
PASS: test_parse_file (test.test_pyexpat.ParseTest.test_parse_file)
PASS: test_parse_str (test.test_pyexpat.ParseTest.test_parse_str)
PASS: test (test.test_pyexpat.PositionTest.test)
PASS: test_getter_setter_round_trip (test.test_pyexpat.ReparseDeferralTest.test_getter_setter_round_trip)
PASS: test_reparse_deferral_disabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_disabled)
PASS: test_reparse_deferral_enabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_enabled)
PASS: test_buffer_text (test.test_pyexpat.SetAttributeTest.test_buffer_text)
PASS: test_invalid_attributes (test.test_pyexpat.SetAttributeTest.test_invalid_attributes)
PASS: test_namespace_prefixes (test.test_pyexpat.SetAttributeTest.test_namespace_prefixes)
PASS: test_ordered_attributes (test.test_pyexpat.SetAttributeTest.test_ordered_attributes)
PASS: test_specified_attributes (test.test_pyexpat.SetAttributeTest.test_specified_attributes)
PASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test.test_parse_only_xml_data)

----------------------------------------------------------------------
Ran 60 tests in 0.141s

OK
0:03:23 load avg: 3.71 [329/486] test_pyclbr passed
PASS: test_cases (test.test_pyclbr.PyclbrTest.test_cases)
PASS: test_easy (test.test_pyclbr.PyclbrTest.test_easy)
PASS: test_nested (test.test_pyclbr.PyclbrTest.test_nested)
PASS: test_others (test.test_pyclbr.PyclbrTest.test_others)
PASS: test_dotted_name_not_a_package (test.test_pyclbr.ReadmoduleTests.test_dotted_name_not_a_package)
PASS: test_module_has_no_spec (test.test_pyclbr.ReadmoduleTests.test_module_has_no_spec)

----------------------------------------------------------------------
Ran 6 tests in 1.150s

OK
0:03:24 load avg: 3.71 [330/486] test_pdb passed
PASS: test_checkline_after_reset (test.test_pdb.ChecklineTests.test_checkline_after_reset)
PASS: test_checkline_before_debugging (test.test_pdb.ChecklineTests.test_checkline_before_debugging)
PASS: test_checkline_is_not_executable (test.test_pdb.ChecklineTests.test_checkline_is_not_executable)
PASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase.test_blocks_at_first_code_line)
PASS: test_breakpoint (test.test_pdb.PdbTestCase.test_breakpoint)
PASS: test_dir_as_script (test.test_pdb.PdbTestCase.test_dir_as_script)
PASS: test_empty_file (test.test_pdb.PdbTestCase.test_empty_file)
PASS: test_errors_in_command (test.test_pdb.PdbTestCase.test_errors_in_command)
PASS: test_file_modified_after_execution (test.test_pdb.PdbTestCase.test_file_modified_after_execution)
PASS: test_file_modified_after_execution_with_multiple_instances (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances)
PASS: test_file_modified_after_execution_with_restart (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart)
PASS: test_file_modified_and_immediately_restarted (test.test_pdb.PdbTestCase.test_file_modified_and_immediately_restarted)
PASS: test_find_function_empty_file (test.test_pdb.PdbTestCase.test_find_function_empty_file)
PASS: test_find_function_first_executable_line (test.test_pdb.PdbTestCase.test_find_function_first_executable_line)
PASS: test_find_function_found (test.test_pdb.PdbTestCase.test_find_function_found)
PASS: test_find_function_found_with_bom (test.test_pdb.PdbTestCase.test_find_function_found_with_bom)
PASS: test_find_function_found_with_encoding_cookie (test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie)
PASS: test_gh_93696_frozen_list (test.test_pdb.PdbTestCase.test_gh_93696_frozen_list)
PASS: test_gh_94215_crash (test.test_pdb.PdbTestCase.test_gh_94215_crash)
PASS: test_header (test.test_pdb.PdbTestCase.test_header)
PASS: test_invalid_cmd_line_options (test.test_pdb.PdbTestCase.test_invalid_cmd_line_options)
PASS: test_issue13120 (test.test_pdb.PdbTestCase.test_issue13120)
PASS: test_issue13183 (test.test_pdb.PdbTestCase.test_issue13183)
PASS: test_issue16180 (test.test_pdb.PdbTestCase.test_issue16180)
PASS: test_issue26053 (test.test_pdb.PdbTestCase.test_issue26053)
test_issue34266 (test.test_pdb.PdbTestCase.test_issue34266)
PASS: do_run handles exceptions from parsing its arg
PASS: test_issue36250 (test.test_pdb.PdbTestCase.test_issue36250)
PASS: test_issue42383 (test.test_pdb.PdbTestCase.test_issue42383)
test_issue42384 (test.test_pdb.PdbTestCase.test_issue42384)
PASS: When running `python foo.py` sys.path[0] is an absolute path. `python -m pdb foo.py` should behave the same
test_issue42384_symlink (test.test_pdb.PdbTestCase.test_issue42384_symlink)
PASS: When running `python foo.py` sys.path[0] resolves symlinks. `python -m pdb foo.py` should behave the same
PASS: test_issue46434 (test.test_pdb.PdbTestCase.test_issue46434)
PASS: test_issue58956 (test.test_pdb.PdbTestCase.test_issue58956)
PASS: test_issue7964 (test.test_pdb.PdbTestCase.test_issue7964)
PASS: test_issue84583 (test.test_pdb.PdbTestCase.test_issue84583)
PASS: test_issue_59000 (test.test_pdb.PdbTestCase.test_issue_59000)
PASS: test_module_is_run_as_main (test.test_pdb.PdbTestCase.test_module_is_run_as_main)
PASS: test_module_without_a_main (test.test_pdb.PdbTestCase.test_module_without_a_main)
PASS: test_non_utf8_encoding (test.test_pdb.PdbTestCase.test_non_utf8_encoding)
PASS: test_nonexistent_module (test.test_pdb.PdbTestCase.test_nonexistent_module)
PASS: test_package_without_a_main (test.test_pdb.PdbTestCase.test_package_without_a_main)
PASS: test_pdbrc_alias (test.test_pdb.PdbTestCase.test_pdbrc_alias)
PASS: test_pdbrc_basic (test.test_pdb.PdbTestCase.test_pdbrc_basic)
PASS: test_pdbrc_commands (test.test_pdb.PdbTestCase.test_pdbrc_commands)
test_pdbrc_empty_line (test.test_pdb.PdbTestCase.test_pdbrc_empty_line)
PASS: Test that empty lines in .pdbrc are ignored.
PASS: test_pdbrc_semicolon (test.test_pdb.PdbTestCase.test_pdbrc_semicolon)
PASS: test_post_mortem_restart (test.test_pdb.PdbTestCase.test_post_mortem_restart)
PASS: test_readrc_homedir (test.test_pdb.PdbTestCase.test_readrc_homedir)
PASS: test_readrc_kwarg (test.test_pdb.PdbTestCase.test_readrc_kwarg)
PASS: test_relative_imports (test.test_pdb.PdbTestCase.test_relative_imports)
PASS: test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module)
PASS: test_run_module (test.test_pdb.PdbTestCase.test_run_module)
PASS: test_run_module_with_args (test.test_pdb.PdbTestCase.test_run_module_with_args)
PASS: test_run_pdb_with_pdb (test.test_pdb.PdbTestCase.test_run_pdb_with_pdb)
PASS: test_run_script_with_args (test.test_pdb.PdbTestCase.test_run_script_with_args)
test_safe_path (test.test_pdb.PdbTestCase.test_safe_path)
PASS: With safe_path set, pdb should not mangle sys.path[0]
test_script_target_anonymous_pipe (test.test_pdb.PdbTestCase.test_script_target_anonymous_pipe)
PASS: _ScriptTarget doesn't fail on an anonymous pipe.
PASS: test_spec (test.test_pdb.PdbTestCase.test_spec)
PASS: test_step_into_botframe (test.test_pdb.PdbTestCase.test_step_into_botframe)
PASS: test_zipapp (test.test_pdb.PdbTestCase.test_zipapp)
PASS: test_zipimport (test.test_pdb.PdbTestCase.test_zipimport)
PASS: test_code_display (test.test_pdb.PdbTestColorize.test_code_display)
PASS: test_stack_entry (test.test_pdb.PdbTestColorize.test_stack_entry)
PASS: test_quit (test.test_pdb.PdbTestInline.test_quit)
test_quit_after_interact (test.test_pdb.PdbTestInline.test_quit_after_interact)
PASS: interact command will set sys.ps1 temporarily, we need to make sure
test_readline_not_imported (test.test_pdb.PdbTestInline.test_readline_not_imported)
PASS: GH-138860
test_set_trace_with_skip (test.test_pdb.PdbTestInline.test_set_trace_with_skip)
PASS: GH-82897
SKIP: setUpClass (test.test_pdb.PdbTestReadline) 'libedit readline is not supported for pdb'
PASS: test_return_from_inline_mode_to_REPL (test.test_pdb.TestREPLSession.test_return_from_inline_mode_to_REPL)
test_convenience_variables (test.test_pdb)
PASS: Doctest: test.test_pdb.test_convenience_variables
test_list_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_list_commands
test_next_until_return_at_return_event (test.test_pdb)
PASS: Doctest: test.test_pdb.test_next_until_return_at_return_event
test_pdb_alias_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_alias_command
test_pdb_ambiguous_statements (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_ambiguous_statements
test_pdb_asynctask (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_asynctask
test_pdb_await_contextvar (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_contextvar
test_pdb_await_support (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_support
test_pdb_await_with_breakpoint (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_with_breakpoint
test_pdb_basic_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_basic_commands
test_pdb_break_anywhere (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_break_anywhere
test_pdb_breakpoint_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands
test_pdb_breakpoint_ignore_and_condition (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_ignore_and_condition
test_pdb_breakpoint_on_annotated_function_def (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_annotated_function_def
test_pdb_breakpoint_on_disabled_line (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_disabled_line
test_pdb_breakpoint_with_filename (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_filename
test_pdb_breakpoint_with_throw (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_throw
test_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions
test_pdb_closure (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_closure
test_pdb_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_commands
test_pdb_commands_with_set_trace (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_commands_with_set_trace
test_pdb_continue_in_bottomframe (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe
test_pdb_display_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_display_command
test_pdb_displayhook (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_displayhook
test_pdb_empty_line (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_empty_line
test_pdb_f_trace_lines (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_f_trace_lines
test_pdb_frame_refleak (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_frame_refleak
test_pdb_function_break (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_function_break
test_pdb_interact_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_interact_command
test_pdb_invalid_arg (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_invalid_arg
test_pdb_issue_20766 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_20766
test_pdb_issue_43318 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_43318
test_pdb_issue_gh_101517 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_101517
test_pdb_issue_gh_101673 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_101673
test_pdb_issue_gh_103225 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_103225
test_pdb_issue_gh_108976 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_108976
test_pdb_issue_gh_127321 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_127321
test_pdb_issue_gh_136057 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_136057
test_pdb_issue_gh_65052 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_65052
test_pdb_issue_gh_80731 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_80731
test_pdb_issue_gh_91742 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_91742
test_pdb_issue_gh_94215 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_94215
test_pdb_multiline_statement (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_multiline_statement
test_pdb_next_command_for_asyncgen (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen
test_pdb_next_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine
test_pdb_next_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator
test_pdb_next_command_in_generator_for_loop (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop
test_pdb_next_command_subiterator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator
test_pdb_pp_repr_exc (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_pp_repr_exc
test_pdb_restart_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_restart_command
test_pdb_return_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine
test_pdb_return_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator
test_pdb_return_to_different_file (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_to_different_file
test_pdb_run_with_code_object (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_run_with_code_object
test_pdb_run_with_incorrect_argument (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument
test_pdb_show_attribute_and_item (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_show_attribute_and_item
test_pdb_skip_modules (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_skip_modules
test_pdb_skip_modules_with_callback (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback
test_pdb_until_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine
test_pdb_until_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator
test_pdb_whatis_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_whatis_command
test_pdb_where_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_where_command
test_pdb_with_inline_breakpoint (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_with_inline_breakpoint
test_post_mortem (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem
test_post_mortem_cause_no_context (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_cause_no_context
test_post_mortem_chained (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_chained
test_post_mortem_complex (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_complex
test_post_mortem_context_of_the_cause (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_context_of_the_cause
test_post_mortem_from_no_stack (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_from_no_stack
test_post_mortem_from_none (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_from_none
test_post_mortem_single_no_stack (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_single_no_stack
test_convenience_variables (test.test_pdb)
PASS: Doctest: test.test_pdb.test_convenience_variables
test_list_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_list_commands
test_next_until_return_at_return_event (test.test_pdb)
PASS: Doctest: test.test_pdb.test_next_until_return_at_return_event
test_pdb_alias_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_alias_command
test_pdb_ambiguous_statements (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_ambiguous_statements
test_pdb_asynctask (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_asynctask
test_pdb_await_contextvar (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_contextvar
test_pdb_await_support (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_support
test_pdb_await_with_breakpoint (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_await_with_breakpoint
test_pdb_basic_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_basic_commands
test_pdb_break_anywhere (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_break_anywhere
test_pdb_breakpoint_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands
test_pdb_breakpoint_ignore_and_condition (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_ignore_and_condition
test_pdb_breakpoint_on_annotated_function_def (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_annotated_function_def
test_pdb_breakpoint_on_disabled_line (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_disabled_line
test_pdb_breakpoint_with_filename (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_filename
test_pdb_breakpoint_with_throw (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_throw
test_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions
test_pdb_closure (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_closure
test_pdb_commands (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_commands
test_pdb_commands_with_set_trace (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_commands_with_set_trace
test_pdb_continue_in_bottomframe (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe
test_pdb_display_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_display_command
test_pdb_displayhook (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_displayhook
test_pdb_empty_line (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_empty_line
test_pdb_f_trace_lines (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_f_trace_lines
test_pdb_frame_refleak (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_frame_refleak
test_pdb_function_break (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_function_break
test_pdb_interact_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_interact_command
test_pdb_invalid_arg (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_invalid_arg
test_pdb_issue_20766 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_20766
test_pdb_issue_43318 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_43318
test_pdb_issue_gh_101517 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_101517
test_pdb_issue_gh_101673 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_101673
test_pdb_issue_gh_103225 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_103225
test_pdb_issue_gh_108976 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_108976
test_pdb_issue_gh_127321 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_127321
test_pdb_issue_gh_136057 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_136057
test_pdb_issue_gh_65052 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_65052
test_pdb_issue_gh_80731 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_80731
test_pdb_issue_gh_91742 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_91742
test_pdb_issue_gh_94215 (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_issue_gh_94215
test_pdb_multiline_statement (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_multiline_statement
test_pdb_next_command_for_asyncgen (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen
test_pdb_next_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine
test_pdb_next_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator
test_pdb_next_command_in_generator_for_loop (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop
test_pdb_next_command_subiterator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator
test_pdb_pp_repr_exc (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_pp_repr_exc
test_pdb_restart_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_restart_command
test_pdb_return_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine
test_pdb_return_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator
test_pdb_return_to_different_file (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_return_to_different_file
test_pdb_run_with_code_object (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_run_with_code_object
test_pdb_run_with_incorrect_argument (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument
test_pdb_show_attribute_and_item (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_show_attribute_and_item
test_pdb_skip_modules (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_skip_modules
test_pdb_skip_modules_with_callback (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback
test_pdb_until_command_for_coroutine (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine
test_pdb_until_command_for_generator (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator
test_pdb_whatis_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_whatis_command
test_pdb_where_command (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_where_command
test_pdb_with_inline_breakpoint (test.test_pdb)
PASS: Doctest: test.test_pdb.test_pdb_with_inline_breakpoint
test_post_mortem (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem
test_post_mortem_cause_no_context (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_cause_no_context
test_post_mortem_chained (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_chained
test_post_mortem_complex (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_complex
test_post_mortem_context_of_the_cause (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_context_of_the_cause
test_post_mortem_from_no_stack (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_from_no_stack
test_post_mortem_from_none (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_from_none
test_post_mortem_single_no_stack (test.test_pdb)
PASS: Doctest: test.test_pdb.test_post_mortem_single_no_stack

----------------------------------------------------------------------
Ran 209 tests in 16.016s

OK (skipped=1)
0:03:24 load avg: 3.71 [331/486] test_quopri passed
PASS: test_decode (test.test_quopri.QuopriTestCase.test_decode)
PASS: test_decode_header (test.test_quopri.QuopriTestCase.test_decode_header)
PASS: test_decodestring (test.test_quopri.QuopriTestCase.test_decodestring)
PASS: test_decodestring_double_equals (test.test_quopri.QuopriTestCase.test_decodestring_double_equals)
PASS: test_embedded_ws (test.test_quopri.QuopriTestCase.test_embedded_ws)
PASS: test_encode (test.test_quopri.QuopriTestCase.test_encode)
PASS: test_encode_header (test.test_quopri.QuopriTestCase.test_encode_header)
PASS: test_encodestring (test.test_quopri.QuopriTestCase.test_encodestring)
PASS: test_idempotent_string (test.test_quopri.QuopriTestCase.test_idempotent_string)
PASS: test_scriptdecode (test.test_quopri.QuopriTestCase.test_scriptdecode)
PASS: test_scriptencode (test.test_quopri.QuopriTestCase.test_scriptencode)

----------------------------------------------------------------------
Ran 11 tests in 0.100s

OK
0:03:25 load avg: 3.71 [332/486] test_raise passed
PASS: testCauseSyntax (test.test_raise.TestCause.testCauseSyntax)
PASS: test_class_cause (test.test_raise.TestCause.test_class_cause)
PASS: test_class_cause_nonexception_result (test.test_raise.TestCause.test_class_cause_nonexception_result)
PASS: test_erroneous_cause (test.test_raise.TestCause.test_erroneous_cause)
PASS: test_instance_cause (test.test_raise.TestCause.test_instance_cause)
PASS: test_invalid_cause (test.test_raise.TestCause.test_invalid_cause)
PASS: test_3118 (test.test_raise.TestContext.test_3118)
PASS: test_3611 (test.test_raise.TestContext.test_3611)
PASS: test_c_exception_context (test.test_raise.TestContext.test_c_exception_context)
PASS: test_c_exception_raise (test.test_raise.TestContext.test_c_exception_raise)
PASS: test_class_context_class_raise (test.test_raise.TestContext.test_class_context_class_raise)
PASS: test_class_context_instance_raise (test.test_raise.TestContext.test_class_context_instance_raise)
PASS: test_context_manager (test.test_raise.TestContext.test_context_manager)
PASS: test_cycle_broken (test.test_raise.TestContext.test_cycle_broken)
PASS: test_instance_context_instance_raise (test.test_raise.TestContext.test_instance_context_instance_raise)
PASS: test_noraise_finally (test.test_raise.TestContext.test_noraise_finally)
PASS: test_not_last (test.test_raise.TestContext.test_not_last)
PASS: test_raise_finally (test.test_raise.TestContext.test_raise_finally)
PASS: test_reraise_cycle_broken (test.test_raise.TestContext.test_reraise_cycle_broken)
PASS: test_assert_with_tuple_arg (test.test_raise.TestRaise.test_assert_with_tuple_arg)
PASS: test_erroneous_exception (test.test_raise.TestRaise.test_erroneous_exception)
PASS: test_except_reraise (test.test_raise.TestRaise.test_except_reraise)
PASS: test_finally_reraise (test.test_raise.TestRaise.test_finally_reraise)
PASS: test_invalid_reraise (test.test_raise.TestRaise.test_invalid_reraise)
PASS: test_nested_reraise (test.test_raise.TestRaise.test_nested_reraise)
PASS: test_new_returns_invalid_instance (test.test_raise.TestRaise.test_new_returns_invalid_instance)
PASS: test_raise_from_None (test.test_raise.TestRaise.test_raise_from_None)
PASS: test_reraise (test.test_raise.TestRaise.test_reraise)
PASS: test_with_reraise1 (test.test_raise.TestRaise.test_with_reraise1)
PASS: test_with_reraise2 (test.test_raise.TestRaise.test_with_reraise2)
PASS: test_yield_reraise (test.test_raise.TestRaise.test_yield_reraise)
PASS: test_strings (test.test_raise.TestRemovedFunctionality.test_strings)
PASS: test_tuples (test.test_raise.TestRemovedFunctionality.test_tuples)
PASS: test_accepts_traceback (test.test_raise.TestTraceback.test_accepts_traceback)
PASS: test_sets_traceback (test.test_raise.TestTraceback.test_sets_traceback)
PASS: test_attrs (test.test_raise.TestTracebackType.test_attrs)
PASS: test_constructor (test.test_raise.TestTracebackType.test_constructor)

----------------------------------------------------------------------
Ran 37 tests in 0.006s

OK
0:03:25 load avg: 3.71 [333/486] test_pyrepl passed
PASS: test_empty (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_empty)
PASS: test_flush_buf (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_flush_buf)
PASS: test_get (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_get)
PASS: test_insert (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_insert)
PASS: test_push_single_chars_and_unicode_character_as_str (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_single_chars_and_unicode_character_as_str)
PASS: test_push_special_key (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_special_key)
PASS: test_push_unicode_character_as_str (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_unicode_character_as_str)
PASS: test_push_unicode_character_two_bytes (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_unicode_character_two_bytes)
PASS: test_push_unrecognized_escape_sequence (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_unrecognized_escape_sequence)
PASS: test_push_with_key_in_keymap (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_with_key_in_keymap)
PASS: test_push_with_keymap_in_keymap (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap)
PASS: test_push_with_keymap_in_keymap_and_escape (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_with_keymap_in_keymap_and_escape)
PASS: test_push_without_key_in_keymap (test.test_pyrepl.test_eventqueue.TestUnixEventQueue.test_push_without_key_in_keymap)
SKIP: test_empty (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_empty) 'No Windows event queue on Unix'
SKIP: test_flush_buf (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_flush_buf) 'No Windows event queue on Unix'
SKIP: test_get (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_get) 'No Windows event queue on Unix'
SKIP: test_insert (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_insert) 'No Windows event queue on Unix'
SKIP: test_push_single_chars_and_unicode_character_as_str (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_single_chars_and_unicode_character_as_str) 'No Windows event queue on Unix'
SKIP: test_push_special_key (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_special_key) 'No Windows event queue on Unix'
SKIP: test_push_unicode_character_as_str (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_unicode_character_as_str) 'No Windows event queue on Unix'
SKIP: test_push_unicode_character_two_bytes (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_unicode_character_two_bytes) 'No Windows event queue on Unix'
SKIP: test_push_unrecognized_escape_sequence (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_unrecognized_escape_sequence) 'No Windows event queue on Unix'
SKIP: test_push_with_key_in_keymap (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_with_key_in_keymap) 'No Windows event queue on Unix'
SKIP: test_push_with_keymap_in_keymap (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_with_keymap_in_keymap) 'No Windows event queue on Unix'
SKIP: test_push_with_keymap_in_keymap_and_escape (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_with_keymap_in_keymap_and_escape) 'No Windows event queue on Unix'
SKIP: test_push_without_key_in_keymap (test.test_pyrepl.test_eventqueue.TestWindowsEventQueue.test_push_without_key_in_keymap) 'No Windows event queue on Unix'
PASS: test_empty (test.test_pyrepl.test_input.KeymapTranslatorTests.test_empty)
PASS: test_push_character_key (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key)
PASS: test_push_character_key_with_stack (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_character_key_with_stack)
PASS: test_push_invalid_key (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key)
PASS: test_push_invalid_key_with_stack (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_stack)
PASS: test_push_invalid_key_with_unicode_category (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_invalid_key_with_unicode_category)
PASS: test_push_multiple_keys (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_multiple_keys)
PASS: test_push_single_key (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_single_key)
PASS: test_push_transition_key (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key)
PASS: test_push_transition_key_interrupted (test.test_pyrepl.test_input.KeymapTranslatorTests.test_push_transition_key_interrupted)
PASS: test_empty_line (test.test_pyrepl.test_interact.TestMoreLines.test_empty_line)
PASS: test_incomplete_statement (test.test_pyrepl.test_interact.TestMoreLines.test_incomplete_statement)
PASS: test_invalid_syntax_single_line (test.test_pyrepl.test_interact.TestMoreLines.test_invalid_syntax_single_line)
PASS: test_multiline_single_assignment (test.test_pyrepl.test_interact.TestMoreLines.test_multiline_single_assignment)
PASS: test_multiline_single_block (test.test_pyrepl.test_interact.TestMoreLines.test_multiline_single_block)
PASS: test_multiple_blocks (test.test_pyrepl.test_interact.TestMoreLines.test_multiple_blocks)
PASS: test_multiple_blocks_empty_newline (test.test_pyrepl.test_interact.TestMoreLines.test_multiple_blocks_empty_newline)
PASS: test_multiple_blocks_indented_newline (test.test_pyrepl.test_interact.TestMoreLines.test_multiple_blocks_indented_newline)
PASS: test_multiple_statements (test.test_pyrepl.test_interact.TestMoreLines.test_multiple_statements)
PASS: test_multiple_statements_single_line (test.test_pyrepl.test_interact.TestMoreLines.test_multiple_statements_single_line)
PASS: test_valid_single_statement (test.test_pyrepl.test_interact.TestMoreLines.test_valid_single_statement)
PASS: test_empty (test.test_pyrepl.test_interact.TestSimpleInteract.test_empty)
PASS: test_future_annotations (test.test_pyrepl.test_interact.TestSimpleInteract.test_future_annotations)
PASS: test_future_barry_as_flufl (test.test_pyrepl.test_interact.TestSimpleInteract.test_future_barry_as_flufl)
PASS: test_multiple_statements (test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements)
PASS: test_multiple_statements_fail_early (test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements_fail_early)
PASS: test_multiple_statements_output (test.test_pyrepl.test_interact.TestSimpleInteract.test_multiple_statements_output)
PASS: test_no_active_future (test.test_pyrepl.test_interact.TestSimpleInteract.test_no_active_future)
PASS: test_runsource_compiles_and_runs_code (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_compiles_and_runs_code)
PASS: test_runsource_returns_false_for_failed_compilation (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_failed_compilation)
PASS: test_runsource_returns_false_for_successful_compilation (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_returns_false_for_successful_compilation)
PASS: test_runsource_show_syntax_error_location (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_show_syntax_error_location)
PASS: test_runsource_shows_syntax_error_for_failed_compilation (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_shows_syntax_error_for_failed_compilation)
PASS: test_runsource_survives_null_bytes (test.test_pyrepl.test_interact.TestSimpleInteract.test_runsource_survives_null_bytes)
test_pep_765_warning (test.test_pyrepl.test_interact.TestWarnings.test_pep_765_warning)
PASS: Test that a SyntaxWarning emitted from the
PASS: test_clashing_definitions (test.test_pyrepl.test_keymap.TestCompileKeymap.test_clashing_definitions)
PASS: test_empty_keymap (test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_keymap)
PASS: test_empty_value (test.test_pyrepl.test_keymap.TestCompileKeymap.test_empty_value)
PASS: test_multiple_empty_values (test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_empty_values)
PASS: test_multiple_keymaps (test.test_pyrepl.test_keymap.TestCompileKeymap.test_multiple_keymaps)
PASS: test_nested_keymap (test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_keymap)
PASS: test_nested_multiple_keymaps (test.test_pyrepl.test_keymap.TestCompileKeymap.test_nested_multiple_keymaps)
PASS: test_non_bytes_key (test.test_pyrepl.test_keymap.TestCompileKeymap.test_non_bytes_key)
PASS: test_single_keymap (test.test_pyrepl.test_keymap.TestCompileKeymap.test_single_keymap)
PASS: test_combinations (test.test_pyrepl.test_keymap.TestParseKeys.test_combinations)
test_control_sequences (test.test_pyrepl.test_keymap.TestParseKeys.test_control_sequences)
PASS: Ensure that supported control sequences are parsed successfully.
test_escape_sequences (test.test_pyrepl.test_keymap.TestParseKeys.test_escape_sequences)
PASS: Ensure that escaping sequences are parsed to their corresponding mapping.
PASS: test_index_errors (test.test_pyrepl.test_keymap.TestParseKeys.test_index_errors)
test_keynames (test.test_pyrepl.test_keymap.TestParseKeys.test_keynames)
PASS: Ensure that keynames are parsed to their corresponding mapping.
PASS: test_keyspec_errors (test.test_pyrepl.test_keymap.TestParseKeys.test_keyspec_errors)
PASS: test_meta_sequences (test.test_pyrepl.test_keymap.TestParseKeys.test_meta_sequences)
test_single_character (test.test_pyrepl.test_keymap.TestParseKeys.test_single_character)
PASS: Ensure that single ascii characters or single digits are parsed as single characters.
PASS: test_cursor_position_after_wrap_and_move_up (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_after_wrap_and_move_up)
PASS: test_cursor_position_double_width_character (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character)
PASS: test_cursor_position_double_width_character_move_left (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left)
PASS: test_cursor_position_double_width_character_move_left_right (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_character_move_left_right)
PASS: test_cursor_position_double_width_characters_move_up (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up)
PASS: test_cursor_position_double_width_characters_move_up_down (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_double_width_characters_move_up_down)
PASS: test_cursor_position_move_down_to_eol (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_down_to_eol)
PASS: test_cursor_position_move_up_to_eol (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_move_up_to_eol)
PASS: test_cursor_position_multiple_double_width_characters_move_left (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_double_width_characters_move_left)
PASS: test_cursor_position_multiple_mixed_lines_move_up (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_multiple_mixed_lines_move_up)
PASS: test_cursor_position_simple_character (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_cursor_position_simple_character)
PASS: test_down_arrow_end_of_input (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_down_arrow_end_of_input)
PASS: test_left_arrow_simple (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_left_arrow_simple)
PASS: test_right_arrow_end_of_line (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_right_arrow_end_of_line)
PASS: test_up_arrow_simple (test.test_pyrepl.test_pyrepl.TestCursorPosition.test_up_arrow_simple)
PASS: test_dumb_terminal_exits_cleanly (test.test_pyrepl.test_pyrepl.TestDumbTerminal.test_dumb_terminal_exits_cleanly)
PASS: test_hardcoded_stdlib_submodules_are_importable (test.test_pyrepl.test_pyrepl.TestHardcodedSubmodules.test_hardcoded_stdlib_submodules_are_importable)
SKIP: test_bad_sys_excepthook_doesnt_crash_pyrepl (test.test_pyrepl.test_pyrepl.TestMain.test_bad_sys_excepthook_doesnt_crash_pyrepl) "can't use pyrepl in dumb terminal"
SKIP: test_correct_filename_in_syntaxerrors (test.test_pyrepl.test_pyrepl.TestMain.test_correct_filename_in_syntaxerrors) "can't use pyrepl in dumb terminal"
SKIP: test_exposed_globals_in_repl (test.test_pyrepl.test_pyrepl.TestMain.test_exposed_globals_in_repl) "can't use pyrepl in dumb terminal"
SKIP: test_globals_initialized_as_default (test.test_pyrepl.test_pyrepl.TestMain.test_globals_initialized_as_default) "can't use pyrepl in dumb terminal"
SKIP: test_globals_initialized_from_pythonstartup (test.test_pyrepl.test_pyrepl.TestMain.test_globals_initialized_from_pythonstartup) "can't use pyrepl in dumb terminal"
SKIP: test_history_survive_crash (test.test_pyrepl.test_pyrepl.TestMain.test_history_survive_crash) "can't use pyrepl in dumb terminal"
SKIP: test_inspect_keeps_globals_from_inspected_file (test.test_pyrepl.test_pyrepl.TestMain.test_inspect_keeps_globals_from_inspected_file) "can't use pyrepl in dumb terminal"
SKIP: test_inspect_keeps_globals_from_inspected_file_with_pythonstartup (test.test_pyrepl.test_pyrepl.TestMain.test_inspect_keeps_globals_from_inspected_file_with_pythonstartup) "can't use pyrepl in dumb terminal"
SKIP: test_inspect_keeps_globals_from_inspected_module (test.test_pyrepl.test_pyrepl.TestMain.test_inspect_keeps_globals_from_inspected_module) "can't use pyrepl in dumb terminal"
SKIP: test_inspect_keeps_globals_from_inspected_module_with_pythonstartup (test.test_pyrepl.test_pyrepl.TestMain.test_inspect_keeps_globals_from_inspected_module_with_pythonstartup) "can't use pyrepl in dumb terminal"
SKIP: test_keyboard_interrupt_after_isearch (test.test_pyrepl.test_pyrepl.TestMain.test_keyboard_interrupt_after_isearch) "can't use pyrepl in dumb terminal"
SKIP: test_no_newline (test.test_pyrepl.test_pyrepl.TestMain.test_no_newline) "can't use pyrepl in dumb terminal"
SKIP: test_no_pyrepl_source_in_exc (test.test_pyrepl.test_pyrepl.TestMain.test_no_pyrepl_source_in_exc) "can't use pyrepl in dumb terminal"
SKIP: test_non_string_suggestion_candidates (test.test_pyrepl.test_pyrepl.TestMain.test_non_string_suggestion_candidates) "can't use pyrepl in dumb terminal"
SKIP: test_not_wiping_history_file (test.test_pyrepl.test_pyrepl.TestMain.test_not_wiping_history_file) "can't use pyrepl in dumb terminal"
SKIP: test_null_byte (test.test_pyrepl.test_pyrepl.TestMain.test_null_byte) "can't use pyrepl in dumb terminal"
SKIP: test_prompt_after_help (test.test_pyrepl.test_pyrepl.TestMain.test_prompt_after_help) "can't use pyrepl in dumb terminal"
SKIP: test_proper_tracebacklimit (test.test_pyrepl.test_pyrepl.TestMain.test_proper_tracebacklimit) "can't use pyrepl in dumb terminal"
SKIP: test_python_basic_repl (test.test_pyrepl.test_pyrepl.TestMain.test_python_basic_repl) "can't use pyrepl in dumb terminal"
SKIP: test_readline_history_file (test.test_pyrepl.test_pyrepl.TestMain.test_readline_history_file) "can't use pyrepl in dumb terminal"
SKIP: test_showrefcount (test.test_pyrepl.test_pyrepl.TestMain.test_showrefcount) "can't use pyrepl in dumb terminal"
SKIP: test_bad_sys_excepthook_doesnt_crash_pyrepl (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_bad_sys_excepthook_doesnt_crash_pyrepl) 'macOS only'
SKIP: test_correct_filename_in_syntaxerrors (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_correct_filename_in_syntaxerrors) 'macOS only'
SKIP: test_exposed_globals_in_repl (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_exposed_globals_in_repl) 'macOS only'
SKIP: test_globals_initialized_as_default (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_globals_initialized_as_default) 'macOS only'
SKIP: test_globals_initialized_from_pythonstartup (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_globals_initialized_from_pythonstartup) 'macOS only'
SKIP: test_history_survive_crash (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_history_survive_crash) 'macOS only'
SKIP: test_inspect_keeps_globals_from_inspected_file (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_inspect_keeps_globals_from_inspected_file) 'macOS only'
SKIP: test_inspect_keeps_globals_from_inspected_file_with_pythonstartup (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_inspect_keeps_globals_from_inspected_file_with_pythonstartup) 'macOS only'
SKIP: test_inspect_keeps_globals_from_inspected_module (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_inspect_keeps_globals_from_inspected_module) 'macOS only'
SKIP: test_inspect_keeps_globals_from_inspected_module_with_pythonstartup (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_inspect_keeps_globals_from_inspected_module_with_pythonstartup) 'macOS only'
SKIP: test_keyboard_interrupt_after_isearch (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_keyboard_interrupt_after_isearch) 'macOS only'
SKIP: test_no_newline (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_no_newline) 'macOS only'
SKIP: test_no_pyrepl_source_in_exc (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_no_pyrepl_source_in_exc) 'macOS only'
SKIP: test_non_string_suggestion_candidates (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_non_string_suggestion_candidates) 'macOS only'
SKIP: test_not_wiping_history_file (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_not_wiping_history_file) 'macOS only'
SKIP: test_null_byte (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_null_byte) 'macOS only'
SKIP: test_prompt_after_help (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_prompt_after_help) 'macOS only'
SKIP: test_proper_tracebacklimit (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_proper_tracebacklimit) 'macOS only'
SKIP: test_python_basic_repl (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_python_basic_repl) 'macOS only'
SKIP: test_readline_history_file (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_readline_history_file) 'macOS only'
SKIP: test_showrefcount (test.test_pyrepl.test_pyrepl.TestMainAppleTerminal.test_showrefcount) 'macOS only'
test_bracketed_paste (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste)
PASS: Test that bracketed paste using [200~ and [201~ works.
PASS: test_bracketed_paste_single_line (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_bracketed_paste_single_line)
PASS: test_paste (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste)
PASS: test_paste_mid_newlines (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_mid_newlines)
PASS: test_paste_mid_newlines_not_in_paste_mode (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_mid_newlines_not_in_paste_mode)
PASS: test_paste_not_in_paste_mode (test.test_pyrepl.test_pyrepl.TestPasteEvent.test_paste_not_in_paste_mode)
PASS: test_auto_indent_continuation (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_continuation)
PASS: test_auto_indent_default (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_default)
PASS: test_auto_indent_ignore_comments (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_ignore_comments)
PASS: test_auto_indent_multiline (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_multiline)
PASS: test_auto_indent_prev_block (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_prev_block)
PASS: test_auto_indent_with_comment (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_with_comment)
PASS: test_auto_indent_with_multicomment (test.test_pyrepl.test_pyrepl.TestPyReplAutoindent.test_auto_indent_with_multicomment)
PASS: test_completion_with_many_options (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_many_options)
PASS: test_completion_with_warnings (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_completion_with_warnings)
PASS: test_empty_namespace_completion (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_empty_namespace_completion)
PASS: test_global_namespace_completion (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_global_namespace_completion)
PASS: test_simple_completion (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_simple_completion)
test_up_down_arrow_with_completion_menu (test.test_pyrepl.test_pyrepl.TestPyReplCompleter.test_up_down_arrow_with_completion_menu)
PASS: Up arrow in the middle of unfinished tab completion when the menu is displayed
test_ctrl_d_empty_line (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_empty_line)
PASS: Test that pressing Ctrl+D on empty line exits the program
test_ctrl_d_multiline_end_of_line_no_newline (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_multiline_end_of_line_no_newline)
PASS: Test that pressing Ctrl+D at end of line without newline performs no operation
test_ctrl_d_multiline_middle_of_line (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_multiline_middle_of_line)
PASS: Test that pressing Ctrl+D in multiline mode with cursor in middle deletes character
test_ctrl_d_multiline_with_new_line (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_multiline_with_new_line)
PASS: Test that pressing Ctrl+D in multiline mode with trailing newline exits multiline mode
test_ctrl_d_single_line_end_no_newline (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_single_line_end_no_newline)
PASS: Test that pressing Ctrl+D at end of single line without newline does nothing
test_ctrl_d_single_line_middle_of_line (test.test_pyrepl.test_pyrepl.TestPyReplCtrlD.test_ctrl_d_single_line_middle_of_line)
PASS: Test that pressing Ctrl+D in single line mode deletes current character
PASS: test_already_imported_custom_file_no_suggestions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_already_imported_custom_file_no_suggestions)
PASS: test_already_imported_custom_module_no_suggestions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_already_imported_custom_module_no_suggestions)
PASS: test_already_imported_module_without_origin_or_spec (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_already_imported_module_without_origin_or_spec)
PASS: test_already_imported_stdlib_module_no_other_suggestions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_already_imported_stdlib_module_no_other_suggestions)
PASS: test_builtin_completion_top_level (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_builtin_completion_top_level)
PASS: test_get_path_and_prefix (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_get_path_and_prefix)
PASS: test_global_cache (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_global_cache)
PASS: test_hardcoded_stdlib_submodules (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_hardcoded_stdlib_submodules)
PASS: test_hardcoded_stdlib_submodules_not_proposed_if_local_import (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_hardcoded_stdlib_submodules_not_proposed_if_local_import)
PASS: test_import_completions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_import_completions)
PASS: test_invalid_identifiers (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_invalid_identifiers)
PASS: test_no_fallback_on_regular_completion (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_no_fallback_on_regular_completion)
PASS: test_parse (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_parse)
PASS: test_parse_error (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_parse_error)
PASS: test_private_completions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_private_completions)
PASS: test_relative_import_completions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_relative_import_completions)
PASS: test_sub_module_private_completions (test.test_pyrepl.test_pyrepl.TestPyReplModuleCompleter.test_sub_module_private_completions)
PASS: test_basic (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_basic)
PASS: test_control_character (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_control_character)
PASS: test_get_line_buffer_returns_str (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_get_line_buffer_returns_str)
PASS: test_history_navigation_with_down_arrow (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_down_arrow)
PASS: test_history_navigation_with_up_arrow (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_navigation_with_up_arrow)
PASS: test_history_search (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_search)
PASS: test_history_search_backward (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_search_backward)
PASS: test_history_search_backward_empty (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_search_backward_empty)
PASS: test_history_with_multiline_entries (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_history_with_multiline_entries)
PASS: test_multiline_edit (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_multiline_edit)
PASS: test_stdin_is_tty (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_stdin_is_tty)
SKIP: test_stdout_is_tty (test.test_pyrepl.test_pyrepl.TestPyReplOutput.test_stdout_is_tty) 'stdout is not a tty'
SKIP: test_exact_width_line_does_not_wrap (test.test_pyrepl.test_pyrepl.TestWindowsConsoleEolWrap.test_exact_width_line_does_not_wrap) 'windows console only'
SKIP: test_short_line_sets_posxy_normally (test.test_pyrepl.test_pyrepl.TestWindowsConsoleEolWrap.test_short_line_sets_posxy_normally) 'windows console only'
PASS: test_calc_screen_backspace (test.test_pyrepl.test_reader.TestReader.test_calc_screen_backspace)
PASS: test_calc_screen_backspace_in_second_line_after_wrap (test.test_pyrepl.test_reader.TestReader.test_calc_screen_backspace_in_second_line_after_wrap)
PASS: test_calc_screen_prompt_handling (test.test_pyrepl.test_reader.TestReader.test_calc_screen_prompt_handling)
PASS: test_calc_screen_wrap_removes_after_backspace (test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_removes_after_backspace)
PASS: test_calc_screen_wrap_simple (test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_simple)
PASS: test_calc_screen_wrap_three_lines (test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines)
PASS: test_calc_screen_wrap_three_lines_mixed_character (test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_three_lines_mixed_character)
PASS: test_calc_screen_wrap_wide_characters (test.test_pyrepl.test_reader.TestReader.test_calc_screen_wrap_wide_characters)
PASS: test_completions_updated_on_key_press (test.test_pyrepl.test_reader.TestReader.test_completions_updated_on_key_press)
PASS: test_input_hook_is_called_if_set (test.test_pyrepl.test_reader.TestReader.test_input_hook_is_called_if_set)
PASS: test_key_press_on_tab_press_once (test.test_pyrepl.test_reader.TestReader.test_key_press_on_tab_press_once)
PASS: test_keyboard_interrupt_clears_screen (test.test_pyrepl.test_reader.TestReader.test_keyboard_interrupt_clears_screen)
PASS: test_newline_within_block_trailing_whitespace (test.test_pyrepl.test_reader.TestReader.test_newline_within_block_trailing_whitespace)
PASS: test_pos2xy_with_no_columns (test.test_pyrepl.test_reader.TestReader.test_pos2xy_with_no_columns)
PASS: test_prompt_length (test.test_pyrepl.test_reader.TestReader.test_prompt_length)
PASS: test_setpos_for_xy_simple (test.test_pyrepl.test_reader.TestReader.test_setpos_for_xy_simple)
PASS: test_setpos_from_xy_after_wrap (test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_after_wrap)
PASS: test_setpos_from_xy_for_non_printing_char (test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_for_non_printing_char)
PASS: test_setpos_from_xy_multiple_lines (test.test_pyrepl.test_reader.TestReader.test_setpos_from_xy_multiple_lines)
PASS: test_setpos_fromxy_in_wrapped_line (test.test_pyrepl.test_reader.TestReader.test_setpos_fromxy_in_wrapped_line)
PASS: test_up_arrow_after_ctrl_r (test.test_pyrepl.test_reader.TestReader.test_up_arrow_after_ctrl_r)
PASS: test_control_characters (test.test_pyrepl.test_reader.TestReaderInColor.test_control_characters)
PASS: test_syntax_highlighting_basic (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_basic)
PASS: test_syntax_highlighting_incomplete_fstring (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_incomplete_fstring)
PASS: test_syntax_highlighting_incomplete_multiline_string (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_incomplete_multiline_string)
PASS: test_syntax_highlighting_incomplete_string_another_line (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_incomplete_string_another_line)
PASS: test_syntax_highlighting_incomplete_string_first_line (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_incomplete_string_first_line)
PASS: test_syntax_highlighting_indentation_error (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_indentation_error)
PASS: test_syntax_highlighting_literal_brace_in_fstring_or_tstring (test.test_pyrepl.test_reader.TestReaderInColor.test_syntax_highlighting_literal_brace_in_fstring_or_tstring)
SKIP: test.test_pyrepl.test_terminfo (unittest.loader.ModuleSkipped.test.test_pyrepl.test_terminfo) "Use of the 'curses' resource not enabled"
SKIP: test_cursor_back_write (test.test_pyrepl.test_unix_console.TestConsole.test_cursor_back_write) 'no ich1 support in vt102 terminfo'
PASS: test_cursor_left (test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left)
PASS: test_cursor_left_right (test.test_pyrepl.test_unix_console.TestConsole.test_cursor_left_right)
PASS: test_cursor_up (test.test_pyrepl.test_unix_console.TestConsole.test_cursor_up)
PASS: test_cursor_up_down (test.test_pyrepl.test_unix_console.TestConsole.test_cursor_up_down)
PASS: test_getheightwidth_with_invalid_environ (test.test_pyrepl.test_unix_console.TestConsole.test_getheightwidth_with_invalid_environ)
PASS: test_multiline_function_move_up_down_short_terminal (test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_down_short_terminal)
PASS: test_multiline_function_move_up_short_terminal (test.test_pyrepl.test_unix_console.TestConsole.test_multiline_function_move_up_short_terminal)
PASS: test_newline (test.test_pyrepl.test_unix_console.TestConsole.test_newline)
PASS: test_no_newline (test.test_pyrepl.test_unix_console.TestConsole.test_no_newline)
PASS: test_resize_bigger_on_multiline_function (test.test_pyrepl.test_unix_console.TestConsole.test_resize_bigger_on_multiline_function)
PASS: test_resize_smaller_on_multiline_function (test.test_pyrepl.test_unix_console.TestConsole.test_resize_smaller_on_multiline_function)
PASS: test_restore_in_thread (test.test_pyrepl.test_unix_console.TestConsole.test_restore_in_thread)
SKIP: test_restore_with_invalid_environ_on_macos (test.test_pyrepl.test_unix_console.TestConsole.test_restore_with_invalid_environ_on_macos) 'requires macOS'
PASS: test_simple_addition (test.test_pyrepl.test_unix_console.TestConsole.test_simple_addition)
PASS: test_wrap (test.test_pyrepl.test_unix_console.TestConsole.test_wrap)
test_eio_error_handling_in_restore (test.test_pyrepl.test_unix_console.TestUnixConsoleEIOHandling.test_eio_error_handling_in_restore) ... [?2004h[?2004l[?1h=[?1l>ok
PASS: test_gen_colors_keyword_highlighting (test.test_pyrepl.test_utils.TestUtils.test_gen_colors_keyword_highlighting)
PASS: test_prev_next_window (test.test_pyrepl.test_utils.TestUtils.test_prev_next_window)
PASS: test_str_width (test.test_pyrepl.test_utils.TestUtils.test_str_width)
PASS: test_wlen (test.test_pyrepl.test_utils.TestUtils.test_wlen)
SKIP: test.test_pyrepl.test_windows_console (unittest.loader.ModuleSkipped.test.test_pyrepl.test_windows_console) 'test only relevant on win32'

----------------------------------------------------------------------
Ran 245 tests in 2.115s

OK (skipped=62)
0:03:26 load avg: 3.58 [334/486] test_poplib passed
PASS: test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS)
PASS: test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal)
PASS: test_capa (test.test_poplib.TestPOP3Class.test_capa)
PASS: test_dele (test.test_poplib.TestPOP3Class.test_dele)
PASS: test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions)
PASS: test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome)
PASS: test_list (test.test_poplib.TestPOP3Class.test_list)
PASS: test_noop (test.test_poplib.TestPOP3Class.test_noop)
PASS: test_pass_ (test.test_poplib.TestPOP3Class.test_pass_)
PASS: test_quit (test.test_poplib.TestPOP3Class.test_quit)
PASS: test_retr (test.test_poplib.TestPOP3Class.test_retr)
PASS: test_rpop (test.test_poplib.TestPOP3Class.test_rpop)
PASS: test_stat (test.test_poplib.TestPOP3Class.test_stat)
PASS: test_stls (test.test_poplib.TestPOP3Class.test_stls)
PASS: test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa)
PASS: test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context)
PASS: test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines)
PASS: test_top (test.test_poplib.TestPOP3Class.test_top)
PASS: test_uidl (test.test_poplib.TestPOP3Class.test_uidl)
PASS: test_user (test.test_poplib.TestPOP3Class.test_user)
PASS: test_utf8 (test.test_poplib.TestPOP3Class.test_utf8)
PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported)
PASS: test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__)
PASS: test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS)
PASS: test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal)
PASS: test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa)
PASS: test_context (test.test_poplib.TestPOP3_SSLClass.test_context)
PASS: test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele)
PASS: test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions)
PASS: test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome)
PASS: test_list (test.test_poplib.TestPOP3_SSLClass.test_list)
PASS: test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop)
PASS: test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_)
PASS: test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit)
PASS: test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr)
PASS: test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop)
PASS: test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat)
PASS: test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls)
PASS: test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa)
PASS: test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context)
PASS: test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines)
PASS: test_top (test.test_poplib.TestPOP3_SSLClass.test_top)
PASS: test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl)
PASS: test_user (test.test_poplib.TestPOP3_SSLClass.test_user)
PASS: test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8)
PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported)
PASS: test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS)
PASS: test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal)
PASS: test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa)
PASS: test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele)
PASS: test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions)
PASS: test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome)
PASS: test_list (test.test_poplib.TestPOP3_TLSClass.test_list)
PASS: test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop)
PASS: test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_)
PASS: test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit)
PASS: test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr)
PASS: test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop)
PASS: test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat)
PASS: test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls)
PASS: test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa)
PASS: test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context)
PASS: test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines)
PASS: test_top (test.test_poplib.TestPOP3_TLSClass.test_top)
PASS: test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl)
PASS: test_user (test.test_poplib.TestPOP3_TLSClass.test_user)
PASS: test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8)
PASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported)
PASS: testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault)
PASS: testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone)
PASS: testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue)

----------------------------------------------------------------------
Ran 71 tests in 7.353s

OK
0:03:26 load avg: 3.58 [335/486] test_range passed
PASS: test_attributes (test.test_range.RangeTest.test_attributes)
PASS: test_comparison (test.test_range.RangeTest.test_comparison)
PASS: test_contains (test.test_range.RangeTest.test_contains)
PASS: test_count (test.test_range.RangeTest.test_count)
PASS: test_empty (test.test_range.RangeTest.test_empty)
PASS: test_exhausted_iterator_pickling (test.test_range.RangeTest.test_exhausted_iterator_pickling)
PASS: test_index (test.test_range.RangeTest.test_index)
PASS: test_invalid_invocation (test.test_range.RangeTest.test_invalid_invocation)
PASS: test_issue11845 (test.test_range.RangeTest.test_issue11845)
PASS: test_iterator_invalid_setstate (test.test_range.RangeTest.test_iterator_invalid_setstate)
PASS: test_iterator_pickling (test.test_range.RangeTest.test_iterator_pickling)
PASS: test_iterator_pickling_overflowing_index (test.test_range.RangeTest.test_iterator_pickling_overflowing_index)
PASS: test_iterator_setstate (test.test_range.RangeTest.test_iterator_setstate)
PASS: test_iterator_unpickle_compat (test.test_range.RangeTest.test_iterator_unpickle_compat)
PASS: test_large_exhausted_iterator_pickling (test.test_range.RangeTest.test_large_exhausted_iterator_pickling)
PASS: test_large_operands (test.test_range.RangeTest.test_large_operands)
PASS: test_large_range (test.test_range.RangeTest.test_large_range)
PASS: test_odd_bug (test.test_range.RangeTest.test_odd_bug)
PASS: test_pickling (test.test_range.RangeTest.test_pickling)
PASS: test_range (test.test_range.RangeTest.test_range)
PASS: test_range_constructor_error_messages (test.test_range.RangeTest.test_range_constructor_error_messages)
PASS: test_range_iterators (test.test_range.RangeTest.test_range_iterators)
PASS: test_range_iterators_invocation (test.test_range.RangeTest.test_range_iterators_invocation)
PASS: test_repr (test.test_range.RangeTest.test_repr)
PASS: test_reverse_iteration (test.test_range.RangeTest.test_reverse_iteration)
PASS: test_slice (test.test_range.RangeTest.test_slice)
PASS: test_strided_limits (test.test_range.RangeTest.test_strided_limits)
PASS: test_types (test.test_range.RangeTest.test_types)
PASS: test_user_index_method (test.test_range.RangeTest.test_user_index_method)

----------------------------------------------------------------------
Ran 29 tests in 0.486s

OK
0:03:26 load avg: 3.58 [336/486] test_readline passed
readline version: 0x402
readline runtime version: 0x402
readline library version: 'EditLine wrapper'
use libedit emulation? True
SKIP: test_free_threading (test.test_readline.FreeThreadingTest.test_free_threading) 'these tests can only possibly fail with GIL disabled'
PASS: testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates)
PASS: test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history)
SKIP: test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) 'Skipping problematic test'
SKIP: test_write_read_limited_history (test.test_readline.TestHistoryManipulation.test_write_read_limited_history) 'Skipping problematic test'
PASS: test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled)
PASS: test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled)
PASS: test_backend (test.test_readline.TestReadline.test_backend)
test_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe)
PASS: gh-123321: readline should be thread-safe and not crash
SKIP: test_history_size (test.test_readline.TestReadline.test_history_size) 'this readline version does not support history-size'
PASS: test_init (test.test_readline.TestReadline.test_init)
PASS: test_nonascii (test.test_readline.TestReadline.test_nonascii)
PASS: test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims)
SKIP: test_write_read_limited_history (test.test_readline.TestReadline.test_write_read_limited_history) 'Skipping problematic test'

----------------------------------------------------------------------
Ran 14 tests in 0.318s

OK (skipped=5)
0:03:27 load avg: 3.58 [337/486] test_random passed
PASS: test_main (test.test_random.CommandLineTest.test_main)
PASS: test_parse_args (test.test_random.CommandLineTest.test_parse_args)
PASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps.test_53_bits_per_float)
PASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps.test_autoseed)
PASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps.test_bigrand)
PASS: test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps.test_bigrand_ranges)
PASS: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps.test_bug_1727780)
PASS: test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps.test_bug_27706)
PASS: test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31478)
PASS: test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31482)
PASS: test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps.test_bug_9025)
PASS: test_choice (test.test_random.MersenneTwister_TestBasicOps.test_choice)
PASS: test_choice_with_numpy (test.test_random.MersenneTwister_TestBasicOps.test_choice_with_numpy)
PASS: test_choices (test.test_random.MersenneTwister_TestBasicOps.test_choices)
PASS: test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps.test_choices_algorithms)
PASS: test_choices_infinite_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_infinite_total)
PASS: test_choices_negative_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_negative_total)
PASS: test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps.test_choices_subnormal)
PASS: test_choices_with_all_zero_weights (test.test_random.MersenneTwister_TestBasicOps.test_choices_with_all_zero_weights)
PASS: test_gauss (test.test_random.MersenneTwister_TestBasicOps.test_gauss)
PASS: test_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits)
PASS: test_getrandbits_2G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_2G_bits)
SKIP: test_getrandbits_4G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_4G_bits) 'not enough memory: 1.0G minimum needed'
PASS: test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps.test_guaranteed_stable)
PASS: test_long_seed (test.test_random.MersenneTwister_TestBasicOps.test_long_seed)
PASS: test_mu_sigma_default_args (test.test_random.MersenneTwister_TestBasicOps.test_mu_sigma_default_args)
PASS: test_pickling (test.test_random.MersenneTwister_TestBasicOps.test_pickling)
PASS: test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_logic)
PASS: test_randbelow_without_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_without_getrandbits)
PASS: test_randbytes (test.test_random.MersenneTwister_TestBasicOps.test_randbytes)
SKIP: test_randbytes_256M (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_256M) 'not enough memory: 1.0G minimum needed'
PASS: test_randbytes_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_getrandbits)
PASS: test_randint (test.test_random.MersenneTwister_TestBasicOps.test_randint)
PASS: test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps.test_randrange_bug_1590891)
PASS: test_randrange_errors (test.test_random.MersenneTwister_TestBasicOps.test_randrange_errors)
PASS: test_randrange_index (test.test_random.MersenneTwister_TestBasicOps.test_randrange_index)
PASS: test_randrange_nonunit_step (test.test_random.MersenneTwister_TestBasicOps.test_randrange_nonunit_step)
PASS: test_randrange_step (test.test_random.MersenneTwister_TestBasicOps.test_randrange_step)
PASS: test_randrange_uses_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randrange_uses_getrandbits)
PASS: test_rangelimits (test.test_random.MersenneTwister_TestBasicOps.test_rangelimits)
PASS: test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps.test_referenceImplementation)
PASS: test_sample (test.test_random.MersenneTwister_TestBasicOps.test_sample)
PASS: test_sample_counts_equivalence (test.test_random.MersenneTwister_TestBasicOps.test_sample_counts_equivalence)
PASS: test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps.test_sample_distribution)
PASS: test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps.test_sample_inputs)
PASS: test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_dicts)
PASS: test_sample_on_seqsets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_seqsets)
PASS: test_sample_on_sets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_sets)
PASS: test_sample_with_counts (test.test_random.MersenneTwister_TestBasicOps.test_sample_with_counts)
PASS: test_saverestore (test.test_random.MersenneTwister_TestBasicOps.test_saverestore)
PASS: test_seed_no_mutate_bug_44018 (test.test_random.MersenneTwister_TestBasicOps.test_seed_no_mutate_bug_44018)
PASS: test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps.test_seed_when_randomness_source_not_found)
PASS: test_seedargs (test.test_random.MersenneTwister_TestBasicOps.test_seedargs)
PASS: test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_first_arg)
PASS: test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_middle_arg)
PASS: test_shuffle (test.test_random.MersenneTwister_TestBasicOps.test_shuffle)
PASS: test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps.test_strong_reference_implementation)
PASS: test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps.test_53_bits_per_float)
PASS: test_autoseed (test.test_random.SystemRandom_TestBasicOps.test_autoseed)
PASS: test_bigrand (test.test_random.SystemRandom_TestBasicOps.test_bigrand)
PASS: test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps.test_bigrand_ranges)
PASS: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps.test_bug_1727780)
PASS: test_bug_9025 (test.test_random.SystemRandom_TestBasicOps.test_bug_9025)
PASS: test_choice (test.test_random.SystemRandom_TestBasicOps.test_choice)
PASS: test_choice_with_numpy (test.test_random.SystemRandom_TestBasicOps.test_choice_with_numpy)
PASS: test_choices (test.test_random.SystemRandom_TestBasicOps.test_choices)
PASS: test_choices_infinite_total (test.test_random.SystemRandom_TestBasicOps.test_choices_infinite_total)
PASS: test_choices_negative_total (test.test_random.SystemRandom_TestBasicOps.test_choices_negative_total)
PASS: test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps.test_choices_subnormal)
PASS: test_choices_with_all_zero_weights (test.test_random.SystemRandom_TestBasicOps.test_choices_with_all_zero_weights)
PASS: test_gauss (test.test_random.SystemRandom_TestBasicOps.test_gauss)
PASS: test_getrandbits (test.test_random.SystemRandom_TestBasicOps.test_getrandbits)
PASS: test_mu_sigma_default_args (test.test_random.SystemRandom_TestBasicOps.test_mu_sigma_default_args)
PASS: test_pickling (test.test_random.SystemRandom_TestBasicOps.test_pickling)
PASS: test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps.test_randbelow_logic)
PASS: test_randbytes (test.test_random.SystemRandom_TestBasicOps.test_randbytes)
PASS: test_randint (test.test_random.SystemRandom_TestBasicOps.test_randint)
PASS: test_randrange_bug_1590891 (test.test_random.SystemRandom_TestBasicOps.test_randrange_bug_1590891)
PASS: test_randrange_errors (test.test_random.SystemRandom_TestBasicOps.test_randrange_errors)
PASS: test_randrange_index (test.test_random.SystemRandom_TestBasicOps.test_randrange_index)
PASS: test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_nonunit_step)
PASS: test_randrange_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_step)
PASS: test_rangelimits (test.test_random.SystemRandom_TestBasicOps.test_rangelimits)
PASS: test_sample (test.test_random.SystemRandom_TestBasicOps.test_sample)
PASS: test_sample_distribution (test.test_random.SystemRandom_TestBasicOps.test_sample_distribution)
PASS: test_sample_inputs (test.test_random.SystemRandom_TestBasicOps.test_sample_inputs)
PASS: test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps.test_sample_on_dicts)
PASS: test_sample_on_seqsets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_seqsets)
PASS: test_sample_on_sets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_sets)
PASS: test_sample_with_counts (test.test_random.SystemRandom_TestBasicOps.test_sample_with_counts)
PASS: test_saverestore (test.test_random.SystemRandom_TestBasicOps.test_saverestore)
PASS: test_seed_no_mutate_bug_44018 (test.test_random.SystemRandom_TestBasicOps.test_seed_no_mutate_bug_44018)
PASS: test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps.test_seed_when_randomness_source_not_found)
PASS: test_seedargs (test.test_random.SystemRandom_TestBasicOps.test_seedargs)
PASS: test_shuffle (test.test_random.SystemRandom_TestBasicOps.test_shuffle)
PASS: test_avg_std (test.test_random.TestDistributions.test_avg_std)
PASS: test_betavariate_return_zero (test.test_random.TestDistributions.test_betavariate_return_zero)
PASS: test_binomialvariate (test.test_random.TestDistributions.test_binomialvariate)
PASS: test_constant (test.test_random.TestDistributions.test_constant)
PASS: test_gammavariate_alpha_between_zero_and_one (test.test_random.TestDistributions.test_gammavariate_alpha_between_zero_and_one)
PASS: test_gammavariate_alpha_equal_one (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one)
PASS: test_gammavariate_alpha_equal_one_equals_expovariate (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_equals_expovariate)
PASS: test_gammavariate_alpha_greater_one (test.test_random.TestDistributions.test_gammavariate_alpha_greater_one)
PASS: test_gammavariate_errors (test.test_random.TestDistributions.test_gammavariate_errors)
PASS: test_von_mises_large_kappa (test.test_random.TestDistributions.test_von_mises_large_kappa)
PASS: test_von_mises_range (test.test_random.TestDistributions.test_von_mises_range)
PASS: test_zeroinputs (test.test_random.TestDistributions.test_zeroinputs)
PASS: testMagicConstants (test.test_random.TestModule.testMagicConstants)
PASS: test__all__ (test.test_random.TestModule.test__all__)
PASS: test_after_fork (test.test_random.TestModule.test_after_fork)
PASS: test_random_subclass_with_kwargs (test.test_random.TestRandomSubclassing.test_random_subclass_with_kwargs)
PASS: test_subclasses_overriding_methods (test.test_random.TestRandomSubclassing.test_subclasses_overriding_methods)
PASS: test_bug_41052 (test.test_random.TestRawMersenneTwister.test_bug_41052)
PASS: test_bug_42008 (test.test_random.TestRawMersenneTwister.test_bug_42008)

----------------------------------------------------------------------
Ran 114 tests in 1.824s

OK (skipped=2)
0:03:29 load avg: 3.58 [338/486] test_repl passed
PASS: test_multiple_statements_fail_early (test.test_repl.TestAsyncioREPL.test_multiple_statements_fail_early)
PASS: test_quiet_mode (test.test_repl.TestAsyncioREPL.test_quiet_mode)
PASS: test_toplevel_contextvars_async (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_async)
PASS: test_toplevel_contextvars_sync (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_sync)
PASS: test_asyncio_repl_is_ok (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok)
PASS: test_asyncio_repl_reaches_python_startup_script (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_reaches_python_startup_script)
PASS: test_asyncio_repl_respects_isolated_mode (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_respects_isolated_mode)
PASS: test_close_stdin (test.test_repl.TestInteractiveInterpreter.test_close_stdin)
PASS: test_interactive_source_is_in_linecache (test.test_repl.TestInteractiveInterpreter.test_interactive_source_is_in_linecache)
PASS: test_interactive_traceback_reporting (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting)
PASS: test_interactive_traceback_reporting_multiple_input (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting_multiple_input)
PASS: test_lexer_buffer_realloc_with_null_start (test.test_repl.TestInteractiveInterpreter.test_lexer_buffer_realloc_with_null_start)
PASS: test_multiline_string_parsing (test.test_repl.TestInteractiveInterpreter.test_multiline_string_parsing)
PASS: test_no_memory (test.test_repl.TestInteractiveInterpreter.test_no_memory)
PASS: test_pythonstartup_error_reporting (test.test_repl.TestInteractiveInterpreter.test_pythonstartup_error_reporting)
PASS: test_runsource_show_syntax_error_location (test.test_repl.TestInteractiveInterpreter.test_runsource_show_syntax_error_location)
PASS: test_interactive_syntax_error_correct_line (test.test_repl.TestInteractiveModeSyntaxErrors.test_interactive_syntax_error_correct_line)

----------------------------------------------------------------------
Ran 17 tests in 1.863s

OK
0:03:29 load avg: 3.58 [339/486] test_reprlib passed
SKIP: test_builtin_function (test.test_reprlib.LongReprTest.test_builtin_function) 'needs a built-in function with a really long name'
PASS: test_class (test.test_reprlib.LongReprTest.test_class)
PASS: test_instance (test.test_reprlib.LongReprTest.test_instance)
PASS: test_method (test.test_reprlib.LongReprTest.test_method)
PASS: test_module (test.test_reprlib.LongReprTest.test_module)
SKIP: test_object (test.test_reprlib.LongReprTest.test_object) 'need a suitable object'
PASS: test_type (test.test_reprlib.LongReprTest.test_type)
PASS: test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function)
PASS: test_cell (test.test_reprlib.ReprTests.test_cell)
PASS: test_container (test.test_reprlib.ReprTests.test_container)
PASS: test_custom_repr (test.test_reprlib.ReprTests.test_custom_repr)
PASS: test_custom_repr_class_with_spaces (test.test_reprlib.ReprTests.test_custom_repr_class_with_spaces)
PASS: test_descriptors (test.test_reprlib.ReprTests.test_descriptors)
PASS: test_frozenset (test.test_reprlib.ReprTests.test_frozenset)
PASS: test_init_kwargs (test.test_reprlib.ReprTests.test_init_kwargs)
PASS: test_instance (test.test_reprlib.ReprTests.test_instance)
PASS: test_invalid_indent (test.test_reprlib.ReprTests.test_invalid_indent)
PASS: test_lambda (test.test_reprlib.ReprTests.test_lambda)
PASS: test_nesting (test.test_reprlib.ReprTests.test_nesting)
PASS: test_numbers (test.test_reprlib.ReprTests.test_numbers)
PASS: test_range (test.test_reprlib.ReprTests.test_range)
PASS: test_set_literal (test.test_reprlib.ReprTests.test_set_literal)
PASS: test_shadowed_builtin (test.test_reprlib.ReprTests.test_shadowed_builtin)
PASS: test_shadowed_stdlib_array (test.test_reprlib.ReprTests.test_shadowed_stdlib_array)
PASS: test_string (test.test_reprlib.ReprTests.test_string)
PASS: test_tuple (test.test_reprlib.ReprTests.test_tuple)
PASS: test_unsortable (test.test_reprlib.ReprTests.test_unsortable)
PASS: test_valid_indent (test.test_reprlib.ReprTests.test_valid_indent)
PASS: test__type_params__ (test.test_reprlib.TestRecursiveRepr.test__type_params__)
PASS: test__wrapped__ (test.test_reprlib.TestRecursiveRepr.test__wrapped__)
PASS: test_annotations (test.test_reprlib.TestRecursiveRepr.test_annotations)
PASS: test_assigned_attributes (test.test_reprlib.TestRecursiveRepr.test_assigned_attributes)
PASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr.test_recursive_repr)

----------------------------------------------------------------------
Ran 33 tests in 0.029s

OK (skipped=2)
0:03:29 load avg: 3.58 [340/486] test_resource passed
PASS: test_args (test.test_resource.ResourceTest.test_args)
PASS: test_freebsd_contants (test.test_resource.ResourceTest.test_freebsd_contants)
PASS: test_fsize_enforced (test.test_resource.ResourceTest.test_fsize_enforced)
PASS: test_fsize_ismax (test.test_resource.ResourceTest.test_fsize_ismax)
PASS: test_fsize_negative (test.test_resource.ResourceTest.test_fsize_negative)
PASS: test_fsize_not_too_big (test.test_resource.ResourceTest.test_fsize_not_too_big)
PASS: test_fsize_too_big (test.test_resource.ResourceTest.test_fsize_too_big)
PASS: test_getrusage (test.test_resource.ResourceTest.test_getrusage)
PASS: test_linux_constants (test.test_resource.ResourceTest.test_linux_constants)
PASS: test_pagesize (test.test_resource.ResourceTest.test_pagesize)
PASS: test_prlimit (test.test_resource.ResourceTest.test_prlimit)
PASS: test_prlimit_refcount (test.test_resource.ResourceTest.test_prlimit_refcount)
PASS: test_setrusage_refcount (test.test_resource.ResourceTest.test_setrusage_refcount)

----------------------------------------------------------------------
Ran 13 tests in 0.108s

OK
0:03:29 load avg: 3.58 [341/486] test_richcmp passed
PASS: test_dicts (test.test_richcmp.DictTest.test_dicts)
PASS: test_badentry (test.test_richcmp.ListTest.test_badentry)
PASS: test_coverage (test.test_richcmp.ListTest.test_coverage)
PASS: test_goodentry (test.test_richcmp.ListTest.test_goodentry)
PASS: test_exception_message (test.test_richcmp.MiscTest.test_exception_message)
PASS: test_misbehavin (test.test_richcmp.MiscTest.test_misbehavin)
PASS: test_not (test.test_richcmp.MiscTest.test_not)
PASS: test_recursion (test.test_richcmp.MiscTest.test_recursion)
PASS: test_basic (test.test_richcmp.NumberTest.test_basic)
PASS: test_values (test.test_richcmp.NumberTest.test_values)
PASS: test_mixed (test.test_richcmp.VectorTest.test_mixed)

----------------------------------------------------------------------
Ran 11 tests in 0.004s

OK
0:03:30 load avg: 3.58 [342/486] test_rlcompleter passed
test_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ...         ok
test_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ...                 ok
test_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ...                         ok
test_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr)
Ensure getattr() is invoked no more than once per attribute ...                                 ok
test_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ...                                         ok
test_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ...                                                 ok
test_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ...                                                         ok
test_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ...                                                                 ok

----------------------------------------------------------------------
Ran 8 tests in 0.022s

OK
0:03:30 load avg: 3.58 [343/486] test_robotparser passed
PASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps)
PASS: test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate)
PASS: test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps)
PASS: test_request_rate (test.test_robotparser.DefaultEntryTest.test_request_rate)
PASS: test_site_maps (test.test_robotparser.DefaultEntryTest.test_site_maps)
PASS: test_request_rate (test.test_robotparser.DifferentAgentTest.test_request_rate)
PASS: test_site_maps (test.test_robotparser.DifferentAgentTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.DisallowQueryStringTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.DisallowQueryStringTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.DisallowQueryStringTest.test_site_maps)
PASS: test_request_rate (test.test_robotparser.EmptyFileTest.test_request_rate)
PASS: test_site_maps (test.test_robotparser.EmptyFileTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.GoogleURLOrderingTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.GoogleURLOrderingTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.GoogleURLOrderingTest.test_site_maps)
PASS: test_good_urls (test.test_robotparser.InvalidCrawlDelayTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.InvalidCrawlDelayTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.InvalidRequestRateTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.InvalidRequestRateTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.InvalidRequestRateTest.test_site_maps)
PASS: testRead (test.test_robotparser.LocalNetworkTestCase.testRead)
SKIP: setUpClass (test.test_robotparser.NetworkTestCase) "Use of the 'network' resource not enabled"
PASS: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite)
PASS: test_bad_urls (test.test_robotparser.PercentEncodingTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.PercentEncodingTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.PercentEncodingTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.RejectAllRobotsTest.test_bad_urls)
PASS: test_site_maps (test.test_robotparser.RejectAllRobotsTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.SitemapTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.SitemapTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.SitemapTest.test_site_maps)
PASS: test_site_maps (test.test_robotparser.StringFormattingTest.test_site_maps)
PASS: test_string_formatting (test.test_robotparser.StringFormattingTest.test_string_formatting)
PASS: test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls)
PASS: test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.UserAgentOrderingTest.test_bad_urls)
PASS: test_site_maps (test.test_robotparser.UserAgentOrderingTest.test_site_maps)
PASS: test_bad_urls (test.test_robotparser.UserAgentWildcardTest.test_bad_urls)
PASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest.test_good_urls)
PASS: test_site_maps (test.test_robotparser.UserAgentWildcardTest.test_site_maps)

----------------------------------------------------------------------
Ran 47 tests in 0.030s

OK (skipped=1)
0:03:30 load avg: 3.58 [344/486] test_remote_pdb passed
PASS: test_attach_to_process_with_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_with_colors)
PASS: test_attach_to_process_without_colors (test.test_remote_pdb.PdbAttachTestCase.test_attach_to_process_without_colors)
test_completion_in_interact_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_interact_state)
PASS: Test requesting tab completions at a >>> prompt.
test_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_pdb_state)
PASS: Test requesting tab completions at a (Pdb) prompt.
test_completion_in_unknown_state (test.test_remote_pdb.PdbClientTestCase.test_completion_in_unknown_state)
PASS: Test requesting tab completions at an unrecognized prompt.
test_continuing_after_getting_a_non_json_payload (test.test_remote_pdb.PdbClientTestCase.test_continuing_after_getting_a_non_json_payload)
PASS: Test continuing after getting a non JSON payload.
test_eof_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_eof_at_prompt)
PASS: Test signaling when a prompt gets an EOFError.
test_handling_command_list (test.test_remote_pdb.PdbClientTestCase.test_handling_command_list)
PASS: Test handling the command_list message.
test_handling_error_message (test.test_remote_pdb.PdbClientTestCase.test_handling_error_message)
PASS: Test handling a message payload with type='error'.
test_handling_help_when_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_available)
PASS: Test handling help requests when help is available.
test_handling_help_when_not_available (test.test_remote_pdb.PdbClientTestCase.test_handling_help_when_not_available)
SKIP: Test handling help requests when help is not available. 'Needs -OO'
test_handling_info_message (test.test_remote_pdb.PdbClientTestCase.test_handling_info_message)
PASS: Test handling a message payload with type='info'.
test_handling_interact_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_interact_prompts)
PASS: Test responding to pdb's interact mode prompts.
test_handling_other_message (test.test_remote_pdb.PdbClientTestCase.test_handling_other_message)
PASS: Test handling a message payload with an unrecognized type.
test_handling_pdb_prompts (test.test_remote_pdb.PdbClientTestCase.test_handling_pdb_prompts)
PASS: Test responding to pdb's normal prompts.
test_handling_unrecognized_prompt_type (test.test_remote_pdb.PdbClientTestCase.test_handling_unrecognized_prompt_type)
PASS: Test fallback to "dumb" single-line mode for unknown states.
test_multiline_completion_in_pdb_state (test.test_remote_pdb.PdbClientTestCase.test_multiline_completion_in_pdb_state)
PASS: Test requesting tab completions at a (Pdb) continuation prompt.
test_read_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_read_failure_during_completion)
PASS: Test failing to read tab completions from the socket.
test_reading_empty_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_empty_json_during_completion)
PASS: Test receiving an empty JSON object when getting tab completions.
test_reading_invalid_json_during_completion (test.test_remote_pdb.PdbClientTestCase.test_reading_invalid_json_during_completion)
PASS: Test receiving invalid JSON when getting tab completions.
test_remote_immediately_closing_the_connection (test.test_remote_pdb.PdbClientTestCase.test_remote_immediately_closing_the_connection)
PASS: Test the behavior when the remote closes the connection immediately.
test_retry_interact_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_interact_prompt_on_syntax_error)
PASS: Test re-prompting after a SyntaxError in a Python expression.
test_retry_pdb_prompt_on_syntax_error (test.test_remote_pdb.PdbClientTestCase.test_retry_pdb_prompt_on_syntax_error)
PASS: Test re-prompting after a SyntaxError in a Python expression.
test_sigint_at_continuation_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_continuation_prompt)
PASS: Test signaling when a continuation prompt gets interrupted.
test_sigint_at_prompt (test.test_remote_pdb.PdbClientTestCase.test_sigint_at_prompt)
PASS: Test signaling when a prompt gets interrupted.
test_sigint_when_writing (test.test_remote_pdb.PdbClientTestCase.test_sigint_when_writing)
PASS: Test siginaling when sys.stdout.write() gets interrupted.
test_unrecognized_json_message (test.test_remote_pdb.PdbClientTestCase.test_unrecognized_json_message)
PASS: Test failing after getting an unrecognized payload.
test_write_failing (test.test_remote_pdb.PdbClientTestCase.test_write_failing)
PASS: Test terminating if write fails due to a half closed socket.
test_write_failure_during_completion (test.test_remote_pdb.PdbClientTestCase.test_write_failure_during_completion)
PASS: Test failing to write to the socket to request tab completions.
test_breakpoints (test.test_remote_pdb.PdbConnectTestCase.test_breakpoints)
PASS: Test setting and hitting breakpoints.
test_connect_and_basic_commands (test.test_remote_pdb.PdbConnectTestCase.test_connect_and_basic_commands)
PASS: Test connecting to a remote debugger and sending basic commands.
test_exec_in_closure_result_uses_pdb_stdout (test.test_remote_pdb.PdbConnectTestCase.test_exec_in_closure_result_uses_pdb_stdout)
PASS: Expression results executed via _exec_in_closure() should be written
test_handle_eof (test.test_remote_pdb.PdbConnectTestCase.test_handle_eof)
PASS: Test that EOF signal properly exits the debugger.
test_help_system (test.test_remote_pdb.PdbConnectTestCase.test_help_system)
PASS: Test that the help system properly sends help text to the client.
test_keyboard_interrupt (test.test_remote_pdb.PdbConnectTestCase.test_keyboard_interrupt)
PASS: Test that sending keyboard interrupt breaks into pdb.
test_multi_line_commands (test.test_remote_pdb.PdbConnectTestCase.test_multi_line_commands)
PASS: Test that multi-line commands work properly over remote connection.
test_protocol_version (test.test_remote_pdb.PdbConnectTestCase.test_protocol_version)
PASS: Test that incompatible protocol versions are properly detected.
test_cmdloop (test.test_remote_pdb.RemotePdbTestCase.test_cmdloop)
PASS: Test the command loop with various commands.
test_completion (test.test_remote_pdb.RemotePdbTestCase.test_completion)
PASS: Test handling completion requests.
test_detach (test.test_remote_pdb.RemotePdbTestCase.test_detach)
PASS: Test the detach method.
test_do_help (test.test_remote_pdb.RemotePdbTestCase.test_do_help)
PASS: Test that do_help sends the help message.
test_interact_mode (test.test_remote_pdb.RemotePdbTestCase.test_interact_mode)
Test interaction mode setup and execution. ... test
ok
test_message_and_error (test.test_remote_pdb.RemotePdbTestCase.test_message_and_error)
PASS: Test message and error methods send correct JSON.
test_read_command (test.test_remote_pdb.RemotePdbTestCase.test_read_command)
PASS: Test reading commands from the socket.
test_read_command_EOF (test.test_remote_pdb.RemotePdbTestCase.test_read_command_EOF)
PASS: Test reading EOF command.
test_registering_commands (test.test_remote_pdb.RemotePdbTestCase.test_registering_commands)
PASS: Test registering breakpoint commands.

----------------------------------------------------------------------
Ran 46 tests in 3.325s

OK (skipped=1)
0:03:30 load avg: 3.58 [345/486] test_sax passed
PASS: test_1463026_1 (test.test_sax.BytesXmlgenTest.test_1463026_1)
PASS: test_1463026_1_empty (test.test_sax.BytesXmlgenTest.test_1463026_1_empty)
PASS: test_1463026_2 (test.test_sax.BytesXmlgenTest.test_1463026_2)
PASS: test_1463026_2_empty (test.test_sax.BytesXmlgenTest.test_1463026_2_empty)
PASS: test_1463026_3 (test.test_sax.BytesXmlgenTest.test_1463026_3)
PASS: test_1463026_3_empty (test.test_sax.BytesXmlgenTest.test_1463026_3_empty)
PASS: test_5027_1 (test.test_sax.BytesXmlgenTest.test_5027_1)
PASS: test_5027_2 (test.test_sax.BytesXmlgenTest.test_5027_2)
PASS: test_no_close_file (test.test_sax.BytesXmlgenTest.test_no_close_file)
PASS: test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_attr_escape)
PASS: test_xmlgen_basic (test.test_sax.BytesXmlgenTest.test_xmlgen_basic)
PASS: test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_basic_empty)
PASS: test_xmlgen_content (test.test_sax.BytesXmlgenTest.test_xmlgen_content)
PASS: test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_content_empty)
PASS: test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_content_escape)
PASS: test_xmlgen_encoding (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding)
PASS: test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_bytes)
PASS: test_xmlgen_fragment (test.test_sax.BytesXmlgenTest.test_xmlgen_fragment)
PASS: test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable)
PASS: test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_empty)
PASS: test_xmlgen_ns (test.test_sax.BytesXmlgenTest.test_xmlgen_ns)
PASS: test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ns_empty)
PASS: test_xmlgen_pi (test.test_sax.BytesXmlgenTest.test_xmlgen_pi)
PASS: test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest.test_xmlgen_unencodable)
PASS: test_handlers (test.test_sax.CDATAHandlerTest.test_handlers)
PASS: test_expat_incomplete (test.test_sax.ErrorReportingTest.test_expat_incomplete)
PASS: test_expat_inpsource_location (test.test_sax.ErrorReportingTest.test_expat_inpsource_location)
PASS: test_sax_parse_exception_str (test.test_sax.ErrorReportingTest.test_sax_parse_exception_str)
PASS: test_expat_attrs_empty (test.test_sax.ExpatReaderTest.test_expat_attrs_empty)
PASS: test_expat_attrs_wattr (test.test_sax.ExpatReaderTest.test_expat_attrs_wattr)
PASS: test_expat_binary_file (test.test_sax.ExpatReaderTest.test_expat_binary_file)
PASS: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_bytes_name)
PASS: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_int_name)
PASS: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii)
PASS: test_expat_dtdhandler (test.test_sax.ExpatReaderTest.test_expat_dtdhandler)
PASS: test_expat_entityresolver_default (test.test_sax.ExpatReaderTest.test_expat_entityresolver_default)
PASS: test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest.test_expat_entityresolver_enabled)
PASS: test_expat_external_dtd_default (test.test_sax.ExpatReaderTest.test_expat_external_dtd_default)
PASS: test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest.test_expat_external_dtd_enabled)
PASS: test_expat_incremental (test.test_sax.ExpatReaderTest.test_expat_incremental)
PASS: test_expat_incremental_reset (test.test_sax.ExpatReaderTest.test_expat_incremental_reset)
PASS: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_byte_stream)
PASS: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_character_stream)
PASS: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest.test_expat_inpsource_filename)
PASS: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid)
PASS: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii)
PASS: test_expat_locator_noinfo (test.test_sax.ExpatReaderTest.test_expat_locator_noinfo)
PASS: test_expat_locator_withinfo (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo)
PASS: test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii)
PASS: test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest.test_expat_nsattrs_empty)
PASS: test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest.test_expat_nsattrs_wattr)
PASS: test_expat_text_file (test.test_sax.ExpatReaderTest.test_expat_text_file)
PASS: test_flush_reparse_deferral_disabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_disabled)
PASS: test_flush_reparse_deferral_enabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_enabled)
PASS: test_handlers (test.test_sax.LexicalHandlerTest.test_handlers)
PASS: test_make_parser2 (test.test_sax.MakeParserTest.test_make_parser2)
PASS: test_make_parser3 (test.test_sax.MakeParserTest.test_make_parser3)
PASS: test_make_parser4 (test.test_sax.MakeParserTest.test_make_parser4)
PASS: test_make_parser5 (test.test_sax.MakeParserTest.test_make_parser5)
PASS: test_parseString_bytes (test.test_sax.ParseTest.test_parseString_bytes)
PASS: test_parseString_text (test.test_sax.ParseTest.test_parseString_text)
PASS: test_parse_InputSource (test.test_sax.ParseTest.test_parse_InputSource)
PASS: test_parse_bytes (test.test_sax.ParseTest.test_parse_bytes)
PASS: test_parse_close_source (test.test_sax.ParseTest.test_parse_close_source)
PASS: test_parse_path_object (test.test_sax.ParseTest.test_parse_path_object)
PASS: test_parse_text (test.test_sax.ParseTest.test_parse_text)
PASS: test_binary_file (test.test_sax.PrepareInputSourceTest.test_binary_file)
PASS: test_byte_stream (test.test_sax.PrepareInputSourceTest.test_byte_stream)
PASS: test_character_stream (test.test_sax.PrepareInputSourceTest.test_character_stream)
PASS: test_path_objects (test.test_sax.PrepareInputSourceTest.test_path_objects)
PASS: test_string (test.test_sax.PrepareInputSourceTest.test_string)
PASS: test_system_id (test.test_sax.PrepareInputSourceTest.test_system_id)
PASS: test_text_file (test.test_sax.PrepareInputSourceTest.test_text_file)
PASS: test_double_quoteattr (test.test_sax.SaxutilsTest.test_double_quoteattr)
PASS: test_escape_all (test.test_sax.SaxutilsTest.test_escape_all)
PASS: test_escape_basic (test.test_sax.SaxutilsTest.test_escape_basic)
PASS: test_escape_extra (test.test_sax.SaxutilsTest.test_escape_extra)
PASS: test_make_parser (test.test_sax.SaxutilsTest.test_make_parser)
PASS: test_quoteattr_basic (test.test_sax.SaxutilsTest.test_quoteattr_basic)
PASS: test_single_double_quoteattr (test.test_sax.SaxutilsTest.test_single_double_quoteattr)
PASS: test_single_quoteattr (test.test_sax.SaxutilsTest.test_single_quoteattr)
PASS: test_unescape_all (test.test_sax.SaxutilsTest.test_unescape_all)
PASS: test_unescape_amp_extra (test.test_sax.SaxutilsTest.test_unescape_amp_extra)
PASS: test_unescape_basic (test.test_sax.SaxutilsTest.test_unescape_basic)
PASS: test_unescape_extra (test.test_sax.SaxutilsTest.test_unescape_extra)
PASS: test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1)
PASS: test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty)
PASS: test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2)
PASS: test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty)
PASS: test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3)
PASS: test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty)
PASS: test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1)
PASS: test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2)
PASS: test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file)
PASS: test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape)
PASS: test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic)
PASS: test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty)
PASS: test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content)
PASS: test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty)
PASS: test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape)
PASS: test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding)
PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes)
PASS: test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment)
PASS: test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable)
PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty)
PASS: test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns)
PASS: test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty)
PASS: test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi)
PASS: test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable)
PASS: test_1463026_1 (test.test_sax.StreamWriterXmlgenTest.test_1463026_1)
PASS: test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_1_empty)
PASS: test_1463026_2 (test.test_sax.StreamWriterXmlgenTest.test_1463026_2)
PASS: test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_2_empty)
PASS: test_1463026_3 (test.test_sax.StreamWriterXmlgenTest.test_1463026_3)
PASS: test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_3_empty)
PASS: test_5027_1 (test.test_sax.StreamWriterXmlgenTest.test_5027_1)
PASS: test_5027_2 (test.test_sax.StreamWriterXmlgenTest.test_5027_2)
PASS: test_no_close_file (test.test_sax.StreamWriterXmlgenTest.test_no_close_file)
PASS: test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_attr_escape)
PASS: test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic)
PASS: test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_empty)
PASS: test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content)
PASS: test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_empty)
PASS: test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_escape)
PASS: test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding)
PASS: test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_bytes)
PASS: test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_fragment)
PASS: test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable)
PASS: test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_empty)
PASS: test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns)
PASS: test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_empty)
PASS: test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_pi)
PASS: test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_unencodable)
PASS: test_1463026_1 (test.test_sax.StringXmlgenTest.test_1463026_1)
PASS: test_1463026_1_empty (test.test_sax.StringXmlgenTest.test_1463026_1_empty)
PASS: test_1463026_2 (test.test_sax.StringXmlgenTest.test_1463026_2)
PASS: test_1463026_2_empty (test.test_sax.StringXmlgenTest.test_1463026_2_empty)
PASS: test_1463026_3 (test.test_sax.StringXmlgenTest.test_1463026_3)
PASS: test_1463026_3_empty (test.test_sax.StringXmlgenTest.test_1463026_3_empty)
PASS: test_5027_1 (test.test_sax.StringXmlgenTest.test_5027_1)
PASS: test_5027_2 (test.test_sax.StringXmlgenTest.test_5027_2)
PASS: test_no_close_file (test.test_sax.StringXmlgenTest.test_no_close_file)
PASS: test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest.test_xmlgen_attr_escape)
PASS: test_xmlgen_basic (test.test_sax.StringXmlgenTest.test_xmlgen_basic)
PASS: test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest.test_xmlgen_basic_empty)
PASS: test_xmlgen_content (test.test_sax.StringXmlgenTest.test_xmlgen_content)
PASS: test_xmlgen_content_empty (test.test_sax.StringXmlgenTest.test_xmlgen_content_empty)
PASS: test_xmlgen_content_escape (test.test_sax.StringXmlgenTest.test_xmlgen_content_escape)
PASS: test_xmlgen_encoding (test.test_sax.StringXmlgenTest.test_xmlgen_encoding)
PASS: test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest.test_xmlgen_encoding_bytes)
PASS: test_xmlgen_fragment (test.test_sax.StringXmlgenTest.test_xmlgen_fragment)
PASS: test_xmlgen_ignorable (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable)
PASS: test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_empty)
PASS: test_xmlgen_ns (test.test_sax.StringXmlgenTest.test_xmlgen_ns)
PASS: test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ns_empty)
PASS: test_xmlgen_pi (test.test_sax.StringXmlgenTest.test_xmlgen_pi)
PASS: test_all (test.test_sax.TestModuleAll.test_all)
PASS: test_1463026_1 (test.test_sax.WriterXmlgenTest.test_1463026_1)
PASS: test_1463026_1_empty (test.test_sax.WriterXmlgenTest.test_1463026_1_empty)
PASS: test_1463026_2 (test.test_sax.WriterXmlgenTest.test_1463026_2)
PASS: test_1463026_2_empty (test.test_sax.WriterXmlgenTest.test_1463026_2_empty)
PASS: test_1463026_3 (test.test_sax.WriterXmlgenTest.test_1463026_3)
PASS: test_1463026_3_empty (test.test_sax.WriterXmlgenTest.test_1463026_3_empty)
PASS: test_5027_1 (test.test_sax.WriterXmlgenTest.test_5027_1)
PASS: test_5027_2 (test.test_sax.WriterXmlgenTest.test_5027_2)
PASS: test_no_close_file (test.test_sax.WriterXmlgenTest.test_no_close_file)
PASS: test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_attr_escape)
PASS: test_xmlgen_basic (test.test_sax.WriterXmlgenTest.test_xmlgen_basic)
PASS: test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_basic_empty)
PASS: test_xmlgen_content (test.test_sax.WriterXmlgenTest.test_xmlgen_content)
PASS: test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_content_empty)
PASS: test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_content_escape)
PASS: test_xmlgen_encoding (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding)
PASS: test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_bytes)
PASS: test_xmlgen_fragment (test.test_sax.WriterXmlgenTest.test_xmlgen_fragment)
PASS: test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable)
PASS: test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_empty)
PASS: test_xmlgen_ns (test.test_sax.WriterXmlgenTest.test_xmlgen_ns)
PASS: test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ns_empty)
PASS: test_xmlgen_pi (test.test_sax.WriterXmlgenTest.test_xmlgen_pi)
PASS: test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest.test_xmlgen_unencodable)
PASS: test_filter_basic (test.test_sax.XMLFilterBaseTest.test_filter_basic)
PASS: test_attrs_empty (test.test_sax.XmlReaderTest.test_attrs_empty)
PASS: test_attrs_wattr (test.test_sax.XmlReaderTest.test_attrs_wattr)
PASS: test_nsattrs_empty (test.test_sax.XmlReaderTest.test_nsattrs_empty)
PASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest.test_nsattrs_wattr)

----------------------------------------------------------------------
Ran 186 tests in 0.053s

OK
0:03:31 load avg: 3.45 [346/486] test_runpy passed
PASS: test_run_code (test.test_runpy.ExecutionLayerTestCase.test_run_code)
PASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase.test_run_module_code)
PASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase.test_explicit_relative_import)
PASS: test_invalid_names (test.test_runpy.RunModuleTestCase.test_invalid_names)
PASS: test_library_module (test.test_runpy.RunModuleTestCase.test_library_module)
PASS: test_main_relative_import (test.test_runpy.RunModuleTestCase.test_main_relative_import)
PASS: test_package_imported_no_warning (test.test_runpy.RunModuleTestCase.test_package_imported_no_warning)
PASS: test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages)
PASS: test_run_module (test.test_runpy.RunModuleTestCase.test_run_module)
PASS: test_run_module_alter_sys (test.test_runpy.RunModuleTestCase.test_run_module_alter_sys)
PASS: test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package)
PASS: test_run_name (test.test_runpy.RunModuleTestCase.test_run_name)
PASS: test_run_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package)
PASS: test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package)
PASS: test_run_package (test.test_runpy.RunModuleTestCase.test_run_package)
PASS: test_run_package_alter_sys (test.test_runpy.RunModuleTestCase.test_run_package_alter_sys)
PASS: test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package)
PASS: test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions)
PASS: test_submodule_imported_warning (test.test_runpy.RunModuleTestCase.test_submodule_imported_warning)
PASS: test_basic_script (test.test_runpy.RunPathTestCase.test_basic_script)
PASS: test_basic_script_no_suffix (test.test_runpy.RunPathTestCase.test_basic_script_no_suffix)
PASS: test_basic_script_with_pathlike_object (test.test_runpy.RunPathTestCase.test_basic_script_with_pathlike_object)
PASS: test_directory (test.test_runpy.RunPathTestCase.test_directory)
PASS: test_directory_compiled (test.test_runpy.RunPathTestCase.test_directory_compiled)
PASS: test_directory_error (test.test_runpy.RunPathTestCase.test_directory_error)
PASS: test_encoding (test.test_runpy.RunPathTestCase.test_encoding)
SKIP: test_main_recursion_error (test.test_runpy.RunPathTestCase.test_main_recursion_error) "resource 'cpu' is not enabled"
PASS: test_script_compiled (test.test_runpy.RunPathTestCase.test_script_compiled)
PASS: test_zipfile (test.test_runpy.RunPathTestCase.test_zipfile)
PASS: test_zipfile_compiled (test.test_runpy.RunPathTestCase.test_zipfile_compiled)
PASS: test_zipfile_error (test.test_runpy.RunPathTestCase.test_zipfile_error)
PASS: test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command)
PASS: test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module)
PASS: test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file)
PASS: test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module)
PASS: test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main)
PASS: test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module)
PASS: test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin)

----------------------------------------------------------------------
Ran 38 tests in 0.715s

OK (skipped=1)
0:03:31 load avg: 3.45 [347/486] test_scope passed
PASS: testBoundAndFree (test.test_scope.ScopeTests.testBoundAndFree)
PASS: testCellIsArgAndEscapes (test.test_scope.ScopeTests.testCellIsArgAndEscapes)
PASS: testCellIsKwonlyArg (test.test_scope.ScopeTests.testCellIsKwonlyArg)
PASS: testCellIsLocalAndEscapes (test.test_scope.ScopeTests.testCellIsLocalAndEscapes)
PASS: testCellLeak (test.test_scope.ScopeTests.testCellLeak)
PASS: testClassAndGlobal (test.test_scope.ScopeTests.testClassAndGlobal)
PASS: testClassNamespaceOverridesClosure (test.test_scope.ScopeTests.testClassNamespaceOverridesClosure)
PASS: testComplexDefinitions (test.test_scope.ScopeTests.testComplexDefinitions)
PASS: testEvalExecFreeVars (test.test_scope.ScopeTests.testEvalExecFreeVars)
PASS: testEvalFreeVars (test.test_scope.ScopeTests.testEvalFreeVars)
PASS: testExtraNesting (test.test_scope.ScopeTests.testExtraNesting)
PASS: testFreeVarInMethod (test.test_scope.ScopeTests.testFreeVarInMethod)
PASS: testFreeingCell (test.test_scope.ScopeTests.testFreeingCell)
PASS: testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests.testGlobalInParallelNestedFunctions)
PASS: testInteractionWithTraceFunc (test.test_scope.ScopeTests.testInteractionWithTraceFunc)
PASS: testLambdas (test.test_scope.ScopeTests.testLambdas)
PASS: testLeaks (test.test_scope.ScopeTests.testLeaks)
PASS: testListCompLocalVars (test.test_scope.ScopeTests.testListCompLocalVars)
PASS: testLocalsClass (test.test_scope.ScopeTests.testLocalsClass)
PASS: testLocalsClass_WithTrace (test.test_scope.ScopeTests.testLocalsClass_WithTrace)
PASS: testLocalsFunction (test.test_scope.ScopeTests.testLocalsFunction)
PASS: testMixedFreevarsAndCellvars (test.test_scope.ScopeTests.testMixedFreevarsAndCellvars)
PASS: testNearestEnclosingScope (test.test_scope.ScopeTests.testNearestEnclosingScope)
PASS: testNestedNonLocal (test.test_scope.ScopeTests.testNestedNonLocal)
PASS: testNestingGlobalNoFree (test.test_scope.ScopeTests.testNestingGlobalNoFree)
PASS: testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests.testNestingPlusFreeRefToGlobal)
PASS: testNestingThroughClass (test.test_scope.ScopeTests.testNestingThroughClass)
PASS: testNonLocalClass (test.test_scope.ScopeTests.testNonLocalClass)
PASS: testNonLocalFunction (test.test_scope.ScopeTests.testNonLocalFunction)
PASS: testNonLocalGenerator (test.test_scope.ScopeTests.testNonLocalGenerator)
PASS: testNonLocalMethod (test.test_scope.ScopeTests.testNonLocalMethod)
PASS: testRecursion (test.test_scope.ScopeTests.testRecursion)
PASS: testScopeOfGlobalStmt (test.test_scope.ScopeTests.testScopeOfGlobalStmt)
PASS: testSimpleAndRebinding (test.test_scope.ScopeTests.testSimpleAndRebinding)
PASS: testSimpleNesting (test.test_scope.ScopeTests.testSimpleNesting)
PASS: testTopIsNotSignificant (test.test_scope.ScopeTests.testTopIsNotSignificant)
PASS: testUnboundLocal (test.test_scope.ScopeTests.testUnboundLocal)
PASS: testUnboundLocal_AfterDel (test.test_scope.ScopeTests.testUnboundLocal_AfterDel)
PASS: testUnboundLocal_AugAssign (test.test_scope.ScopeTests.testUnboundLocal_AugAssign)
PASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests.testUnoptimizedNamespaces)
PASS: test_multiple_nesting (test.test_scope.ScopeTests.test_multiple_nesting)

----------------------------------------------------------------------
Ran 41 tests in 0.027s

OK
0:03:31 load avg: 3.45 [348/486] test_sched passed
PASS: test_args_kwargs (test.test_sched.TestCase.test_args_kwargs)
PASS: test_cancel (test.test_sched.TestCase.test_cancel)
PASS: test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent)
PASS: test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event)
PASS: test_empty (test.test_sched.TestCase.test_empty)
PASS: test_enter (test.test_sched.TestCase.test_enter)
PASS: test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent)
PASS: test_enterabs (test.test_sched.TestCase.test_enterabs)
PASS: test_priority (test.test_sched.TestCase.test_priority)
PASS: test_queue (test.test_sched.TestCase.test_queue)
PASS: test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking)

----------------------------------------------------------------------
Ran 11 tests in 0.555s

OK
0:03:31 load avg: 3.45 [349/486] test_secrets passed
PASS: test_bad_types (test.test_secrets.Compare_Digest_Tests.test_bad_types)
PASS: test_bool (test.test_secrets.Compare_Digest_Tests.test_bool)
PASS: test_equal (test.test_secrets.Compare_Digest_Tests.test_equal)
PASS: test_unequal (test.test_secrets.Compare_Digest_Tests.test_unequal)
PASS: test_choice (test.test_secrets.Random_Tests.test_choice)
PASS: test_randbelow (test.test_secrets.Random_Tests.test_randbelow)
PASS: test_randbits (test.test_secrets.Random_Tests.test_randbits)
PASS: test_token_bytes (test.test_secrets.Token_Tests.test_token_bytes)
PASS: test_token_defaults (test.test_secrets.Token_Tests.test_token_defaults)
PASS: test_token_hex (test.test_secrets.Token_Tests.test_token_hex)
PASS: test_token_urlsafe (test.test_secrets.Token_Tests.test_token_urlsafe)

----------------------------------------------------------------------
Ran 11 tests in 0.001s

OK
0:03:32 load avg: 3.45 [350/486] test_script_helper passed
PASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper.test_assert_python_failure)
PASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper.test_assert_python_failure_raises)
PASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper.test_assert_python_isolated_when_env_not_required)
test_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper.test_assert_python_not_isolated_when_env_is_required)
PASS: Ensure that -I is not passed when the environment is required.
PASS: test_assert_python_ok (test.test_script_helper.TestScriptHelper.test_assert_python_ok)
PASS: test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper.test_assert_python_ok_raises)
PASS: test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_details)
PASS: test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_false)
PASS: test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_true)
PASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhome)

----------------------------------------------------------------------
Ran 10 tests in 0.249s

OK
0:03:33 load avg: 3.45 [351/486] test_queue passed
PASS: test_failing_queue (test.test_queue.CFailingQueueTest.test_failing_queue)
PASS: test_basic (test.test_queue.CLifoQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.CLifoQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.CLifoQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.CLifoQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.CLifoQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.CLifoQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.CLifoQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.CLifoQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.CLifoQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.CLifoQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.CLifoQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.CLifoQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.CLifoQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.CLifoQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.CLifoQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.CLifoQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.CLifoQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.CPriorityQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.CPriorityQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.CPriorityQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.CPriorityQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.CPriorityQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.CPriorityQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.CPriorityQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.CPriorityQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.CPriorityQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.CPriorityQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.CPriorityQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.CPriorityQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.CPriorityQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.CPriorityQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.CPriorityQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.CQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.CQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.CQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.CQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.CQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.CQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.CQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.CQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.CQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.CQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.CQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.CQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.CQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.CQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.CQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.CQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.CQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.CQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.CQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.CQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.CSimpleQueueTest.test_basic)
PASS: test_is_default (test.test_queue.CSimpleQueueTest.test_is_default)
SKIP: test_many_threads (test.test_queue.CSimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'
SKIP: test_many_threads_nonblock (test.test_queue.CSimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'
SKIP: test_many_threads_timeout (test.test_queue.CSimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'
PASS: test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest.test_negative_timeout_raises_exception)
PASS: test_order (test.test_queue.CSimpleQueueTest.test_order)
PASS: test_reentrancy (test.test_queue.CSimpleQueueTest.test_reentrancy)
PASS: test_references (test.test_queue.CSimpleQueueTest.test_references)
PASS: test_failing_queue (test.test_queue.PyFailingQueueTest.test_failing_queue)
PASS: test_basic (test.test_queue.PyLifoQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.PyLifoQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.PyLifoQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.PyLifoQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.PyLifoQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.PyLifoQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.PyLifoQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.PyLifoQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.PyLifoQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.PyLifoQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.PyLifoQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.PyLifoQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.PyLifoQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.PyLifoQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.PyLifoQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.PyPriorityQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.PyPriorityQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.PyPriorityQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.PyPriorityQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.PyPriorityQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.PyPriorityQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.PyPriorityQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.PyPriorityQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.PyPriorityQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.PyPriorityQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.PyPriorityQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.PyPriorityQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.PyPriorityQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.PyPriorityQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.PyQueueTest.test_basic)
PASS: test_negative_timeout_raises_exception (test.test_queue.PyQueueTest.test_negative_timeout_raises_exception)
PASS: test_nowait (test.test_queue.PyQueueTest.test_nowait)
PASS: test_queue_join (test.test_queue.PyQueueTest.test_queue_join)
PASS: test_queue_task_done (test.test_queue.PyQueueTest.test_queue_task_done)
PASS: test_shrinking_queue (test.test_queue.PyQueueTest.test_shrinking_queue)
PASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_many_threads)
PASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_one_thread)
PASS: test_shutdown_allowed_transitions (test.test_queue.PyQueueTest.test_shutdown_allowed_transitions)
PASS: test_shutdown_empty (test.test_queue.PyQueueTest.test_shutdown_empty)
PASS: test_shutdown_get (test.test_queue.PyQueueTest.test_shutdown_get)
PASS: test_shutdown_get_task_done_join (test.test_queue.PyQueueTest.test_shutdown_get_task_done_join)
PASS: test_shutdown_immediate (test.test_queue.PyQueueTest.test_shutdown_immediate)
PASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_many_threads)
PASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_one_thread)
PASS: test_shutdown_immediate_get (test.test_queue.PyQueueTest.test_shutdown_immediate_get)
PASS: test_shutdown_immediate_join (test.test_queue.PyQueueTest.test_shutdown_immediate_join)
PASS: test_shutdown_immediate_put (test.test_queue.PyQueueTest.test_shutdown_immediate_put)
PASS: test_shutdown_immediate_put_join (test.test_queue.PyQueueTest.test_shutdown_immediate_put_join)
PASS: test_shutdown_join (test.test_queue.PyQueueTest.test_shutdown_join)
PASS: test_shutdown_nonempty (test.test_queue.PyQueueTest.test_shutdown_nonempty)
PASS: test_shutdown_pending_get (test.test_queue.PyQueueTest.test_shutdown_pending_get)
PASS: test_shutdown_put (test.test_queue.PyQueueTest.test_shutdown_put)
PASS: test_shutdown_put_join (test.test_queue.PyQueueTest.test_shutdown_put_join)
PASS: test_basic (test.test_queue.PySimpleQueueTest.test_basic)
SKIP: test_many_threads (test.test_queue.PySimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'
SKIP: test_many_threads_nonblock (test.test_queue.PySimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'
SKIP: test_many_threads_timeout (test.test_queue.PySimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'
PASS: test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest.test_negative_timeout_raises_exception)
PASS: test_order (test.test_queue.PySimpleQueueTest.test_order)
PASS: test_references (test.test_queue.PySimpleQueueTest.test_references)

----------------------------------------------------------------------
Ran 162 tests in 9.367s

OK (skipped=6)
0:03:33 load avg: 3.45 [352/486] test_select passed
PASS: test_disallow_instantiation (test.test_select.SelectTestCase.test_disallow_instantiation)
PASS: test_errno (test.test_select.SelectTestCase.test_errno)
PASS: test_error_conditions (test.test_select.SelectTestCase.test_error_conditions)
PASS: test_returned_list_identity (test.test_select.SelectTestCase.test_returned_list_identity)
test_select (test.test_select.SelectTestCase.test_select) ... timeout = 0
timeout = 1
b'testing...\n'
timeout = 2
b'testing...\n'
timeout = 4
b'testing...\n'
timeout = 8
b'testing...\n'
timeout = 16
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b'testing...\n'
timeout = None
b''
EOF
ok
PASS: test_select_mutated (test.test_select.SelectTestCase.test_select_mutated)

----------------------------------------------------------------------
Ran 6 tests in 1.545s

OK
0:03:33 load avg: 3.45 [353/486] test_setcomps passed
PASS: test_exception_locations (test.test_setcomps.SetComprehensionTest.test_exception_locations)
doctests (test.test_setcomps.__test__)
PASS: Doctest: test.test_setcomps.__test__.doctests

----------------------------------------------------------------------
Ran 2 tests in 0.008s

OK
0:03:34 load avg: 3.45 [354/486] test_shelve passed
PASS: test_ascii_file_shelf (test.test_shelve.TestCase.test_ascii_file_shelf)
PASS: test_binary_file_shelf (test.test_shelve.TestCase.test_binary_file_shelf)
PASS: test_bytes_path_file_shelf (test.test_shelve.TestCase.test_bytes_path_file_shelf)
PASS: test_close (test.test_shelve.TestCase.test_close)
PASS: test_default_protocol (test.test_shelve.TestCase.test_default_protocol)
PASS: test_in_memory_shelf (test.test_shelve.TestCase.test_in_memory_shelf)
PASS: test_keyencoding (test.test_shelve.TestCase.test_keyencoding)
PASS: test_mutable_entry (test.test_shelve.TestCase.test_mutable_entry)
PASS: test_open_template (test.test_shelve.TestCase.test_open_template)
PASS: test_pathlib_bytes_path_file_shelf (test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf)
PASS: test_pathlib_path_file_shelf (test.test_shelve.TestCase.test_pathlib_path_file_shelf)
PASS: test_proto2_file_shelf (test.test_shelve.TestCase.test_proto2_file_shelf)
PASS: test_with (test.test_shelve.TestCase.test_with)
PASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase.test_writeback_also_writes_immediately)
PASS: test_bool (test.test_shelve.TestProto0File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto0File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto0File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto0File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto0File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto0File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto0File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto0File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto0File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto0File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto0File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto0File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto0File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto0File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto0File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto0File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto0File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto0File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto0File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto0File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto0File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto0File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto0File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto0File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto0File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto0File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto0File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto0File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto0File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto0File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto0File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto0File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto0File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto0File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto0File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto0File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto0File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto0File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto0File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto0File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto0File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto0File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto0File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto0File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto0File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto0File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto0File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto0File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto0File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto0File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto0File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto0File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto0File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto0File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto0MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto0MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto0MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto0MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto0MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto0MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto0MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto0MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto0MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto0MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto0MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto0MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto0MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto0MemShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto1File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto1File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto1File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto1File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto1File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto1File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto1File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto1File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto1File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto1File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto1File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto1File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto1File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto1File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto1File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto1File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto1File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto1File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto1File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto1File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto1File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto1File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto1File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto1File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto1File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto1File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto1File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto1File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto1File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto1File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto1File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto1File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto1File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto1File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto1File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto1File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto1File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto1File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto1File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto1File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto1File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto1File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto1File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto1File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto1File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto1File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto1File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto1File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto1File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto1File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto1File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto1File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto1File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto1File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto1MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto1MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto1MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto1MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto1MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto1MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto1MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto1MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto1MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto1MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto1MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto1MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto1MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto1MemShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto2File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto2File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto2File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto2File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto2File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto2File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto2File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto2File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto2File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto2File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto2File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto2File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto2File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto2File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto2File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto2File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto2File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto2File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto2File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto2File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto2File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto2File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto2File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto2File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto2File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto2File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto2File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto2File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto2File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto2File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto2File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto2File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto2File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto2File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto2File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto2File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto2File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto2File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto2File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto2File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto2File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto2File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto2File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto2File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto2File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto2File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto2File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto2File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto2File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto2File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto2File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto2File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto2File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto2File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto2MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto2MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto2MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto2MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto2MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto2MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto2MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto2MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto2MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto2MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto2MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto2MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto2MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto2MemShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto3File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto3File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto3File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto3File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto3File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto3File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto3File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto3File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto3File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto3File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto3File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto3File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto3File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto3File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto3File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto3File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto3File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto3File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto3File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto3File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto3File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto3File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto3File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto3File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto3File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto3File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto3File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto3File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto3File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto3File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto3File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto3File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto3File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto3File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto3File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto3File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto3File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto3File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto3File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto3File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto3File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto3File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto3File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto3File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto3File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto3File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto3File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto3File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto3File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto3File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto3File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto3File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto3File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto3File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto3MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto3MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto3MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto3MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto3MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto3MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto3MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto3MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto3MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto3MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto3MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto3MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto3MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto3MemShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto4File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto4File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto4File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto4File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto4File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto4File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto4File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto4File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto4File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto4File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto4File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto4File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto4File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto4File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto4File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto4File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto4File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto4File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto4File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto4File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto4File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto4File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto4File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto4File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto4File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto4File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto4File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto4File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto4File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto4File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto4File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto4File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto4File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto4File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto4File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto4File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto4File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto4File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto4File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto4File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto4File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto4File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto4File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto4File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto4File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto4File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto4File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto4File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto4File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto4File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto4File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto4File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto4File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto4File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto4MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto4MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto4MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto4MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto4MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto4MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto4MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto4MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto4MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto4MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto4MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto4MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto4MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto4MemShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto5File_dumbShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto5File_dumbShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto5File_dumbShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto5File_dumbShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto5File_dumbShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto5File_dumbShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto5File_dumbShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto5File_dumbShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto5File_dumbShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto5File_dumbShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto5File_dumbShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto5File_dumbShelve.test_update)
PASS: test_values (test.test_shelve.TestProto5File_dumbShelve.test_values)
PASS: test_write (test.test_shelve.TestProto5File_dumbShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto5File_gnuShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto5File_gnuShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto5File_gnuShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto5File_gnuShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto5File_gnuShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto5File_gnuShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto5File_gnuShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto5File_gnuShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto5File_gnuShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto5File_gnuShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto5File_gnuShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto5File_gnuShelve.test_update)
PASS: test_values (test.test_shelve.TestProto5File_gnuShelve.test_values)
PASS: test_write (test.test_shelve.TestProto5File_gnuShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto5File_ndbmShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto5File_ndbmShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto5File_ndbmShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto5File_ndbmShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto5File_ndbmShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto5File_ndbmShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto5File_ndbmShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto5File_ndbmShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto5File_ndbmShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto5File_ndbmShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto5File_ndbmShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto5File_ndbmShelve.test_update)
PASS: test_values (test.test_shelve.TestProto5File_ndbmShelve.test_values)
PASS: test_write (test.test_shelve.TestProto5File_ndbmShelve.test_write)
PASS: test_bool (test.test_shelve.TestProto5File_sqlite3Shelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto5File_sqlite3Shelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto5File_sqlite3Shelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto5File_sqlite3Shelve.test_items)
PASS: test_keys (test.test_shelve.TestProto5File_sqlite3Shelve.test_keys)
PASS: test_len (test.test_shelve.TestProto5File_sqlite3Shelve.test_len)
PASS: test_pop (test.test_shelve.TestProto5File_sqlite3Shelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto5File_sqlite3Shelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto5File_sqlite3Shelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto5File_sqlite3Shelve.test_update)
PASS: test_values (test.test_shelve.TestProto5File_sqlite3Shelve.test_values)
PASS: test_write (test.test_shelve.TestProto5File_sqlite3Shelve.test_write)
PASS: test_bool (test.test_shelve.TestProto5MemShelve.test_bool)
PASS: test_constructor (test.test_shelve.TestProto5MemShelve.test_constructor)
PASS: test_get (test.test_shelve.TestProto5MemShelve.test_get)
PASS: test_getitem (test.test_shelve.TestProto5MemShelve.test_getitem)
PASS: test_items (test.test_shelve.TestProto5MemShelve.test_items)
PASS: test_keys (test.test_shelve.TestProto5MemShelve.test_keys)
PASS: test_len (test.test_shelve.TestProto5MemShelve.test_len)
PASS: test_pop (test.test_shelve.TestProto5MemShelve.test_pop)
PASS: test_popitem (test.test_shelve.TestProto5MemShelve.test_popitem)
PASS: test_read (test.test_shelve.TestProto5MemShelve.test_read)
PASS: test_setdefault (test.test_shelve.TestProto5MemShelve.test_setdefault)
PASS: test_update (test.test_shelve.TestProto5MemShelve.test_update)
PASS: test_values (test.test_shelve.TestProto5MemShelve.test_values)
PASS: test_write (test.test_shelve.TestProto5MemShelve.test_write)

----------------------------------------------------------------------
Ran 434 tests in 0.331s

OK
0:03:34 load avg: 3.45 [355/486] test_shlex passed
testCompat (test.test_shlex.ShlexTest.testCompat)
PASS: Test compatibility interface
testEmptyStringHandling (test.test_shlex.ShlexTest.testEmptyStringHandling)
PASS: Test that parsing of empty strings is correctly handled.
PASS: testJoin (test.test_shlex.ShlexTest.testJoin)
PASS: testJoinRoundtrip (test.test_shlex.ShlexTest.testJoinRoundtrip)
PASS: testPunctuationCharsReadOnly (test.test_shlex.ShlexTest.testPunctuationCharsReadOnly)
testPunctuationInWordChars (test.test_shlex.ShlexTest.testPunctuationInWordChars)
PASS: Test that any punctuation chars are removed from wordchars
testPunctuationWithPosix (test.test_shlex.ShlexTest.testPunctuationWithPosix)
PASS: Test that punctuation_chars and posix behave correctly together.
testPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest.testPunctuationWithWhitespaceSplit)
PASS: Test that with whitespace_split, behaviour is as expected
PASS: testQuote (test.test_shlex.ShlexTest.testQuote)
PASS: testSplitNone (test.test_shlex.ShlexTest.testSplitNone)
testSplitPosix (test.test_shlex.ShlexTest.testSplitPosix)
PASS: Test data splitting with posix parser
testSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest.testSyntaxSplitAmpersandAndPipe)
PASS: Test handling of syntax splitting of &, |
testSyntaxSplitCustom (test.test_shlex.ShlexTest.testSyntaxSplitCustom)
PASS: Test handling of syntax splitting with custom chars
testSyntaxSplitParen (test.test_shlex.ShlexTest.testSyntaxSplitParen)
PASS: Test handling of syntax splitting of ()
testSyntaxSplitRedirect (test.test_shlex.ShlexTest.testSyntaxSplitRedirect)
PASS: Test handling of syntax splitting of >
testSyntaxSplitSemicolon (test.test_shlex.ShlexTest.testSyntaxSplitSemicolon)
PASS: Test handling of syntax splitting of ;
testTokenTypes (test.test_shlex.ShlexTest.testTokenTypes)
PASS: Test that tokens are split with types as expected.
testUnicodeHandling (test.test_shlex.ShlexTest.testUnicodeHandling)
PASS: Test punctuation_chars and whitespace_split handle unicode.
PASS: test_lazy_imports (test.test_shlex.ShlexTest.test_lazy_imports)

----------------------------------------------------------------------
Ran 19 tests in 0.090s

OK
0:03:35 load avg: 3.45 [356/486] test_shutil passed
PASS: test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute)
PASS: test_make_archive (test.test_shutil.TestArchives.test_make_archive)
PASS: test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd)
PASS: test_make_archive_cwd_default (test.test_shutil.TestArchives.test_make_archive_cwd_default)
PASS: test_make_archive_cwd_supports_root_dir (test.test_shutil.TestArchives.test_make_archive_cwd_supports_root_dir)
PASS: test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group)
PASS: test_make_tarfile (test.test_shutil.TestArchives.test_make_tarfile)
PASS: test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir)
PASS: test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir)
PASS: test_make_tarfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir)
PASS: test_make_tarfile_without_rootdir (test.test_shutil.TestArchives.test_make_tarfile_without_rootdir)
PASS: test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile)
PASS: test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir)
PASS: test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir)
PASS: test_make_zipfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_zipfile_with_explicit_curdir)
PASS: test_make_zipfile_without_rootdir (test.test_shutil.TestArchives.test_make_zipfile_without_rootdir)
PASS: test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format)
PASS: test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner)
PASS: test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar)
PASS: test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar)
PASS: test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar)
PASS: test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar)
PASS: test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar)
PASS: test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip)
PASS: test_unpack_archive_zstdtar (test.test_shutil.TestArchives.test_unpack_archive_zstdtar)
PASS: test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry)
PASS: test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile)
SKIP: test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) 'Need the zip command to run'
PASS: test_copy (test.test_shutil.TestCopy.test_copy)
PASS: test_copy2 (test.test_shutil.TestCopy.test_copy2)
PASS: test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir)
PASS: test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks)
PASS: test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr)
PASS: test_copy_dir (test.test_shutil.TestCopy.test_copy_dir)
PASS: test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value)
PASS: test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks)
PASS: test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir)
PASS: test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe)
PASS: test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir)
PASS: test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value)
PASS: test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file)
PASS: test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks)
PASS: test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks)
SKIP: test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) 'requires os.lchmod'
PASS: test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod)
SKIP: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) 'requires os.chflags, EOPNOTSUPP & ENOTSUP'
PASS: test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks)
PASS: test_copyxattr (test.test_shutil.TestCopy.test_copyxattr)
PASS: test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks)
PASS: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself)
PASS: test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself)
PASS: test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails)
PASS: test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails)
PASS: test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails)
PASS: test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails)
PASS: test_content (test.test_shutil.TestCopyFileObj.test_content)
PASS: test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed)
PASS: test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset)
SKIP: test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) 'Windows only'
PASS: test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore)
PASS: test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function)
PASS: test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks)
PASS: test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok)
PASS: test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe)
PASS: test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions)
PASS: test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value)
PASS: test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple)
PASS: test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func)
PASS: test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory)
PASS: test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir)
PASS: test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks)
PASS: test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror)
PASS: test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude)
PASS: test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ)
test_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash)
PASS: Check if get_terminal_size() returns a meaningful value.
PASS: test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback)
test_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first)
PASS: Check if environment variables have precedence
test_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match)
SKIP: Check if stty returns the same results ignoring env 'not on tty'
PASS: test_chown (test.test_shutil.TestMisc.test_chown)
PASS: test_disk_usage (test.test_shutil.TestMisc.test_disk_usage)
PASS: test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative)
PASS: test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive)
PASS: test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself)
PASS: test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir)
PASS: test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value)
PASS: test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink)
PASS: test_move_dir (test.test_shutil.TestMove.test_move_dir)
SKIP: test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) 'requires os.path.altsep'
PASS: test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive)
PASS: test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs)
SKIP: test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) 'requires lchflags'
PASS: test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir)
PASS: test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function)
PASS: test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink)
PASS: test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir)
PASS: test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs)
PASS: test_move_file (test.test_shutil.TestMove.test_move_file)
PASS: test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs)
PASS: test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function)
PASS: test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink)
PASS: test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir)
PASS: test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir)
PASS: test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs)
PASS: test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst)
PASS: test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src)
PASS: test_move_return_value (test.test_shutil.TestMove.test_move_return_value)
PASS: test_move_symlink_to_dir_into_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir)
PASS: test_move_symlink_to_dir_into_symlink_to_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir)
SKIP: test_both_onerror_and_onexc (test.test_shutil.TestRmTree.test_both_onerror_and_onexc) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_on_error (test.test_shutil.TestRmTree.test_on_error) 'incompatible with CAP_DAC_OVERRIDE'
SKIP: test_on_exc (test.test_shutil.TestRmTree.test_on_exc) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_rmtree_above_recursion_limit (test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit)
SKIP: test_rmtree_deleted_race_condition (test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat)
PASS: test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file)
PASS: test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors)
PASS: test_rmtree_errors_onerror (test.test_shutil.TestRmTree.test_rmtree_errors_onerror)
PASS: test_rmtree_errors_onexc (test.test_shutil.TestRmTree.test_rmtree_errors_onexc)
PASS: test_rmtree_fails_on_close (test.test_shutil.TestRmTree.test_rmtree_fails_on_close)
SKIP: test_rmtree_fails_on_junctions_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onerror) 'only relevant on Windows'
SKIP: test_rmtree_fails_on_junctions_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onexc) 'only relevant on Windows'
PASS: test_rmtree_fails_on_symlink_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onerror)
PASS: test_rmtree_fails_on_symlink_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onexc)
SKIP: test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) 'only relevant on Windows'
PASS: test_rmtree_on_named_pipe (test.test_shutil.TestRmTree.test_rmtree_on_named_pipe)
PASS: test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink)
PASS: test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available)
PASS: test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd)
SKIP: test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) 'dir_fd is supported'
PASS: test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes)
SKIP: test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) 'only relevant on Windows'
PASS: test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks)
PASS: test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd)
PASS: test_basic (test.test_shutil.TestWhich.test_basic)
PASS: test_cwd_non_win32 (test.test_shutil.TestWhich.test_cwd_non_win32)
SKIP: test_cwd_win32 (test.test_shutil.TestWhich.test_cwd_win32) 'test is for win32'
SKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhich.test_cwd_win32_added_before_all_other_path) 'test is for win32'
SKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhich.test_dir_order_with_pathext_extension) 'test specific to Windows'
SKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhich.test_dir_order_without_pathext_extension) 'test specific to Windows'
PASS: test_empty_path (test.test_shutil.TestWhich.test_empty_path)
PASS: test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH)
PASS: test_environ_path (test.test_shutil.TestWhich.test_environ_path)
PASS: test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd)
PASS: test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty)
PASS: test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing)
SKIP: test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file)
SKIP: test_pathext (test.test_shutil.TestWhich.test_pathext) 'test specific to Windows'
SKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhich.test_pathext_applied_on_files_in_path) 'test specific to Windows'
SKIP: test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) 'pathext check is Windows-only'
SKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhich.test_pathext_extension_ends_with_dot) 'test specific to Windows'
SKIP: test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) 'test specific to Windows'
SKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhich.test_pathext_with_multidot_extension) 'test specific to Windows'
SKIP: test_pathext_with_null_extension (test.test_shutil.TestWhich.test_pathext_with_null_extension) 'test specific to Windows'
PASS: test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd)
PASS: test_relative_path (test.test_shutil.TestWhich.test_relative_path)
SKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhich.test_same_dir_with_pathext_extension) 'test specific to Windows'
SKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhich.test_same_dir_without_pathext_extension) 'test specific to Windows'
SKIP: test_win_path_needs_curdir (test.test_shutil.TestWhich.test_win_path_needs_curdir) 'test specific to Windows'
PASS: test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd)
PASS: test_basic (test.test_shutil.TestWhichBytes.test_basic)
PASS: test_cwd_non_win32 (test.test_shutil.TestWhichBytes.test_cwd_non_win32)
SKIP: test_cwd_win32 (test.test_shutil.TestWhichBytes.test_cwd_win32) 'test is for win32'
SKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhichBytes.test_cwd_win32_added_before_all_other_path) 'test is for win32'
SKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_with_pathext_extension) 'test specific to Windows'
SKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_without_pathext_extension) 'test specific to Windows'
PASS: test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path)
PASS: test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH)
PASS: test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path)
PASS: test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd)
PASS: test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty)
PASS: test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing)
SKIP: test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'
PASS: test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file)
SKIP: test_pathext (test.test_shutil.TestWhichBytes.test_pathext) 'test specific to Windows'
SKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhichBytes.test_pathext_applied_on_files_in_path) 'test specific to Windows'
SKIP: test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) 'pathext check is Windows-only'
SKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhichBytes.test_pathext_extension_ends_with_dot) 'test specific to Windows'
SKIP: test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) 'test specific to Windows'
SKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhichBytes.test_pathext_with_multidot_extension) 'test specific to Windows'
SKIP: test_pathext_with_null_extension (test.test_shutil.TestWhichBytes.test_pathext_with_null_extension) 'test specific to Windows'
PASS: test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd)
PASS: test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path)
SKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_with_pathext_extension) 'test specific to Windows'
SKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_without_pathext_extension) 'test specific to Windows'
SKIP: test_win_path_needs_curdir (test.test_shutil.TestWhichBytes.test_win_path_needs_curdir) 'test specific to Windows'
PASS: test_big_chunk (test.test_shutil.TestZeroCopyCopyFileRange.test_big_chunk)
PASS: test_blocksize_arg (test.test_shutil.TestZeroCopyCopyFileRange.test_blocksize_arg)
PASS: test_cant_get_size (test.test_shutil.TestZeroCopyCopyFileRange.test_cant_get_size)
PASS: test_empty_file (test.test_shutil.TestZeroCopyCopyFileRange.test_empty_file)
PASS: test_exception_on_first_call (test.test_shutil.TestZeroCopyCopyFileRange.test_exception_on_first_call)
PASS: test_exception_on_second_call (test.test_shutil.TestZeroCopyCopyFileRange.test_exception_on_second_call)
PASS: test_filesystem_full (test.test_shutil.TestZeroCopyCopyFileRange.test_filesystem_full)
PASS: test_non_existent_src (test.test_shutil.TestZeroCopyCopyFileRange.test_non_existent_src)
PASS: test_non_regular_file_dst (test.test_shutil.TestZeroCopyCopyFileRange.test_non_regular_file_dst)
PASS: test_non_regular_file_src (test.test_shutil.TestZeroCopyCopyFileRange.test_non_regular_file_src)
PASS: test_regular_copy (test.test_shutil.TestZeroCopyCopyFileRange.test_regular_copy)
PASS: test_same_file (test.test_shutil.TestZeroCopyCopyFileRange.test_same_file)
PASS: test_small_chunks (test.test_shutil.TestZeroCopyCopyFileRange.test_small_chunks)
PASS: test_unhandled_exception (test.test_shutil.TestZeroCopyCopyFileRange.test_unhandled_exception)
SKIP: test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) 'macOS only'
SKIP: test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) 'macOS only'
SKIP: test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) 'macOS only'
SKIP: test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) 'macOS only'
SKIP: test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) 'macOS only'
SKIP: test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) 'macOS only'
SKIP: test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) 'macOS only'
PASS: test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk)
PASS: test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg)
PASS: test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size)
PASS: test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file)
PASS: test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call)
PASS: test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call)
PASS: test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported)
PASS: test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full)
PASS: test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src)
PASS: test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst)
PASS: test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src)
PASS: test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy)
PASS: test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file)
PASS: test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks)
PASS: test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception)

----------------------------------------------------------------------
Ran 222 tests in 0.750s

OK (skipped=53)
0:03:36 load avg: 3.33 [357/486] test_set passed
PASS: test_copy (test.test_set.TestBasicOpsBytes.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsBytes.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsBytes.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsBytes.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsBytes.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsBytes.test_equivalent_equality)
PASS: test_intersection_empty (test.test_set.TestBasicOpsBytes.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsBytes.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsBytes.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsBytes.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsBytes.test_length)
PASS: test_pickling (test.test_set.TestBasicOpsBytes.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsBytes.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsBytes.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsBytes.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsBytes.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsBytes.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsBytes.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsBytes.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsBytes.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsEmpty.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsEmpty.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsEmpty.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsEmpty.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsEmpty.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsEmpty.test_equivalent_equality)
PASS: test_intersection_empty (test.test_set.TestBasicOpsEmpty.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsEmpty.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsEmpty.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsEmpty.test_length)
PASS: test_pickling (test.test_set.TestBasicOpsEmpty.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsEmpty.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsEmpty.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsEmpty.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsEmpty.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsEmpty.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsEmpty.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsEmpty.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsMixedStringBytes.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsMixedStringBytes.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes.test_equivalent_equality)
PASS: test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsMixedStringBytes.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsMixedStringBytes.test_length)
PASS: test_pickling (test.test_set.TestBasicOpsMixedStringBytes.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsMixedStringBytes.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsMixedStringBytes.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsMixedStringBytes.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsMixedStringBytes.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsSingleton.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsSingleton.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsSingleton.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsSingleton.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsSingleton.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsSingleton.test_equivalent_equality)
PASS: test_in (test.test_set.TestBasicOpsSingleton.test_in)
PASS: test_intersection_empty (test.test_set.TestBasicOpsSingleton.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsSingleton.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsSingleton.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsSingleton.test_length)
PASS: test_not_in (test.test_set.TestBasicOpsSingleton.test_not_in)
PASS: test_pickling (test.test_set.TestBasicOpsSingleton.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsSingleton.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsSingleton.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsSingleton.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsSingleton.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsSingleton.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsSingleton.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsSingleton.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsString.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsString.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsString.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsString.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsString.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsString.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsString.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsString.test_equivalent_equality)
PASS: test_intersection_empty (test.test_set.TestBasicOpsString.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsString.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsString.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsString.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsString.test_length)
PASS: test_pickling (test.test_set.TestBasicOpsString.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsString.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsString.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsString.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsString.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsString.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsString.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsString.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsString.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsTriple.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsTriple.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTriple.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsTriple.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTriple.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsTriple.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsTriple.test_equivalent_equality)
PASS: test_intersection_empty (test.test_set.TestBasicOpsTriple.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTriple.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsTriple.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsTriple.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsTriple.test_length)
PASS: test_pickling (test.test_set.TestBasicOpsTriple.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsTriple.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsTriple.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsTriple.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsTriple.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTriple.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTriple.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsTriple.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsTriple.test_union_empty)
PASS: test_copy (test.test_set.TestBasicOpsTuple.test_copy)
PASS: test_empty_difference (test.test_set.TestBasicOpsTuple.test_empty_difference)
PASS: test_empty_difference_rev (test.test_set.TestBasicOpsTuple.test_empty_difference_rev)
PASS: test_empty_intersection (test.test_set.TestBasicOpsTuple.test_empty_intersection)
PASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTuple.test_empty_isdisjoint)
PASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple.test_empty_symmetric_difference)
PASS: test_empty_union (test.test_set.TestBasicOpsTuple.test_empty_union)
PASS: test_equivalent_equality (test.test_set.TestBasicOpsTuple.test_equivalent_equality)
PASS: test_in (test.test_set.TestBasicOpsTuple.test_in)
PASS: test_intersection_empty (test.test_set.TestBasicOpsTuple.test_intersection_empty)
PASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTuple.test_isdisjoint_empty)
PASS: test_issue_37219 (test.test_set.TestBasicOpsTuple.test_issue_37219)
PASS: test_iteration (test.test_set.TestBasicOpsTuple.test_iteration)
PASS: test_length (test.test_set.TestBasicOpsTuple.test_length)
PASS: test_not_in (test.test_set.TestBasicOpsTuple.test_not_in)
PASS: test_pickling (test.test_set.TestBasicOpsTuple.test_pickling)
PASS: test_repr (test.test_set.TestBasicOpsTuple.test_repr)
PASS: test_self_difference (test.test_set.TestBasicOpsTuple.test_self_difference)
PASS: test_self_equality (test.test_set.TestBasicOpsTuple.test_self_equality)
PASS: test_self_intersection (test.test_set.TestBasicOpsTuple.test_self_intersection)
PASS: test_self_isdisjoint (test.test_set.TestBasicOpsTuple.test_self_isdisjoint)
PASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTuple.test_self_symmetric_difference)
PASS: test_self_union (test.test_set.TestBasicOpsTuple.test_self_union)
PASS: test_union_empty (test.test_set.TestBasicOpsTuple.test_union_empty)
PASS: test_eq (test.test_set.TestBinaryOps.test_eq)
PASS: test_intersection_non_overlap (test.test_set.TestBinaryOps.test_intersection_non_overlap)
PASS: test_intersection_overlap (test.test_set.TestBinaryOps.test_intersection_overlap)
PASS: test_intersection_subset (test.test_set.TestBinaryOps.test_intersection_subset)
PASS: test_intersection_superset (test.test_set.TestBinaryOps.test_intersection_superset)
PASS: test_isdisjoint_non_overlap (test.test_set.TestBinaryOps.test_isdisjoint_non_overlap)
PASS: test_isdisjoint_overlap (test.test_set.TestBinaryOps.test_isdisjoint_overlap)
PASS: test_isdisjoint_subset (test.test_set.TestBinaryOps.test_isdisjoint_subset)
PASS: test_isdisjoint_superset (test.test_set.TestBinaryOps.test_isdisjoint_superset)
PASS: test_sym_difference_non_overlap (test.test_set.TestBinaryOps.test_sym_difference_non_overlap)
PASS: test_sym_difference_overlap (test.test_set.TestBinaryOps.test_sym_difference_overlap)
PASS: test_sym_difference_subset (test.test_set.TestBinaryOps.test_sym_difference_subset)
PASS: test_sym_difference_superset (test.test_set.TestBinaryOps.test_sym_difference_superset)
PASS: test_union_non_overlap (test.test_set.TestBinaryOps.test_union_non_overlap)
PASS: test_union_overlap (test.test_set.TestBinaryOps.test_union_overlap)
PASS: test_union_subset (test.test_set.TestBinaryOps.test_union_subset)
PASS: test_union_superset (test.test_set.TestBinaryOps.test_union_superset)
PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_and_with_mutation)
PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_eq_with_mutation)
PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ge_with_mutation)
PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_gt_with_mutation)
PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation)
PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ior_with_mutation)
PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_isub_with_mutation)
PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation)
PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation)
PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_le_with_mutation)
PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_lt_with_mutation)
PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ne_with_mutation)
PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_or_with_mutation)
PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_sub_with_mutation)
PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_xor_with_mutation)
PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation)
PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation)
PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation)
PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation)
PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation)
PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation)
PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation)
PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation)
PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation)
PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation)
PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation)
PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation)
PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation)
PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation)
PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation)
PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation)
PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation)
PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation)
PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation)
PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation)
PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation)
PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation)
PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation)
PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation)
PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation)
PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation)
PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation)
PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation)
PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation)
PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation)
PASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation)
PASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation)
PASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation)
PASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation)
PASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation)
PASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation)
PASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation)
PASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation)
PASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation)
PASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation)
PASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation)
PASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation)
PASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation)
PASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation)
PASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation)
PASS: test_copy (test.test_set.TestCopyingEmpty.test_copy)
PASS: test_deep_copy (test.test_set.TestCopyingEmpty.test_deep_copy)
PASS: test_copy (test.test_set.TestCopyingNested.test_copy)
PASS: test_deep_copy (test.test_set.TestCopyingNested.test_deep_copy)
PASS: test_copy (test.test_set.TestCopyingSingleton.test_copy)
PASS: test_deep_copy (test.test_set.TestCopyingSingleton.test_deep_copy)
PASS: test_copy (test.test_set.TestCopyingTriple.test_copy)
PASS: test_deep_copy (test.test_set.TestCopyingTriple.test_deep_copy)
PASS: test_copy (test.test_set.TestCopyingTuple.test_copy)
PASS: test_deep_copy (test.test_set.TestCopyingTuple.test_deep_copy)
PASS: test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation.test_changingSizeWhileIterating)
PASS: test_instanceWithException (test.test_set.TestExceptionPropagation.test_instanceWithException)
PASS: test_instancesWithoutException (test.test_set.TestExceptionPropagation.test_instancesWithoutException)
PASS: test_and (test.test_set.TestFrozenSet.test_and)
PASS: test_badcmp (test.test_set.TestFrozenSet.test_badcmp)
PASS: test_constructor_identity (test.test_set.TestFrozenSet.test_constructor_identity)
PASS: test_container_iterator (test.test_set.TestFrozenSet.test_container_iterator)
PASS: test_contains (test.test_set.TestFrozenSet.test_contains)
PASS: test_copy (test.test_set.TestFrozenSet.test_copy)
PASS: test_cyclical_repr (test.test_set.TestFrozenSet.test_cyclical_repr)
PASS: test_deepcopy (test.test_set.TestFrozenSet.test_deepcopy)
PASS: test_difference (test.test_set.TestFrozenSet.test_difference)
PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet.test_do_not_rehash_dict_keys)
PASS: test_equality (test.test_set.TestFrozenSet.test_equality)
PASS: test_free_after_iterating (test.test_set.TestFrozenSet.test_free_after_iterating)
PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSet.test_frozen_as_dictkey)
PASS: test_gc (test.test_set.TestFrozenSet.test_gc)
PASS: test_hash (test.test_set.TestFrozenSet.test_hash)
PASS: test_hash_caching (test.test_set.TestFrozenSet.test_hash_caching)
PASS: test_hash_effectiveness (test.test_set.TestFrozenSet.test_hash_effectiveness)
PASS: test_init (test.test_set.TestFrozenSet.test_init)
PASS: test_intersection (test.test_set.TestFrozenSet.test_intersection)
PASS: test_isdisjoint (test.test_set.TestFrozenSet.test_isdisjoint)
PASS: test_iterator_pickling (test.test_set.TestFrozenSet.test_iterator_pickling)
PASS: test_len (test.test_set.TestFrozenSet.test_len)
PASS: test_new_or_init (test.test_set.TestFrozenSet.test_new_or_init)
PASS: test_or (test.test_set.TestFrozenSet.test_or)
PASS: test_pickling (test.test_set.TestFrozenSet.test_pickling)
PASS: test_setOfFrozensets (test.test_set.TestFrozenSet.test_setOfFrozensets)
PASS: test_sub (test.test_set.TestFrozenSet.test_sub)
PASS: test_sub_and_super (test.test_set.TestFrozenSet.test_sub_and_super)
PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSet.test_subclass_with_custom_hash)
PASS: test_symmetric_difference (test.test_set.TestFrozenSet.test_symmetric_difference)
PASS: test_union (test.test_set.TestFrozenSet.test_union)
PASS: test_uniquification (test.test_set.TestFrozenSet.test_uniquification)
PASS: test_xor (test.test_set.TestFrozenSet.test_xor)
PASS: test_and (test.test_set.TestFrozenSetSubclass.test_and)
PASS: test_badcmp (test.test_set.TestFrozenSetSubclass.test_badcmp)
PASS: test_constructor_identity (test.test_set.TestFrozenSetSubclass.test_constructor_identity)
PASS: test_container_iterator (test.test_set.TestFrozenSetSubclass.test_container_iterator)
PASS: test_contains (test.test_set.TestFrozenSetSubclass.test_contains)
PASS: test_copy (test.test_set.TestFrozenSetSubclass.test_copy)
PASS: test_cyclical_repr (test.test_set.TestFrozenSetSubclass.test_cyclical_repr)
PASS: test_deepcopy (test.test_set.TestFrozenSetSubclass.test_deepcopy)
PASS: test_difference (test.test_set.TestFrozenSetSubclass.test_difference)
PASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass.test_do_not_rehash_dict_keys)
PASS: test_equality (test.test_set.TestFrozenSetSubclass.test_equality)
PASS: test_free_after_iterating (test.test_set.TestFrozenSetSubclass.test_free_after_iterating)
PASS: test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass.test_frozen_as_dictkey)
PASS: test_gc (test.test_set.TestFrozenSetSubclass.test_gc)
PASS: test_hash (test.test_set.TestFrozenSetSubclass.test_hash)
PASS: test_hash_caching (test.test_set.TestFrozenSetSubclass.test_hash_caching)
PASS: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass.test_hash_effectiveness)
PASS: test_init (test.test_set.TestFrozenSetSubclass.test_init)
PASS: test_intersection (test.test_set.TestFrozenSetSubclass.test_intersection)
PASS: test_isdisjoint (test.test_set.TestFrozenSetSubclass.test_isdisjoint)
PASS: test_iterator_pickling (test.test_set.TestFrozenSetSubclass.test_iterator_pickling)
PASS: test_keywords_in_subclass (test.test_set.TestFrozenSetSubclass.test_keywords_in_subclass)
PASS: test_len (test.test_set.TestFrozenSetSubclass.test_len)
PASS: test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass.test_nested_empty_constructor)
PASS: test_new_or_init (test.test_set.TestFrozenSetSubclass.test_new_or_init)
PASS: test_or (test.test_set.TestFrozenSetSubclass.test_or)
PASS: test_pickling (test.test_set.TestFrozenSetSubclass.test_pickling)
PASS: test_setOfFrozensets (test.test_set.TestFrozenSetSubclass.test_setOfFrozensets)
PASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass.test_singleton_empty_frozenset)
PASS: test_sub (test.test_set.TestFrozenSetSubclass.test_sub)
PASS: test_sub_and_super (test.test_set.TestFrozenSetSubclass.test_sub_and_super)
PASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass.test_subclass_with_custom_hash)
PASS: test_symmetric_difference (test.test_set.TestFrozenSetSubclass.test_symmetric_difference)
PASS: test_union (test.test_set.TestFrozenSetSubclass.test_union)
PASS: test_uniquification (test.test_set.TestFrozenSetSubclass.test_uniquification)
PASS: test_xor (test.test_set.TestFrozenSetSubclass.test_xor)
PASS: test_pickling (test.test_set.TestFrozenSetSubclassWithSlots.test_pickling)
PASS: test_cube (test.test_set.TestGraphs.test_cube)
PASS: test_cuboctahedron (test.test_set.TestGraphs.test_cuboctahedron)
PASS: test_binopsVsSubsets (test.test_set.TestIdentities.test_binopsVsSubsets)
PASS: test_commutativity (test.test_set.TestIdentities.test_commutativity)
PASS: test_exclusion (test.test_set.TestIdentities.test_exclusion)
PASS: test_summations (test.test_set.TestIdentities.test_summations)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_update_with_mutation)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_update_with_mutation)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_update_with_mutation)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_update_with_mutation)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_update_with_mutation)
PASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation)
PASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation)
PASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation)
PASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation)
PASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation)
PASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation)
PASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation)
PASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation)
PASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation)
PASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_union_with_mutation)
PASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_update_with_mutation)
PASS: test_add_absent (test.test_set.TestMutate.test_add_absent)
PASS: test_add_present (test.test_set.TestMutate.test_add_present)
PASS: test_add_until_full (test.test_set.TestMutate.test_add_until_full)
PASS: test_clear (test.test_set.TestMutate.test_clear)
PASS: test_discard_absent (test.test_set.TestMutate.test_discard_absent)
PASS: test_discard_present (test.test_set.TestMutate.test_discard_present)
PASS: test_pop (test.test_set.TestMutate.test_pop)
PASS: test_remove_absent (test.test_set.TestMutate.test_remove_absent)
PASS: test_remove_present (test.test_set.TestMutate.test_remove_present)
PASS: test_remove_until_empty (test.test_set.TestMutate.test_remove_until_empty)
PASS: test_update_empty_tuple (test.test_set.TestMutate.test_update_empty_tuple)
PASS: test_update_unit_tuple_non_overlap (test.test_set.TestMutate.test_update_unit_tuple_non_overlap)
PASS: test_update_unit_tuple_overlap (test.test_set.TestMutate.test_update_unit_tuple_overlap)
PASS: test_difference (test.test_set.TestOnlySetsDict.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsDict.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsDict.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsDict.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsDict.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsDict.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsDict.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsDict.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsDict.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsDict.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsDict.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsDict.test_union)
PASS: test_update (test.test_set.TestOnlySetsDict.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsDict.test_update_operator)
PASS: test_difference (test.test_set.TestOnlySetsGenerator.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsGenerator.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsGenerator.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsGenerator.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsGenerator.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsGenerator.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsGenerator.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsGenerator.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsGenerator.test_union)
PASS: test_update (test.test_set.TestOnlySetsGenerator.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsGenerator.test_update_operator)
PASS: test_difference (test.test_set.TestOnlySetsNumeric.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsNumeric.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsNumeric.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsNumeric.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsNumeric.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsNumeric.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsNumeric.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsNumeric.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsNumeric.test_union)
PASS: test_update (test.test_set.TestOnlySetsNumeric.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsNumeric.test_update_operator)
PASS: test_difference (test.test_set.TestOnlySetsOperator.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsOperator.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsOperator.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsOperator.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsOperator.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsOperator.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsOperator.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsOperator.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsOperator.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsOperator.test_union)
PASS: test_update (test.test_set.TestOnlySetsOperator.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsOperator.test_update_operator)
PASS: test_difference (test.test_set.TestOnlySetsString.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsString.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsString.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsString.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsString.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsString.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsString.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsString.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsString.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsString.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsString.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsString.test_union)
PASS: test_update (test.test_set.TestOnlySetsString.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsString.test_update_operator)
PASS: test_difference (test.test_set.TestOnlySetsTuple.test_difference)
PASS: test_difference_update (test.test_set.TestOnlySetsTuple.test_difference_update)
PASS: test_difference_update_operator (test.test_set.TestOnlySetsTuple.test_difference_update_operator)
PASS: test_eq_ne (test.test_set.TestOnlySetsTuple.test_eq_ne)
PASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple.test_ge_gt_le_lt)
PASS: test_intersection (test.test_set.TestOnlySetsTuple.test_intersection)
PASS: test_intersection_update (test.test_set.TestOnlySetsTuple.test_intersection_update)
PASS: test_intersection_update_operator (test.test_set.TestOnlySetsTuple.test_intersection_update_operator)
PASS: test_sym_difference (test.test_set.TestOnlySetsTuple.test_sym_difference)
PASS: test_sym_difference_update (test.test_set.TestOnlySetsTuple.test_sym_difference_update)
PASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple.test_sym_difference_update_operator)
PASS: test_union (test.test_set.TestOnlySetsTuple.test_union)
PASS: test_update (test.test_set.TestOnlySetsTuple.test_update)
PASS: test_update_operator (test.test_set.TestOnlySetsTuple.test_update_operator)
PASS: test_add (test.test_set.TestSet.test_add)
PASS: test_and (test.test_set.TestSet.test_and)
PASS: test_badcmp (test.test_set.TestSet.test_badcmp)
PASS: test_clear (test.test_set.TestSet.test_clear)
PASS: test_constructor_identity (test.test_set.TestSet.test_constructor_identity)
PASS: test_container_iterator (test.test_set.TestSet.test_container_iterator)
PASS: test_contains (test.test_set.TestSet.test_contains)
PASS: test_copy (test.test_set.TestSet.test_copy)
PASS: test_cyclical_repr (test.test_set.TestSet.test_cyclical_repr)
PASS: test_deepcopy (test.test_set.TestSet.test_deepcopy)
PASS: test_difference (test.test_set.TestSet.test_difference)
PASS: test_difference_update (test.test_set.TestSet.test_difference_update)
PASS: test_discard (test.test_set.TestSet.test_discard)
PASS: test_do_not_rehash_dict_keys (test.test_set.TestSet.test_do_not_rehash_dict_keys)
PASS: test_equality (test.test_set.TestSet.test_equality)
PASS: test_free_after_iterating (test.test_set.TestSet.test_free_after_iterating)
PASS: test_gc (test.test_set.TestSet.test_gc)
PASS: test_hash (test.test_set.TestSet.test_hash)
PASS: test_hash_collision_remove_add (test.test_set.TestSet.test_hash_collision_remove_add)
PASS: test_iand (test.test_set.TestSet.test_iand)
PASS: test_init (test.test_set.TestSet.test_init)
PASS: test_inplace_on_self (test.test_set.TestSet.test_inplace_on_self)
PASS: test_intersection (test.test_set.TestSet.test_intersection)
PASS: test_intersection_update (test.test_set.TestSet.test_intersection_update)
PASS: test_ior (test.test_set.TestSet.test_ior)
PASS: test_isdisjoint (test.test_set.TestSet.test_isdisjoint)
PASS: test_isub (test.test_set.TestSet.test_isub)
PASS: test_iterator_pickling (test.test_set.TestSet.test_iterator_pickling)
PASS: test_ixor (test.test_set.TestSet.test_ixor)
PASS: test_len (test.test_set.TestSet.test_len)
PASS: test_new_or_init (test.test_set.TestSet.test_new_or_init)
PASS: test_or (test.test_set.TestSet.test_or)
PASS: test_pickling (test.test_set.TestSet.test_pickling)
PASS: test_pop (test.test_set.TestSet.test_pop)
PASS: test_remove (test.test_set.TestSet.test_remove)
PASS: test_remove_keyerror_set (test.test_set.TestSet.test_remove_keyerror_set)
PASS: test_remove_keyerror_unpacking (test.test_set.TestSet.test_remove_keyerror_unpacking)
PASS: test_rich_compare (test.test_set.TestSet.test_rich_compare)
PASS: test_setOfFrozensets (test.test_set.TestSet.test_setOfFrozensets)
PASS: test_set_literal (test.test_set.TestSet.test_set_literal)
PASS: test_set_literal_evaluation_order (test.test_set.TestSet.test_set_literal_evaluation_order)
PASS: test_set_literal_insertion_order (test.test_set.TestSet.test_set_literal_insertion_order)
PASS: test_set_membership (test.test_set.TestSet.test_set_membership)
PASS: test_sub (test.test_set.TestSet.test_sub)
PASS: test_sub_and_super (test.test_set.TestSet.test_sub_and_super)
PASS: test_subclass_with_custom_hash (test.test_set.TestSet.test_subclass_with_custom_hash)
PASS: test_symmetric_difference (test.test_set.TestSet.test_symmetric_difference)
PASS: test_symmetric_difference_update (test.test_set.TestSet.test_symmetric_difference_update)
PASS: test_unhashable_element (test.test_set.TestSet.test_unhashable_element)
PASS: test_union (test.test_set.TestSet.test_union)
PASS: test_uniquification (test.test_set.TestSet.test_uniquification)
PASS: test_update (test.test_set.TestSet.test_update)
PASS: test_weakref (test.test_set.TestSet.test_weakref)
PASS: test_xor (test.test_set.TestSet.test_xor)
PASS: test_constructor (test.test_set.TestSetOfSets.test_constructor)
PASS: test_add (test.test_set.TestSetSubclass.test_add)
PASS: test_and (test.test_set.TestSetSubclass.test_and)
PASS: test_badcmp (test.test_set.TestSetSubclass.test_badcmp)
PASS: test_clear (test.test_set.TestSetSubclass.test_clear)
PASS: test_constructor_identity (test.test_set.TestSetSubclass.test_constructor_identity)
PASS: test_container_iterator (test.test_set.TestSetSubclass.test_container_iterator)
PASS: test_contains (test.test_set.TestSetSubclass.test_contains)
PASS: test_copy (test.test_set.TestSetSubclass.test_copy)
PASS: test_cyclical_repr (test.test_set.TestSetSubclass.test_cyclical_repr)
PASS: test_deepcopy (test.test_set.TestSetSubclass.test_deepcopy)
PASS: test_difference (test.test_set.TestSetSubclass.test_difference)
PASS: test_difference_update (test.test_set.TestSetSubclass.test_difference_update)
PASS: test_discard (test.test_set.TestSetSubclass.test_discard)
PASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass.test_do_not_rehash_dict_keys)
PASS: test_equality (test.test_set.TestSetSubclass.test_equality)
PASS: test_free_after_iterating (test.test_set.TestSetSubclass.test_free_after_iterating)
PASS: test_gc (test.test_set.TestSetSubclass.test_gc)
PASS: test_hash (test.test_set.TestSetSubclass.test_hash)
PASS: test_hash_collision_remove_add (test.test_set.TestSetSubclass.test_hash_collision_remove_add)
PASS: test_iand (test.test_set.TestSetSubclass.test_iand)
PASS: test_init (test.test_set.TestSetSubclass.test_init)
PASS: test_inplace_on_self (test.test_set.TestSetSubclass.test_inplace_on_self)
PASS: test_intersection (test.test_set.TestSetSubclass.test_intersection)
PASS: test_intersection_update (test.test_set.TestSetSubclass.test_intersection_update)
PASS: test_ior (test.test_set.TestSetSubclass.test_ior)
PASS: test_isdisjoint (test.test_set.TestSetSubclass.test_isdisjoint)
PASS: test_isub (test.test_set.TestSetSubclass.test_isub)
PASS: test_iterator_pickling (test.test_set.TestSetSubclass.test_iterator_pickling)
PASS: test_ixor (test.test_set.TestSetSubclass.test_ixor)
PASS: test_keywords_in_subclass (test.test_set.TestSetSubclass.test_keywords_in_subclass)
PASS: test_len (test.test_set.TestSetSubclass.test_len)
PASS: test_new_or_init (test.test_set.TestSetSubclass.test_new_or_init)
PASS: test_or (test.test_set.TestSetSubclass.test_or)
PASS: test_pickling (test.test_set.TestSetSubclass.test_pickling)
PASS: test_pop (test.test_set.TestSetSubclass.test_pop)
PASS: test_remove (test.test_set.TestSetSubclass.test_remove)
PASS: test_remove_keyerror_set (test.test_set.TestSetSubclass.test_remove_keyerror_set)
PASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclass.test_remove_keyerror_unpacking)
PASS: test_rich_compare (test.test_set.TestSetSubclass.test_rich_compare)
PASS: test_setOfFrozensets (test.test_set.TestSetSubclass.test_setOfFrozensets)
PASS: test_set_literal (test.test_set.TestSetSubclass.test_set_literal)
PASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclass.test_set_literal_evaluation_order)
PASS: test_set_literal_insertion_order (test.test_set.TestSetSubclass.test_set_literal_insertion_order)
PASS: test_set_membership (test.test_set.TestSetSubclass.test_set_membership)
PASS: test_sub (test.test_set.TestSetSubclass.test_sub)
PASS: test_sub_and_super (test.test_set.TestSetSubclass.test_sub_and_super)
PASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclass.test_subclass_with_custom_hash)
PASS: test_symmetric_difference (test.test_set.TestSetSubclass.test_symmetric_difference)
PASS: test_symmetric_difference_update (test.test_set.TestSetSubclass.test_symmetric_difference_update)
PASS: test_unhashable_element (test.test_set.TestSetSubclass.test_unhashable_element)
PASS: test_union (test.test_set.TestSetSubclass.test_union)
PASS: test_uniquification (test.test_set.TestSetSubclass.test_uniquification)
PASS: test_update (test.test_set.TestSetSubclass.test_update)
PASS: test_weakref (test.test_set.TestSetSubclass.test_weakref)
PASS: test_xor (test.test_set.TestSetSubclass.test_xor)
PASS: test_pickling (test.test_set.TestSetSubclassWithSlots.test_pickling)
PASS: test_issubset (test.test_set.TestSubsetEmptyNonEmpty.test_issubset)
PASS: test_issubset (test.test_set.TestSubsetEqualEmpty.test_issubset)
PASS: test_issubset (test.test_set.TestSubsetEqualNonEmpty.test_issubset)
PASS: test_issubset (test.test_set.TestSubsetNonOverlap.test_issubset)
PASS: test_issubset (test.test_set.TestSubsetPartial.test_issubset)
PASS: test_difference_method_call (test.test_set.TestUpdateOps.test_difference_method_call)
PASS: test_difference_non_overlap (test.test_set.TestUpdateOps.test_difference_non_overlap)
PASS: test_difference_overlap (test.test_set.TestUpdateOps.test_difference_overlap)
PASS: test_difference_subset (test.test_set.TestUpdateOps.test_difference_subset)
PASS: test_difference_superset (test.test_set.TestUpdateOps.test_difference_superset)
PASS: test_intersection_method_call (test.test_set.TestUpdateOps.test_intersection_method_call)
PASS: test_intersection_non_overlap (test.test_set.TestUpdateOps.test_intersection_non_overlap)
PASS: test_intersection_overlap (test.test_set.TestUpdateOps.test_intersection_overlap)
PASS: test_intersection_subset (test.test_set.TestUpdateOps.test_intersection_subset)
PASS: test_intersection_superset (test.test_set.TestUpdateOps.test_intersection_superset)
PASS: test_sym_difference_method_call (test.test_set.TestUpdateOps.test_sym_difference_method_call)
PASS: test_sym_difference_non_overlap (test.test_set.TestUpdateOps.test_sym_difference_non_overlap)
PASS: test_sym_difference_overlap (test.test_set.TestUpdateOps.test_sym_difference_overlap)
PASS: test_sym_difference_subset (test.test_set.TestUpdateOps.test_sym_difference_subset)
PASS: test_sym_difference_superset (test.test_set.TestUpdateOps.test_sym_difference_superset)
PASS: test_union_method_call (test.test_set.TestUpdateOps.test_union_method_call)
PASS: test_union_non_overlap (test.test_set.TestUpdateOps.test_union_non_overlap)
PASS: test_union_overlap (test.test_set.TestUpdateOps.test_union_overlap)
PASS: test_union_subset (test.test_set.TestUpdateOps.test_union_subset)
PASS: test_union_superset (test.test_set.TestUpdateOps.test_union_superset)
PASS: test_constructor (test.test_set.TestVariousIteratorArgs.test_constructor)
PASS: test_inline_methods (test.test_set.TestVariousIteratorArgs.test_inline_methods)
PASS: test_inplace_methods (test.test_set.TestVariousIteratorArgs.test_inplace_methods)
PASS: test_8420_set_merge (test.test_set.TestWeirdBugs.test_8420_set_merge)
PASS: test_hash_collision_concurrent_add (test.test_set.TestWeirdBugs.test_hash_collision_concurrent_add)
PASS: test_iter_and_mutate (test.test_set.TestWeirdBugs.test_iter_and_mutate)
PASS: test_merge_and_mutate (test.test_set.TestWeirdBugs.test_merge_and_mutate)

----------------------------------------------------------------------
Ran 630 tests in 3.318s

OK
0:03:38 load avg: 3.33 [358/486] test_site passed
PASS: test_base_arg (test.test_site.CommandLineTests.test_base_arg)
PASS: test_both_args (test.test_site.CommandLineTests.test_both_args)
PASS: test_no_args (test.test_site.CommandLineTests.test_no_args)
PASS: test_site_arg (test.test_site.CommandLineTests.test_site_arg)
PASS: test_unknown_args (test.test_site.CommandLineTests.test_unknown_args)
PASS: test__getuserbase (test.test_site.HelperFunctionsTests.test__getuserbase)
PASS: test_addpackage (test.test_site.HelperFunctionsTests.test_addpackage)
PASS: test_addpackage_empty_lines (test.test_site.HelperFunctionsTests.test_addpackage_empty_lines)
PASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec)
PASS: test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file)
PASS: test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax)
PASS: test_addsitedir (test.test_site.HelperFunctionsTests.test_addsitedir)
PASS: test_addsitedir_dotfile (test.test_site.HelperFunctionsTests.test_addsitedir_dotfile)
SKIP: test_addsitedir_hidden_file_attribute (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_file_attribute) 'test needs Windows'
SKIP: test_addsitedir_hidden_flags (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_flags) 'test needs os.chflags()'
PASS: test_get_path (test.test_site.HelperFunctionsTests.test_get_path)
PASS: test_gethistoryfile (test.test_site.HelperFunctionsTests.test_gethistoryfile)
PASS: test_getsitepackages (test.test_site.HelperFunctionsTests.test_getsitepackages)
PASS: test_getuserbase (test.test_site.HelperFunctionsTests.test_getuserbase)
PASS: test_getusersitepackages (test.test_site.HelperFunctionsTests.test_getusersitepackages)
PASS: test_init_pathinfo (test.test_site.HelperFunctionsTests.test_init_pathinfo)
PASS: test_makepath (test.test_site.HelperFunctionsTests.test_makepath)
PASS: test_no_home_directory (test.test_site.HelperFunctionsTests.test_no_home_directory)
PASS: test_s_option (test.test_site.HelperFunctionsTests.test_s_option)
PASS: test_trace (test.test_site.HelperFunctionsTests.test_trace)
test_abs_paths_cached_None (test.test_site.ImportSideEffectTests.test_abs_paths_cached_None)
PASS: Test for __cached__ is None.
SKIP: test_add_build_dir (test.test_site.ImportSideEffectTests.test_add_build_dir) 'test not implemented'
PASS: test_customization_modules_on_startup (test.test_site.ImportSideEffectTests.test_customization_modules_on_startup)
PASS: test_lazy_imports (test.test_site.ImportSideEffectTests.test_lazy_imports)
SKIP: test_license_exists_at_url (test.test_site.ImportSideEffectTests.test_license_exists_at_url) "resource 'network' is not enabled"
PASS: test_no_duplicate_paths (test.test_site.ImportSideEffectTests.test_no_duplicate_paths)
PASS: test_setting_copyright (test.test_site.ImportSideEffectTests.test_setting_copyright)
PASS: test_setting_help (test.test_site.ImportSideEffectTests.test_setting_help)
PASS: test_setting_quit (test.test_site.ImportSideEffectTests.test_setting_quit)
PASS: test_sitecustomize_executed (test.test_site.ImportSideEffectTests.test_sitecustomize_executed)
PASS: test_startup_imports (test.test_site.StartupImportTests.test_startup_imports)
PASS: test_startup_interactivehook (test.test_site.StartupImportTests.test_startup_interactivehook)
PASS: test_startup_interactivehook_isolated (test.test_site.StartupImportTests.test_startup_interactivehook_isolated)
PASS: test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests.test_startup_interactivehook_isolated_explicit)
PASS: test_underpth_basic (test.test_site._pthFileTests.test_underpth_basic)
SKIP: test_underpth_dll_file (test.test_site._pthFileTests.test_underpth_dll_file) 'library ._pth file not supported on this platform'
PASS: test_underpth_file (test.test_site._pthFileTests.test_underpth_file)
PASS: test_underpth_nosite_file (test.test_site._pthFileTests.test_underpth_nosite_file)

----------------------------------------------------------------------
Ran 43 tests in 1.026s

OK (skipped=5)
0:03:38 load avg: 3.33 [359/486] test_slice passed
PASS: test_cmp (test.test_slice.SliceTest.test_cmp)
PASS: test_constructor (test.test_slice.SliceTest.test_constructor)
PASS: test_copy (test.test_slice.SliceTest.test_copy)
PASS: test_cycle (test.test_slice.SliceTest.test_cycle)
PASS: test_deepcopy (test.test_slice.SliceTest.test_deepcopy)
PASS: test_hash (test.test_slice.SliceTest.test_hash)
PASS: test_indices (test.test_slice.SliceTest.test_indices)
PASS: test_members (test.test_slice.SliceTest.test_members)
PASS: test_pickle (test.test_slice.SliceTest.test_pickle)
PASS: test_repr (test.test_slice.SliceTest.test_repr)
PASS: test_setslice_without_getslice (test.test_slice.SliceTest.test_setslice_without_getslice)

----------------------------------------------------------------------
Ran 11 tests in 0.065s

OK
0:03:39 load avg: 3.33 [360/486] test_smtplib passed
PASS: testFailingHELO (test.test_smtplib.BadHELOServerTests.testFailingHELO)
PASS: testBasic (test.test_smtplib.DebuggingServerTests.testBasic)
PASS: testELHO (test.test_smtplib.DebuggingServerTests.testELHO)
PASS: testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests.testEXPNNotImplemented)
PASS: testHELP (test.test_smtplib.DebuggingServerTests.testHELP)
PASS: testNOOP (test.test_smtplib.DebuggingServerTests.testNOOP)
PASS: testRSET (test.test_smtplib.DebuggingServerTests.testRSET)
PASS: testSecondHELO (test.test_smtplib.DebuggingServerTests.testSecondHELO)
PASS: testSend (test.test_smtplib.DebuggingServerTests.testSend)
PASS: testSendBinary (test.test_smtplib.DebuggingServerTests.testSendBinary)
PASS: testSendMessage (test.test_smtplib.DebuggingServerTests.testSendMessage)
PASS: testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests.testSendMessageMultipleResentRaises)
PASS: testSendMessageResent (test.test_smtplib.DebuggingServerTests.testSendMessageResent)
PASS: testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithAddresses)
PASS: testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests.testSendMessageWithMultipleFrom)
PASS: testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSomeAddresses)
PASS: testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSpecifiedAddresses)
PASS: testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests.testSendNeedingDotQuote)
PASS: testSendNullSender (test.test_smtplib.DebuggingServerTests.testSendNullSender)
PASS: testSourceAddress (test.test_smtplib.DebuggingServerTests.testSourceAddress)
PASS: testVRFY (test.test_smtplib.DebuggingServerTests.testVRFY)
PASS: test_issue43124_escape_localhostname (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_localhostname)
PASS: test_issue43124_escape_options (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_options)
PASS: test_issue43124_putcmd_escapes_newline (test.test_smtplib.DebuggingServerTests.test_issue43124_putcmd_escapes_newline)
PASS: testSendMessage (test.test_smtplib.DefaultArgumentsTests.testSendMessage)
PASS: testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests.testSendMessageWithMailOptions)
PASS: testBasic1 (test.test_smtplib.LMTPGeneralTests.testBasic1)
PASS: testBasic2 (test.test_smtplib.LMTPGeneralTests.testBasic2)
PASS: testLocalHostName (test.test_smtplib.LMTPGeneralTests.testLocalHostName)
PASS: testQuoteData (test.test_smtplib.LMTPGeneralTests.testQuoteData)
PASS: testSourceAddress (test.test_smtplib.LMTPGeneralTests.testSourceAddress)
PASS: testTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testTimeoutDefault)
PASS: testTimeoutNone (test.test_smtplib.LMTPGeneralTests.testTimeoutNone)
PASS: testTimeoutValue (test.test_smtplib.LMTPGeneralTests.testTimeoutValue)
PASS: testTimeoutZero (test.test_smtplib.LMTPGeneralTests.testTimeoutZero)
PASS: testUnixDomainSocketTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testUnixDomainSocketTimeoutDefault)
PASS: test_debuglevel (test.test_smtplib.LMTPGeneralTests.test_debuglevel)
PASS: test_debuglevel_2 (test.test_smtplib.LMTPGeneralTests.test_debuglevel_2)
PASS: testNonnumericPort (test.test_smtplib.NonConnectingTests.testNonnumericPort)
PASS: testNotConnected (test.test_smtplib.NonConnectingTests.testNotConnected)
PASS: testSockAttributeExists (test.test_smtplib.NonConnectingTests.testSockAttributeExists)
PASS: testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth)
PASS: testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login)
PASS: testBasic1 (test.test_smtplib.SMTPGeneralTests.testBasic1)
PASS: testBasic2 (test.test_smtplib.SMTPGeneralTests.testBasic2)
PASS: testLocalHostName (test.test_smtplib.SMTPGeneralTests.testLocalHostName)
PASS: testQuoteData (test.test_smtplib.SMTPGeneralTests.testQuoteData)
PASS: testSourceAddress (test.test_smtplib.SMTPGeneralTests.testSourceAddress)
PASS: testTimeoutDefault (test.test_smtplib.SMTPGeneralTests.testTimeoutDefault)
PASS: testTimeoutNone (test.test_smtplib.SMTPGeneralTests.testTimeoutNone)
PASS: testTimeoutValue (test.test_smtplib.SMTPGeneralTests.testTimeoutValue)
PASS: testTimeoutZero (test.test_smtplib.SMTPGeneralTests.testTimeoutZero)
PASS: test_debuglevel (test.test_smtplib.SMTPGeneralTests.test_debuglevel)
PASS: test_debuglevel_2 (test.test_smtplib.SMTPGeneralTests.test_debuglevel_2)
PASS: testAUTH_BUGGY (test.test_smtplib.SMTPSimTests.testAUTH_BUGGY)
PASS: testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5)
PASS: testAUTH_CRAM_MD5_blocked (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5_blocked)
PASS: testAUTH_CRAM_MD5_blocked_and_fallback (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5_blocked_and_fallback)
PASS: testAUTH_LOGIN (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN)
PASS: testAUTH_LOGIN_initial_response_notok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_notok)
PASS: testAUTH_LOGIN_initial_response_ok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_ok)
PASS: testAUTH_PLAIN (test.test_smtplib.SMTPSimTests.testAUTH_PLAIN)
PASS: testAUTH_multiple (test.test_smtplib.SMTPSimTests.testAUTH_multiple)
PASS: testBasic (test.test_smtplib.SMTPSimTests.testBasic)
PASS: testEHLO (test.test_smtplib.SMTPSimTests.testEHLO)
PASS: testEXPN (test.test_smtplib.SMTPSimTests.testEXPN)
PASS: testVRFY (test.test_smtplib.SMTPSimTests.testVRFY)
PASS: test_421_from_data_cmd (test.test_smtplib.SMTPSimTests.test_421_from_data_cmd)
PASS: test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests.test_421_from_mail_cmd)
PASS: test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests.test_421_from_rcpt_cmd)
PASS: test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests.test__rest_from_mail_cmd)
PASS: test_auth_function (test.test_smtplib.SMTPSimTests.test_auth_function)
PASS: test_lowercase_mail_from_rcpt_to (test.test_smtplib.SMTPSimTests.test_lowercase_mail_from_rcpt_to)
PASS: test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests.test_name_field_not_included_in_envelop_addresses)
PASS: test_quit_resets_greeting (test.test_smtplib.SMTPSimTests.test_quit_resets_greeting)
PASS: test_send_message_error_on_non_ascii_addrs_if_no_smtputf8 (test.test_smtplib.SMTPSimTests.test_send_message_error_on_non_ascii_addrs_if_no_smtputf8)
PASS: test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests.test_send_unicode_without_SMTPUTF8)
PASS: test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests.test_smtputf8_NotSupportedError_if_no_server_support)
PASS: test_with_statement (test.test_smtplib.SMTPSimTests.test_with_statement)
PASS: test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure)
PASS: test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests.test_send_message_uses_smtputf8_if_addrs_non_ascii)
PASS: test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_low_level_API)
PASS: test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_sendmail)
PASS: test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests.test_test_server_supports_extensions)
PASS: testLineTooLong (test.test_smtplib.TooLongLineTests.testLineTooLong)

----------------------------------------------------------------------
Ran 85 tests in 1.319s

OK
0:03:40 load avg: 3.33 [361/486] test_smtpnet skipped (resource denied)
test_smtpnet skipped -- Use of the 'network' resource not enabled
0:03:46 load avg: 3.05 [362/486] test_selectors passed
PASS: test_close (test.test_selectors.DefaultSelectorTestCase.test_close)
PASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase.test_context_manager)
PASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase.test_empty_select)
PASS: test_fileno (test.test_selectors.DefaultSelectorTestCase.test_fileno)
PASS: test_get_key (test.test_selectors.DefaultSelectorTestCase.test_get_key)
PASS: test_get_map (test.test_selectors.DefaultSelectorTestCase.test_get_map)
PASS: test_modify (test.test_selectors.DefaultSelectorTestCase.test_modify)
PASS: test_modify_unregister (test.test_selectors.DefaultSelectorTestCase.test_modify_unregister)
PASS: test_register (test.test_selectors.DefaultSelectorTestCase.test_register)
PASS: test_select (test.test_selectors.DefaultSelectorTestCase.test_select)
PASS: test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_exc)
PASS: test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_noraise)
PASS: test_select_read_write (test.test_selectors.DefaultSelectorTestCase.test_select_read_write)
PASS: test_selector (test.test_selectors.DefaultSelectorTestCase.test_selector)
PASS: test_timeout (test.test_selectors.DefaultSelectorTestCase.test_timeout)
PASS: test_unregister (test.test_selectors.DefaultSelectorTestCase.test_unregister)
PASS: test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close)
PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_and_reuse)
PASS: test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_socket_close)
SKIP: test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.DevpollSelector'
SKIP: test_close (test.test_selectors.DevpollSelectorTestCase.test_close) 'Test needs selectors.DevpollSelector'
SKIP: test_context_manager (test.test_selectors.DevpollSelectorTestCase.test_context_manager) 'Test needs selectors.DevpollSelector'
SKIP: test_empty_select (test.test_selectors.DevpollSelectorTestCase.test_empty_select) 'Test needs selectors.DevpollSelector'
SKIP: test_fileno (test.test_selectors.DevpollSelectorTestCase.test_fileno) 'Test needs selectors.DevpollSelector'
SKIP: test_get_key (test.test_selectors.DevpollSelectorTestCase.test_get_key) 'Test needs selectors.DevpollSelector'
SKIP: test_get_map (test.test_selectors.DevpollSelectorTestCase.test_get_map) 'Test needs selectors.DevpollSelector'
SKIP: test_modify (test.test_selectors.DevpollSelectorTestCase.test_modify) 'Test needs selectors.DevpollSelector'
SKIP: test_modify_unregister (test.test_selectors.DevpollSelectorTestCase.test_modify_unregister) 'Test needs selectors.DevpollSelector'
SKIP: test_register (test.test_selectors.DevpollSelectorTestCase.test_register) 'Test needs selectors.DevpollSelector'
SKIP: test_select (test.test_selectors.DevpollSelectorTestCase.test_select) 'Test needs selectors.DevpollSelector'
SKIP: test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.DevpollSelector'
SKIP: test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.DevpollSelector'
SKIP: test_select_read_write (test.test_selectors.DevpollSelectorTestCase.test_select_read_write) 'Test needs selectors.DevpollSelector'
SKIP: test_selector (test.test_selectors.DevpollSelectorTestCase.test_selector) 'Test needs selectors.DevpollSelector'
SKIP: test_timeout (test.test_selectors.DevpollSelectorTestCase.test_timeout) 'Test needs selectors.DevpollSelector'
SKIP: test_unregister (test.test_selectors.DevpollSelectorTestCase.test_unregister) 'Test needs selectors.DevpollSelector'
SKIP: test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.DevpollSelector'
SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.DevpollSelector'
SKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.DevpollSelector'
SKIP: test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase.test_above_fd_setsize) "resource 'cpu' is not enabled"
PASS: test_close (test.test_selectors.EpollSelectorTestCase.test_close)
PASS: test_context_manager (test.test_selectors.EpollSelectorTestCase.test_context_manager)
PASS: test_empty_select (test.test_selectors.EpollSelectorTestCase.test_empty_select)
PASS: test_fileno (test.test_selectors.EpollSelectorTestCase.test_fileno)
PASS: test_get_key (test.test_selectors.EpollSelectorTestCase.test_get_key)
PASS: test_get_map (test.test_selectors.EpollSelectorTestCase.test_get_map)
PASS: test_modify (test.test_selectors.EpollSelectorTestCase.test_modify)
PASS: test_modify_unregister (test.test_selectors.EpollSelectorTestCase.test_modify_unregister)
PASS: test_register (test.test_selectors.EpollSelectorTestCase.test_register)
PASS: test_register_file (test.test_selectors.EpollSelectorTestCase.test_register_file)
PASS: test_select (test.test_selectors.EpollSelectorTestCase.test_select)
PASS: test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_exc)
PASS: test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_noraise)
PASS: test_select_read_write (test.test_selectors.EpollSelectorTestCase.test_select_read_write)
PASS: test_selector (test.test_selectors.EpollSelectorTestCase.test_selector)
PASS: test_timeout (test.test_selectors.EpollSelectorTestCase.test_timeout)
PASS: test_unregister (test.test_selectors.EpollSelectorTestCase.test_unregister)
PASS: test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close)
PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_and_reuse)
PASS: test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_socket_close)
SKIP: test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.KqueueSelector)'
SKIP: test_close (test.test_selectors.KqueueSelectorTestCase.test_close) 'Test needs selectors.KqueueSelector)'
SKIP: test_context_manager (test.test_selectors.KqueueSelectorTestCase.test_context_manager) 'Test needs selectors.KqueueSelector)'
SKIP: test_empty_select (test.test_selectors.KqueueSelectorTestCase.test_empty_select) 'Test needs selectors.KqueueSelector)'
SKIP: test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase.test_empty_select_timeout) 'Test needs selectors.KqueueSelector)'
SKIP: test_fileno (test.test_selectors.KqueueSelectorTestCase.test_fileno) 'Test needs selectors.KqueueSelector)'
SKIP: test_get_key (test.test_selectors.KqueueSelectorTestCase.test_get_key) 'Test needs selectors.KqueueSelector)'
SKIP: test_get_map (test.test_selectors.KqueueSelectorTestCase.test_get_map) 'Test needs selectors.KqueueSelector)'
SKIP: test_modify (test.test_selectors.KqueueSelectorTestCase.test_modify) 'Test needs selectors.KqueueSelector)'
SKIP: test_modify_unregister (test.test_selectors.KqueueSelectorTestCase.test_modify_unregister) 'Test needs selectors.KqueueSelector)'
SKIP: test_register (test.test_selectors.KqueueSelectorTestCase.test_register) 'Test needs selectors.KqueueSelector)'
SKIP: test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase.test_register_bad_fd) 'Test needs selectors.KqueueSelector)'
SKIP: test_select (test.test_selectors.KqueueSelectorTestCase.test_select) 'Test needs selectors.KqueueSelector)'
SKIP: test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.KqueueSelector)'
SKIP: test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.KqueueSelector)'
SKIP: test_select_read_write (test.test_selectors.KqueueSelectorTestCase.test_select_read_write) 'Test needs selectors.KqueueSelector)'
SKIP: test_selector (test.test_selectors.KqueueSelectorTestCase.test_selector) 'Test needs selectors.KqueueSelector)'
SKIP: test_timeout (test.test_selectors.KqueueSelectorTestCase.test_timeout) 'Test needs selectors.KqueueSelector)'
SKIP: test_unregister (test.test_selectors.KqueueSelectorTestCase.test_unregister) 'Test needs selectors.KqueueSelector)'
SKIP: test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.KqueueSelector)'
SKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.KqueueSelector)'
SKIP: test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.KqueueSelector)'
SKIP: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase.test_above_fd_setsize) "resource 'cpu' is not enabled"
PASS: test_close (test.test_selectors.PollSelectorTestCase.test_close)
PASS: test_context_manager (test.test_selectors.PollSelectorTestCase.test_context_manager)
PASS: test_empty_select (test.test_selectors.PollSelectorTestCase.test_empty_select)
PASS: test_fileno (test.test_selectors.PollSelectorTestCase.test_fileno)
PASS: test_get_key (test.test_selectors.PollSelectorTestCase.test_get_key)
PASS: test_get_map (test.test_selectors.PollSelectorTestCase.test_get_map)
PASS: test_modify (test.test_selectors.PollSelectorTestCase.test_modify)
PASS: test_modify_unregister (test.test_selectors.PollSelectorTestCase.test_modify_unregister)
PASS: test_register (test.test_selectors.PollSelectorTestCase.test_register)
PASS: test_select (test.test_selectors.PollSelectorTestCase.test_select)
PASS: test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase.test_select_interrupt_exc)
PASS: test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase.test_select_interrupt_noraise)
PASS: test_select_read_write (test.test_selectors.PollSelectorTestCase.test_select_read_write)
PASS: test_selector (test.test_selectors.PollSelectorTestCase.test_selector)
PASS: test_timeout (test.test_selectors.PollSelectorTestCase.test_timeout)
PASS: test_unregister (test.test_selectors.PollSelectorTestCase.test_unregister)
PASS: test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close)
PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_and_reuse)
PASS: test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_socket_close)
PASS: test_close (test.test_selectors.SelectSelectorTestCase.test_close)
PASS: test_context_manager (test.test_selectors.SelectSelectorTestCase.test_context_manager)
PASS: test_empty_select (test.test_selectors.SelectSelectorTestCase.test_empty_select)
PASS: test_fileno (test.test_selectors.SelectSelectorTestCase.test_fileno)
PASS: test_get_key (test.test_selectors.SelectSelectorTestCase.test_get_key)
PASS: test_get_map (test.test_selectors.SelectSelectorTestCase.test_get_map)
PASS: test_modify (test.test_selectors.SelectSelectorTestCase.test_modify)
SKIP: test_modify_unregister (test.test_selectors.SelectSelectorTestCase.test_modify_unregister) ''
PASS: test_register (test.test_selectors.SelectSelectorTestCase.test_register)
PASS: test_select (test.test_selectors.SelectSelectorTestCase.test_select)
PASS: test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_exc)
PASS: test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_noraise)
PASS: test_select_read_write (test.test_selectors.SelectSelectorTestCase.test_select_read_write)
PASS: test_selector (test.test_selectors.SelectSelectorTestCase.test_selector)
PASS: test_timeout (test.test_selectors.SelectSelectorTestCase.test_timeout)
PASS: test_unregister (test.test_selectors.SelectSelectorTestCase.test_unregister)
PASS: test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close)
PASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_and_reuse)
PASS: test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_socket_close)

----------------------------------------------------------------------
Ran 121 tests in 14.047s

OK (skipped=45)
0:03:46 load avg: 3.05 [363/486] test_socketserver skipped (resource denied)
test_socketserver skipped -- Use of the 'network' resource not enabled
0:03:46 load avg: 3.05 [364/486] test_sort passed
testStressfully (test.test_sort.TestBase.testStressfully) ... Testing size 0
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 1
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 2
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 3
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 3
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 4
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 5
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 7
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 8
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 9
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 15
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 16
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 17
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 31
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 32
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 33
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 63
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 64
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 65
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(61) Complains(43)
    checking exception during sort left some permutation
    checking stability
Testing size 127
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 128
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(58) Complains(57)
    checking exception during sort left some permutation
    checking stability
Testing size 129
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(74) Complains(69)
    checking exception during sort left some permutation
    checking stability
Testing size 255
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 256
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(174) Complains(189)
    checking exception during sort left some permutation
    checking stability
Testing size 257
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(42) Complains(35)
    checking exception during sort left some permutation
    checking stability
Testing size 511
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(413) Complains(305)
    checking exception during sort left some permutation
    checking stability
Testing size 512
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(226) Complains(218)
    checking exception during sort left some permutation
    checking stability
Testing size 513
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(169) Complains(185)
    checking exception during sort left some permutation
    checking stability
Testing size 10
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(1) Complains(7)
    checking exception during sort left some permutation
    checking stability
Testing size 100
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
    checking stability
Testing size 1000
    checking identity
    checking reversed
    checking random permutation
    checking reversed via function
    Checking against an insane comparison function.
        If the implementation isn't careful, this may segfault.
    checking an insane function left some permutation
        complaining at Complains(354) Complains(357)
    checking exception during sort left some permutation
    checking stability
ok
PASS: test_small_stability (test.test_sort.TestBase.test_small_stability)
PASS: test_bug453523 (test.test_sort.TestBugs.test_bug453523)
PASS: test_undetected_mutation (test.test_sort.TestBugs.test_undetected_mutation)
PASS: test_baddecorator (test.test_sort.TestDecorateSortUndecorate.test_baddecorator)
PASS: test_decorated (test.test_sort.TestDecorateSortUndecorate.test_decorated)
PASS: test_key_with_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_exception)
PASS: test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del)
PASS: test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_and_exception)
PASS: test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutation)
PASS: test_reverse (test.test_sort.TestDecorateSortUndecorate.test_reverse)
PASS: test_reverse_stability (test.test_sort.TestDecorateSortUndecorate.test_reverse_stability)
PASS: test_stability (test.test_sort.TestDecorateSortUndecorate.test_stability)
PASS: test_none_in_tuples (test.test_sort.TestOptimizedCompares.test_none_in_tuples)
PASS: test_not_all_tuples (test.test_sort.TestOptimizedCompares.test_not_all_tuples)
PASS: test_safe_object_compare (test.test_sort.TestOptimizedCompares.test_safe_object_compare)
PASS: test_unsafe_float_compare (test.test_sort.TestOptimizedCompares.test_unsafe_float_compare)
PASS: test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares.test_unsafe_latin_compare)
PASS: test_unsafe_long_compare (test.test_sort.TestOptimizedCompares.test_unsafe_long_compare)
PASS: test_unsafe_object_compare (test.test_sort.TestOptimizedCompares.test_unsafe_object_compare)
PASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares.test_unsafe_tuple_compare)

----------------------------------------------------------------------
Ran 21 tests in 0.161s

OK
0:03:49 load avg: 3.05 [365/486] test_source_encoding passed
PASS: test_crcrcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf)
PASS: test_crcrcrlf2 (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf2)
PASS: test_crcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrlf)
PASS: test_crlf (test.test_source_encoding.BytesSourceEncodingTest.test_crlf)
PASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest.test_default_coding)
PASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_line)
PASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_same_line)
PASS: test_double_coding_utf8 (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_utf8)
PASS: test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_coding_line)
PASS: test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_non_utf8_coding_line)
PASS: test_first_utf8_coding_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_first_utf8_coding_line_error)
PASS: test_long_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_long_coding_line)
PASS: test_long_coding_name (test.test_source_encoding.BytesSourceEncodingTest.test_long_coding_name)
PASS: test_long_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_long_first_coding_line)
PASS: test_long_first_utf8_line (test.test_source_encoding.BytesSourceEncodingTest.test_long_first_utf8_line)
PASS: test_long_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_long_second_coding_line)
PASS: test_long_second_utf8_line (test.test_source_encoding.BytesSourceEncodingTest.test_long_second_utf8_line)
PASS: test_non_utf8_second_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_non_utf8_second_line_error)
PASS: test_non_utf8_shebang (test.test_source_encoding.BytesSourceEncodingTest.test_non_utf8_shebang)
PASS: test_non_utf8_shebang_error (test.test_source_encoding.BytesSourceEncodingTest.test_non_utf8_shebang_error)
PASS: test_non_utf8_third_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_non_utf8_third_line_error)
PASS: test_nul_in_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_nul_in_first_coding_line)
PASS: test_nul_in_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_nul_in_second_coding_line)
PASS: test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line)
PASS: test_second_coding_line_empty_first_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line_empty_first_line)
PASS: test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_non_utf8_coding_line)
PASS: test_second_utf8_coding_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_second_utf8_coding_line_error)
PASS: test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_third_coding_line)
PASS: test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom)
PASS: test_utf8_bom_and_non_utf8_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_non_utf8_first_coding_line)
PASS: test_utf8_bom_and_non_utf8_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_non_utf8_second_coding_line)
PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)
PASS: test_utf8_bom_non_utf8_third_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_non_utf8_third_line_error)
PASS: test_utf8_bom_utf8_comments (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_utf8_comments)
PASS: test_utf8_non_utf8_third_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_non_utf8_third_line_error)
PASS: test_utf8_shebang_error (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_shebang_error)
PASS: test_utf_8_non_utf8_third_line_error (test.test_source_encoding.BytesSourceEncodingTest.test_utf_8_non_utf8_third_line_error)
PASS: test_crcrcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf)
PASS: test_crcrcrlf2 (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf2)
PASS: test_crcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrlf)
PASS: test_crlf (test.test_source_encoding.FileSourceEncodingTest.test_crlf)
PASS: test_default_coding (test.test_source_encoding.FileSourceEncodingTest.test_default_coding)
PASS: test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_line)
PASS: test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_same_line)
PASS: test_double_coding_utf8 (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_utf8)
PASS: test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_coding_line)
PASS: test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_non_utf8_coding_line)
PASS: test_first_utf8_coding_line_error (test.test_source_encoding.FileSourceEncodingTest.test_first_utf8_coding_line_error)
PASS: test_long_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_long_coding_line)
PASS: test_long_coding_name (test.test_source_encoding.FileSourceEncodingTest.test_long_coding_name)
PASS: test_long_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_long_first_coding_line)
PASS: test_long_first_utf8_line (test.test_source_encoding.FileSourceEncodingTest.test_long_first_utf8_line)
PASS: test_long_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_long_second_coding_line)
PASS: test_long_second_utf8_line (test.test_source_encoding.FileSourceEncodingTest.test_long_second_utf8_line)
PASS: test_non_utf8_second_line_error (test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_second_line_error)
PASS: test_non_utf8_shebang (test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_shebang)
PASS: test_non_utf8_shebang_error (test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_shebang_error)
PASS: test_non_utf8_third_line_error (test.test_source_encoding.FileSourceEncodingTest.test_non_utf8_third_line_error)
PASS: test_nul_in_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_nul_in_first_coding_line)
PASS: test_nul_in_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_nul_in_second_coding_line)
PASS: test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line)
PASS: test_second_coding_line_empty_first_line (test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line_empty_first_line)
PASS: test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_non_utf8_coding_line)
PASS: test_second_utf8_coding_line_error (test.test_source_encoding.FileSourceEncodingTest.test_second_utf8_coding_line_error)
PASS: test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_third_coding_line)
PASS: test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom)
PASS: test_utf8_bom_and_non_utf8_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_non_utf8_first_coding_line)
PASS: test_utf8_bom_and_non_utf8_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_non_utf8_second_coding_line)
PASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)
PASS: test_utf8_bom_non_utf8_third_line_error (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_non_utf8_third_line_error)
PASS: test_utf8_bom_utf8_comments (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_utf8_comments)
PASS: test_utf8_non_utf8_third_line_error (test.test_source_encoding.FileSourceEncodingTest.test_utf8_non_utf8_third_line_error)
PASS: test_utf8_shebang_error (test.test_source_encoding.FileSourceEncodingTest.test_utf8_shebang_error)
PASS: test_utf_8_non_utf8_third_line_error (test.test_source_encoding.FileSourceEncodingTest.test_utf_8_non_utf8_third_line_error)
PASS: test_20731 (test.test_source_encoding.MiscSourceEncodingTest.test_20731)
PASS: test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding)
PASS: test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding2)
PASS: test_compilestring (test.test_source_encoding.MiscSourceEncodingTest.test_compilestring)
PASS: test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest.test_error_from_string)
PASS: test_error_message (test.test_source_encoding.MiscSourceEncodingTest.test_error_message)
PASS: test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest.test_exec_valid_coding)
PASS: test_file_parse (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse)
PASS: test_file_parse_error_multiline (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline)
PASS: test_import_encoded_module (test.test_source_encoding.MiscSourceEncodingTest.test_import_encoded_module)
PASS: test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest.test_issue2301)
PASS: test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest.test_issue3297)
PASS: test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest.test_issue4626)
PASS: test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest.test_issue7820)
PASS: test_tokenizer_fstring_warning_in_first_line (test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line)
PASS: test_truncated_utf8_at_eof (test.test_source_encoding.MiscSourceEncodingTest.test_truncated_utf8_at_eof)
SKIP: test_invalid_utf8 (test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8) "resource 'cpu' is not enabled"

----------------------------------------------------------------------
Ran 91 tests in 2.485s

OK (skipped=1)
0:03:50 load avg: 3.05 [366/486] test_sqlite3 passed
test_sqlite3: testing with SQLite version 3.53.0
PASS: test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection)
PASS: test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target)
PASS: test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection)
PASS: test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename)
PASS: test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction)
PASS: test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection)
PASS: test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name)
PASS: test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress)
PASS: test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args)
PASS: test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress)
PASS: test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress)
PASS: test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress)
PASS: test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1)
PASS: test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2)
PASS: test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple)
PASS: test_cli_execute_incomplete_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_incomplete_sql)
PASS: test_cli_execute_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_sql)
PASS: test_cli_execute_too_much_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_too_much_sql)
PASS: test_cli_help (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_help)
PASS: test_cli_on_disk_db (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db)
PASS: test_cli_version (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_version)
PASS: test_interact (test.test_sqlite3.test_cli.InteractiveSession.test_interact)
PASS: test_interact_dot_commands_empty (test.test_sqlite3.test_cli.InteractiveSession.test_interact_dot_commands_empty)
PASS: test_interact_dot_commands_unknown (test.test_sqlite3.test_cli.InteractiveSession.test_interact_dot_commands_unknown)
PASS: test_interact_dot_commands_with_whitespaces (test.test_sqlite3.test_cli.InteractiveSession.test_interact_dot_commands_with_whitespaces)
PASS: test_interact_empty_source (test.test_sqlite3.test_cli.InteractiveSession.test_interact_empty_source)
PASS: test_interact_incomplete_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_incomplete_multiline_sql)
PASS: test_interact_invalid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_invalid_sql)
PASS: test_interact_on_disk_file (test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file)
PASS: test_interact_quit (test.test_sqlite3.test_cli.InteractiveSession.test_interact_quit)
PASS: test_interact_valid_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_multiline_sql)
PASS: test_interact_valid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_sql)
PASS: test_interact_version (test.test_sqlite3.test_cli.InteractiveSession.test_interact_version)
PASS: test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid)
PASS: test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed)
PASS: test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read)
PASS: test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager)
PASS: test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions)
PASS: test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice)
PASS: test_blob_get_empty_slice_oob_indices (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice_oob_indices)
PASS: test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item)
PASS: test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error)
PASS: test_blob_get_item_error_bigint (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_bigint)
PASS: test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice)
PASS: test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index)
PASS: test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip)
PASS: test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob)
PASS: test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length)
PASS: test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type)
PASS: test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error)
PASS: test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read)
PASS: test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset)
PASS: test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset)
PASS: test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed)
PASS: test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized)
PASS: test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell)
PASS: test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error)
PASS: test_blob_seek_overflow_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_overflow_error)
PASS: test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported)
PASS: test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice)
PASS: test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item)
PASS: test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error)
PASS: test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index)
PASS: test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset)
PASS: test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice)
PASS: test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object)
PASS: test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error)
PASS: test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip)
PASS: test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write)
PASS: test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset)
PASS: test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset)
PASS: test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length)
PASS: test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly)
PASS: test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed)
PASS: test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call)
PASS: test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit)
PASS: test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor)
PASS: test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback)
PASS: test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate)
PASS: test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function)
PASS: test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute)
PASS: test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer)
PASS: test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback)
PASS: test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed)
PASS: test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close)
PASS: test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit)
test_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes)
PASS: A commit should also work when no changes were made to the database.
PASS: test_connect_positional_arguments (test.test_sqlite3.test_dbapi.ConnectionTests.test_connect_positional_arguments)
PASS: test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category)
PASS: test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit)
PASS: test_connection_config (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_config)
PASS: test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions)
PASS: test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level)
PASS: test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels)
PASS: test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits)
PASS: test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit)
PASS: test_connection_resource_warning (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_resource_warning)
PASS: test_connection_signature (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_signature)
PASS: test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor)
PASS: test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs)
PASS: test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions)
PASS: test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open)
PASS: test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction)
PASS: test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro)
PASS: test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt)
PASS: test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db)
PASS: test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback)
test_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes)
PASS: A rollback should also work when no changes were made to the database.
PASS: test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close)
PASS: test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary)
PASS: test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date)
PASS: test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks)
PASS: test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time)
PASS: test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks)
PASS: test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp)
PASS: test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks)
PASS: test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size)
PASS: test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close)
PASS: test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count)
PASS: test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection)
PASS: test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class)
PASS: test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float)
PASS: test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int)
PASS: test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string)
PASS: test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte)
PASS: test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping)
PASS: test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping)
PASS: test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args)
PASS: test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args)
PASS: test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed)
PASS: test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql)
PASS: test_execute_indexed_nameless_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_indexed_nameless_params)
PASS: test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator)
PASS: test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator)
PASS: test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable)
PASS: test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select)
PASS: test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence)
PASS: test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg)
PASS: test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements)
PASS: test_execute_named_param_and_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_named_param_and_sequence)
PASS: test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args)
PASS: test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable)
PASS: test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list)
PASS: test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence)
PASS: test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len)
PASS: test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params)
PASS: test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments)
PASS: test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1)
PASS: test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2)
PASS: test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3)
PASS: test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg)
PASS: test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter)
PASS: test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall)
PASS: test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany)
test_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg)
PASS: Checks if fetchmany works with keyword arguments
PASS: test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone)
PASS: test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement)
PASS: test_invalid_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_invalid_array_size)
PASS: test_invalid_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_invalid_fetchmany)
PASS: test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r)
PASS: test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore)
test_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace)
PASS: INSERT OR REPLACE and REPLACE INTO should produce the same behavior.
PASS: test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute)
PASS: test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany)
PASS: test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment)
test_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select)
PASS: pysqlite does not know the rowcount of SELECT statements, because we
PASS: test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning)
PASS: test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum)
PASS: test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors)
PASS: test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes)
PASS: test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize)
PASS: test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column)
PASS: test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes)
PASS: test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable)
PASS: test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute)
PASS: test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany)
PASS: test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript)
PASS: test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes)
PASS: test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script)
PASS: test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control)
PASS: test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters)
PASS: test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates)
PASS: test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal)
PASS: test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql)
PASS: test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error)
PASS: test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level)
PASS: test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement)
PASS: test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error)
PASS: test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error)
PASS: test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation)
PASS: test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error)
PASS: test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception)
PASS: test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception)
PASS: test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error)
PASS: test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error)
PASS: test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error)
PASS: test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants)
PASS: test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error)
PASS: test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error)
PASS: test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style)
PASS: test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error)
PASS: test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety)
PASS: test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning)
PASS: test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed)
PASS: test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword)
PASS: test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg)
PASS: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri)
PASS: test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri)
PASS: test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri)
PASS: test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly)
PASS: test_open_with_bytes_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_bytes_path)
test_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object)
PASS: Checks that we can successfully connect to a database using an object that
PASS: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path)
PASS: test_row_equality (test.test_sqlite3.test_dbapi.RowTests.test_row_equality)
PASS: test_row_getitem (test.test_sqlite3.test_dbapi.RowTests.test_row_getitem)
PASS: test_row_is_a_sequence (test.test_sqlite3.test_dbapi.RowTests.test_row_is_a_sequence)
PASS: test_row_keys (test.test_sqlite3.test_dbapi.RowTests.test_row_keys)
PASS: test_row_length (test.test_sqlite3.test_dbapi.RowTests.test_row_length)
PASS: test_row_no_description (test.test_sqlite3.test_dbapi.RowTests.test_row_no_description)
PASS: test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database)
PASS: test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args)
PASS: test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize)
PASS: test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions)
PASS: test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions)
PASS: test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail)
PASS: test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore)
PASS: test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace)
PASS: test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction)
PASS: test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction)
PASS: test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread)
PASS: test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread)
PASS: test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread)
PASS: test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations)
PASS: test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement)
PASS: test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db)
PASS: test_dump_custom_row_factory (test.test_sqlite3.test_dump.DumpTests.test_dump_custom_row_factory)
PASS: test_dump_virtual_tables (test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables)
PASS: test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump)
PASS: test_table_dump_filter (test.test_sqlite3.test_dump.DumpTests.test_table_dump_filter)
PASS: test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row)
PASS: test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories)
PASS: test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg)
PASS: test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call)
PASS: test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory)
PASS: test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance)
PASS: test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory)
PASS: test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class)
PASS: test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict)
PASS: test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence)
PASS: test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple)
PASS: test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp)
PASS: test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index)
PASS: test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode)
PASS: test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter)
PASS: test_sqlite_row_keys (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys)
PASS: test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice)
PASS: test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory)
PASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom)
PASS: test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string)
PASS: test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode)
PASS: test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray)
PASS: test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes)
PASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom)
PASS: test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string)
PASS: test_authorizer_concurrent_mutation_in_call (test.test_sqlite3.test_hooks.AuthorizerTests.test_authorizer_concurrent_mutation_in_call)
PASS: test_authorizer_concurrent_mutation_with_overflown_value (test.test_sqlite3.test_hooks.AuthorizerTests.test_authorizer_concurrent_mutation_with_overflown_value)
PASS: test_authorizer_invalid_signature (test.test_sqlite3.test_hooks.AuthorizerTests.test_authorizer_invalid_signature)
PASS: test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used)
test_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice)
PASS: Register two different collation functions under the same name.
PASS: test_collation_register_when_busy (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_when_busy)
PASS: test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer)
PASS: test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper)
PASS: test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii)
PASS: test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable)
PASS: test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string)
test_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation)
PASS: Register a collation, then deregister it. Make sure an error is raised if we try
test_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation)
PASS: Test that returning a non-zero value stops the operation in progress.
test_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler)
PASS: Test that setting the progress handler to None clears the previously set handler.
PASS: test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler)
PASS: test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result)
test_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count)
PASS: Test that the opcode argument is respected.
PASS: test_progress_handler_concurrent_mutation_in_call (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_concurrent_mutation_in_call)
PASS: test_progress_handler_concurrent_mutation_in_conversion (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_concurrent_mutation_in_conversion)
PASS: test_progress_handler_invalid_signature (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_invalid_signature)
test_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used)
PASS: Test that the progress handler is invoked once it is set.
PASS: test_set_progress_handler_keyword_args (test.test_sqlite3.test_hooks.ProgressTests.test_set_progress_handler_keyword_args)
test_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback)
PASS: Test that setting the trace callback to None clears the previously set callback.
PASS: test_set_trace_callback_keyword_args (test.test_sqlite3.test_hooks.TraceCallbackTests.test_set_trace_callback_keyword_args)
PASS: test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler)
PASS: test_trace_callback_concurrent_mutation_in_call (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_concurrent_mutation_in_call)
PASS: test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content)
test_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used)
PASS: Test that the trace callback is invoked once it is set.
PASS: test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql)
PASS: test_trace_handler_invalid_signature (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_handler_invalid_signature)
PASS: test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql)
test_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content)
PASS: Test that the statement can contain unicode literals.
PASS: test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close)
PASS: test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init)
PASS: test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter)
test_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit)
PASS: Verifies that creating a connection in autocommit mode works.
PASS: test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list)
test_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770)
PASS: The interpreter shouldn't crash in case Cursor.__init__() is called
PASS: test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347)
PASS: test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation)
PASS: test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces)
test_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset)
PASS: Connection.commit() did reset cursors, which made sqlite3
test_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call)
PASS: Call a connection with a non-string SQL request: check error handling
test_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check)
PASS: Verifies that connection methods check whether base class __init__ was
test_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding)
PASS: http://bugs.python.org/issue14720
test_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check)
PASS: Verifies that cursor methods check whether base class __init__ was
PASS: test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault)
test_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement)
PASS: pysqlite used to segfault with SQLite versions 3.5.x. These return NULL
PASS: test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error)
PASS: test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select)
PASS: test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type)
PASS: test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql)
PASS: test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character)
PASS: test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback)
test_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit)
PASS: Verifies that running a PRAGMA statement that does an autocommit does
PASS: test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version)
PASS: test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version)
test_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use)
PASS: http://bugs.python.org/issue10811
test_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter)
PASS: See issue 3312.
PASS: test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring)
PASS: test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level)
PASS: test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db)
PASS: test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset)
test_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass)
PASS: The Python 3.0 port of the module didn't cope with values of subclasses of str.
PASS: test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates)
PASS: test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc)
PASS: test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select)
PASS: test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt)
test_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage)
PASS: pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling
test_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings)
PASS: pysqlite would crash with older SQLite versions unless
PASS: test_autocommit_compat_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_ctx_mgr)
PASS: test_autocommit_compat_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_executescript)
PASS: test_autocommit_default (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_default)
PASS: test_autocommit_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled)
PASS: test_autocommit_disabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_ctx_mgr)
PASS: test_autocommit_disabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_executescript)
PASS: test_autocommit_disabled_implicit_rollback (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_rollback)
PASS: test_autocommit_disabled_implicit_shutdown (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_shutdown)
PASS: test_autocommit_disabled_then_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_then_enabled)
PASS: test_autocommit_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled)
PASS: test_autocommit_enabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_ctx_mgr)
PASS: test_autocommit_enabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_executescript)
PASS: test_autocommit_enabled_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_then_disabled)
PASS: test_autocommit_enabled_txn_ctl (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_txn_ctl)
PASS: test_autocommit_explicit_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_explicit_then_disabled)
PASS: test_autocommit_setget (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget)
PASS: test_autocommit_setget_invalid (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_invalid)
PASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin)
PASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default)
PASS: test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred)
PASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive)
PASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate)
PASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none)
PASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin)
PASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default)
PASS: test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred)
PASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive)
PASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate)
PASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none)
PASS: test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor)
PASS: test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor)
PASS: test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query)
PASS: test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table)
PASS: test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma)
PASS: test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction)
PASS: test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before)
PASS: test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction)
PASS: test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking)
PASS: test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext)
PASS: test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout)
PASS: test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction)
test_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency)
PASS: Check that cursors behave correctly after rollback.
PASS: test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit)
PASS: test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction)
PASS: test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction)
PASS: test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl)
PASS: test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl)
PASS: test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter)
PASS: test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name)
PASS: test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name)
PASS: test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert)
test_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row)
PASS: cursor.description should at least provide the column name(s), even if
test_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used)
PASS: Assures that the declared type is not used when PARSE_DECLTYPES
PASS: test_none (test.test_sqlite3.test_types.ColNamesTests.test_none)
PASS: test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte)
PASS: test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns)
PASS: test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple)
PASS: test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds)
PASS: test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point)
PASS: test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp)
PASS: test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date)
PASS: test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp)
PASS: test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob)
PASS: test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool)
PASS: test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob)
PASS: test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform)
PASS: test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float)
PASS: test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo)
PASS: test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int)
PASS: test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1)
test_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2)
PASS: Checks whether converter names are cut off at '(' characters
PASS: test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int)
PASS: test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string)
PASS: test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode)
PASS: test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict)
PASS: test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq)
PASS: test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt)
PASS: test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt)
PASS: test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used)
PASS: test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto)
PASS: test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto)
PASS: test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt)
PASS: test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter)
PASS: test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol)
PASS: test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob)
PASS: test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float)
PASS: test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int)
PASS: test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int)
PASS: test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string)
PASS: test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character)
PASS: test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates)
SKIP: test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) 'not enough memory: 6.0G minimum needed'
PASS: test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int)
SKIP: test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) 'not enough memory: 8.0G minimum needed'
PASS: test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute)
PASS: test_agg_keyword_args (test.test_sqlite3.test_userfunctions.AggregateTests.test_agg_keyword_args)
PASS: test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum)
PASS: test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob)
PASS: test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float)
PASS: test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int)
PASS: test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none)
PASS: test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str)
PASS: test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int)
PASS: test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create)
PASS: test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize)
PASS: test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init)
PASS: test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step)
PASS: test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize)
PASS: test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match)
PASS: test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step)
PASS: test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text)
PASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_authorizer_keyword_args)
PASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer)
PASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access)
PASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access)
PASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_authorizer_keyword_args)
PASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer)
PASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access)
PASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access)
PASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_authorizer_keyword_args)
PASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer)
PASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access)
PASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access)
PASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_authorizer_keyword_args)
PASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer)
PASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access)
PASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access)
PASS: test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments)
PASS: test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob)
PASS: test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic)
PASS: test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only)
PASS: test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create)
PASS: test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception)
PASS: test_func_keyword_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_keyword_args)
PASS: test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error)
PASS: test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic)
PASS: test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error)
PASS: test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params)
PASS: test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count)
PASS: test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob)
PASS: test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float)
PASS: test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value)
PASS: test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int)
PASS: test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long)
PASS: test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan)
PASS: test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null)
PASS: test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text)
PASS: test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char)
PASS: test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates)
SKIP: test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) 'not enough memory: 4.0G minimum needed'
PASS: test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int)
SKIP: test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) 'not enough memory: 6.0G minimum needed'
PASS: test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode)
PASS: test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args)
PASS: test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc)
PASS: test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float)
PASS: test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob)
PASS: test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates)
PASS: test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob)
PASS: test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int)
PASS: test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function)
PASS: test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create)
PASS: test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return)
PASS: test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize)
PASS: test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method)
PASS: test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize)
PASS: test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method)
PASS: test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function)
PASS: test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int)

----------------------------------------------------------------------
Ran 503 tests in 0.453s

OK (skipped=4)
0:03:53 load avg: 2.96 [367/486] test_regrtest passed
PASS: test_add_python_opts (test.test_regrtest.ArgsTestCase.test_add_python_opts)
PASS: test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup)
PASS: test_coverage (test.test_regrtest.ArgsTestCase.test_coverage)
PASS: test_crashed (test.test_regrtest.ArgsTestCase.test_crashed)
PASS: test_doctest (test.test_regrtest.ArgsTestCase.test_doctest)
PASS: test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed)
PASS: test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test)
PASS: test_forever (test.test_regrtest.ArgsTestCase.test_forever)
PASS: test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile)
SKIP: test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) 'need a debug build'
SKIP: test_huntrleaks_bisect (test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect) 'need a debug build'
SKIP: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) 'need a debug build'
SKIP: test_huntrleaks_mp (test.test_regrtest.ArgsTestCase.test_huntrleaks_mp) 'need a debug build'
PASS: test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile)
PASS: test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted)
PASS: test_leak_tmp_file (test.test_regrtest.ArgsTestCase.test_leak_tmp_file)
PASS: test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases)
PASS: test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests)
PASS: test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile)
PASS: test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout)
PASS: test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not)
PASS: test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran)
PASS: test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent)
PASS: test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip)
PASS: test_nonascii (test.test_regrtest.ArgsTestCase.test_nonascii)
PASS: test_pgo_exclude (test.test_regrtest.ArgsTestCase.test_pgo_exclude)
PASS: test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning)
PASS: test_python_command (test.test_regrtest.ArgsTestCase.test_python_command)
PASS: test_random (test.test_regrtest.ArgsTestCase.test_random)
PASS: test_random_seed (test.test_regrtest.ArgsTestCase.test_random_seed)
PASS: test_random_seed_workers (test.test_regrtest.ArgsTestCase.test_random_seed_workers)
PASS: test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure)
PASS: test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure)
PASS: test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail)
PASS: test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure)
PASS: test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure)
PASS: test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure)
PASS: test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success)
PASS: test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure)
PASS: test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure)
PASS: test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure)
PASS: test_resources (test.test_regrtest.ArgsTestCase.test_resources)
PASS: test_skip (test.test_regrtest.ArgsTestCase.test_skip)
PASS: test_slowest (test.test_regrtest.ArgsTestCase.test_slowest)
PASS: test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted)
PASS: test_success (test.test_regrtest.ArgsTestCase.test_success)
PASS: test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook)
PASS: test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable)
PASS: test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env)
PASS: test_unload_tests (test.test_regrtest.ArgsTestCase.test_unload_tests)
PASS: test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc)
PASS: test_verbose3 (test.test_regrtest.ArgsTestCase.test_verbose3)
PASS: test_wait (test.test_regrtest.ArgsTestCase.test_wait)
PASS: test_worker_decode_error (test.test_regrtest.ArgsTestCase.test_worker_decode_error)
PASS: test_worker_output_on_failure (test.test_regrtest.ArgsTestCase.test_worker_output_on_failure)
PASS: test_xml (test.test_regrtest.ArgsTestCase.test_xml)
test_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests)
PASS: Check that regrtest appears to find the expected set of tests.
PASS: test_arg (test.test_regrtest.ParseArgsTestCase.test_arg)
PASS: test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg)
PASS: test_bisect (test.test_regrtest.ParseArgsTestCase.test_bisect)
PASS: test_ci_no_randomize (test.test_regrtest.ParseArgsTestCase.test_ci_no_randomize)
SKIP: test_coverage_mp (test.test_regrtest.ParseArgsTestCase.test_coverage_mp) 'need a debug build'
PASS: test_coverage_sequential (test.test_regrtest.ParseArgsTestCase.test_coverage_sequential)
PASS: test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir)
PASS: test_dont_add_python_opts (test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts)
PASS: test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude)
PASS: test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast)
PASS: test_fast_ci (test.test_regrtest.ParseArgsTestCase.test_fast_ci)
PASS: test_fast_ci_python_cmd (test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd)
PASS: test_fast_ci_resource (test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource)
PASS: test_fast_ci_verbose (test.test_regrtest.ParseArgsTestCase.test_fast_ci_verbose)
PASS: test_forever (test.test_regrtest.ParseArgsTestCase.test_forever)
PASS: test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile)
PASS: test_header (test.test_regrtest.ParseArgsTestCase.test_header)
PASS: test_help (test.test_regrtest.ParseArgsTestCase.test_help)
PASS: test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks)
PASS: test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial)
PASS: test_match (test.test_regrtest.ParseArgsTestCase.test_match)
PASS: test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit)
PASS: test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess)
PASS: test_no_randomize (test.test_regrtest.ParseArgsTestCase.test_no_randomize)
PASS: test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir)
PASS: test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows)
PASS: test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg)
PASS: test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value)
PASS: test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet)
PASS: test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize)
PASS: test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed)
PASS: test_rerun (test.test_regrtest.ParseArgsTestCase.test_rerun)
PASS: test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks)
PASS: test_single (test.test_regrtest.ParseArgsTestCase.test_single)
PASS: test_single_process (test.test_regrtest.ParseArgsTestCase.test_single_process)
PASS: test_slow_ci (test.test_regrtest.ParseArgsTestCase.test_slow_ci)
PASS: test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest)
PASS: test_start (test.test_regrtest.ParseArgsTestCase.test_start)
PASS: test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir)
PASS: test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold)
PASS: test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout)
PASS: test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options)
PASS: test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option)
PASS: test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument)
PASS: test_use (test.test_regrtest.ParseArgsTestCase.test_use)
PASS: test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose)
PASS: test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3)
PASS: test_verbose3_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks)
PASS: test_wait (test.test_regrtest.ParseArgsTestCase.test_wait)
PASS: test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest)
PASS: test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest)
PASS: test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest)
PASS: test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test)
SKIP: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) 'Windows only'
PASS: test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest)
PASS: test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest)
SKIP: test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) 'test.bat script is not installed'
PASS: test_test_result_get_state (test.test_regrtest.TestColorized.test_test_result_get_state)
PASS: test_format_duration (test.test_regrtest.TestUtils.test_format_duration)
PASS: test_format_resources (test.test_regrtest.TestUtils.test_format_resources)
PASS: test_match_test (test.test_regrtest.TestUtils.test_match_test)
PASS: test_normalize_test_name (test.test_regrtest.TestUtils.test_normalize_test_name)
PASS: test_sanitize_xml (test.test_regrtest.TestUtils.test_sanitize_xml)

----------------------------------------------------------------------
Ran 120 tests in 26.273s

OK (skipped=7)
0:03:53 load avg: 2.96 [368/486] test_stable_abi_ctypes passed
PASS: test_available_symbols (test.test_stable_abi_ctypes.TestStableABIAvailability.test_available_symbols)
PASS: test_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_feature_macros)
SKIP: test_windows_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_windows_feature_macros) 'Windows specific test'

----------------------------------------------------------------------
Ran 3 tests in 0.009s

OK (skipped=1)
0:03:53 load avg: 2.96 [369/486] test_startfile skipped
test_startfile skipped -- object <module 'os' (frozen)> has no attribute 'startfile'
0:03:53 load avg: 2.96 [370/486] test_stat passed
PASS: test_devices (test.test_stat.TestFilemodeCStat.test_devices)
PASS: test_directory (test.test_stat.TestFilemodeCStat.test_directory)
PASS: test_fifo (test.test_stat.TestFilemodeCStat.test_fifo)
SKIP: test_file_attribute_constants (test.test_stat.TestFilemodeCStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'
PASS: test_filemode_does_not_misclassify_random_bits (test.test_stat.TestFilemodeCStat.test_filemode_does_not_misclassify_random_bits)
PASS: test_flags_consistent (test.test_stat.TestFilemodeCStat.test_flags_consistent)
PASS: test_link (test.test_stat.TestFilemodeCStat.test_link)
SKIP: test_macosx_attribute_values (test.test_stat.TestFilemodeCStat.test_macosx_attribute_values) 'macOS system check'
PASS: test_mode (test.test_stat.TestFilemodeCStat.test_mode)
PASS: test_module_attributes (test.test_stat.TestFilemodeCStat.test_module_attributes)
PASS: test_socket (test.test_stat.TestFilemodeCStat.test_socket)
PASS: test_devices (test.test_stat.TestFilemodePyStat.test_devices)
PASS: test_directory (test.test_stat.TestFilemodePyStat.test_directory)
PASS: test_fifo (test.test_stat.TestFilemodePyStat.test_fifo)
SKIP: test_file_attribute_constants (test.test_stat.TestFilemodePyStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'
PASS: test_filemode_does_not_misclassify_random_bits (test.test_stat.TestFilemodePyStat.test_filemode_does_not_misclassify_random_bits)
PASS: test_flags_consistent (test.test_stat.TestFilemodePyStat.test_flags_consistent)
PASS: test_link (test.test_stat.TestFilemodePyStat.test_link)
SKIP: test_macosx_attribute_values (test.test_stat.TestFilemodePyStat.test_macosx_attribute_values) 'macOS system check'
PASS: test_mode (test.test_stat.TestFilemodePyStat.test_mode)
PASS: test_module_attributes (test.test_stat.TestFilemodePyStat.test_module_attributes)
PASS: test_socket (test.test_stat.TestFilemodePyStat.test_socket)

----------------------------------------------------------------------
Ran 22 tests in 0.002s

OK (skipped=4)
0:03:54 load avg: 2.96 [371/486] test_signal passed
PASS: test_enums (test.test_signal.GenericTests.test_enums)
PASS: test_functions_module_attr (test.test_signal.GenericTests.test_functions_module_attr)
PASS: test_itimer_exc (test.test_signal.ItimerTest.test_itimer_exc)
PASS: test_itimer_prof (test.test_signal.ItimerTest.test_itimer_prof)
PASS: test_itimer_real (test.test_signal.ItimerTest.test_itimer_real)
PASS: test_itimer_virtual (test.test_signal.ItimerTest.test_itimer_virtual)
PASS: test_setitimer_tiny (test.test_signal.ItimerTest.test_setitimer_tiny)
PASS: test_pthread_kill (test.test_signal.PendingSignalsTests.test_pthread_kill)
PASS: test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread)
PASS: test_pthread_sigmask (test.test_signal.PendingSignalsTests.test_pthread_sigmask)
PASS: test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments)
PASS: test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals)
PASS: test_sigpending (test.test_signal.PendingSignalsTests.test_sigpending)
PASS: test_sigpending_empty (test.test_signal.PendingSignalsTests.test_sigpending_empty)
PASS: test_sigtimedwait (test.test_signal.PendingSignalsTests.test_sigtimedwait)
PASS: test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout)
PASS: test_sigtimedwait_poll (test.test_signal.PendingSignalsTests.test_sigtimedwait_poll)
PASS: test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout)
PASS: test_sigwait (test.test_signal.PendingSignalsTests.test_sigwait)
PASS: test_sigwait_thread (test.test_signal.PendingSignalsTests.test_sigwait_thread)
PASS: test_sigwaitinfo (test.test_signal.PendingSignalsTests.test_sigwaitinfo)
PASS: test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal)
PASS: test_getsignal (test.test_signal.PosixTests.test_getsignal)
PASS: test_interprocess_signal (test.test_signal.PosixTests.test_interprocess_signal)
test_keyboard_interrupt_exit_code (test.test_signal.PosixTests.test_keyboard_interrupt_exit_code)
PASS: KeyboardInterrupt triggers exit via SIGINT.
PASS: test_no_repr_is_called_on_signal_handler (test.test_signal.PosixTests.test_no_repr_is_called_on_signal_handler)
PASS: test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error)
PASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error)
PASS: test_strsignal (test.test_signal.PosixTests.test_strsignal)
PASS: test_valid_signals (test.test_signal.PosixTests.test_valid_signals)
PASS: test__thread_interrupt_main (test.test_signal.RaiseSignalTest.test__thread_interrupt_main)
PASS: test_handler (test.test_signal.RaiseSignalTest.test_handler)
SKIP: test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) 'Windows specific test'
PASS: test_sigint (test.test_signal.RaiseSignalTest.test_sigint)
SKIP: test_siginterrupt_off (test.test_signal.SiginterruptTest.test_siginterrupt_off) "resource 'walltime' is not enabled"
PASS: test_siginterrupt_on (test.test_signal.SiginterruptTest.test_siginterrupt_on)
PASS: test_without_siginterrupt (test.test_signal.SiginterruptTest.test_without_siginterrupt)
test_stress_delivery_dependent (test.test_signal.StressTest.test_stress_delivery_dependent)
This test uses dependent signal handlers. ... detected median itimer() resolution: 0.000021 s.
ok
test_stress_delivery_simultaneous (test.test_signal.StressTest.test_stress_delivery_simultaneous)
This test uses simultaneous signal handlers. ... detected median itimer() resolution: 0.000018 s.
ok
PASS: test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers)
PASS: test_invalid_call (test.test_signal.WakeupFDTests.test_invalid_call)
PASS: test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd)
PASS: test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket)
PASS: test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking)
PASS: test_set_wakeup_fd_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_result)
PASS: test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result)
PASS: test_pending (test.test_signal.WakeupSignalTests.test_pending)
PASS: test_signum (test.test_signal.WakeupSignalTests.test_signum)
PASS: test_wakeup_fd_during (test.test_signal.WakeupSignalTests.test_wakeup_fd_during)
PASS: test_wakeup_fd_early (test.test_signal.WakeupSignalTests.test_wakeup_fd_early)
PASS: test_wakeup_write_error (test.test_signal.WakeupSignalTests.test_wakeup_write_error)
PASS: test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error)
PASS: test_socket (test.test_signal.WakeupSocketSignalTests.test_socket)
PASS: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer)
SKIP: test_issue9324 (test.test_signal.WindowsSignalTests.test_issue9324) 'Windows specific'
test_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code)
SKIP: KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. 'Windows specific'
SKIP: test_valid_signals (test.test_signal.WindowsSignalTests.test_valid_signals) 'Windows specific'

----------------------------------------------------------------------
Ran 57 tests in 18.275s

OK (skipped=5)
0:03:55 load avg: 2.96 [372/486] test_statistics passed
PASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute)
PASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_decimals)
PASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_both)
PASS: test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_decimals)
PASS: test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_floats)
PASS: test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_fractions)
PASS: test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_ints)
PASS: test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_relative)
PASS: test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_decimals)
PASS: test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_floats)
PASS: test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_fractions)
PASS: test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_ints)
PASS: test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both1)
PASS: test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both2)
PASS: test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both3)
PASS: test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both4)
PASS: test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_decimals)
PASS: test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_floats)
PASS: test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_fractions)
PASS: test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_ints)
PASS: test_cross_zero (test.test_statistics.ApproxEqualInexactTest.test_cross_zero)
PASS: test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_decimal_zeroes)
PASS: test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_float_zeroes)
PASS: test_inf (test.test_statistics.ApproxEqualSpecialsTest.test_inf)
PASS: test_nan (test.test_statistics.ApproxEqualSpecialsTest.test_nan)
PASS: test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_relative_symmetry)
PASS: test_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_symmetry)
PASS: test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_decimals)
PASS: test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_floats)
PASS: test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_fractions)
PASS: test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_ints)
PASS: test_bool (test.test_statistics.CoerceTest.test_bool)
PASS: test_decimal (test.test_statistics.CoerceTest.test_decimal)
PASS: test_float (test.test_statistics.CoerceTest.test_float)
PASS: test_fraction (test.test_statistics.CoerceTest.test_fraction)
PASS: test_incompatible_types (test.test_statistics.CoerceTest.test_incompatible_types)
PASS: test_int (test.test_statistics.CoerceTest.test_int)
PASS: test_non_numeric_types (test.test_statistics.CoerceTest.test_non_numeric_types)
PASS: test_decimal (test.test_statistics.ConvertTest.test_decimal)
PASS: test_float (test.test_statistics.ConvertTest.test_float)
PASS: test_fraction (test.test_statistics.ConvertTest.test_fraction)
PASS: test_inf (test.test_statistics.ConvertTest.test_inf)
PASS: test_int (test.test_statistics.ConvertTest.test_int)
PASS: test_invalid_input_type (test.test_statistics.ConvertTest.test_invalid_input_type)
PASS: test_nan (test.test_statistics.ConvertTest.test_nan)
PASS: test_infinity (test.test_statistics.DecimalToRatioTest.test_infinity)
PASS: test_nan (test.test_statistics.DecimalToRatioTest.test_nan)
PASS: test_negative_exponent (test.test_statistics.DecimalToRatioTest.test_negative_exponent)
PASS: test_positive_exponent (test.test_statistics.DecimalToRatioTest.test_positive_exponent)
PASS: test_regression_20536 (test.test_statistics.DecimalToRatioTest.test_regression_20536)
PASS: test_sign (test.test_statistics.DecimalToRatioTest.test_sign)
PASS: test_decimal (test.test_statistics.ExactRatioTest.test_decimal)
PASS: test_decimal_nan (test.test_statistics.ExactRatioTest.test_decimal_nan)
PASS: test_float (test.test_statistics.ExactRatioTest.test_float)
PASS: test_float_nan (test.test_statistics.ExactRatioTest.test_float_nan)
PASS: test_fraction (test.test_statistics.ExactRatioTest.test_fraction)
PASS: test_inf (test.test_statistics.ExactRatioTest.test_inf)
PASS: test_int (test.test_statistics.ExactRatioTest.test_int)
PASS: test_error_msg (test.test_statistics.FailNegTest.test_error_msg)
PASS: test_negatives_raise (test.test_statistics.FailNegTest.test_negatives_raise)
PASS: test_pass_through (test.test_statistics.FailNegTest.test_pass_through)
PASS: test_check_all (test.test_statistics.GlobalsTest.test_check_all)
PASS: test_meta (test.test_statistics.GlobalsTest.test_meta)
PASS: test_finite (test.test_statistics.IsFiniteTest.test_finite)
PASS: test_infinity (test.test_statistics.IsFiniteTest.test_infinity)
PASS: test_nan (test.test_statistics.IsFiniteTest.test_nan)
PASS: test_has_exception (test.test_statistics.StatisticsErrorTest.test_has_exception)
PASS: test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_basiccontext_mismatched_infs_to_nan)
PASS: test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_extendedcontext_mismatched_infs_to_nan)
PASS: test_decimal_inf (test.test_statistics.SumSpecialValues.test_decimal_inf)
PASS: test_decimal_snan_raises (test.test_statistics.SumSpecialValues.test_decimal_snan_raises)
PASS: test_float_inf (test.test_statistics.SumSpecialValues.test_float_inf)
PASS: test_float_mismatched_infs (test.test_statistics.SumSpecialValues.test_float_mismatched_infs)
PASS: test_nan (test.test_statistics.SumSpecialValues.test_nan)
PASS: test_torture (test.test_statistics.SumTortureTest.test_torture)
PASS: test_bad_rel (test.test_statistics.TestApproxEqualErrors.test_bad_rel)
PASS: test_bad_tol (test.test_statistics.TestApproxEqualErrors.test_bad_tol)
PASS: test_small_sample_error (test.test_statistics.TestBivariateStatistics.test_small_sample_error)
PASS: test_unequal_size_error (test.test_statistics.TestBivariateStatistics.test_unequal_size_error)
PASS: test_correlation_spearman (test.test_statistics.TestCorrelationAndCovariance.test_correlation_spearman)
PASS: test_different_scales (test.test_statistics.TestCorrelationAndCovariance.test_different_scales)
PASS: test_results (test.test_statistics.TestCorrelationAndCovariance.test_results)
PASS: test_sqrtprod_helper_function_fundamentals (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_fundamentals)
PASS: test_sqrtprod_helper_function_improved_accuracy (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_improved_accuracy)
PASS: test_basics (test.test_statistics.TestFMean.test_basics)
PASS: test_error_cases (test.test_statistics.TestFMean.test_error_cases)
PASS: test_special_values (test.test_statistics.TestFMean.test_special_values)
PASS: test_weights (test.test_statistics.TestFMean.test_weights)
PASS: test_basics (test.test_statistics.TestGeometricMean.test_basics)
PASS: test_big_and_small (test.test_statistics.TestGeometricMean.test_big_and_small)
PASS: test_error_cases (test.test_statistics.TestGeometricMean.test_error_cases)
PASS: test_mixed_int_and_float (test.test_statistics.TestGeometricMean.test_mixed_int_and_float)
PASS: test_special_values (test.test_statistics.TestGeometricMean.test_special_values)
PASS: test_various_input_types (test.test_statistics.TestGeometricMean.test_various_input_types)
PASS: test_bad_arg_types (test.test_statistics.TestHarmonicMean.test_bad_arg_types)
PASS: test_decimals_exact (test.test_statistics.TestHarmonicMean.test_decimals_exact)
PASS: test_doubled_data (test.test_statistics.TestHarmonicMean.test_doubled_data)
PASS: test_empty_data (test.test_statistics.TestHarmonicMean.test_empty_data)
PASS: test_floats_exact (test.test_statistics.TestHarmonicMean.test_floats_exact)
PASS: test_fractions (test.test_statistics.TestHarmonicMean.test_fractions)
PASS: test_inf (test.test_statistics.TestHarmonicMean.test_inf)
PASS: test_ints (test.test_statistics.TestHarmonicMean.test_ints)
PASS: test_invalid_type_error (test.test_statistics.TestHarmonicMean.test_invalid_type_error)
PASS: test_multiply_data_points (test.test_statistics.TestHarmonicMean.test_multiply_data_points)
PASS: test_nan (test.test_statistics.TestHarmonicMean.test_nan)
PASS: test_negative_error (test.test_statistics.TestHarmonicMean.test_negative_error)
PASS: test_no_args (test.test_statistics.TestHarmonicMean.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestHarmonicMean.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestHarmonicMean.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestHarmonicMean.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestHarmonicMean.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestHarmonicMean.test_single_value)
PASS: test_singleton_lists (test.test_statistics.TestHarmonicMean.test_singleton_lists)
PASS: test_type_of_data_collection (test.test_statistics.TestHarmonicMean.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestHarmonicMean.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestHarmonicMean.test_types_conserved)
PASS: test_with_weights (test.test_statistics.TestHarmonicMean.test_with_weights)
PASS: test_zero (test.test_statistics.TestHarmonicMean.test_zero)
SKIP: test_kde (test.test_statistics.TestKDE.test_kde) "resource 'cpu' is not enabled"
PASS: test_kde_kernel_specs (test.test_statistics.TestKDE.test_kde_kernel_specs)
SKIP: test_kde_random (test.test_statistics.TestKDE.test_kde_random) "resource 'cpu' is not enabled"
PASS: test_constant_input_error (test.test_statistics.TestLinearRegression.test_constant_input_error)
PASS: test_float_output (test.test_statistics.TestLinearRegression.test_float_output)
PASS: test_proportional (test.test_statistics.TestLinearRegression.test_proportional)
PASS: test_results (test.test_statistics.TestLinearRegression.test_results)
PASS: test_bad_arg_types (test.test_statistics.TestMean.test_bad_arg_types)
PASS: test_big_data (test.test_statistics.TestMean.test_big_data)
PASS: test_decimals (test.test_statistics.TestMean.test_decimals)
PASS: test_doubled_data (test.test_statistics.TestMean.test_doubled_data)
PASS: test_empty_data (test.test_statistics.TestMean.test_empty_data)
PASS: test_floats (test.test_statistics.TestMean.test_floats)
PASS: test_fractions (test.test_statistics.TestMean.test_fractions)
PASS: test_inf (test.test_statistics.TestMean.test_inf)
PASS: test_ints (test.test_statistics.TestMean.test_ints)
PASS: test_mismatched_infs (test.test_statistics.TestMean.test_mismatched_infs)
PASS: test_nan (test.test_statistics.TestMean.test_nan)
PASS: test_no_args (test.test_statistics.TestMean.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMean.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestMean.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMean.test_range_data)
PASS: test_regression_20561 (test.test_statistics.TestMean.test_regression_20561)
PASS: test_regression_25177 (test.test_statistics.TestMean.test_regression_25177)
PASS: test_repeated_single_value (test.test_statistics.TestMean.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMean.test_single_value)
PASS: test_torture_pep (test.test_statistics.TestMean.test_torture_pep)
PASS: test_type_of_data_collection (test.test_statistics.TestMean.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMean.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestMean.test_types_conserved)
PASS: test_bad_arg_types (test.test_statistics.TestMedian.test_bad_arg_types)
PASS: test_empty_data (test.test_statistics.TestMedian.test_empty_data)
PASS: test_even_decimals (test.test_statistics.TestMedian.test_even_decimals)
PASS: test_even_fractions (test.test_statistics.TestMedian.test_even_fractions)
PASS: test_even_ints (test.test_statistics.TestMedian.test_even_ints)
PASS: test_no_args (test.test_statistics.TestMedian.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMedian.test_no_inplace_modifications)
PASS: test_odd_decimals (test.test_statistics.TestMedian.test_odd_decimals)
PASS: test_odd_fractions (test.test_statistics.TestMedian.test_odd_fractions)
PASS: test_odd_ints (test.test_statistics.TestMedian.test_odd_ints)
PASS: test_order_doesnt_matter (test.test_statistics.TestMedian.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMedian.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestMedian.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMedian.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestMedian.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMedian.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestMedianDataType.test_types_conserved)
PASS: test_bad_arg_types (test.test_statistics.TestMedianGrouped.test_bad_arg_types)
PASS: test_data_type_error (test.test_statistics.TestMedianGrouped.test_data_type_error)
PASS: test_empty_data (test.test_statistics.TestMedianGrouped.test_empty_data)
PASS: test_even_decimals (test.test_statistics.TestMedianGrouped.test_even_decimals)
PASS: test_even_fractions (test.test_statistics.TestMedianGrouped.test_even_fractions)
PASS: test_even_ints (test.test_statistics.TestMedianGrouped.test_even_ints)
PASS: test_even_number_repeated (test.test_statistics.TestMedianGrouped.test_even_number_repeated)
PASS: test_interval (test.test_statistics.TestMedianGrouped.test_interval)
PASS: test_no_args (test.test_statistics.TestMedianGrouped.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMedianGrouped.test_no_inplace_modifications)
PASS: test_odd_decimals (test.test_statistics.TestMedianGrouped.test_odd_decimals)
PASS: test_odd_fractions (test.test_statistics.TestMedianGrouped.test_odd_fractions)
PASS: test_odd_ints (test.test_statistics.TestMedianGrouped.test_odd_ints)
PASS: test_odd_number_repeated (test.test_statistics.TestMedianGrouped.test_odd_number_repeated)
PASS: test_order_doesnt_matter (test.test_statistics.TestMedianGrouped.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMedianGrouped.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestMedianGrouped.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMedianGrouped.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestMedianGrouped.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMedianGrouped.test_type_of_data_element)
PASS: test_bad_arg_types (test.test_statistics.TestMedianHigh.test_bad_arg_types)
PASS: test_empty_data (test.test_statistics.TestMedianHigh.test_empty_data)
PASS: test_even_decimals (test.test_statistics.TestMedianHigh.test_even_decimals)
PASS: test_even_fractions (test.test_statistics.TestMedianHigh.test_even_fractions)
PASS: test_even_ints (test.test_statistics.TestMedianHigh.test_even_ints)
PASS: test_no_args (test.test_statistics.TestMedianHigh.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMedianHigh.test_no_inplace_modifications)
PASS: test_odd_decimals (test.test_statistics.TestMedianHigh.test_odd_decimals)
PASS: test_odd_fractions (test.test_statistics.TestMedianHigh.test_odd_fractions)
PASS: test_odd_ints (test.test_statistics.TestMedianHigh.test_odd_ints)
PASS: test_order_doesnt_matter (test.test_statistics.TestMedianHigh.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMedianHigh.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestMedianHigh.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMedianHigh.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestMedianHigh.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMedianHigh.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestMedianHigh.test_types_conserved)
PASS: test_bad_arg_types (test.test_statistics.TestMedianLow.test_bad_arg_types)
PASS: test_empty_data (test.test_statistics.TestMedianLow.test_empty_data)
PASS: test_even_decimals (test.test_statistics.TestMedianLow.test_even_decimals)
PASS: test_even_fractions (test.test_statistics.TestMedianLow.test_even_fractions)
PASS: test_even_ints (test.test_statistics.TestMedianLow.test_even_ints)
PASS: test_no_args (test.test_statistics.TestMedianLow.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMedianLow.test_no_inplace_modifications)
PASS: test_odd_decimals (test.test_statistics.TestMedianLow.test_odd_decimals)
PASS: test_odd_fractions (test.test_statistics.TestMedianLow.test_odd_fractions)
PASS: test_odd_ints (test.test_statistics.TestMedianLow.test_odd_ints)
PASS: test_order_doesnt_matter (test.test_statistics.TestMedianLow.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMedianLow.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestMedianLow.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMedianLow.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestMedianLow.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMedianLow.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestMedianLow.test_types_conserved)
PASS: test_bad_arg_types (test.test_statistics.TestMode.test_bad_arg_types)
PASS: test_bimodal_data (test.test_statistics.TestMode.test_bimodal_data)
PASS: test_counter_data (test.test_statistics.TestMode.test_counter_data)
PASS: test_discrete_data (test.test_statistics.TestMode.test_discrete_data)
PASS: test_empty_data (test.test_statistics.TestMode.test_empty_data)
PASS: test_no_args (test.test_statistics.TestMode.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestMode.test_no_inplace_modifications)
PASS: test_nominal_data (test.test_statistics.TestMode.test_nominal_data)
PASS: test_none_data (test.test_statistics.TestMode.test_none_data)
PASS: test_order_doesnt_matter (test.test_statistics.TestMode.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestMode.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestMode.test_repeated_single_value)
PASS: test_single_value (test.test_statistics.TestMode.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestMode.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestMode.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestMode.test_types_conserved)
PASS: test_unique_data (test.test_statistics.TestMode.test_unique_data)
PASS: test_c_functions (test.test_statistics.TestModules.test_c_functions)
PASS: test_py_functions (test.test_statistics.TestModules.test_py_functions)
PASS: test_basics (test.test_statistics.TestMultiMode.test_basics)
PASS: test_alternative_constructor (test.test_statistics.TestNormalDistC.test_alternative_constructor)
PASS: test_cdf (test.test_statistics.TestNormalDistC.test_cdf)
PASS: test_copy (test.test_statistics.TestNormalDistC.test_copy)
PASS: test_equality (test.test_statistics.TestNormalDistC.test_equality)
PASS: test_hashability (test.test_statistics.TestNormalDistC.test_hashability)
PASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistC.test_instantiation_and_attributes)
SKIP: test_inv_cdf (test.test_statistics.TestNormalDistC.test_inv_cdf) "resource 'cpu' is not enabled"
PASS: test_overlap (test.test_statistics.TestNormalDistC.test_overlap)
PASS: test_pdf (test.test_statistics.TestNormalDistC.test_pdf)
PASS: test_pickle (test.test_statistics.TestNormalDistC.test_pickle)
PASS: test_properties (test.test_statistics.TestNormalDistC.test_properties)
PASS: test_quantiles (test.test_statistics.TestNormalDistC.test_quantiles)
PASS: test_repr (test.test_statistics.TestNormalDistC.test_repr)
PASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistC.test_same_type_addition_and_subtraction)
PASS: test_sample_generation (test.test_statistics.TestNormalDistC.test_sample_generation)
PASS: test_slots (test.test_statistics.TestNormalDistC.test_slots)
PASS: test_translation_and_scaling (test.test_statistics.TestNormalDistC.test_translation_and_scaling)
PASS: test_unary_operations (test.test_statistics.TestNormalDistC.test_unary_operations)
PASS: test_zscore (test.test_statistics.TestNormalDistC.test_zscore)
PASS: test_alternative_constructor (test.test_statistics.TestNormalDistPython.test_alternative_constructor)
PASS: test_cdf (test.test_statistics.TestNormalDistPython.test_cdf)
PASS: test_copy (test.test_statistics.TestNormalDistPython.test_copy)
PASS: test_equality (test.test_statistics.TestNormalDistPython.test_equality)
PASS: test_hashability (test.test_statistics.TestNormalDistPython.test_hashability)
PASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistPython.test_instantiation_and_attributes)
SKIP: test_inv_cdf (test.test_statistics.TestNormalDistPython.test_inv_cdf) "resource 'cpu' is not enabled"
PASS: test_overlap (test.test_statistics.TestNormalDistPython.test_overlap)
PASS: test_pdf (test.test_statistics.TestNormalDistPython.test_pdf)
PASS: test_pickle (test.test_statistics.TestNormalDistPython.test_pickle)
PASS: test_properties (test.test_statistics.TestNormalDistPython.test_properties)
PASS: test_quantiles (test.test_statistics.TestNormalDistPython.test_quantiles)
PASS: test_repr (test.test_statistics.TestNormalDistPython.test_repr)
PASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistPython.test_same_type_addition_and_subtraction)
PASS: test_sample_generation (test.test_statistics.TestNormalDistPython.test_sample_generation)
PASS: test_slots (test.test_statistics.TestNormalDistPython.test_slots)
PASS: test_translation_and_scaling (test.test_statistics.TestNormalDistPython.test_translation_and_scaling)
PASS: test_unary_operations (test.test_statistics.TestNormalDistPython.test_unary_operations)
PASS: test_zscore (test.test_statistics.TestNormalDistPython.test_zscore)
PASS: test_error_msg_numeric (test.test_statistics.TestNumericTestCase.test_error_msg_numeric)
PASS: test_error_msg_sequence (test.test_statistics.TestNumericTestCase.test_error_msg_sequence)
PASS: test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase.test_numerictestcase_is_testcase)
PASS: test_bad_arg_types (test.test_statistics.TestPStdev.test_bad_arg_types)
PASS: test_center_not_at_mean (test.test_statistics.TestPStdev.test_center_not_at_mean)
PASS: test_compare_to_variance (test.test_statistics.TestPStdev.test_compare_to_variance)
PASS: test_domain_error_regression (test.test_statistics.TestPStdev.test_domain_error_regression)
PASS: test_empty_data (test.test_statistics.TestPStdev.test_empty_data)
PASS: test_gh_140938 (test.test_statistics.TestPStdev.test_gh_140938)
PASS: test_iter_list_same (test.test_statistics.TestPStdev.test_iter_list_same)
PASS: test_no_args (test.test_statistics.TestPStdev.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestPStdev.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestPStdev.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestPStdev.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestPStdev.test_repeated_single_value)
PASS: test_shift_data (test.test_statistics.TestPStdev.test_shift_data)
PASS: test_shift_data_exact (test.test_statistics.TestPStdev.test_shift_data_exact)
PASS: test_single_value (test.test_statistics.TestPStdev.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestPStdev.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestPStdev.test_type_of_data_element)
PASS: test_accuracy_bug_20499 (test.test_statistics.TestPVariance.test_accuracy_bug_20499)
PASS: test_bad_arg_types (test.test_statistics.TestPVariance.test_bad_arg_types)
PASS: test_decimals (test.test_statistics.TestPVariance.test_decimals)
PASS: test_domain_error_regression (test.test_statistics.TestPVariance.test_domain_error_regression)
PASS: test_empty_data (test.test_statistics.TestPVariance.test_empty_data)
PASS: test_exact_uniform (test.test_statistics.TestPVariance.test_exact_uniform)
PASS: test_fractions (test.test_statistics.TestPVariance.test_fractions)
PASS: test_ints (test.test_statistics.TestPVariance.test_ints)
PASS: test_iter_list_same (test.test_statistics.TestPVariance.test_iter_list_same)
PASS: test_no_args (test.test_statistics.TestPVariance.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestPVariance.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestPVariance.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestPVariance.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestPVariance.test_repeated_single_value)
PASS: test_shift_data (test.test_statistics.TestPVariance.test_shift_data)
PASS: test_shift_data_exact (test.test_statistics.TestPVariance.test_shift_data_exact)
PASS: test_single_value (test.test_statistics.TestPVariance.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestPVariance.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestPVariance.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestPVariance.test_types_conserved)
PASS: test_equal_inputs (test.test_statistics.TestQuantiles.test_equal_inputs)
PASS: test_equal_sized_groups (test.test_statistics.TestQuantiles.test_equal_sized_groups)
PASS: test_error_cases (test.test_statistics.TestQuantiles.test_error_cases)
PASS: test_specific_cases (test.test_statistics.TestQuantiles.test_specific_cases)
PASS: test_specific_cases_inclusive (test.test_statistics.TestQuantiles.test_specific_cases_inclusive)
PASS: testZeroes (test.test_statistics.TestSign.testZeroes)
PASS: test_decimal_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_decimal_sqrt_of_frac)
SKIP: test_float_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_float_sqrt_of_frac) "resource 'cpu' is not enabled"
PASS: test_integer_sqrt_of_frac_rto (test.test_statistics.TestSqrtHelpers.test_integer_sqrt_of_frac_rto)
PASS: test_bad_arg_types (test.test_statistics.TestStdev.test_bad_arg_types)
PASS: test_center_not_at_mean (test.test_statistics.TestStdev.test_center_not_at_mean)
PASS: test_compare_to_variance (test.test_statistics.TestStdev.test_compare_to_variance)
PASS: test_domain_error_regression (test.test_statistics.TestStdev.test_domain_error_regression)
PASS: test_empty_data (test.test_statistics.TestStdev.test_empty_data)
PASS: test_iter_list_same (test.test_statistics.TestStdev.test_iter_list_same)
PASS: test_no_args (test.test_statistics.TestStdev.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestStdev.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestStdev.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestStdev.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestStdev.test_repeated_single_value)
PASS: test_shift_data (test.test_statistics.TestStdev.test_shift_data)
PASS: test_shift_data_exact (test.test_statistics.TestStdev.test_shift_data_exact)
PASS: test_single_value (test.test_statistics.TestStdev.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestStdev.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestStdev.test_type_of_data_element)
PASS: test_bytes_fail (test.test_statistics.TestSum.test_bytes_fail)
PASS: test_compare_with_math_fsum (test.test_statistics.TestSum.test_compare_with_math_fsum)
PASS: test_decimals (test.test_statistics.TestSum.test_decimals)
PASS: test_empty_data (test.test_statistics.TestSum.test_empty_data)
PASS: test_floats (test.test_statistics.TestSum.test_floats)
PASS: test_fractions (test.test_statistics.TestSum.test_fractions)
PASS: test_ints (test.test_statistics.TestSum.test_ints)
PASS: test_mixed_sum (test.test_statistics.TestSum.test_mixed_sum)
PASS: test_strings_fail (test.test_statistics.TestSum.test_strings_fail)
PASS: test_accuracy_bug_20499 (test.test_statistics.TestVariance.test_accuracy_bug_20499)
PASS: test_bad_arg_types (test.test_statistics.TestVariance.test_bad_arg_types)
PASS: test_center_not_at_mean (test.test_statistics.TestVariance.test_center_not_at_mean)
PASS: test_decimals (test.test_statistics.TestVariance.test_decimals)
PASS: test_domain_error_regression (test.test_statistics.TestVariance.test_domain_error_regression)
PASS: test_empty_data (test.test_statistics.TestVariance.test_empty_data)
PASS: test_fractions (test.test_statistics.TestVariance.test_fractions)
PASS: test_ints (test.test_statistics.TestVariance.test_ints)
PASS: test_iter_list_same (test.test_statistics.TestVariance.test_iter_list_same)
PASS: test_no_args (test.test_statistics.TestVariance.test_no_args)
PASS: test_no_inplace_modifications (test.test_statistics.TestVariance.test_no_inplace_modifications)
PASS: test_order_doesnt_matter (test.test_statistics.TestVariance.test_order_doesnt_matter)
PASS: test_range_data (test.test_statistics.TestVariance.test_range_data)
PASS: test_repeated_single_value (test.test_statistics.TestVariance.test_repeated_single_value)
PASS: test_shift_data (test.test_statistics.TestVariance.test_shift_data)
PASS: test_shift_data_exact (test.test_statistics.TestVariance.test_shift_data_exact)
PASS: test_single_value (test.test_statistics.TestVariance.test_single_value)
PASS: test_type_of_data_collection (test.test_statistics.TestVariance.test_type_of_data_collection)
PASS: test_type_of_data_element (test.test_statistics.TestVariance.test_type_of_data_element)
PASS: test_types_conserved (test.test_statistics.TestVariance.test_types_conserved)
assertApproxEqual (test.test_statistics.NumericTestCase)
PASS: Doctest: test.test_statistics.NumericTestCase.assertApproxEqual
_DoNothing (test.test_statistics)
PASS: Doctest: test.test_statistics._DoNothing
_calc_errors (test.test_statistics)
PASS: Doctest: test.test_statistics._calc_errors
_nan_equal (test.test_statistics)
PASS: Doctest: test.test_statistics._nan_equal
approx_equal (test.test_statistics)
PASS: Doctest: test.test_statistics.approx_equal
statistics ()
PASS: Doctest: statistics
overlap (statistics.NormalDist)
PASS: Doctest: statistics.NormalDist.overlap
_exact_ratio (statistics)
PASS: Doctest: statistics._exact_ratio
_rank (statistics)
PASS: Doctest: statistics._rank
_sum (statistics)
PASS: Doctest: statistics._sum
correlation (statistics)
PASS: Doctest: statistics.correlation
covariance (statistics)
PASS: Doctest: statistics.covariance
fmean (statistics)
PASS: Doctest: statistics.fmean
geometric_mean (statistics)
PASS: Doctest: statistics.geometric_mean
harmonic_mean (statistics)
PASS: Doctest: statistics.harmonic_mean
kde (statistics)
PASS: Doctest: statistics.kde
kde_random (statistics)
PASS: Doctest: statistics.kde_random
linear_regression (statistics)
PASS: Doctest: statistics.linear_regression
mean (statistics)
PASS: Doctest: statistics.mean
median (statistics)
PASS: Doctest: statistics.median
median_grouped (statistics)
PASS: Doctest: statistics.median_grouped
median_high (statistics)
PASS: Doctest: statistics.median_high
median_low (statistics)
PASS: Doctest: statistics.median_low
mode (statistics)
PASS: Doctest: statistics.mode
multimode (statistics)
PASS: Doctest: statistics.multimode
pstdev (statistics)
PASS: Doctest: statistics.pstdev
pvariance (statistics)
PASS: Doctest: statistics.pvariance
stdev (statistics)
PASS: Doctest: statistics.stdev
variance (statistics)
PASS: Doctest: statistics.variance

----------------------------------------------------------------------
Ran 400 tests in 1.479s

OK (skipped=5)
0:03:55 load avg: 2.96 [373/486] test_strftime passed
test_strftime (test.test_strftime.StrftimeTest.test_strftime) ... strftime test for Fri Apr 24 08:12:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
Strftime test, platform: linux, Python version: 3.14.4
strftime test for Mon Dec 30 18:37:31 2024
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 024, but got 24
strftime test for Tue Dec 31 17:38:40 2024
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 024, but got 24
strftime test for Wed Jan  1 16:39:49 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Jan 01 16:39:49 2025, but got Wed Jan  1 16:39:49 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jan  2 15:40:58 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Jan 02 15:40:58 2025, but got Thu Jan  2 15:40:58 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jan  3 14:42:07 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Jan 03 14:42:07 2025, but got Fri Jan  3 14:42:07 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jan  4 13:43:16 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Jan 04 13:43:16 2025, but got Sat Jan  4 13:43:16 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jan  5 12:44:25 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Jan 05 12:44:25 2025, but got Sun Jan  5 12:44:25 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jan  6 11:45:34 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Jan 06 11:45:34 2025, but got Mon Jan  6 11:45:34 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jan  7 10:46:43 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Jan 07 10:46:43 2025, but got Tue Jan  7 10:46:43 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jan  8 09:47:52 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Jan 08 09:47:52 2025, but got Wed Jan  8 09:47:52 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jan  9 08:49:01 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Jan 09 08:49:01 2025, but got Thu Jan  9 08:49:01 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jan 10 07:50:10 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jan 11 06:51:19 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jan 12 05:52:28 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jan 13 04:53:37 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jan 14 03:54:46 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jan 15 02:55:55 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jan 16 01:57:04 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jan 17 00:58:13 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jan 17 23:59:22 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jan 18 23:00:31 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jan 19 22:01:40 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jan 20 21:02:49 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jan 21 20:03:58 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jan 22 19:05:07 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Apr  5 16:32:31 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Apr 05 16:32:31 2025, but got Sat Apr  5 16:32:31 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Apr  6 15:33:40 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Apr 06 15:33:40 2025, but got Sun Apr  6 15:33:40 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Apr  7 14:34:49 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Apr 07 14:34:49 2025, but got Mon Apr  7 14:34:49 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Apr  8 13:35:58 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Apr 08 13:35:58 2025, but got Tue Apr  8 13:35:58 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Apr  9 12:37:07 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Apr 09 12:37:07 2025, but got Wed Apr  9 12:37:07 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Apr 10 11:38:16 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Apr 11 10:39:25 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Apr 12 09:40:34 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Apr 13 08:41:43 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Apr 14 07:42:52 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Apr 15 06:44:01 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Apr 16 05:45:10 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Apr 17 04:46:19 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Apr 18 03:47:28 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Apr 19 02:48:37 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Apr 20 01:49:46 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Apr 21 00:50:55 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Apr 21 23:52:04 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Apr 22 22:53:13 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Apr 23 21:54:22 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Apr 24 20:55:31 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Apr 25 19:56:40 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Apr 26 18:57:49 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Apr 27 17:58:58 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Apr 28 17:00:07 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jul 10 14:27:31 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jul 11 13:28:40 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jul 12 12:29:49 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jul 13 11:30:58 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jul 14 10:32:07 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jul 15 09:33:16 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jul 16 08:34:25 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jul 17 07:35:34 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jul 18 06:36:43 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jul 19 05:37:52 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jul 20 04:39:01 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jul 21 03:40:10 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jul 22 02:41:19 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jul 23 01:42:28 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jul 24 00:43:37 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jul 24 23:44:46 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Jul 25 22:45:55 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Jul 26 21:47:04 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jul 27 20:48:13 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Jul 28 19:49:22 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Jul 29 18:50:31 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Jul 30 17:51:40 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Jul 31 16:52:49 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Aug  1 15:53:58 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Aug 01 15:53:58 2025, but got Fri Aug  1 15:53:58 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Aug  2 14:55:07 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Aug 02 14:55:07 2025, but got Sat Aug  2 14:55:07 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Oct 14 12:22:31 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Oct 15 11:23:40 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Oct 16 10:24:49 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Oct 17 09:25:58 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Oct 18 08:27:07 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Oct 19 07:28:16 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Oct 20 06:29:25 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Oct 21 05:30:34 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Oct 22 04:31:43 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Oct 23 03:32:52 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Oct 24 02:34:01 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Oct 25 01:35:10 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Oct 26 00:36:19 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Oct 26 23:37:28 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Oct 27 22:38:37 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Oct 28 21:39:46 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Oct 29 20:40:55 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Oct 30 19:42:04 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Fri Oct 31 18:43:13 2025
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sat Nov  1 17:44:22 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Nov 01 17:44:22 2025, but got Sat Nov  1 17:44:22 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Nov  2 16:45:31 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Nov 02 16:45:31 2025, but got Sun Nov  2 16:45:31 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Mon Nov  3 15:46:40 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Nov 03 15:46:40 2025, but got Mon Nov  3 15:46:40 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Tue Nov  4 14:47:49 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Nov 04 14:47:49 2025, but got Tue Nov  4 14:47:49 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Wed Nov  5 13:48:58 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Nov 05 13:48:58 2025, but got Wed Nov  5 13:48:58 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Thu Nov  6 12:50:07 2025
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Nov 06 12:50:07 2025, but got Thu Nov  6 12:50:07 2025
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 025, but got 25
strftime test for Sun Jan 18 10:17:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Jan 19 09:18:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Jan 20 08:19:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Jan 21 07:20:58 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Jan 22 06:22:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Jan 23 05:23:16 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Jan 24 04:24:25 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Jan 25 03:25:34 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Jan 26 02:26:43 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Jan 27 01:27:52 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Jan 28 00:29:01 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Jan 28 23:30:10 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Jan 29 22:31:19 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Jan 30 21:32:28 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Jan 31 20:33:37 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Feb  1 19:34:46 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Feb 01 19:34:46 2026, but got Sun Feb  1 19:34:46 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Feb  2 18:35:55 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Feb 02 18:35:55 2026, but got Mon Feb  2 18:35:55 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Feb  3 17:37:04 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Feb 03 17:37:04 2026, but got Tue Feb  3 17:37:04 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Feb  4 16:38:13 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Feb 04 16:38:13 2026, but got Wed Feb  4 16:38:13 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Feb  5 15:39:22 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Feb 05 15:39:22 2026, but got Thu Feb  5 15:39:22 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Feb  6 14:40:31 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Feb 06 14:40:31 2026, but got Fri Feb  6 14:40:31 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Feb  7 13:41:40 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Feb 07 13:41:40 2026, but got Sat Feb  7 13:41:40 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Feb  8 12:42:49 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Feb 08 12:42:49 2026, but got Sun Feb  8 12:42:49 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Feb  9 11:43:58 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Feb 09 11:43:58 2026, but got Mon Feb  9 11:43:58 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Feb 10 10:45:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Apr 24 08:12:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Apr 25 07:13:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Apr 26 06:14:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Apr 27 05:15:58 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Apr 28 04:17:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Apr 29 03:18:16 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Apr 30 02:19:25 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri May  1 01:20:34 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri May 01 01:20:34 2026, but got Fri May  1 01:20:34 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat May  2 00:21:43 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat May 02 00:21:43 2026, but got Sat May  2 00:21:43 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat May  2 23:22:52 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat May 02 23:22:52 2026, but got Sat May  2 23:22:52 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun May  3 22:24:01 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun May 03 22:24:01 2026, but got Sun May  3 22:24:01 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon May  4 21:25:10 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon May 04 21:25:10 2026, but got Mon May  4 21:25:10 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue May  5 20:26:19 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue May 05 20:26:19 2026, but got Tue May  5 20:26:19 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed May  6 19:27:28 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed May 06 19:27:28 2026, but got Wed May  6 19:27:28 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu May  7 18:28:37 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu May 07 18:28:37 2026, but got Thu May  7 18:28:37 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri May  8 17:29:46 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri May 08 17:29:46 2026, but got Fri May  8 17:29:46 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat May  9 16:30:55 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat May 09 16:30:55 2026, but got Sat May  9 16:30:55 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun May 10 15:32:04 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon May 11 14:33:13 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue May 12 13:34:22 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed May 13 12:35:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu May 14 11:36:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri May 15 10:37:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat May 16 09:38:58 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun May 17 08:40:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Jul 29 06:07:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Jul 30 05:08:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Jul 31 04:09:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Aug  1 03:10:58 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Aug 01 03:10:58 2026, but got Sat Aug  1 03:10:58 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Aug  2 02:12:07 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Aug 02 02:12:07 2026, but got Sun Aug  2 02:12:07 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Aug  3 01:13:16 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Aug 03 01:13:16 2026, but got Mon Aug  3 01:13:16 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Aug  4 00:14:25 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Aug 04 00:14:25 2026, but got Tue Aug  4 00:14:25 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Aug  4 23:15:34 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Aug 04 23:15:34 2026, but got Tue Aug  4 23:15:34 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Aug  5 22:16:43 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Aug 05 22:16:43 2026, but got Wed Aug  5 22:16:43 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Aug  6 21:17:52 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Aug 06 21:17:52 2026, but got Thu Aug  6 21:17:52 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Aug  7 20:19:01 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Aug 07 20:19:01 2026, but got Fri Aug  7 20:19:01 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Aug  8 19:20:10 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Aug 08 19:20:10 2026, but got Sat Aug  8 19:20:10 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Aug  9 18:21:19 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Aug 09 18:21:19 2026, but got Sun Aug  9 18:21:19 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Aug 10 17:22:28 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Aug 11 16:23:37 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Aug 12 15:24:46 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Aug 13 14:25:55 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Aug 14 13:27:04 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Aug 15 12:28:13 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Aug 16 11:29:22 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Aug 17 10:30:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Aug 18 09:31:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Aug 19 08:32:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Aug 20 07:33:58 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Aug 21 06:35:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Nov  2 04:02:31 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Nov 02 04:02:31 2026, but got Mon Nov  2 04:02:31 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Nov  3 03:03:40 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Nov 03 03:03:40 2026, but got Tue Nov  3 03:03:40 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Nov  4 02:04:49 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Nov 04 02:04:49 2026, but got Wed Nov  4 02:04:49 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Nov  5 01:05:58 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Nov 05 01:05:58 2026, but got Thu Nov  5 01:05:58 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Nov  6 00:07:07 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Nov 06 00:07:07 2026, but got Fri Nov  6 00:07:07 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Nov  6 23:08:16 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Nov 06 23:08:16 2026, but got Fri Nov  6 23:08:16 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Nov  7 22:09:25 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Nov 07 22:09:25 2026, but got Sat Nov  7 22:09:25 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Nov  8 21:10:34 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Nov 08 21:10:34 2026, but got Sun Nov  8 21:10:34 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Nov  9 20:11:43 2026
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Nov 09 20:11:43 2026, but got Mon Nov  9 20:11:43 2026
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Nov 10 19:12:52 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Nov 11 18:14:01 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Nov 12 17:15:10 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Nov 13 16:16:19 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Nov 14 15:17:28 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Nov 15 14:18:37 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Nov 16 13:19:46 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Nov 17 12:20:55 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Nov 18 11:22:04 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Thu Nov 19 10:23:13 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Fri Nov 20 09:24:22 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Nov 21 08:25:31 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sun Nov 22 07:26:40 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Mon Nov 23 06:27:49 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Tue Nov 24 05:28:58 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Wed Nov 25 04:30:07 2026
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 026, but got 26
strftime test for Sat Feb  6 01:57:31 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Feb 06 01:57:31 2027, but got Sat Feb  6 01:57:31 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun Feb  7 00:58:40 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Feb 07 00:58:40 2027, but got Sun Feb  7 00:58:40 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun Feb  7 23:59:49 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sun Feb 07 23:59:49 2027, but got Sun Feb  7 23:59:49 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon Feb  8 23:00:58 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Feb 08 23:00:58 2027, but got Mon Feb  8 23:00:58 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue Feb  9 22:02:07 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Feb 09 22:02:07 2027, but got Tue Feb  9 22:02:07 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed Feb 10 21:03:16 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu Feb 11 20:04:25 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri Feb 12 19:05:34 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat Feb 13 18:06:43 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun Feb 14 17:07:52 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon Feb 15 16:09:01 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue Feb 16 15:10:10 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed Feb 17 14:11:19 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu Feb 18 13:12:28 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri Feb 19 12:13:37 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat Feb 20 11:14:46 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun Feb 21 10:15:55 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon Feb 22 09:17:04 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue Feb 23 08:18:13 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed Feb 24 07:19:22 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu Feb 25 06:20:31 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri Feb 26 05:21:40 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat Feb 27 04:22:49 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun Feb 28 03:23:58 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon Mar  1 02:25:07 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Mon Mar 01 02:25:07 2027, but got Mon Mar  1 02:25:07 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed May 12 23:52:31 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu May 13 22:53:40 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri May 14 21:54:49 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat May 15 20:55:58 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun May 16 19:57:07 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon May 17 18:58:16 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue May 18 17:59:25 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed May 19 17:00:34 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu May 20 16:01:43 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri May 21 15:02:52 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat May 22 14:04:01 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun May 23 13:05:10 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon May 24 12:06:19 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue May 25 11:07:28 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed May 26 10:08:37 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu May 27 09:09:46 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri May 28 08:10:55 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat May 29 07:12:04 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sun May 30 06:13:13 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Mon May 31 05:14:22 2027
Supports nonstandard '%c' format (near-asctime() format)
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Tue Jun  1 04:15:31 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Tue Jun 01 04:15:31 2027, but got Tue Jun  1 04:15:31 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Wed Jun  2 03:16:40 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Wed Jun 02 03:16:40 2027, but got Wed Jun  2 03:16:40 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Thu Jun  3 02:17:49 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Thu Jun 03 02:17:49 2027, but got Thu Jun  3 02:17:49 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Fri Jun  4 01:18:58 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Fri Jun 04 01:18:58 2027, but got Fri Jun  4 01:18:58 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
strftime test for Sat Jun  5 00:20:07 2027
Conflict for nonstandard '%c' format (near-asctime() format):
  Expected Sat Jun 05 00:20:07 2027, but got Sat Jun  5 00:20:07 2027
Supports nonstandard '%x' format (%m/%d/%y %H:%M:%S)
Supports nonstandard '%Z' format (time zone name)
Supports nonstandard '%D' format (mm/dd/yy)
Supports nonstandard '%e' format (day of month as number, blank padded ( 0-31))
Supports nonstandard '%h' format (abbreviated month name)
Does not appear to support '%k' format (hour, blank padded ( 0-23))
Supports nonstandard '%n' format (newline character)
Supports nonstandard '%r' format (%I:%M:%S %p)
Supports nonstandard '%R' format (%H:%M)
Supports nonstandard '%s' format (seconds since the Epoch in UCT)
Supports nonstandard '%t' format (tab character)
Supports nonstandard '%T' format (%H:%M:%S)
Conflict for nonstandard '%3y' format (year without century rendered using fieldwidth):
  Expected 027, but got 27
ok
PASS: test_y_1900 (test.test_strftime.Y1900Tests.test_y_1900)
PASS: test_y_after_1900 (test.test_strftime.Y1900Tests.test_y_after_1900)
PASS: test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900)

----------------------------------------------------------------------
Ran 4 tests in 0.119s

OK
0:03:56 load avg: 2.97 [374/486] test_string passed
PASS: test_lazy_import (test.test_string.test_string.LazyImportTest.test_lazy_import)
PASS: test_attrs (test.test_string.test_string.ModuleTest.test_attrs)
PASS: test_auto_numbering (test.test_string.test_string.ModuleTest.test_auto_numbering)
PASS: test_auto_numbering_lookup (test.test_string.test_string.ModuleTest.test_auto_numbering_lookup)
PASS: test_auto_numbering_reenterability (test.test_string.test_string.ModuleTest.test_auto_numbering_reenterability)
PASS: test_basic_formatter (test.test_string.test_string.ModuleTest.test_basic_formatter)
PASS: test_capwords (test.test_string.test_string.ModuleTest.test_capwords)
PASS: test_check_unused_args (test.test_string.test_string.ModuleTest.test_check_unused_args)
PASS: test_conversion_specifiers (test.test_string.test_string.ModuleTest.test_conversion_specifiers)
PASS: test_format_keyword_arguments (test.test_string.test_string.ModuleTest.test_format_keyword_arguments)
PASS: test_index_lookup (test.test_string.test_string.ModuleTest.test_index_lookup)
PASS: test_name_lookup (test.test_string.test_string.ModuleTest.test_name_lookup)
PASS: test_override_convert_field (test.test_string.test_string.ModuleTest.test_override_convert_field)
PASS: test_override_format_field (test.test_string.test_string.ModuleTest.test_override_format_field)
PASS: test_override_get_value (test.test_string.test_string.ModuleTest.test_override_get_value)
PASS: test_override_parse (test.test_string.test_string.ModuleTest.test_override_parse)
PASS: test_vformat_recursion_limit (test.test_string.test_string.ModuleTest.test_vformat_recursion_limit)
PASS: test_SafeTemplate (test.test_string.test_string.TestTemplate.test_SafeTemplate)
PASS: test_braced_override (test.test_string.test_string.TestTemplate.test_braced_override)
PASS: test_braced_override_safe (test.test_string.test_string.TestTemplate.test_braced_override_safe)
PASS: test_delimiter_override (test.test_string.test_string.TestTemplate.test_delimiter_override)
PASS: test_escapes (test.test_string.test_string.TestTemplate.test_escapes)
PASS: test_flags_override (test.test_string.test_string.TestTemplate.test_flags_override)
PASS: test_get_identifiers (test.test_string.test_string.TestTemplate.test_get_identifiers)
PASS: test_idpattern_override (test.test_string.test_string.TestTemplate.test_idpattern_override)
PASS: test_idpattern_override_inside_outside (test.test_string.test_string.TestTemplate.test_idpattern_override_inside_outside)
PASS: test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.test_string.TestTemplate.test_idpattern_override_inside_outside_invalid_unbraced)
PASS: test_invalid_placeholders (test.test_string.test_string.TestTemplate.test_invalid_placeholders)
PASS: test_invalid_with_no_lines (test.test_string.test_string.TestTemplate.test_invalid_with_no_lines)
PASS: test_is_valid (test.test_string.test_string.TestTemplate.test_is_valid)
PASS: test_keyword_arguments (test.test_string.test_string.TestTemplate.test_keyword_arguments)
PASS: test_keyword_arguments_safe (test.test_string.test_string.TestTemplate.test_keyword_arguments_safe)
PASS: test_pattern_override (test.test_string.test_string.TestTemplate.test_pattern_override)
PASS: test_percents (test.test_string.test_string.TestTemplate.test_percents)
PASS: test_regular_templates (test.test_string.test_string.TestTemplate.test_regular_templates)
PASS: test_regular_templates_with_braces (test.test_string.test_string.TestTemplate.test_regular_templates_with_braces)
PASS: test_regular_templates_with_non_letters (test.test_string.test_string.TestTemplate.test_regular_templates_with_non_letters)
PASS: test_regular_templates_with_upper_case (test.test_string.test_string.TestTemplate.test_regular_templates_with_upper_case)
PASS: test_stringification (test.test_string.test_string.TestTemplate.test_stringification)
PASS: test_tupleargs (test.test_string.test_string.TestTemplate.test_tupleargs)
PASS: test_unicode_values (test.test_string.test_string.TestTemplate.test_unicode_values)
PASS: test_abc (test.test_string.test_templatelib.TemplateIterTests.test_abc)
PASS: test_exhausted (test.test_string.test_templatelib.TemplateIterTests.test_exhausted)
PASS: test_final (test.test_string.test_templatelib.TemplateIterTests.test_final)
PASS: test_iter (test.test_string.test_templatelib.TemplateIterTests.test_iter)
PASS: test_convert (test.test_string.test_templatelib.TestFunctions.test_convert)
PASS: test_basic_creation (test.test_string.test_templatelib.TestTemplate.test_basic_creation)
PASS: test_common (test.test_string.test_templatelib.TestTemplate.test_common)
PASS: test_creation_interleaving (test.test_string.test_templatelib.TestTemplate.test_creation_interleaving)
PASS: test_final_types (test.test_string.test_templatelib.TestTemplate.test_final_types)
PASS: test_interpolation_creation (test.test_string.test_templatelib.TestTemplate.test_interpolation_creation)
PASS: test_pickle_interpolation (test.test_string.test_templatelib.TestTemplate.test_pickle_interpolation)
PASS: test_pickle_template (test.test_string.test_templatelib.TestTemplate.test_pickle_template)
PASS: test_template_values (test.test_string.test_templatelib.TestTemplate.test_template_values)

----------------------------------------------------------------------
Ran 54 tests in 0.112s

OK
0:03:56 load avg: 2.97 [375/486] test_string_literals passed
PASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals.test_eval_bytes_incomplete)
PASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_escape)
PASS: test_eval_bytes_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_octal_escape)
PASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals.test_eval_bytes_normal)
PASS: test_eval_bytes_raw (test.test_string_literals.TestLiterals.test_eval_bytes_raw)
PASS: test_eval_str_incomplete (test.test_string_literals.TestLiterals.test_eval_str_incomplete)
PASS: test_eval_str_invalid_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_escape)
PASS: test_eval_str_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_octal_escape)
PASS: test_eval_str_normal (test.test_string_literals.TestLiterals.test_eval_str_normal)
PASS: test_eval_str_raw (test.test_string_literals.TestLiterals.test_eval_str_raw)
PASS: test_eval_str_u (test.test_string_literals.TestLiterals.test_eval_str_u)
PASS: test_file_iso_8859_1 (test.test_string_literals.TestLiterals.test_file_iso_8859_1)
PASS: test_file_latin9 (test.test_string_literals.TestLiterals.test_file_latin9)
PASS: test_file_latin_1 (test.test_string_literals.TestLiterals.test_file_latin_1)
PASS: test_file_utf8 (test.test_string_literals.TestLiterals.test_file_utf8)
PASS: test_file_utf_8 (test.test_string_literals.TestLiterals.test_file_utf_8)
PASS: test_file_utf_8_error (test.test_string_literals.TestLiterals.test_file_utf_8_error)
PASS: test_invalid_escape_locations_with_offset (test.test_string_literals.TestLiterals.test_invalid_escape_locations_with_offset)
PASS: test_template (test.test_string_literals.TestLiterals.test_template)
PASS: test_uppercase_prefixes (test.test_string_literals.TestLiterals.test_uppercase_prefixes)

----------------------------------------------------------------------
Ran 20 tests in 0.072s

OK
0:03:56 load avg: 2.97 [376/486] test_stringprep passed
PASS: test (test.test_stringprep.StringprepTests.test)

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
0:03:56 load avg: 2.97 [377/486] test_strptime passed
PASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests.test_TimeRE_recreation_locale)
PASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests.test_TimeRE_recreation_timezone)
PASS: test_new_localetime (test.test_strptime.CacheTests.test_new_localetime)
PASS: test_regex_cleanup (test.test_strptime.CacheTests.test_regex_cleanup)
PASS: test_time_re_recreation (test.test_strptime.CacheTests.test_time_re_recreation)
PASS: test_day_of_week_calculation (test.test_strptime.CalculationTests.test_day_of_week_calculation)
PASS: test_gregorian_calculation (test.test_strptime.CalculationTests.test_gregorian_calculation)
PASS: test_julian_calculation (test.test_strptime.CalculationTests.test_julian_calculation)
PASS: test_week_0 (test.test_strptime.CalculationTests.test_week_0)
PASS: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests.test_week_of_year_and_day_of_week_calculation)
PASS: test_all_julian_days (test.test_strptime.JulianTests.test_all_julian_days)
PASS: test_am_pm (test.test_strptime.LocaleTime_Tests.test_am_pm)
PASS: test_date_time (test.test_strptime.LocaleTime_Tests.test_date_time)
PASS: test_lang (test.test_strptime.LocaleTime_Tests.test_lang)
PASS: test_month (test.test_strptime.LocaleTime_Tests.test_month)
PASS: test_timezone (test.test_strptime.LocaleTime_Tests.test_timezone)
PASS: test_weekday (test.test_strptime.LocaleTime_Tests.test_weekday)
PASS: test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests.test_twelve_noon_midnight)
PASS: test_ValueError (test.test_strptime.StrptimeTests.test_ValueError)
PASS: test_bad_offset (test.test_strptime.StrptimeTests.test_bad_offset)
SKIP: test_bad_timezone (test.test_strptime.StrptimeTests.test_bad_timezone) 'need non-UTC/GMT timezone'
PASS: test_caseinsensitive (test.test_strptime.StrptimeTests.test_caseinsensitive)
PASS: test_date_locale (test.test_strptime.StrptimeTests.test_date_locale)
PASS: test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale)
PASS: test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2)
PASS: test_day (test.test_strptime.StrptimeTests.test_day)
PASS: test_defaults (test.test_strptime.StrptimeTests.test_defaults)
PASS: test_escaping (test.test_strptime.StrptimeTests.test_escaping)
PASS: test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests.test_feb29_on_leap_year_without_year)
PASS: test_fraction (test.test_strptime.StrptimeTests.test_fraction)
PASS: test_hour (test.test_strptime.StrptimeTests.test_hour)
PASS: test_hour_locale (test.test_strptime.StrptimeTests.test_hour_locale)
PASS: test_julian (test.test_strptime.StrptimeTests.test_julian)
PASS: test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests.test_mar1_comes_after_feb29_even_when_omitting_the_year)
PASS: test_minute (test.test_strptime.StrptimeTests.test_minute)
PASS: test_month (test.test_strptime.StrptimeTests.test_month)
PASS: test_month_locale (test.test_strptime.StrptimeTests.test_month_locale)
PASS: test_month_locale2 (test.test_strptime.StrptimeTests.test_month_locale2)
PASS: test_offset (test.test_strptime.StrptimeTests.test_offset)
PASS: test_percent (test.test_strptime.StrptimeTests.test_percent)
PASS: test_second (test.test_strptime.StrptimeTests.test_second)
PASS: test_strptime_exception_context (test.test_strptime.StrptimeTests.test_strptime_exception_context)
PASS: test_time_locale (test.test_strptime.StrptimeTests.test_time_locale)
PASS: test_timezone (test.test_strptime.StrptimeTests.test_timezone)
PASS: test_unconverteddata (test.test_strptime.StrptimeTests.test_unconverteddata)
PASS: test_weekday (test.test_strptime.StrptimeTests.test_weekday)
PASS: test_weekday_locale (test.test_strptime.StrptimeTests.test_weekday_locale)
PASS: test_year (test.test_strptime.StrptimeTests.test_year)
PASS: test_blankpattern (test.test_strptime.TimeRETests.test_blankpattern)
PASS: test_compile (test.test_strptime.TimeRETests.test_compile)
PASS: test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests.test_locale_data_w_regex_metacharacters)
PASS: test_matching_with_escapes (test.test_strptime.TimeRETests.test_matching_with_escapes)
PASS: test_pattern (test.test_strptime.TimeRETests.test_pattern)
PASS: test_pattern_escaping (test.test_strptime.TimeRETests.test_pattern_escaping)
PASS: test_whitespace_substitution (test.test_strptime.TimeRETests.test_whitespace_substitution)
PASS: test_basic (test.test_strptime.getlang_Tests.test_basic)

----------------------------------------------------------------------
Ran 56 tests in 0.100s

OK (skipped=1)
0:03:57 load avg: 2.97 [378/486] test_str passed
PASS: test___contains__ (test.test_str.StrTest.test___contains__)
PASS: test_adaptive_find (test.test_str.StrTest.test_adaptive_find)
PASS: test_add (test.test_str.StrTest.test_add)
PASS: test_additional_rsplit (test.test_str.StrTest.test_additional_rsplit)
PASS: test_additional_split (test.test_str.StrTest.test_additional_split)
PASS: test_ascii (test.test_str.StrTest.test_ascii)
PASS: test_bug1001011 (test.test_str.StrTest.test_bug1001011)
PASS: test_bytes_comparison (test.test_str.StrTest.test_bytes_comparison)
PASS: test_capitalize (test.test_str.StrTest.test_capitalize)
PASS: test_capitalize_nonascii (test.test_str.StrTest.test_capitalize_nonascii)
SKIP: test_case_operation_overflow (test.test_str.StrTest.test_case_operation_overflow) 'requires 32-bit system'
PASS: test_casefold (test.test_str.StrTest.test_casefold)
PASS: test_center (test.test_str.StrTest.test_center)
PASS: test_check_encoding_errors (test.test_str.StrTest.test_check_encoding_errors)
PASS: test_cmp (test.test_str.StrTest.test_cmp)
PASS: test_codecs (test.test_str.StrTest.test_codecs)
PASS: test_codecs_charmap (test.test_str.StrTest.test_codecs_charmap)
PASS: test_codecs_errors (test.test_str.StrTest.test_codecs_errors)
PASS: test_codecs_idna (test.test_str.StrTest.test_codecs_idna)
PASS: test_codecs_utf7 (test.test_str.StrTest.test_codecs_utf7)
PASS: test_codecs_utf8 (test.test_str.StrTest.test_codecs_utf8)
PASS: test_compare (test.test_str.StrTest.test_compare)
PASS: test_comparison (test.test_str.StrTest.test_comparison)
PASS: test_concatenation (test.test_str.StrTest.test_concatenation)
PASS: test_constructor (test.test_str.StrTest.test_constructor)
test_constructor_defaults (test.test_str.StrTest.test_constructor_defaults)
PASS: Check the constructor argument defaults.
test_constructor_keyword_args (test.test_str.StrTest.test_constructor_keyword_args)
PASS: Pass various keyword argument combinations to the constructor.
PASS: test_contains (test.test_str.StrTest.test_contains)
PASS: test_conversion (test.test_str.StrTest.test_conversion)
PASS: test_count (test.test_str.StrTest.test_count)
PASS: test_count_keyword (test.test_str.StrTest.test_count_keyword)
PASS: test_endswith (test.test_str.StrTest.test_endswith)
PASS: test_exhausted_iterator (test.test_str.StrTest.test_exhausted_iterator)
PASS: test_expandtabs (test.test_str.StrTest.test_expandtabs)
PASS: test_expandtabs_optimization (test.test_str.StrTest.test_expandtabs_optimization)
SKIP: test_expandtabs_overflows_gracefully (test.test_str.StrTest.test_expandtabs_overflows_gracefully) 'only applies to 32-bit platforms'
PASS: test_extended_getslice (test.test_str.StrTest.test_extended_getslice)
PASS: test_find (test.test_str.StrTest.test_find)
PASS: test_find_etc_raise_correct_error_messages (test.test_str.StrTest.test_find_etc_raise_correct_error_messages)
PASS: test_find_many_lengths (test.test_str.StrTest.test_find_many_lengths)
test_find_periodic_pattern (test.test_str.StrTest.test_find_periodic_pattern)
PASS: Cover the special path for periodic patterns.
test_find_shift_table_overflow (test.test_str.StrTest.test_find_shift_table_overflow)
PASS: When the table of 8-bit shifts overflows.
PASS: test_find_with_memory (test.test_str.StrTest.test_find_with_memory)
PASS: test_fixtype (test.test_str.StrTest.test_fixtype)
PASS: test_floatformatting (test.test_str.StrTest.test_floatformatting)
PASS: test_format (test.test_str.StrTest.test_format)
PASS: test_format_auto_numbering (test.test_str.StrTest.test_format_auto_numbering)
PASS: test_format_float (test.test_str.StrTest.test_format_float)
PASS: test_format_huge_item_number (test.test_str.StrTest.test_format_huge_item_number)
PASS: test_format_huge_precision (test.test_str.StrTest.test_format_huge_precision)
PASS: test_format_huge_width (test.test_str.StrTest.test_format_huge_width)
PASS: test_format_map (test.test_str.StrTest.test_format_map)
PASS: test_format_subclass (test.test_str.StrTest.test_format_subclass)
PASS: test_formatting (test.test_str.StrTest.test_formatting)
PASS: test_formatting_c_limits (test.test_str.StrTest.test_formatting_c_limits)
PASS: test_formatting_huge_precision (test.test_str.StrTest.test_formatting_huge_precision)
PASS: test_formatting_huge_precision_c_limits (test.test_str.StrTest.test_formatting_huge_precision_c_limits)
PASS: test_formatting_huge_width (test.test_str.StrTest.test_formatting_huge_width)
PASS: test_formatting_with_enum (test.test_str.StrTest.test_formatting_with_enum)
PASS: test_free_after_iterating (test.test_str.StrTest.test_free_after_iterating)
PASS: test_getnewargs (test.test_str.StrTest.test_getnewargs)
PASS: test_hash (test.test_str.StrTest.test_hash)
PASS: test_index (test.test_str.StrTest.test_index)
PASS: test_inplace_rewrites (test.test_str.StrTest.test_inplace_rewrites)
test_invalid_cb_for_2bytes_seq (test.test_str.StrTest.test_invalid_cb_for_2bytes_seq)
PASS: Test that an 'invalid continuation byte' error is raised when the
test_invalid_cb_for_3bytes_seq (test.test_str.StrTest.test_invalid_cb_for_3bytes_seq)
PASS: Test that an 'invalid continuation byte' error is raised when the
test_invalid_cb_for_4bytes_seq (test.test_str.StrTest.test_invalid_cb_for_4bytes_seq)
PASS: Test that an 'invalid continuation byte' error is raised when the
test_invalid_start_byte (test.test_str.StrTest.test_invalid_start_byte)
PASS: Test that an 'invalid start byte' error is raised when the first byte
PASS: test_isalnum (test.test_str.StrTest.test_isalnum)
PASS: test_isalpha (test.test_str.StrTest.test_isalpha)
PASS: test_isascii (test.test_str.StrTest.test_isascii)
PASS: test_isdecimal (test.test_str.StrTest.test_isdecimal)
PASS: test_isdigit (test.test_str.StrTest.test_isdigit)
PASS: test_isidentifier (test.test_str.StrTest.test_isidentifier)
PASS: test_islower (test.test_str.StrTest.test_islower)
PASS: test_isnumeric (test.test_str.StrTest.test_isnumeric)
PASS: test_isprintable (test.test_str.StrTest.test_isprintable)
SKIP: test_isprintable_invariant (test.test_str.StrTest.test_isprintable_invariant) "resource 'cpu' is not enabled"
PASS: test_isspace (test.test_str.StrTest.test_isspace)
SKIP: test_isspace_invariant (test.test_str.StrTest.test_isspace_invariant) "resource 'cpu' is not enabled"
PASS: test_issue127903 (test.test_str.StrTest.test_issue127903)
PASS: test_issue18183 (test.test_str.StrTest.test_issue18183)
PASS: test_issue28598_strsubclass_rhs (test.test_str.StrTest.test_issue28598_strsubclass_rhs)
PASS: test_issue8271 (test.test_str.StrTest.test_issue8271)
PASS: test_istitle (test.test_str.StrTest.test_istitle)
PASS: test_isupper (test.test_str.StrTest.test_isupper)
PASS: test_iteration (test.test_str.StrTest.test_iteration)
PASS: test_iterators (test.test_str.StrTest.test_iterators)
PASS: test_iterators_invocation (test.test_str.StrTest.test_iterators_invocation)
PASS: test_join (test.test_str.StrTest.test_join)
SKIP: test_join_overflow (test.test_str.StrTest.test_join_overflow) 'needs too much memory on a 64-bit platform'
PASS: test_literals (test.test_str.StrTest.test_literals)
PASS: test_ljust (test.test_str.StrTest.test_ljust)
PASS: test_lower (test.test_str.StrTest.test_lower)
PASS: test_maketrans_translate (test.test_str.StrTest.test_maketrans_translate)
PASS: test_mul (test.test_str.StrTest.test_mul)
PASS: test_none_arguments (test.test_str.StrTest.test_none_arguments)
PASS: test_partition (test.test_str.StrTest.test_partition)
PASS: test_pickle_iterator (test.test_str.StrTest.test_pickle_iterator)
PASS: test_printable_repr (test.test_str.StrTest.test_printable_repr)
PASS: test_raiseMemError (test.test_str.StrTest.test_raiseMemError)
PASS: test_removeprefix (test.test_str.StrTest.test_removeprefix)
PASS: test_removesuffix (test.test_str.StrTest.test_removesuffix)
PASS: test_repeat_id_preserving (test.test_str.StrTest.test_repeat_id_preserving)
PASS: test_replace (test.test_str.StrTest.test_replace)
PASS: test_replace_id (test.test_str.StrTest.test_replace_id)
SKIP: test_replace_overflow (test.test_str.StrTest.test_replace_overflow) 'only applies to 32-bit platforms'
PASS: test_replace_uses_two_way_maxcount (test.test_str.StrTest.test_replace_uses_two_way_maxcount)
PASS: test_replacement_on_buffer_boundary (test.test_str.StrTest.test_replacement_on_buffer_boundary)
PASS: test_repr (test.test_str.StrTest.test_repr)
PASS: test_rfind (test.test_str.StrTest.test_rfind)
PASS: test_rindex (test.test_str.StrTest.test_rindex)
PASS: test_rjust (test.test_str.StrTest.test_rjust)
PASS: test_rpartition (test.test_str.StrTest.test_rpartition)
PASS: test_rsplit (test.test_str.StrTest.test_rsplit)
PASS: test_slice (test.test_str.StrTest.test_slice)
PASS: test_split (test.test_str.StrTest.test_split)
PASS: test_splitlines (test.test_str.StrTest.test_splitlines)
PASS: test_startswith (test.test_str.StrTest.test_startswith)
PASS: test_startswith_endswith_errors (test.test_str.StrTest.test_startswith_endswith_errors)
PASS: test_str_invalid_call (test.test_str.StrTest.test_str_invalid_call)
PASS: test_strip (test.test_str.StrTest.test_strip)
PASS: test_strip_whitespace (test.test_str.StrTest.test_strip_whitespace)
PASS: test_subclass_add (test.test_str.StrTest.test_subclass_add)
PASS: test_subscript (test.test_str.StrTest.test_subscript)
PASS: test_surrogates (test.test_str.StrTest.test_surrogates)
PASS: test_swapcase (test.test_str.StrTest.test_swapcase)
PASS: test_title (test.test_str.StrTest.test_title)
PASS: test_ucs4 (test.test_str.StrTest.test_ucs4)
test_unexpected_end_of_data (test.test_str.StrTest.test_unexpected_end_of_data)
PASS: Test that an 'unexpected end of data' error is raised when the string
PASS: test_unicode_repr (test.test_str.StrTest.test_unicode_repr)
PASS: test_upper (test.test_str.StrTest.test_upper)
PASS: test_utf8_decode_invalid_sequences (test.test_str.StrTest.test_utf8_decode_invalid_sequences)
PASS: test_utf8_decode_valid_sequences (test.test_str.StrTest.test_utf8_decode_valid_sequences)
PASS: test_zfill (test.test_str.StrTest.test_zfill)
PASS: test_formatter_field_name_split (test.test_str.StringModuleTest.test_formatter_field_name_split)
PASS: test_formatter_parser (test.test_str.StringModuleTest.test_formatter_parser)
PASS: test_str_subclass_attr (test.test_str.StringModuleTest.test_str_subclass_attr)

----------------------------------------------------------------------
Ran 138 tests in 2.484s

OK (skipped=6)
0:03:57 load avg: 2.97 [379/486] test_strtod passed
PASS: test_bigcomp (test.test_strtod.StrtodTests.test_bigcomp)
PASS: test_boundaries (test.test_strtod.StrtodTests.test_boundaries)
PASS: test_halfway_cases (test.test_strtod.StrtodTests.test_halfway_cases)
PASS: test_large_exponents (test.test_strtod.StrtodTests.test_large_exponents)
SKIP: test_oversized_digit_strings (test.test_strtod.StrtodTests.test_oversized_digit_strings) 'not enough memory: 6.0G minimum needed'
PASS: test_parsing (test.test_strtod.StrtodTests.test_parsing)
PASS: test_particular (test.test_strtod.StrtodTests.test_particular)
PASS: test_short_halfway_cases (test.test_strtod.StrtodTests.test_short_halfway_cases)
PASS: test_underflow_boundary (test.test_strtod.StrtodTests.test_underflow_boundary)

----------------------------------------------------------------------
Ran 9 tests in 0.429s

OK (skipped=1)
0:03:57 load avg: 2.97 [380/486] test_structseq passed
PASS: test_cmp (test.test_structseq.StructSeqTest.test_cmp)
PASS: test_concat (test.test_structseq.StructSeqTest.test_concat)
PASS: test_constructor (test.test_structseq.StructSeqTest.test_constructor)
PASS: test_constructor_with_duplicate_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields)
PASS: test_constructor_with_duplicate_unnamed_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields)
PASS: test_constructor_with_unknown_fields (test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields)
PASS: test_contains (test.test_structseq.StructSeqTest.test_contains)
PASS: test_copy_replace_all_fields_visible (test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible)
PASS: test_copy_replace_with_invisible_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields)
PASS: test_copy_replace_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields)
PASS: test_copying (test.test_structseq.StructSeqTest.test_copying)
PASS: test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields)
PASS: test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple)
PASS: test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice)
PASS: test_fields (test.test_structseq.StructSeqTest.test_fields)
PASS: test_hash (test.test_structseq.StructSeqTest.test_hash)
PASS: test_match_args (test.test_structseq.StructSeqTest.test_match_args)
PASS: test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields)
PASS: test_pickling (test.test_structseq.StructSeqTest.test_pickling)
PASS: test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields)
PASS: test_reference_cycle (test.test_structseq.StructSeqTest.test_reference_cycle)
PASS: test_repeat (test.test_structseq.StructSeqTest.test_repeat)
PASS: test_replace_gc_tracked (test.test_structseq.StructSeqTest.test_replace_gc_tracked)
PASS: test_repr (test.test_structseq.StructSeqTest.test_repr)
PASS: test_tuple (test.test_structseq.StructSeqTest.test_tuple)

----------------------------------------------------------------------
Ran 25 tests in 0.087s

OK
0:03:57 load avg: 2.97 [381/486] test_struct passed
PASS: test_1530559 (test.test_struct.StructTest.test_1530559)
PASS: test_705836 (test.test_struct.StructTest.test_705836)
PASS: test_Struct_reinitialization (test.test_struct.StructTest.test_Struct_reinitialization)
PASS: test__sizeof__ (test.test_struct.StructTest.test__sizeof__)
PASS: test__struct_reference_cycle_cleaned_up (test.test_struct.StructTest.test__struct_reference_cycle_cleaned_up)
PASS: test__struct_types_immutable (test.test_struct.StructTest.test__struct_types_immutable)
PASS: test_bool (test.test_struct.StructTest.test_bool)
PASS: test_boundary_error_message (test.test_struct.StructTest.test_boundary_error_message)
PASS: test_boundary_error_message_with_large_offset (test.test_struct.StructTest.test_boundary_error_message_with_large_offset)
PASS: test_boundary_error_message_with_negative_offset (test.test_struct.StructTest.test_boundary_error_message_with_negative_offset)
PASS: test_c_complex_round_trip (test.test_struct.StructTest.test_c_complex_round_trip)
PASS: test_calcsize (test.test_struct.StructTest.test_calcsize)
PASS: test_consistence (test.test_struct.StructTest.test_consistence)
PASS: test_count_overflow (test.test_struct.StructTest.test_count_overflow)
PASS: test_endian_table_init_subinterpreters (test.test_struct.StructTest.test_endian_table_init_subinterpreters)
PASS: test_float_round_trip (test.test_struct.StructTest.test_float_round_trip)
PASS: test_format_attr (test.test_struct.StructTest.test_format_attr)
PASS: test_integers (test.test_struct.StructTest.test_integers)
PASS: test_isbigendian (test.test_struct.StructTest.test_isbigendian)
PASS: test_issue29802 (test.test_struct.StructTest.test_issue29802)
PASS: test_issue35714 (test.test_struct.StructTest.test_issue35714)
PASS: test_issue98248 (test.test_struct.StructTest.test_issue98248)
PASS: test_issue98248_error_propagation (test.test_struct.StructTest.test_issue98248_error_propagation)
PASS: test_nN_code (test.test_struct.StructTest.test_nN_code)
PASS: test_new_features (test.test_struct.StructTest.test_new_features)
PASS: test_operations_on_half_initialized_Struct (test.test_struct.StructTest.test_operations_on_half_initialized_Struct)
PASS: test_p_code (test.test_struct.StructTest.test_p_code)
PASS: test_pack_into (test.test_struct.StructTest.test_pack_into)
PASS: test_pack_into_fn (test.test_struct.StructTest.test_pack_into_fn)
PASS: test_repr (test.test_struct.StructTest.test_repr)
PASS: test_struct_cleans_up_at_runtime_shutdown (test.test_struct.StructTest.test_struct_cleans_up_at_runtime_shutdown)
PASS: test_struct_subclass_instantiation (test.test_struct.StructTest.test_struct_subclass_instantiation)
PASS: test_trailing_counter (test.test_struct.StructTest.test_trailing_counter)
PASS: test_transitiveness (test.test_struct.StructTest.test_transitiveness)
PASS: test_unpack_from (test.test_struct.StructTest.test_unpack_from)
PASS: test_unpack_with_buffer (test.test_struct.StructTest.test_unpack_with_buffer)
PASS: test_arbitrary_buffer (test.test_struct.UnpackIteratorTest.test_arbitrary_buffer)
PASS: test_construct (test.test_struct.UnpackIteratorTest.test_construct)
PASS: test_half_float (test.test_struct.UnpackIteratorTest.test_half_float)
PASS: test_iterate (test.test_struct.UnpackIteratorTest.test_iterate)
PASS: test_length_hint (test.test_struct.UnpackIteratorTest.test_length_hint)
PASS: test_module_func (test.test_struct.UnpackIteratorTest.test_module_func)
PASS: test_uninstantiable (test.test_struct.UnpackIteratorTest.test_uninstantiable)

----------------------------------------------------------------------
Ran 43 tests in 0.652s

OK
0:03:57 load avg: 2.97 [382/486] test_subclassinit passed
PASS: test_errors (test.test_subclassinit.Test.test_errors)
PASS: test_errors_changed_pep487 (test.test_subclassinit.Test.test_errors_changed_pep487)
PASS: test_init_subclass (test.test_subclassinit.Test.test_init_subclass)
PASS: test_init_subclass_diamond (test.test_subclassinit.Test.test_init_subclass_diamond)
PASS: test_init_subclass_dict (test.test_subclassinit.Test.test_init_subclass_dict)
PASS: test_init_subclass_error (test.test_subclassinit.Test.test_init_subclass_error)
PASS: test_init_subclass_kwargs (test.test_subclassinit.Test.test_init_subclass_kwargs)
PASS: test_init_subclass_skipped (test.test_subclassinit.Test.test_init_subclass_skipped)
PASS: test_init_subclass_wrong (test.test_subclassinit.Test.test_init_subclass_wrong)
PASS: test_set_name (test.test_subclassinit.Test.test_set_name)
PASS: test_set_name_error (test.test_subclassinit.Test.test_set_name_error)
PASS: test_set_name_init_subclass (test.test_subclassinit.Test.test_set_name_init_subclass)
PASS: test_set_name_lookup (test.test_subclassinit.Test.test_set_name_lookup)
PASS: test_set_name_metaclass (test.test_subclassinit.Test.test_set_name_metaclass)
PASS: test_set_name_modifying_dict (test.test_subclassinit.Test.test_set_name_modifying_dict)
PASS: test_set_name_wrong (test.test_subclassinit.Test.test_set_name_wrong)
PASS: test_type (test.test_subclassinit.Test.test_type)

----------------------------------------------------------------------
Ran 17 tests in 0.002s

OK
0:03:58 load avg: 2.97 [383/486] test_sundry passed
PASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules.test_untested_modules_can_be_imported)

----------------------------------------------------------------------
Ran 1 test in 0.003s

OK
0:03:58 load avg: 2.97 [384/486] test_super passed
PASS: test___class___classmethod (test.test_super.TestSuper.test___class___classmethod)
PASS: test___class___delayed (test.test_super.TestSuper.test___class___delayed)
PASS: test___class___instancemethod (test.test_super.TestSuper.test___class___instancemethod)
test___class___modification_multithreaded (test.test_super.TestSuper.test___class___modification_multithreaded)
PASS: Note: this test isn't actually testing anything on its own.
PASS: test___class___mro (test.test_super.TestSuper.test___class___mro)
PASS: test___class___new (test.test_super.TestSuper.test___class___new)
PASS: test___class___staticmethod (test.test_super.TestSuper.test___class___staticmethod)
PASS: test___classcell___expected_behaviour (test.test_super.TestSuper.test___classcell___expected_behaviour)
PASS: test___classcell___missing (test.test_super.TestSuper.test___classcell___missing)
PASS: test___classcell___overwrite (test.test_super.TestSuper.test___classcell___overwrite)
PASS: test___classcell___wrong_cell (test.test_super.TestSuper.test___classcell___wrong_cell)
PASS: test_attribute_error (test.test_super.TestSuper.test_attribute_error)
PASS: test_bad_first_arg (test.test_super.TestSuper.test_bad_first_arg)
PASS: test_basics_working (test.test_super.TestSuper.test_basics_working)
PASS: test_cell_as_self (test.test_super.TestSuper.test_cell_as_self)
PASS: test_class_getattr_working (test.test_super.TestSuper.test_class_getattr_working)
PASS: test_class_methods_still_working (test.test_super.TestSuper.test_class_methods_still_working)
PASS: test_deep_copying (test.test_super.TestSuper.test_deep_copying)
PASS: test_mixed_staticmethod_hierarchy (test.test_super.TestSuper.test_mixed_staticmethod_hierarchy)
PASS: test_obscure_super_errors (test.test_super.TestSuper.test_obscure_super_errors)
PASS: test_pickling (test.test_super.TestSuper.test_pickling)
PASS: test_reassigned_new (test.test_super.TestSuper.test_reassigned_new)
PASS: test_shadowed_dynamic (test.test_super.TestSuper.test_shadowed_dynamic)
PASS: test_shadowed_dynamic_two_arg (test.test_super.TestSuper.test_shadowed_dynamic_two_arg)
PASS: test_shadowed_global (test.test_super.TestSuper.test_shadowed_global)
PASS: test_shadowed_local (test.test_super.TestSuper.test_shadowed_local)
PASS: test_shallow_copying (test.test_super.TestSuper.test_shallow_copying)
PASS: test_special_methods (test.test_super.TestSuper.test_special_methods)
PASS: test_subclass_no_override_working (test.test_super.TestSuper.test_subclass_no_override_working)
PASS: test_super___class__ (test.test_super.TestSuper.test_super___class__)
PASS: test_super_argcount (test.test_super.TestSuper.test_super_argcount)
PASS: test_super_argtype (test.test_super.TestSuper.test_super_argtype)
PASS: test_super_in_class_methods_working (test.test_super.TestSuper.test_super_in_class_methods_working)
PASS: test_super_init_leaks (test.test_super.TestSuper.test_super_init_leaks)
PASS: test_super_subclass___class__ (test.test_super.TestSuper.test_super_subclass___class__)
PASS: test_super_with_closure (test.test_super.TestSuper.test_super_with_closure)
PASS: test_supercheck_fail (test.test_super.TestSuper.test_supercheck_fail)
PASS: test_unbound_method_transfer_working (test.test_super.TestSuper.test_unbound_method_transfer_working)
PASS: test_unusual_getattro (test.test_super.TestSuper.test_unusual_getattro)
PASS: test_various___class___pathologies (test.test_super.TestSuper.test_various___class___pathologies)

----------------------------------------------------------------------
Ran 40 tests in 0.050s

OK
0:04:00 load avg: 2.97 [385/486] test_support passed
PASS: test_CleanImport (test.test_support.TestSupport.test_CleanImport)
PASS: test_DirsOnSysPath (test.test_support.TestSupport.test_DirsOnSysPath)
PASS: test_HOST (test.test_support.TestSupport.test_HOST)
SKIP: test_args_from_interpreter_flags (test.test_support.TestSupport.test_args_from_interpreter_flags) "resource 'cpu' is not enabled"
PASS: test_bind_port (test.test_support.TestSupport.test_bind_port)
PASS: test_captured_stderr (test.test_support.TestSupport.test_captured_stderr)
PASS: test_captured_stdin (test.test_support.TestSupport.test_captured_stdin)
PASS: test_captured_stdout (test.test_support.TestSupport.test_captured_stdout)
PASS: test_change_cwd (test.test_support.TestSupport.test_change_cwd)
test_change_cwd__chdir_warning (test.test_support.TestSupport.test_change_cwd__chdir_warning)
PASS: Check the warning message when os.chdir() fails.
test_change_cwd__non_existent_dir (test.test_support.TestSupport.test_change_cwd__non_existent_dir)
PASS: Test passing a non-existent directory.
test_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport.test_change_cwd__non_existent_dir__quiet_true)
PASS: Test passing a non-existent directory with quiet=True.
PASS: test_check__all__ (test.test_support.TestSupport.test_check__all__)
PASS: test_check_syntax_error (test.test_support.TestSupport.test_check_syntax_error)
SKIP: test_copy_python_src_ignore (test.test_support.TestSupport.test_copy_python_src_ignore) "cannot access Python source code directory: '/build/path/sources/Python-3.14.4'"
PASS: test_detect_api_mismatch (test.test_support.TestSupport.test_detect_api_mismatch)
PASS: test_detect_api_mismatch__ignore (test.test_support.TestSupport.test_detect_api_mismatch__ignore)
PASS: test_fd_count (test.test_support.TestSupport.test_fd_count)
PASS: test_find_unused_port (test.test_support.TestSupport.test_find_unused_port)
PASS: test_forget (test.test_support.TestSupport.test_forget)
PASS: test_gc_collect (test.test_support.TestSupport.test_gc_collect)
PASS: test_get_attribute (test.test_support.TestSupport.test_get_attribute)
SKIP: test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout) 'failing buildbots'
PASS: test_get_recursion_depth (test.test_support.TestSupport.test_get_recursion_depth)
PASS: test_get_signal_name (test.test_support.TestSupport.test_get_signal_name)
PASS: test_has_strftime_extensions (test.test_support.TestSupport.test_has_strftime_extensions)
test_ignored_deprecations_are_silent (test.test_support.TestSupport.test_ignored_deprecations_are_silent)
PASS: Test support.ignore_deprecations_from() silences warnings
PASS: test_import_fresh_module (test.test_support.TestSupport.test_import_fresh_module)
PASS: test_import_module (test.test_support.TestSupport.test_import_module)
PASS: test_linked_to_musl (test.test_support.TestSupport.test_linked_to_musl)
PASS: test_make_bad_fd (test.test_support.TestSupport.test_make_bad_fd)
PASS: test_optim_args_from_interpreter_flags (test.test_support.TestSupport.test_optim_args_from_interpreter_flags)
PASS: test_parse_memlimit (test.test_support.TestSupport.test_parse_memlimit)
PASS: test_print_warning (test.test_support.TestSupport.test_print_warning)
PASS: test_python_is_optimized (test.test_support.TestSupport.test_python_is_optimized)
PASS: test_reap_children (test.test_support.TestSupport.test_reap_children)
PASS: test_recursion (test.test_support.TestSupport.test_recursion)
PASS: test_rmtree (test.test_support.TestSupport.test_rmtree)
PASS: test_set_memlimit (test.test_support.TestSupport.test_set_memlimit)
PASS: test_sortdict (test.test_support.TestSupport.test_sortdict)
PASS: test_swap_attr (test.test_support.TestSupport.test_swap_attr)
PASS: test_swap_item (test.test_support.TestSupport.test_swap_item)
PASS: test_temp_cwd (test.test_support.TestSupport.test_temp_cwd)
test_temp_cwd__name_none (test.test_support.TestSupport.test_temp_cwd__name_none)
PASS: Test passing None to temp_cwd().
test_temp_dir (test.test_support.TestSupport.test_temp_dir)
PASS: Test that temp_dir() creates and destroys its directory.
test_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_default)
PASS: Test passing a directory that already exists.
test_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_true)
PASS: Test passing a directory that already exists with quiet=True.
test_temp_dir__forked_child (test.test_support.TestSupport.test_temp_dir__forked_child)
PASS: Test that a forked child process does not remove the directory.
test_temp_dir__path_none (test.test_support.TestSupport.test_temp_dir__path_none)
PASS: Test passing no path.
PASS: test_unlink (test.test_support.TestSupport.test_unlink)
PASS: test_unload (test.test_support.TestSupport.test_unload)

----------------------------------------------------------------------
Ran 51 tests in 1.719s

OK (skipped=3)
0:04:00 load avg: 2.97 [386/486] test_symtable passed
PASS: test_file (test.test_symtable.CommandLineTest.test_file)
PASS: test_stdin (test.test_symtable.CommandLineTest.test_stdin)
PASS: test_loopvar_in_only_one_scope (test.test_symtable.ComprehensionTests.test_loopvar_in_only_one_scope)
PASS: test__symtable_refleak (test.test_symtable.SymtableTest.test__symtable_refleak)
PASS: test_annotated (test.test_symtable.SymtableTest.test_annotated)
PASS: test_assigned (test.test_symtable.SymtableTest.test_assigned)
PASS: test_bytes (test.test_symtable.SymtableTest.test_bytes)
PASS: test_children (test.test_symtable.SymtableTest.test_children)
PASS: test_class_get_methods (test.test_symtable.SymtableTest.test_class_get_methods)
PASS: test_eval (test.test_symtable.SymtableTest.test_eval)
PASS: test_exec (test.test_symtable.SymtableTest.test_exec)
PASS: test_filename_correct (test.test_symtable.SymtableTest.test_filename_correct)
PASS: test_free (test.test_symtable.SymtableTest.test_free)
PASS: test_function_info (test.test_symtable.SymtableTest.test_function_info)
PASS: test_globals (test.test_symtable.SymtableTest.test_globals)
PASS: test_id (test.test_symtable.SymtableTest.test_id)
PASS: test_imported (test.test_symtable.SymtableTest.test_imported)
PASS: test_lineno (test.test_symtable.SymtableTest.test_lineno)
PASS: test_local (test.test_symtable.SymtableTest.test_local)
PASS: test_name (test.test_symtable.SymtableTest.test_name)
PASS: test_namespaces (test.test_symtable.SymtableTest.test_namespaces)
PASS: test_nested (test.test_symtable.SymtableTest.test_nested)
PASS: test_nonlocal (test.test_symtable.SymtableTest.test_nonlocal)
PASS: test_optimized (test.test_symtable.SymtableTest.test_optimized)
PASS: test_parameters (test.test_symtable.SymtableTest.test_parameters)
PASS: test_referenced (test.test_symtable.SymtableTest.test_referenced)
PASS: test_single (test.test_symtable.SymtableTest.test_single)
PASS: test_symbol_lookup (test.test_symtable.SymtableTest.test_symbol_lookup)
PASS: test_symbol_repr (test.test_symtable.SymtableTest.test_symbol_repr)
PASS: test_symtable_entry_repr (test.test_symtable.SymtableTest.test_symtable_entry_repr)
PASS: test_symtable_repr (test.test_symtable.SymtableTest.test_symtable_repr)
PASS: test_type (test.test_symtable.SymtableTest.test_type)

----------------------------------------------------------------------
Ran 32 tests in 0.054s

OK
0:04:01 load avg: 2.97 [387/486] test_syntax passed
PASS: test_assign_call (test.test_syntax.SyntaxErrorTestCase.test_assign_call)
PASS: test_assign_del (test.test_syntax.SyntaxErrorTestCase.test_assign_del)
PASS: test_async_with_statement_many_context_managers (test.test_syntax.SyntaxErrorTestCase.test_async_with_statement_many_context_managers)
PASS: test_bad_outdent (test.test_syntax.SyntaxErrorTestCase.test_bad_outdent)
PASS: test_barry_as_flufl_with_syntax_errors (test.test_syntax.SyntaxErrorTestCase.test_barry_as_flufl_with_syntax_errors)
PASS: test_break_outside_loop (test.test_syntax.SyntaxErrorTestCase.test_break_outside_loop)
PASS: test_case_call_does_not_raise_syntax_error (test.test_syntax.SyntaxErrorTestCase.test_case_call_does_not_raise_syntax_error)
PASS: test_continuation_bad_indentation (test.test_syntax.SyntaxErrorTestCase.test_continuation_bad_indentation)
PASS: test_continue_outside_loop (test.test_syntax.SyntaxErrorTestCase.test_continue_outside_loop)
PASS: test_curly_brace_after_primary_raises_immediately (test.test_syntax.SyntaxErrorTestCase.test_curly_brace_after_primary_raises_immediately)
PASS: test_deep_invalid_rule (test.test_syntax.SyntaxErrorTestCase.test_deep_invalid_rule)
PASS: test_disallowed_type_param_names (test.test_syntax.SyntaxErrorTestCase.test_disallowed_type_param_names)
PASS: test_empty_line_after_linecont (test.test_syntax.SyntaxErrorTestCase.test_empty_line_after_linecont)
PASS: test_error_on_parser_stack_overflow (test.test_syntax.SyntaxErrorTestCase.test_error_on_parser_stack_overflow)
PASS: test_error_parenthesis (test.test_syntax.SyntaxErrorTestCase.test_error_parenthesis)
PASS: test_error_string_literal (test.test_syntax.SyntaxErrorTestCase.test_error_string_literal)
PASS: test_except_star_then_except (test.test_syntax.SyntaxErrorTestCase.test_except_star_then_except)
PASS: test_except_stmt_invalid_as_expr (test.test_syntax.SyntaxErrorTestCase.test_except_stmt_invalid_as_expr)
PASS: test_except_then_except_star (test.test_syntax.SyntaxErrorTestCase.test_except_then_except_star)
PASS: test_expression_with_assignment (test.test_syntax.SyntaxErrorTestCase.test_expression_with_assignment)
PASS: test_generator_in_function_call (test.test_syntax.SyntaxErrorTestCase.test_generator_in_function_call)
PASS: test_global_param_err_first (test.test_syntax.SyntaxErrorTestCase.test_global_param_err_first)
PASS: test_ifexp_body_stmt_else_expression (test.test_syntax.SyntaxErrorTestCase.test_ifexp_body_stmt_else_expression)
PASS: test_ifexp_body_stmt_else_stmt (test.test_syntax.SyntaxErrorTestCase.test_ifexp_body_stmt_else_stmt)
PASS: test_ifexp_else_stmt (test.test_syntax.SyntaxErrorTestCase.test_ifexp_else_stmt)
PASS: test_invalid_line_continuation_error_position (test.test_syntax.SyntaxErrorTestCase.test_invalid_line_continuation_error_position)
PASS: test_invalid_line_continuation_left_recursive (test.test_syntax.SyntaxErrorTestCase.test_invalid_line_continuation_left_recursive)
PASS: test_invisible_characters (test.test_syntax.SyntaxErrorTestCase.test_invisible_characters)
PASS: test_kwargs_last (test.test_syntax.SyntaxErrorTestCase.test_kwargs_last)
PASS: test_kwargs_last2 (test.test_syntax.SyntaxErrorTestCase.test_kwargs_last2)
PASS: test_kwargs_last3 (test.test_syntax.SyntaxErrorTestCase.test_kwargs_last3)
PASS: test_match_call_does_not_raise_syntax_error (test.test_syntax.SyntaxErrorTestCase.test_match_call_does_not_raise_syntax_error)
PASS: test_match_stmt_invalid_as_expr (test.test_syntax.SyntaxErrorTestCase.test_match_stmt_invalid_as_expr)
PASS: test_multiline_compiler_error_points_to_the_end (test.test_syntax.SyntaxErrorTestCase.test_multiline_compiler_error_points_to_the_end)
PASS: test_nested_named_except_blocks (test.test_syntax.SyntaxErrorTestCase.test_nested_named_except_blocks)
PASS: test_no_indent (test.test_syntax.SyntaxErrorTestCase.test_no_indent)
PASS: test_nonlocal_param_err_first (test.test_syntax.SyntaxErrorTestCase.test_nonlocal_param_err_first)
PASS: test_return_outside_function (test.test_syntax.SyntaxErrorTestCase.test_return_outside_function)
PASS: test_syntax_error_on_deeply_nested_blocks (test.test_syntax.SyntaxErrorTestCase.test_syntax_error_on_deeply_nested_blocks)
PASS: test_unexpected_indent (test.test_syntax.SyntaxErrorTestCase.test_unexpected_indent)
PASS: test_with_statement_many_context_managers (test.test_syntax.SyntaxErrorTestCase.test_with_statement_many_context_managers)
PASS: test_yield_outside_function (test.test_syntax.SyntaxErrorTestCase.test_yield_outside_function)
PASS: test_break_and_continue_in_finally (test.test_syntax.SyntaxWarningTest.test_break_and_continue_in_finally)
PASS: test_return_in_finally (test.test_syntax.SyntaxWarningTest.test_return_in_finally)
test_syntax (test)
PASS: Doctest: test.test_syntax

----------------------------------------------------------------------
Ran 45 tests in 0.148s

OK
0:04:05 load avg: 2.89 [388/486] test_sys passed
PASS: test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception)
PASS: test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance)
PASS: test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type)
PASS: test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception)
PASS: test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance)
PASS: test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type)
PASS: test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook)
PASS: test_gh130163 (test.test_sys.DisplayHookTest.test_gh130163)
PASS: test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook)
PASS: test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook)
PASS: test_excepthook (test.test_sys.ExceptHookTest.test_excepthook)
PASS: test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename)
PASS: test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook)
PASS: test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks)
PASS: test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference)
PASS: test_default (test.test_sys.SizeofTest.test_default)
PASS: test_errors (test.test_sys.SizeofTest.test_errors)
PASS: test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size)
PASS: test_objecttypes (test.test_sys.SizeofTest.test_objecttypes)
PASS: test_pythontypes (test.test_sys.SizeofTest.test_pythontypes)
PASS: test_slots (test.test_sys.SizeofTest.test_slots)
PASS: test_43581 (test.test_sys.SysModuleTest.test_43581)
SKIP: test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) 'needs sys._enablelegacywindowsfsencoding()'
PASS: test_attributes (test.test_sys.SysModuleTest.test_attributes)
PASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape)
PASS: test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing)
PASS: test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache)
PASS: test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions)
PASS: test_current_frames (test.test_sys.SysModuleTest.test_current_frames)
PASS: test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats)
PASS: test_disable_gil_abi (test.test_sys.SysModuleTest.test_disable_gil_abi)
PASS: test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags)
SKIP: test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) 'only available on Emscripten'
PASS: test_executable (test.test_sys.SysModuleTest.test_executable)
PASS: test_exit (test.test_sys.SysModuleTest.test_exit)
PASS: test_exit_codes_under_repl (test.test_sys.SysModuleTest.test_exit_codes_under_repl)
PASS: test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks)
SKIP: test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) 'Android only'
PASS: test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding)
PASS: test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding)
PASS: test_getframe (test.test_sys.SysModuleTest.test_getframe)
PASS: test_getframemodulename (test.test_sys.SysModuleTest.test_getframemodulename)
SKIP: test_getobjects (test.test_sys.SysModuleTest.test_getobjects) 'need sys.getobjects()'
PASS: test_getrecursionlimit (test.test_sys.SysModuleTest.test_getrecursionlimit)
SKIP: test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) "object <module 'sys' (built-in)> has no attribute 'getwindowsversion'"
PASS: test_implementation (test.test_sys.SysModuleTest.test_implementation)
PASS: test_intern (test.test_sys.SysModuleTest.test_intern)
PASS: test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding)
SKIP: test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii) 'requires FS encoding to match locale'
PASS: test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing)
PASS: test_is_gil_enabled (test.test_sys.SysModuleTest.test_is_gil_enabled)
PASS: test_issue20602 (test.test_sys.SysModuleTest.test_issue20602)
PASS: test_module_names (test.test_sys.SysModuleTest.test_module_names)
PASS: test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path)
PASS: test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv)
PASS: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape)
SKIP: test_pystats (test.test_sys.SysModuleTest.test_pystats) 'need Py_STATS build'
PASS: test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery)
PASS: test_refcount (test.test_sys.SysModuleTest.test_refcount)
PASS: test_setrecursionlimit (test.test_sys.SysModuleTest.test_setrecursionlimit)
PASS: test_setrecursionlimit_to_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth)
PASS: test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir)
PASS: test_subinterp_intern_dynamically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_dynamically_allocated)
PASS: test_subinterp_intern_singleton (test.test_sys.SysModuleTest.test_subinterp_intern_singleton)
PASS: test_subinterp_intern_statically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_statically_allocated)
PASS: test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval)
PASS: test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags)
PASS: test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation)
SKIP: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) "object <module 'sys' (built-in)> has no attribute 'getwindowsversion'"
PASS: test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data)
PASS: test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit)
PASS: test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation)
PASS: test_thread_info (test.test_sys.SysModuleTest.test_thread_info)
test_new_namespace_for_each_remote_exec (test.test_sys.TestRemoteExec.test_new_namespace_for_each_remote_exec)
PASS: Test that each remote_exec call gets its own namespace.
test_remote_exec (test.test_sys.TestRemoteExec.test_remote_exec)
PASS: Test basic remote exec functionality
PASS: test_remote_exec_bytes (test.test_sys.TestRemoteExec.test_remote_exec_bytes)
test_remote_exec_disabled_by_env (test.test_sys.TestRemoteExec.test_remote_exec_disabled_by_env)
PASS: Test remote exec is disabled when PYTHON_DISABLE_REMOTE_DEBUG is set
test_remote_exec_disabled_by_xoption (test.test_sys.TestRemoteExec.test_remote_exec_disabled_by_xoption)
PASS: Test remote exec is disabled with -Xdisable-remote-debug
test_remote_exec_in_process_without_debug_fails_envvar (test.test_sys.TestRemoteExec.test_remote_exec_in_process_without_debug_fails_envvar)
PASS: Test remote exec in a process without remote debugging enabled
test_remote_exec_in_process_without_debug_fails_xoption (test.test_sys.TestRemoteExec.test_remote_exec_in_process_without_debug_fails_xoption)
PASS: Test remote exec in a process without remote debugging enabled
test_remote_exec_invalid_pid (test.test_sys.TestRemoteExec.test_remote_exec_invalid_pid)
PASS: Test remote exec with invalid process ID
test_remote_exec_invalid_script (test.test_sys.TestRemoteExec.test_remote_exec_invalid_script)
PASS: Test remote exec with invalid script type
test_remote_exec_invalid_script_path (test.test_sys.TestRemoteExec.test_remote_exec_invalid_script_path)
PASS: Test remote exec with invalid script path
test_remote_exec_raises_audit_event (test.test_sys.TestRemoteExec.test_remote_exec_raises_audit_event)
PASS: Test remote exec raises an audit event
test_remote_exec_syntax_error (test.test_sys.TestRemoteExec.test_remote_exec_syntax_error)
PASS: Test remote exec with syntax error in script
PASS: test_remote_exec_undecodable (test.test_sys.TestRemoteExec.test_remote_exec_undecodable)
test_remote_exec_with_exception (test.test_sys.TestRemoteExec.test_remote_exec_with_exception)
PASS: Test remote exec with an exception raised in the target process
test_remote_exec_with_self_process (test.test_sys.TestRemoteExec.test_remote_exec_with_self_process)
PASS: Test remote exec with the target process being the same as the test process
PASS: test_jit_is_active (test.test_sys.TestSysJIT.test_jit_is_active)
PASS: test_jit_is_available (test.test_sys.TestSysJIT.test_jit_is_available)
PASS: test_jit_is_enabled (test.test_sys.TestSysJIT.test_jit_is_enabled)
PASS: test_custom_unraisablehook (test.test_sys.UnraisableHookTest.test_custom_unraisablehook)
PASS: test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail)
PASS: test_original_unraisablehook (test.test_sys.UnraisableHookTest.test_original_unraisablehook)
PASS: test_original_unraisablehook_err (test.test_sys.UnraisableHookTest.test_original_unraisablehook_err)
PASS: test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname)
PASS: test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type)

----------------------------------------------------------------------
Ran 97 tests in 3.990s

OK (skipped=8)
0:04:05 load avg: 2.89 [389/486] test_sys_setprofile passed
PASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_exception)
PASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_nested_exception)
PASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase.test_distant_exception)
PASS: test_exception (test.test_sys_setprofile.ProfileHookTestCase.test_exception)
PASS: test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase.test_exception_in_except_clause)
PASS: test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase.test_exception_propagation)
PASS: test_generator (test.test_sys_setprofile.ProfileHookTestCase.test_generator)
PASS: test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_nested_exception)
PASS: test_raise (test.test_sys_setprofile.ProfileHookTestCase.test_raise)
PASS: test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase.test_raise_reraise)
PASS: test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase.test_raise_twice)
PASS: test_simple (test.test_sys_setprofile.ProfileHookTestCase.test_simple)
PASS: test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase.test_stop_iteration)
PASS: test_unfinished_generator (test.test_sys_setprofile.ProfileHookTestCase.test_unfinished_generator)
PASS: test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_basic_exception)
PASS: test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_caught_exception)
PASS: test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_distant_exception)
PASS: test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase.test_simple)
PASS: test_unbound_method (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method)
PASS: test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_args)
PASS: test_unbound_method_invalid_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_keyword_args)
PASS: test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_args)
PASS: test_unbound_method_no_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_keyword_args)
PASS: test_method_with_c_function (test.test_sys_setprofile.TestEdgeCases.test_method_with_c_function)
PASS: test_profile_after_trace_opcodes (test.test_sys_setprofile.TestEdgeCases.test_profile_after_trace_opcodes)
PASS: test_reentrancy (test.test_sys_setprofile.TestEdgeCases.test_reentrancy)
PASS: test_same_object (test.test_sys_setprofile.TestEdgeCases.test_same_object)
PASS: test_empty (test.test_sys_setprofile.TestGetProfile.test_empty)
PASS: test_setget (test.test_sys_setprofile.TestGetProfile.test_setget)

----------------------------------------------------------------------
Ran 29 tests in 0.005s

OK
0:04:06 load avg: 2.90 [390/486] test_ssl passed
test_ssl: testing with 'OpenSSL 3.5.6 7 Apr 2026' (3, 5, 0, 6, 0)
          under 'Linux-6.18.24-yocto-standard-aarch64-with-musl1'
          HAS_SNI = True
          OP_ALL = 0x80000050
          OP_NO_TLSv1_1 = 0x10000000
PASS: test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM)
PASS: test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object)
PASS: test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds)
SKIP: test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) 'locale-specific month name needs to be different from C locale'
SKIP: test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) 'local time needs to be different from UTC'
PASS: test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error)
PASS: test_constants (test.test_ssl.BasicSocketTests.test_constants)
PASS: test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn)
test_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert)
PASS: Wrapping with an empty cert file
SKIP: test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) 'Windows specific'
SKIP: test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) 'Windows specific'
PASS: test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths)
test_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert)
PASS: Wrapping with a badly formatted certificate (syntax error)
test_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key)
PASS: Wrapping with a badly formatted key (syntax error)
PASS: test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations)
PASS: test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version)
PASS: test_options (test.test_ssl.BasicSocketTests.test_options)
PASS: test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans)
test_parse_cert (test.test_ssl.BasicSocketTests.test_parse_cert) ... 
{'OCSP': ('http://ocsp.verisign.com',),
 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',),
 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',),
 'issuer': ((('countryName', 'US'),),
            (('organizationName', 'VeriSign, Inc.'),),
            (('organizationalUnitName', 'VeriSign Trust Network'),),
            (('organizationalUnitName',
              'Terms of use at https://www.verisign.com/rpa (c)10'),),
            (('commonName', 'VeriSign Class 3 International Server CA - G3'),)),
 'notAfter': 'Sep 20 23:59:59 2012 GMT',
 'notBefore': 'Sep 21 00:00:00 2011 GMT',
 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A',
 'subject': ((('countryName', 'FI'),),
             (('stateOrProvinceName', 'Espoo'),),
             (('localityName', 'Espoo'),),
             (('organizationName', 'Nokia'),),
             (('organizationalUnitName', 'BI'),),
             (('commonName', 'projects.developer.nokia.com'),)),
 'subjectAltName': (('DNS', 'projects.developer.nokia.com'),
                    ('DNS', 'projects.forum.nokia.com')),
 'version': 3}
ok
test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2013_4238) ... 
{'issuer': ((('countryName', 'US'),),
            (('stateOrProvinceName', 'Oregon'),),
            (('localityName', 'Beaverton'),),
            (('organizationName', 'Python Software Foundation'),),
            (('organizationalUnitName', 'Python Core Development'),),
            (('commonName', 'null.python.org\x00example.org'),),
            (('emailAddress', 'python-dev@python.org'),)),
 'notAfter': 'Aug  7 13:12:52 2013 GMT',
 'notBefore': 'Aug  7 13:11:52 2013 GMT',
 'serialNumber': '00',
 'subject': ((('countryName', 'US'),),
             (('stateOrProvinceName', 'Oregon'),),
             (('localityName', 'Beaverton'),),
             (('organizationName', 'Python Software Foundation'),),
             (('organizationalUnitName', 'Python Core Development'),),
             (('commonName', 'null.python.org\x00example.org'),),
             (('emailAddress', 'python-dev@python.org'),)),
 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'),
                    ('email', 'null@python.org\x00user@example.org'),
                    ('URI', 'http://null.python.org\x00http://example.org'),
                    ('IP Address', '192.0.2.1'),
                    ('IP Address', '2001:DB8:0:0:0:0:0:1')),
 'version': 3}
ok
test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2019_5010) ... 
{'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)),
 'notAfter': 'Jun 14 18:00:58 2028 GMT',
 'notBefore': 'Jun 18 18:00:58 2018 GMT',
 'serialNumber': '02',
 'subject': ((('countryName', 'UK'),),
             (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)),
 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),),
 'version': 3}
ok
PASS: test_private_init (test.test_ssl.BasicSocketTests.test_private_init)
PASS: test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum)
test_random (test.test_ssl.BasicSocketTests.test_random) ... 
 RAND_status is 1 (sufficient randomness)
ok
test_read_write_zero (test.test_ssl.BasicSocketTests.test_read_write_zero) ...  server:  new connection from ('127.0.0.1', 55684)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 55684)
ok
PASS: test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle)
PASS: test_server_side (test.test_ssl.BasicSocketTests.test_server_side)
PASS: test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types)
PASS: test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums)
PASS: test_timeout (test.test_ssl.BasicSocketTests.test_timeout)
PASS: test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding)
PASS: test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding)
PASS: test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls)
PASS: test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected)
PASS: test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context)
PASS: test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats)
PASS: test_check_hostname (test.test_ssl.ContextTests.test_check_hostname)
PASS: test_ciphers (test.test_ssl.ContextTests.test_ciphers)
PASS: test_constructor (test.test_ssl.ContextTests.test_constructor)
PASS: test_context_client_server (test.test_ssl.ContextTests.test_context_client_server)
PASS: test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class)
PASS: test_create_default_context (test.test_ssl.ContextTests.test_create_default_context)
PASS: test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs)
PASS: test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers)
PASS: test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name)
PASS: test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain)
PASS: test_load_cert_chain_thread_safety (test.test_ssl.ContextTests.test_load_cert_chain_thread_safety)
PASS: test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs)
PASS: test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env)
SKIP: test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) 'Windows specific'
PASS: test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params)
PASS: test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata)
PASS: test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations)
PASS: test_min_max_version (test.test_ssl.ContextTests.test_min_max_version)
PASS: test_num_tickest (test.test_ssl.ContextTests.test_num_tickest)
PASS: test_options (test.test_ssl.ContextTests.test_options)
PASS: test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers)
PASS: test_refcycle_keylog_filename (test.test_ssl.ContextTests.test_refcycle_keylog_filename)
PASS: test_refcycle_msg_callback (test.test_ssl.ContextTests.test_refcycle_msg_callback)
PASS: test_refcycle_psk_client_callback (test.test_ssl.ContextTests.test_refcycle_psk_client_callback)
PASS: test_refcycle_psk_server_callback (test.test_ssl.ContextTests.test_refcycle_psk_server_callback)
PASS: test_security_level (test.test_ssl.ContextTests.test_security_level)
PASS: test_session_stats (test.test_ssl.ContextTests.test_session_stats)
PASS: test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths)
PASS: test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve)
PASS: test_sni_callback (test.test_ssl.ContextTests.test_sni_callback)
PASS: test_sni_callback_on_dead_references (test.test_ssl.ContextTests.test_sni_callback_on_dead_references)
PASS: test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle)
PASS: test_verify_flags (test.test_ssl.ContextTests.test_verify_flags)
PASS: test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol)
PASS: test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types)
PASS: test_eof (test.test_ssl.MemoryBIOTests.test_eof)
PASS: test_error_types (test.test_ssl.MemoryBIOTests.test_error_types)
PASS: test_pending (test.test_ssl.MemoryBIOTests.test_pending)
PASS: test_read_write (test.test_ssl.MemoryBIOTests.test_read_write)
SKIP: test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) "resource 'network' is not enabled"
SKIP: test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) "resource 'network' is not enabled"
PASS: test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname)
PASS: test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason)
PASS: test_str (test.test_ssl.SSLErrorTests.test_str)
PASS: test_subclass (test.test_ssl.SSLErrorTests.test_subclass)
PASS: test_private_init (test.test_ssl.SSLObjectTests.test_private_init)
PASS: test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap)
test_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ...  server:  new connection from ('127.0.0.1', 48054)
Needed 2 calls to complete do_handshake().
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
Needed 3 calls to complete unwrap().
 connection timeout TimeoutError('timed out')
ok
test_bio_read_write_data (test.test_ssl.SimpleBackgroundTests.test_bio_read_write_data) ...  server:  new connection from ('127.0.0.1', 54918)
Needed 2 calls to complete do_handshake().
Needed 1 calls to complete write().
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
Needed 4 calls to complete read().
Needed 2 calls to complete unwrap().
ok
test_ciphers (test.test_ssl.SimpleBackgroundTests.test_ciphers) ...  server:  new connection from ('127.0.0.1', 48642)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 48642)
 server:  new connection from ('127.0.0.1', 48646)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 48646)
ok
test_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ...  server:  new connection from ('127.0.0.1', 46364)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 46364)
 server:  new connection from ('127.0.0.1', 46366)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 46366)
ok
test_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ...  server:  new connection from ('127.0.0.1', 58664)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 58664)
 server:  new connection from ('127.0.0.1', 58680)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 58680)
ok
test_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ...  server:  new connection from ('127.0.0.1', 42894)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 42894)
 server:  new connection from ('127.0.0.1', 42898)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 42898)
 connection timeout TimeoutError('timed out')
ok
test_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ...  server:  new connection from ('127.0.0.1', 34176)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 34176)
ok
test_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ...  server:  new connection from ('127.0.0.1', 48672)

 server:  bad connection attempt from ('127.0.0.1', 48672):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
ok
test_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ...  server:  new connection from ('127.0.0.1', 54878)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 54878)
 server:  new connection from ('127.0.0.1', 54888)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 54888)
 server:  new connection from ('127.0.0.1', 54890)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 54890)
ok
test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ...  server:  new connection from ('127.0.0.1', 45504)

 server:  bad connection attempt from ('127.0.0.1', 45504):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
ok
test_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ...  server:  new connection from ('127.0.0.1', 44592)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 44592)
ok
test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ...  server:  new connection from ('127.0.0.1', 53584)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 53584)
ok
test_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ...  server:  new connection from ('127.0.0.1', 35714)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 35714)
 server:  new connection from ('127.0.0.1', 35716)

Verified certificate for localhost:41755 is
-----BEGIN CERTIFICATE-----
MIIF8zCCBFugAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAgFw0xODA4MjkxNDIzMTZaGA8yNTI1MTAy
ODE0MjMxNlowXzELMAkGA1UEBhMCWFkxFzAVBgNVBAcMDkNhc3RsZSBBbnRocmF4
MSMwIQYDVQQKDBpQeXRob24gU29mdHdhcmUgRm91bmRhdGlvbjESMBAGA1UEAwwJ
bG9jYWxob3N0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA7jZwqmFq
ILsyiAdz8DrKEcyPMIDXccd0YiCUiLRSEpQIAeF5GMzwaYuZxUfBgqquyFEEPomM
HWWt8h+l9dSHZawseIA3UBUhTnoJxuNaKr+xsARBb6usZaMKaGhsPuf/P7CV/1VO
OKy/f34jFU23oTITEv8+Z00mEgAle7EV58FuE+pdjne+xczwY52hRQza+RiKIg+J
jUid+bdObZYhnM9CMhOUxkepCBBTSB+bYXh6CSeCQuLi8licHiacQ8ddJ41kcCjf
7V5vBZx0DzEQFJdsDNO0GRCNcn81K9NP6BtnaT5z8jYfuqdpXfCUtINvz3dqUC/D
rZjNnA3DeRPqghFtVFSCef/2nfKVHKEMMkSAUTiW2pKr+hXFU3YE6IKKuVbvk+k1
RS0iEr1b6bFdDLU/x/f/U7Qp6jsJYhPLPJG9zY0E/Hu9lRzXeN21TxOA3kPl5WzK
Cs1fhjpkh0n80jmQfZEnEphneWA/O/N02y/P+zZ9REUHVqmosRiN+vgRAgMBAAGj
ggHAMIIBvDAUBgNVHREEDTALgglsb2NhbGhvc3QwDgYDVR0PAQH/BAQDAgWgMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1Ud
DgQWBBQWIsmqINT0ju2cprsj9fIpRO3yHjB9BgNVHSMEdjB0gBTACisoQ95fyX1H
5UebNvJljGc74qFRpE8wTTELMAkGA1UEBhMCWFkxJjAkBgNVBAoMHVB5dGhvbiBT
b2Z0d2FyZSBGb3VuZGF0aW9uIENBMRYwFAYDVQQDDA1vdXItY2Etc2VydmVyggkA
yy2AmVppUlswgYMGCCsGAQUFBwEBBHcwdTA8BggrBgEFBQcwAoYwaHR0cDovL3Rl
c3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2EvcHljYWNlcnQuY2VyMDUGCCsGAQUF
BzABhilodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rlc3RjYS9vY3NwLzBD
BgNVHR8EPDA6MDigNqA0hjJodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rl
c3RjYS9yZXZvY2F0aW9uLmNybDANBgkqhkiG9w0BAQsFAAOCAYEAQ4IfGLTLerdO
rMNlLrdXOvB4s7IgPr17JPfnF8xiwLhj8C4wDFS+yZR8VNRABm6SnXIsRPXjwUo/
JuQhyrrvT6NQVu6JXNxbmLwM6dsWmPBMP2W52eAuvYOexxv3T4dfdf9nXQr/zvoL
8dWLWCMrkie4Ff9mwvlo4u1koErgQousNWpnZPXLqQA3IFbdOgJu2A+0Xf+Sow1l
/C6rTje8ftZbHFV4oG6pLlUxz2HwG0z+/mB1dujZofUU8EMzTVIFvjP/2jGUvQ3l
Taju0fOSNMI2kTc6bewg37Oeol3Q8KHi/7eFzgnjyEpqk6Su7MFnQveOL2TK13Zy
vz/vZP8Q3aI+LfWqAs8x8G2Ta1ZMsIiVVNzUrNzBiCeL2ZxOZpP43V50QSaa7+jI
RlzV9PzNzGfHM2IucJvROd40/a2duUhh54lTYmLwQGxoL+HaQGEqUK/JQW2YFq/L
YwPsBJngOZhgrqpqV5slcwMWv3jI1y/r/GR/x3iMNBVbZkCYhuYK
-----END CERTIFICATE-----

 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 35716)
ok
test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ...  server:  new connection from ('127.0.0.1', 41966)
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)

 server:  bad connection attempt from ('127.0.0.1', 41966):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
 connection timeout TimeoutError('timed out')
ok
test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ...  server:  new connection from ('127.0.0.1', 36248)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 36248)
 server:  new connection from ('127.0.0.1', 36254)

Verified certificate for localhost:33413 is
-----BEGIN CERTIFICATE-----
MIIF8zCCBFugAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV
BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW
MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAgFw0xODA4MjkxNDIzMTZaGA8yNTI1MTAy
ODE0MjMxNlowXzELMAkGA1UEBhMCWFkxFzAVBgNVBAcMDkNhc3RsZSBBbnRocmF4
MSMwIQYDVQQKDBpQeXRob24gU29mdHdhcmUgRm91bmRhdGlvbjESMBAGA1UEAwwJ
bG9jYWxob3N0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA7jZwqmFq
ILsyiAdz8DrKEcyPMIDXccd0YiCUiLRSEpQIAeF5GMzwaYuZxUfBgqquyFEEPomM
HWWt8h+l9dSHZawseIA3UBUhTnoJxuNaKr+xsARBb6usZaMKaGhsPuf/P7CV/1VO
OKy/f34jFU23oTITEv8+Z00mEgAle7EV58FuE+pdjne+xczwY52hRQza+RiKIg+J
jUid+bdObZYhnM9CMhOUxkepCBBTSB+bYXh6CSeCQuLi8licHiacQ8ddJ41kcCjf
7V5vBZx0DzEQFJdsDNO0GRCNcn81K9NP6BtnaT5z8jYfuqdpXfCUtINvz3dqUC/D
rZjNnA3DeRPqghFtVFSCef/2nfKVHKEMMkSAUTiW2pKr+hXFU3YE6IKKuVbvk+k1
RS0iEr1b6bFdDLU/x/f/U7Qp6jsJYhPLPJG9zY0E/Hu9lRzXeN21TxOA3kPl5WzK
Cs1fhjpkh0n80jmQfZEnEphneWA/O/N02y/P+zZ9REUHVqmosRiN+vgRAgMBAAGj
ggHAMIIBvDAUBgNVHREEDTALgglsb2NhbGhvc3QwDgYDVR0PAQH/BAQDAgWgMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAMBgNVHRMBAf8EAjAAMB0GA1Ud
DgQWBBQWIsmqINT0ju2cprsj9fIpRO3yHjB9BgNVHSMEdjB0gBTACisoQ95fyX1H
5UebNvJljGc74qFRpE8wTTELMAkGA1UEBhMCWFkxJjAkBgNVBAoMHVB5dGhvbiBT
b2Z0d2FyZSBGb3VuZGF0aW9uIENBMRYwFAYDVQQDDA1vdXItY2Etc2VydmVyggkA
yy2AmVppUlswgYMGCCsGAQUFBwEBBHcwdTA8BggrBgEFBQcwAoYwaHR0cDovL3Rl
c3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2EvcHljYWNlcnQuY2VyMDUGCCsGAQUF
BzABhilodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rlc3RjYS9vY3NwLzBD
BgNVHR8EPDA6MDigNqA0hjJodHRwOi8vdGVzdGNhLnB5dGhvbnRlc3QubmV0L3Rl
c3RjYS9yZXZvY2F0aW9uLmNybDANBgkqhkiG9w0BAQsFAAOCAYEAQ4IfGLTLerdO
rMNlLrdXOvB4s7IgPr17JPfnF8xiwLhj8C4wDFS+yZR8VNRABm6SnXIsRPXjwUo/
JuQhyrrvT6NQVu6JXNxbmLwM6dsWmPBMP2W52eAuvYOexxv3T4dfdf9nXQr/zvoL
8dWLWCMrkie4Ff9mwvlo4u1koErgQousNWpnZPXLqQA3IFbdOgJu2A+0Xf+Sow1l
/C6rTje8ftZbHFV4oG6pLlUxz2HwG0z+/mB1dujZofUU8EMzTVIFvjP/2jGUvQ3l
Taju0fOSNMI2kTc6bewg37Oeol3Q8KHi/7eFzgnjyEpqk6Su7MFnQveOL2TK13Zy
vz/vZP8Q3aI+LfWqAs8x8G2Ta1ZMsIiVVNzUrNzBiCeL2ZxOZpP43V50QSaa7+jI
RlzV9PzNzGfHM2IucJvROd40/a2duUhh54lTYmLwQGxoL+HaQGEqUK/JQW2YFq/L
YwPsBJngOZhgrqpqV5slcwMWv3jI1y/r/GR/x3iMNBVbZkCYhuYK
-----END CERTIFICATE-----

 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 36254)
ok
test_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ...  server:  new connection from ('127.0.0.1', 54262)

 server:  bad connection attempt from ('127.0.0.1', 54262):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)
ok
test_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ...  server:  new connection from ('127.0.0.1', 59580)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 59580)
ok
test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ...  server:  new connection from ('127.0.0.1', 44258)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 44258)
ok
test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ...  server:  new connection from ('127.0.0.1', 36224)

Needed 2 calls to do_handshake() to establish session.
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 36224)
ok
test_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ...  server:  new connection from ('127.0.0.1', 40010)
Needed 2 calls to complete do_handshake().
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 40010)
ok
PASS: test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription)
PASS: test_options (test.test_ssl.TestEnumerations.test_options)
PASS: test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber)
PASS: test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod)
PASS: test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype)
PASS: test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype)
PASS: test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype)
PASS: test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion)
PASS: test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags)
PASS: test_verifymode (test.test_ssl.TestEnumerations.test_verifymode)
PASS: test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none)
PASS: test_certificate_chain (test.test_ssl.TestPostHandshakeAuth.test_certificate_chain)
PASS: test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client)
PASS: test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server)
PASS: test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client)
PASS: test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server)
PASS: test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13)
test_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... 
ok
test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... 
ok
PASS: test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required)
test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ...  server:  new connection from ('127.0.0.1', 46736)
 client cert is None
 client did not provide a cert
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
TLS: (<ssl.SSLSocket fd=6, family=2, type=1, proto=0, laddr=('127.0.0.1', 33055), raddr=('127.0.0.1', 46736)>, 'write', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')
TLS: (<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 46736), raddr=('127.0.0.1', 33055)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')
Test server failure:
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2523, in run
    msg = self.read()
   File "/usr/lib/python3.14/test/test_ssl.py", line 2500, in read
    return self.sslconn.read()
           ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1140, in read
    return self._sslobj.read(len)
           ~~~~~~~~~~~~~~~~~^^^^^
 ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2711)
ok
PASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter)
PASS: test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored)
PASS: test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client)
PASS: test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server)
PASS: test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults)
PASS: test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env)
PASS: test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename)
PASS: test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback)
PASS: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577)
PASS: test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12)
test_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS)
Connecting to an SSLv23 server with various client options ... 
 PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
 PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL
 PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED
 PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE
ok
test_alpn_protocols (test.test_ssl.ThreadedTests.test_alpn_protocols) ...  server:  new connection from ('127.0.0.1', 35240)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 server:  new connection from ('127.0.0.1', 48500)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 server:  new connection from ('127.0.0.1', 33678)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 server:  new connection from ('127.0.0.1', 49968)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
test_asyncore_server (test.test_ssl.ThreadedTests.test_asyncore_server)
Check the example asyncore integration. ... 
 server:  new connection from 127.0.0.1:54374
 client:  sending b'FOO\n'...
 server:  read b'FOO\n' from client
 client:  read b'foo\n'
 client:  closing connection.
 client:  connection closed.
 cleanup: stopping server.
 cleanup: joining server thread.
 server:  read b'over\n' from client
 server:  closed connection <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0>
 server:  read b'' from client
 cleanup: successfully joined.
ok
test_check_hostname (test.test_ssl.ThreadedTests.test_check_hostname) ... 
 server:  new connection from ('127.0.0.1', 35544)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 35544)
 server:  new connection from ('127.0.0.1', 57584)

 server:  bad connection attempt from ('127.0.0.1', 57584):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ConnectionResetError: [Errno 104] Connection reset by peer
 connection timeout TimeoutError('timed out')
ok
test_check_hostname_idn (test.test_ssl.ThreadedTests.test_check_hostname_idn) ... 
 server:  new connection from ('127.0.0.1', 35398)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 35398)
 server:  new connection from ('127.0.0.1', 46846)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 46846)
 server:  new connection from ('127.0.0.1', 45888)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 45888)
 server:  new connection from ('127.0.0.1', 38354)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 38354)
 server:  new connection from ('127.0.0.1', 50724)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 50724)
 server:  new connection from ('127.0.0.1', 60770)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 60770)
 server:  new connection from ('127.0.0.1', 35414)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 35414)
 server:  new connection from ('127.0.0.1', 40686)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 40686)
 server:  new connection from ('127.0.0.1', 44728)

 server:  bad connection attempt from ('127.0.0.1', 44728):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1081)
 connection timeout TimeoutError('timed out')
 connection timeout TimeoutError('timed out')
ok
test_compression (test.test_ssl.ThreadedTests.test_compression) ...  server:  new connection from ('127.0.0.1', 53942)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 got compression: None
ok
test_compression_disabled (test.test_ssl.ThreadedTests.test_compression_disabled) ...  server:  new connection from ('127.0.0.1', 37152)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
test_crl_check (test.test_ssl.ThreadedTests.test_crl_check) ... 
 server:  new connection from ('127.0.0.1', 53622)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 53622)
 server:  new connection from ('127.0.0.1', 43294)

 server:  bad connection attempt from ('127.0.0.1', 43294):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
 server:  new connection from ('127.0.0.1', 44288)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 44288)
ok
test_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 43002)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
ok
SKIP: test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) "libssl doesn't support ephemeral DH"
PASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn)
test_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ...  server:  new connection from ('127.0.0.1', 38714)
 server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
ok
test_ecc_cert (test.test_ssl.ThreadedTests.test_ecc_cert) ...  server:  new connection from ('127.0.0.1', 59084)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 59084)
ok
test_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 57570)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 server:  new connection from ('127.0.0.1', 35790)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
 server:  new connection from ('127.0.0.1', 42758)

 server:  bad connection attempt from ('127.0.0.1', 42758):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1081)
ok
test_echo (test.test_ssl.ThreadedTests.test_echo)
SKIP: Basic test of an SSL client connecting to a server "resource 'walltime' is not enabled"
test_getpeercert (test.test_ssl.ThreadedTests.test_getpeercert) ... 
{'OCSP': ('http://testca.pythontest.net/testca/ocsp/',),
 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',),
 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',),
 'issuer': ((('countryName', 'XY'),),
            (('organizationName', 'Python Software Foundation CA'),),
            (('commonName', 'our-ca-server'),)),
 'notAfter': 'Oct 28 14:23:16 2525 GMT',
 'notBefore': 'Aug 29 14:23:16 2018 GMT',
 'serialNumber': 'CB2D80995A69525C',
 'subject': ((('countryName', 'XY'),),
             (('localityName', 'Castle Anthrax'),),
             (('organizationName', 'Python Software Foundation'),),
             (('commonName', 'localhost'),)),
 'subjectAltName': (('DNS', 'localhost'),),
 'version': 3}
Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256).
ok
PASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn)
PASS: test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout)
test_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ...  server:  new connection from ('127.0.0.1', 50808)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 50808)
 server:  new connection from ('127.0.0.1', 34288)

 server:  bad connection attempt from ('127.0.0.1', 34288):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1081)
ok
test_legacy_server_connect (test.test_ssl.ThreadedTests.test_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 45954)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
SKIP: test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) 'TLSv1 is not available.'
SKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) 'SSLv3 is not available.'
SKIP: test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) 'TLSv1_1 is not available.'
SKIP: test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) 'TLSv1 is not available.'
test_no_legacy_server_connect (test.test_ssl.ThreadedTests.test_no_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 42166)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
test_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 39494)

 server:  bad connection attempt from ('127.0.0.1', 39494):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1081)
ok
test_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ...  server:  new connection from ('127.0.0.1', 38774)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 38774)
 connection timeout TimeoutError('timed out')
ok
PASS: test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols)
test_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3)
SKIP: Connecting to an SSLv3 server with various client options 'SSLv3 is not available.'
test_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1)
SKIP: Connecting to a TLSv1 server with various client options 'TLSv1 is not available.'
test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1)
SKIP: Connecting to a TLSv1.1 server with various client options. 'TLSv1_1 is not available.'
test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_2)
Connecting to a TLSv1.2 server with various client options. ... 
 PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE
 connection timeout TimeoutError('timed out')
 {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE
 connection timeout TimeoutError('timed out')
 PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE
ok
test_psk (test.test_ssl.ThreadedTests.test_psk) ...  server:  new connection from ('127.0.0.1', 37734)
 server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 45764)

 server:  bad connection attempt from ('127.0.0.1', 45764):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1081)
 server:  new connection from ('127.0.0.1', 59396)
 server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 49156)
 server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)
ok
test_psk_tls1_3 (test.test_ssl.ThreadedTests.test_psk_tls1_3) ...  server:  new connection from ('127.0.0.1', 51606)
 server: connection cipher is now ('TLS_CHACHA20_POLY1305_SHA256', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 51606)
ok
PASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror)
test_recv_into_buffer_protocol_len (test.test_ssl.ThreadedTests.test_recv_into_buffer_protocol_len) ...  server:  new connection from ('127.0.0.1', 47706)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
test_recv_send (test.test_ssl.ThreadedTests.test_recv_send)
Test recv(), send() and friends. ... 
 server:  new connection from ('127.0.0.1', 57010)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
test_recv_zero (test.test_ssl.ThreadedTests.test_recv_zero) ...  server:  new connection from ('127.0.0.1', 36166)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
test_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown)
PASS: A brutal shutdown of an SSL server should raise an OSError
test_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ...  server:  new connection from ('127.0.0.1', 33034)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests.test_selected_alpn_protocol_if_server_uses_alpn) ...  server:  new connection from ('127.0.0.1', 39172)
 client:  sending b'FOO\n'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  sending b'FOO\n'...
 client:  read b'foo\n'
 client:  closing connection.
ok
PASS: test_sendfile (test.test_ssl.ThreadedTests.test_sendfile)
PASS: test_server_accept (test.test_ssl.ThreadedTests.test_server_accept)
test_session (test.test_ssl.ThreadedTests.test_session) ...  server:  new connection from ('127.0.0.1', 48904)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 56316)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 57528)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 41250)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
ok
PASS: test_session_handling (test.test_ssl.ThreadedTests.test_session_handling)
test_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 52112)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
test_sni_callback (test.test_ssl.ThreadedTests.test_sni_callback) ...  server:  new connection from ('127.0.0.1', 44098)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 server:  new connection from ('127.0.0.1', 35638)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 server:  new connection from ('127.0.0.1', 59330)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
PASS: test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert)
PASS: test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising)
PASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type)
test_socketserver (test.test_ssl.ThreadedTests.test_socketserver)
Using socketserver to create and manage SSL connections. ... 
 server (('127.0.0.1', 44367):44367 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):
   [24/Apr/2026 08:12:42] "GET /test_ssl.py HTTP/1.1" 200 -
 client: read 238762 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost:44367>>'
stopping HTTPS server
joining HTTPS thread
ok
test_ssl_cert_verify_error (test.test_ssl.ThreadedTests.test_ssl_cert_verify_error) ... 
 server:  new connection from ('127.0.0.1', 53204)

 server:  bad connection attempt from ('127.0.0.1', 53204):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)
ok
SKIP: test_ssl_in_multiple_threads (test.test_ssl.ThreadedTests.test_ssl_in_multiple_threads) 'test is only useful if the GIL is disabled'
test_starttls (test.test_ssl.ThreadedTests.test_starttls)
Switching from clear text to encrypted and back again. ... 
 client:  sending b'msg 1'...
 server:  new connection from ('127.0.0.1', 52990)
 server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...
 client:  read b'msg 1' from server
 client:  sending b'MSG 2'...
 server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)...
 client:  read b'msg 2' from server
 client:  sending b'STARTTLS'...
 server: read STARTTLS from client, sending OK...
 client:  read b'ok' from server, starting TLS...
 client:  sending b'MSG 3'...
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)...
 client:  read b'msg 3' from server
 client:  sending b'msg 4'...
 server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)...
 client:  read b'msg 4' from server
 client:  sending b'ENDTLS'...
 server: read ENDTLS from client, sending OK...
 client:  read b'ok' from server, ending TLS...
 client:  sending b'msg 5'...
 server: connection is now unencrypted...
 server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)...
 client:  read b'msg 5' from server
 client:  sending b'msg 6'...
 server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)...
 client:  read b'msg 6' from server
 client:  closing connection.
 server: client closed connection
ok
test_thread_recv_while_main_thread_sends (test.test_ssl.ThreadedTests.test_thread_recv_while_main_thread_sends) ...  server:  new connection from ('127.0.0.1', 55928)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
ok
test_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ...  server:  new connection from ('127.0.0.1', 57404)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 57404)
ok
test_tls_unique_channel_binding (test.test_ssl.ThreadedTests.test_tls_unique_channel_binding)
Test tls-unique channel binding. ... 
 server:  new connection from ('127.0.0.1', 38612)
 got channel binding data: b'\xb9P\x85\xd7\x01\xdalm\xae\x17d<'
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
 server:  new connection from ('127.0.0.1', 38616)
 server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)
got another channel binding data: b'l\xf9\xc0y\x91j\xf1\x81\x06m\xb4C'
ok
test_verify_strict (test.test_ssl.ThreadedTests.test_verify_strict) ...  server:  new connection from ('127.0.0.1', 41252)

 server:  bad connection attempt from ('127.0.0.1', 41252):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1081)
 server:  new connection from ('127.0.0.1', 37724)
 server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
 Connection reset by peer: ('127.0.0.1', 37724)
ok
test_version_basic (test.test_ssl.ThreadedTests.test_version_basic)
PASS: Basic tests for SSLSocket.version().
test_wrong_cert_tls12 (test.test_ssl.ThreadedTests.test_wrong_cert_tls12)
Connecting when the server rejects the client's certificate ...  server:  new connection from ('127.0.0.1', 54084)

SSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1081)')

 server:  bad connection attempt from ('127.0.0.1', 54084):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)
ok
test_wrong_cert_tls13 (test.test_ssl.ThreadedTests.test_wrong_cert_tls13) ...  server:  new connection from ('127.0.0.1', 57050)

 server:  bad connection attempt from ('127.0.0.1', 57050):
Traceback (most recent call last):
   File "/usr/lib/python3.14/test/test_ssl.py", line 2439, in wrap_conn
    self.sslconn = self.server.context.wrap_socket(
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        self.sock, server_side=True)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/usr/lib/python3.14/ssl.py", line 455, in wrap_socket
    return self.sslsocket_class._create(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        sock=sock,
        ^^^^^^^^^^
    ...<5 lines>...
        session=session
        ^^^^^^^^^^^^^^^
    )
    ^
   File "/usr/lib/python3.14/ssl.py", line 1076, in _create
    self.do_handshake()
    ~~~~~~~~~~~~~~~~~^^
   File "/usr/lib/python3.14/ssl.py", line 1372, in do_handshake
    self._sslobj.do_handshake()
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^
 ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)
ok

----------------------------------------------------------------------
Ran 195 tests in 16.333s

OK (skipped=17)
0:04:07 load avg: 2.90 [391/486] test_sys_settrace passed
PASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase.test_jump_across_async_with)
PASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase.test_jump_across_with)
PASS: test_jump_backward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp)
PASS: test_jump_backward_over_async_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_v2)
PASS: test_jump_backward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp)
PASS: test_jump_backward_over_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_v2)
PASS: test_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_except_block)
PASS: test_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_finally_block)
PASS: test_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_while_block)
PASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_async_with_block)
PASS: test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_except_block)
PASS: test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_finally_block)
PASS: test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_with_block)
PASS: test_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_async_with_blocks)
PASS: test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks)
PASS: test_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_2)
PASS: test_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_with_blocks)
SKIP: test_jump_extended_args_for_iter (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_for_iter) "resource 'cpu' is not enabled"
PASS: test_jump_extended_args_unpack_ex_simple (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_simple)
PASS: test_jump_extended_args_unpack_ex_tricky (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_tricky)
PASS: test_jump_forward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_async_listcomp)
PASS: test_jump_forward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_listcomp)
PASS: test_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_except_block)
PASS: test_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_finally_block)
PASS: test_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_while_block)
PASS: test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_async_with_block)
PASS: test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_except_block)
PASS: test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_finally_block)
PASS: test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_with_block)
PASS: test_jump_from_except_to_finally (test.test_sys_settrace.JumpTestCase.test_jump_from_except_to_finally)
PASS: test_jump_from_yield (test.test_sys_settrace.JumpTestCase.test_jump_from_yield)
PASS: test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally)
PASS: test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_2)
PASS: test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_3)
PASS: test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block)
PASS: test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_from_try_block)
PASS: test_jump_is_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_backwards)
PASS: test_jump_is_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_forwards)
PASS: test_jump_is_not_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_backwards)
PASS: test_jump_is_not_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_forwards)
PASS: test_jump_or_pop (test.test_sys_settrace.JumpTestCase.test_jump_or_pop)
PASS: test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_backwards)
PASS: test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_forwards)
PASS: test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_assignment)
PASS: test_jump_out_of_async_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_finally_block)
PASS: test_jump_out_of_async_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_for_block)
PASS: test_jump_out_of_async_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_with_block)
PASS: test_jump_out_of_bare_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_bare_except_block)
PASS: test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_backwards)
PASS: test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_forwards)
PASS: test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase.test_jump_out_of_complex_nested_blocks)
PASS: test_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_finally_block)
PASS: test_jump_out_of_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_qualified_except_block)
PASS: test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_assignment)
PASS: test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_finally_block)
PASS: test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_for_block)
PASS: test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_with_block)
PASS: test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_async_for_block_before_else)
PASS: test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_break_in_try_finally_block)
PASS: test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_for_block_before_else)
PASS: test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_return_in_try_finally_block)
PASS: test_jump_over_try_except (test.test_sys_settrace.JumpTestCase.test_jump_over_try_except)
PASS: test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_backwards)
PASS: test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_forwards)
PASS: test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase.test_jump_to_codeless_line)
PASS: test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase.test_jump_to_firstlineno)
PASS: test_jump_to_same_line (test.test_sys_settrace.JumpTestCase.test_jump_to_same_line)
PASS: test_jump_with_null_on_stack_load_attr (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_attr)
PASS: test_jump_with_null_on_stack_load_global (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_global)
PASS: test_jump_with_null_on_stack_push_null (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_push_null)
PASS: test_jump_within_except_block (test.test_sys_settrace.JumpTestCase.test_jump_within_except_block)
PASS: test_large_function (test.test_sys_settrace.JumpTestCase.test_large_function)
PASS: test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_for_block)
PASS: test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_with_block)
PASS: test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_for_block)
PASS: test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_with_block)
PASS: test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_for_block)
PASS: test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_with_block)
PASS: test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_for_block)
PASS: test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_with_block)
PASS: test_no_jump_from_call (test.test_sys_settrace.JumpTestCase.test_no_jump_from_call)
PASS: test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_exception_event)
PASS: test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_return_event)
PASS: test_no_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase.test_no_jump_infinite_while_loop)
PASS: test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_async_for_block_before_else)
PASS: test_no_jump_into_bare_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block)
PASS: test_no_jump_into_bare_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block_from_try_block)
PASS: test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_for_block_before_else)
PASS: test_no_jump_into_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block)
PASS: test_no_jump_into_qualified_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block_from_try_block)
PASS: test_no_jump_over_return_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_out_of_finally_block)
PASS: test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_1)
PASS: test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_2)
PASS: test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_3)
PASS: test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_4)
PASS: test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase.test_no_jump_to_non_integers)
PASS: test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_backwards)
PASS: test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_forwards)
PASS: test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase.test_no_jump_without_trace_function)
PASS: test_call (test.test_sys_settrace.RaisingTraceFuncTestCase.test_call)
PASS: test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception)
PASS: test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_arguments)
PASS: test_line (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line)
PASS: test_line_event_raises_before_opcode_event (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_event_raises_before_opcode_event)
PASS: test_return (test.test_sys_settrace.RaisingTraceFuncTestCase.test_return)
PASS: test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase.test_trash_stack)
PASS: test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_01_basic)
PASS: test_02_arigo0 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo0)
PASS: test_02_arigo1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo1)
PASS: test_02_arigo2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo2)
PASS: test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_03_one_instr)
PASS: test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_04_no_pop_blocks)
PASS: test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_05_no_pop_tops)
PASS: test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_06_call)
PASS: test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_07_raise)
PASS: test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_08_settrace_and_return)
PASS: test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_09_settrace_and_raise)
PASS: test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_10_ireturn)
PASS: test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_11_tightloop)
PASS: test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_12_tighterloop)
PASS: test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_13_genexp)
PASS: test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_14_onliner_if)
PASS: test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_15_loops)
PASS: test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_16_blank_lines)
PASS: test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_17_none_f_trace)
PASS: test_18_except_with_name (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_18_except_with_name)
PASS: test_19_except_with_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_19_except_with_finally)
PASS: test_20_async_for_loop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_20_async_for_loop)
PASS: test_21_repeated_pass (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_21_repeated_pass)
PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_async_for_backwards_jump_has_no_line)
PASS: test_break_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_through_finally)
PASS: test_break_to_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_break)
PASS: test_break_to_continue1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue1)
PASS: test_break_to_continue2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue2)
PASS: test_class_creation_with_decorator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_decorator)
PASS: test_class_creation_with_docstrings (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_docstrings)
PASS: test_continue_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_continue_through_finally)
PASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_correct_tracing_quickened_call_class_init)
PASS: test_early_exit_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_early_exit_with)
PASS: test_finally_with_conditional (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_finally_with_conditional)
PASS: test_flow_converges_on_same_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_flow_converges_on_same_line)
PASS: test_if_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_break)
PASS: test_if_false_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_try_except)
PASS: test_if_false_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_with)
PASS: test_if_in_if_in_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_in_if_in_if)
PASS: test_implicit_return_in_class (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_implicit_return_in_class)
PASS: test_loop_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_loop_in_try_except)
PASS: test_nested_ifs (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs)
PASS: test_nested_ifs_with_and (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_with_and)
PASS: test_nested_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_loops)
PASS: test_nested_try_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_try_if)
PASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_line_event_after_creating_generator)
PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_tracing_of_named_except_cleanup)
PASS: test_notrace_lambda (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_notrace_lambda)
PASS: test_return_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_return_through_finally)
PASS: test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_func)
PASS: test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_none)
PASS: test_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_settrace_error)
PASS: test_testcapi_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_testcapi_settrace_error)
PASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_tracing_exception_raised_in_with)
PASS: test_try_except_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_no_exception)
PASS: test_try_except_star_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_caught)
PASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_not_caught)
PASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_caught)
PASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_not_caught)
PASS: test_try_except_star_named_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_no_exception)
PASS: test_try_except_star_nested (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_nested)
PASS: test_try_except_star_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_no_exception)
PASS: test_try_except_with_wrong_type (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_with_wrong_type)
PASS: test_try_exception_in_else (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_exception_in_else)
PASS: test_try_in_try (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try)
PASS: test_try_in_try_with_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_with_exception)
PASS: test_very_large_function (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_very_large_function)
PASS: test_reentrancy (test.test_sys_settrace.TestEdgeCases.test_reentrancy)
PASS: test_same_object (test.test_sys_settrace.TestEdgeCases.test_same_object)
PASS: test_trace_lots_of_globals (test.test_sys_settrace.TestExtendedArgs.test_trace_lots_of_globals)
PASS: test_trace_unpack_long_sequence (test.test_sys_settrace.TestExtendedArgs.test_trace_unpack_long_sequence)
PASS: test_01_basic (test.test_sys_settrace.TestLinesAfterTraceStarted.test_01_basic)
PASS: test_02_arigo0 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo0)
PASS: test_02_arigo1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo1)
PASS: test_02_arigo2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo2)
PASS: test_03_one_instr (test.test_sys_settrace.TestLinesAfterTraceStarted.test_03_one_instr)
PASS: test_04_no_pop_blocks (test.test_sys_settrace.TestLinesAfterTraceStarted.test_04_no_pop_blocks)
PASS: test_05_no_pop_tops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_05_no_pop_tops)
PASS: test_06_call (test.test_sys_settrace.TestLinesAfterTraceStarted.test_06_call)
PASS: test_07_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_07_raise)
PASS: test_08_settrace_and_return (test.test_sys_settrace.TestLinesAfterTraceStarted.test_08_settrace_and_return)
PASS: test_09_settrace_and_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_09_settrace_and_raise)
PASS: test_10_ireturn (test.test_sys_settrace.TestLinesAfterTraceStarted.test_10_ireturn)
PASS: test_11_tightloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_11_tightloop)
PASS: test_12_tighterloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_12_tighterloop)
PASS: test_13_genexp (test.test_sys_settrace.TestLinesAfterTraceStarted.test_13_genexp)
PASS: test_14_onliner_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_14_onliner_if)
PASS: test_15_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_15_loops)
PASS: test_16_blank_lines (test.test_sys_settrace.TestLinesAfterTraceStarted.test_16_blank_lines)
PASS: test_17_none_f_trace (test.test_sys_settrace.TestLinesAfterTraceStarted.test_17_none_f_trace)
PASS: test_18_except_with_name (test.test_sys_settrace.TestLinesAfterTraceStarted.test_18_except_with_name)
PASS: test_19_except_with_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_19_except_with_finally)
PASS: test_20_async_for_loop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_20_async_for_loop)
PASS: test_21_repeated_pass (test.test_sys_settrace.TestLinesAfterTraceStarted.test_21_repeated_pass)
PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_async_for_backwards_jump_has_no_line)
PASS: test_break_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_through_finally)
PASS: test_break_to_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_break)
PASS: test_break_to_continue1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue1)
PASS: test_break_to_continue2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue2)
PASS: test_class_creation_with_decorator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_decorator)
PASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_docstrings)
PASS: test_continue_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_continue_through_finally)
PASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestLinesAfterTraceStarted.test_correct_tracing_quickened_call_class_init)
PASS: test_early_exit_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_early_exit_with)
PASS: test_events (test.test_sys_settrace.TestLinesAfterTraceStarted.test_events)
PASS: test_finally_with_conditional (test.test_sys_settrace.TestLinesAfterTraceStarted.test_finally_with_conditional)
PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_flow_converges_on_same_line)
PASS: test_if_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_break)
PASS: test_if_false_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_try_except)
PASS: test_if_false_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_with)
PASS: test_if_in_if_in_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_in_if_in_if)
PASS: test_implicit_return_in_class (test.test_sys_settrace.TestLinesAfterTraceStarted.test_implicit_return_in_class)
PASS: test_loop_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_loop_in_try_except)
PASS: test_nested_ifs (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs)
PASS: test_nested_ifs_with_and (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs_with_and)
PASS: test_nested_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_loops)
PASS: test_nested_try_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_try_if)
PASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_line_event_after_creating_generator)
PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_tracing_of_named_except_cleanup)
PASS: test_notrace_lambda (test.test_sys_settrace.TestLinesAfterTraceStarted.test_notrace_lambda)
PASS: test_return_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_return_through_finally)
PASS: test_set_and_retrieve_func (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_func)
PASS: test_set_and_retrieve_none (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_none)
PASS: test_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_settrace_error)
PASS: test_testcapi_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_testcapi_settrace_error)
PASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_tracing_exception_raised_in_with)
PASS: test_try_except_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_no_exception)
PASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_caught)
PASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_not_caught)
PASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_caught)
PASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_not_caught)
PASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_no_exception)
PASS: test_try_except_star_nested (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_nested)
PASS: test_try_except_star_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_no_exception)
PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_with_wrong_type)
PASS: test_try_exception_in_else (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_exception_in_else)
PASS: test_try_in_try (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try)
PASS: test_try_in_try_with_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try_with_exception)
PASS: test_very_large_function (test.test_sys_settrace.TestLinesAfterTraceStarted.test_very_large_function)
PASS: test_01_basic (test.test_sys_settrace.TestSetLocalTrace.test_01_basic)
PASS: test_02_arigo0 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo0)
PASS: test_02_arigo1 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo1)
PASS: test_02_arigo2 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo2)
PASS: test_03_one_instr (test.test_sys_settrace.TestSetLocalTrace.test_03_one_instr)
PASS: test_04_no_pop_blocks (test.test_sys_settrace.TestSetLocalTrace.test_04_no_pop_blocks)
PASS: test_05_no_pop_tops (test.test_sys_settrace.TestSetLocalTrace.test_05_no_pop_tops)
PASS: test_06_call (test.test_sys_settrace.TestSetLocalTrace.test_06_call)
PASS: test_07_raise (test.test_sys_settrace.TestSetLocalTrace.test_07_raise)
PASS: test_08_settrace_and_return (test.test_sys_settrace.TestSetLocalTrace.test_08_settrace_and_return)
PASS: test_09_settrace_and_raise (test.test_sys_settrace.TestSetLocalTrace.test_09_settrace_and_raise)
PASS: test_10_ireturn (test.test_sys_settrace.TestSetLocalTrace.test_10_ireturn)
PASS: test_11_tightloop (test.test_sys_settrace.TestSetLocalTrace.test_11_tightloop)
PASS: test_12_tighterloop (test.test_sys_settrace.TestSetLocalTrace.test_12_tighterloop)
PASS: test_13_genexp (test.test_sys_settrace.TestSetLocalTrace.test_13_genexp)
PASS: test_14_onliner_if (test.test_sys_settrace.TestSetLocalTrace.test_14_onliner_if)
PASS: test_15_loops (test.test_sys_settrace.TestSetLocalTrace.test_15_loops)
PASS: test_16_blank_lines (test.test_sys_settrace.TestSetLocalTrace.test_16_blank_lines)
PASS: test_17_none_f_trace (test.test_sys_settrace.TestSetLocalTrace.test_17_none_f_trace)
PASS: test_18_except_with_name (test.test_sys_settrace.TestSetLocalTrace.test_18_except_with_name)
PASS: test_19_except_with_finally (test.test_sys_settrace.TestSetLocalTrace.test_19_except_with_finally)
PASS: test_20_async_for_loop (test.test_sys_settrace.TestSetLocalTrace.test_20_async_for_loop)
PASS: test_21_repeated_pass (test.test_sys_settrace.TestSetLocalTrace.test_21_repeated_pass)
PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestSetLocalTrace.test_async_for_backwards_jump_has_no_line)
PASS: test_break_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_break_through_finally)
PASS: test_break_to_break (test.test_sys_settrace.TestSetLocalTrace.test_break_to_break)
PASS: test_break_to_continue1 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue1)
PASS: test_break_to_continue2 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue2)
PASS: test_class_creation_with_decorator (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_decorator)
PASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_docstrings)
PASS: test_continue_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_continue_through_finally)
PASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestSetLocalTrace.test_correct_tracing_quickened_call_class_init)
PASS: test_early_exit_with (test.test_sys_settrace.TestSetLocalTrace.test_early_exit_with)
PASS: test_finally_with_conditional (test.test_sys_settrace.TestSetLocalTrace.test_finally_with_conditional)
PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestSetLocalTrace.test_flow_converges_on_same_line)
PASS: test_if_break (test.test_sys_settrace.TestSetLocalTrace.test_if_break)
PASS: test_if_false_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_try_except)
PASS: test_if_false_in_with (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_with)
PASS: test_if_in_if_in_if (test.test_sys_settrace.TestSetLocalTrace.test_if_in_if_in_if)
PASS: test_implicit_return_in_class (test.test_sys_settrace.TestSetLocalTrace.test_implicit_return_in_class)
PASS: test_loop_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_loop_in_try_except)
PASS: test_nested_ifs (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs)
PASS: test_nested_ifs_with_and (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs_with_and)
PASS: test_nested_loops (test.test_sys_settrace.TestSetLocalTrace.test_nested_loops)
PASS: test_nested_try_if (test.test_sys_settrace.TestSetLocalTrace.test_nested_try_if)
PASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestSetLocalTrace.test_no_line_event_after_creating_generator)
PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestSetLocalTrace.test_no_tracing_of_named_except_cleanup)
PASS: test_notrace_lambda (test.test_sys_settrace.TestSetLocalTrace.test_notrace_lambda)
PASS: test_return_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_return_through_finally)
PASS: test_set_and_retrieve_func (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_func)
PASS: test_set_and_retrieve_none (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_none)
PASS: test_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_settrace_error)
PASS: test_testcapi_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_testcapi_settrace_error)
PASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestSetLocalTrace.test_tracing_exception_raised_in_with)
PASS: test_try_except_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_no_exception)
PASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_caught)
PASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_not_caught)
PASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_caught)
PASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_not_caught)
PASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_no_exception)
PASS: test_try_except_star_nested (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_nested)
PASS: test_try_except_star_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_no_exception)
PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestSetLocalTrace.test_try_except_with_wrong_type)
PASS: test_try_exception_in_else (test.test_sys_settrace.TestSetLocalTrace.test_try_exception_in_else)
PASS: test_try_in_try (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try)
PASS: test_try_in_try_with_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try_with_exception)
PASS: test_very_large_function (test.test_sys_settrace.TestSetLocalTrace.test_very_large_function)
PASS: test_with_branches (test.test_sys_settrace.TestSetLocalTrace.test_with_branches)
PASS: test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase.test_01_basic)
PASS: test_02_arigo0 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo0)
PASS: test_02_arigo1 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo1)
PASS: test_02_arigo2 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo2)
PASS: test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase.test_03_one_instr)
PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase.test_04_no_pop_blocks)
PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase.test_05_no_pop_tops)
PASS: test_06_call (test.test_sys_settrace.TraceOpcodesTestCase.test_06_call)
PASS: test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_07_raise)
PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase.test_08_settrace_and_return)
PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_09_settrace_and_raise)
PASS: test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase.test_10_ireturn)
PASS: test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase.test_11_tightloop)
PASS: test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase.test_12_tighterloop)
PASS: test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase.test_13_genexp)
PASS: test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase.test_14_onliner_if)
PASS: test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_15_loops)
PASS: test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase.test_16_blank_lines)
PASS: test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase.test_17_none_f_trace)
PASS: test_18_except_with_name (test.test_sys_settrace.TraceOpcodesTestCase.test_18_except_with_name)
PASS: test_19_except_with_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_19_except_with_finally)
PASS: test_20_async_for_loop (test.test_sys_settrace.TraceOpcodesTestCase.test_20_async_for_loop)
PASS: test_21_repeated_pass (test.test_sys_settrace.TraceOpcodesTestCase.test_21_repeated_pass)
PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceOpcodesTestCase.test_async_for_backwards_jump_has_no_line)
PASS: test_break_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_break_through_finally)
PASS: test_break_to_break (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_break)
PASS: test_break_to_continue1 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue1)
PASS: test_break_to_continue2 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue2)
PASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_decorator)
PASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_docstrings)
PASS: test_continue_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_continue_through_finally)
PASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceOpcodesTestCase.test_correct_tracing_quickened_call_class_init)
PASS: test_early_exit_with (test.test_sys_settrace.TraceOpcodesTestCase.test_early_exit_with)
PASS: test_finally_with_conditional (test.test_sys_settrace.TraceOpcodesTestCase.test_finally_with_conditional)
PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceOpcodesTestCase.test_flow_converges_on_same_line)
PASS: test_if_break (test.test_sys_settrace.TraceOpcodesTestCase.test_if_break)
PASS: test_if_false_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_try_except)
PASS: test_if_false_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_with)
PASS: test_if_in_if_in_if (test.test_sys_settrace.TraceOpcodesTestCase.test_if_in_if_in_if)
PASS: test_implicit_return_in_class (test.test_sys_settrace.TraceOpcodesTestCase.test_implicit_return_in_class)
PASS: test_loop_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_loop_in_try_except)
PASS: test_nested_ifs (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs)
PASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_with_and)
PASS: test_nested_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_loops)
PASS: test_nested_try_if (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_try_if)
PASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceOpcodesTestCase.test_no_line_event_after_creating_generator)
PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceOpcodesTestCase.test_no_tracing_of_named_except_cleanup)
PASS: test_notrace_lambda (test.test_sys_settrace.TraceOpcodesTestCase.test_notrace_lambda)
PASS: test_return_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_return_through_finally)
PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_func)
PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_none)
PASS: test_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_settrace_error)
PASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_testcapi_settrace_error)
test_trace_opcodes_after_settrace (test.test_sys_settrace.TraceOpcodesTestCase.test_trace_opcodes_after_settrace)
PASS: Make sure setting f_trace_opcodes after starting trace works even
PASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_tracing_exception_raised_in_with)
PASS: test_try_except_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_no_exception)
PASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_caught)
PASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_not_caught)
PASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_caught)
PASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_not_caught)
PASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_no_exception)
PASS: test_try_except_star_nested (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_nested)
PASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_no_exception)
PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_with_wrong_type)
PASS: test_try_exception_in_else (test.test_sys_settrace.TraceOpcodesTestCase.test_try_exception_in_else)
PASS: test_try_in_try (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try)
PASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_with_exception)
PASS: test_very_large_function (test.test_sys_settrace.TraceOpcodesTestCase.test_very_large_function)
PASS: test_01_basic (test.test_sys_settrace.TraceTestCase.test_01_basic)
PASS: test_02_arigo0 (test.test_sys_settrace.TraceTestCase.test_02_arigo0)
PASS: test_02_arigo1 (test.test_sys_settrace.TraceTestCase.test_02_arigo1)
PASS: test_02_arigo2 (test.test_sys_settrace.TraceTestCase.test_02_arigo2)
PASS: test_03_one_instr (test.test_sys_settrace.TraceTestCase.test_03_one_instr)
PASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase.test_04_no_pop_blocks)
PASS: test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase.test_05_no_pop_tops)
PASS: test_06_call (test.test_sys_settrace.TraceTestCase.test_06_call)
PASS: test_07_raise (test.test_sys_settrace.TraceTestCase.test_07_raise)
PASS: test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase.test_08_settrace_and_return)
PASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase.test_09_settrace_and_raise)
PASS: test_10_ireturn (test.test_sys_settrace.TraceTestCase.test_10_ireturn)
PASS: test_11_tightloop (test.test_sys_settrace.TraceTestCase.test_11_tightloop)
PASS: test_12_tighterloop (test.test_sys_settrace.TraceTestCase.test_12_tighterloop)
PASS: test_13_genexp (test.test_sys_settrace.TraceTestCase.test_13_genexp)
PASS: test_14_onliner_if (test.test_sys_settrace.TraceTestCase.test_14_onliner_if)
PASS: test_15_loops (test.test_sys_settrace.TraceTestCase.test_15_loops)
PASS: test_16_blank_lines (test.test_sys_settrace.TraceTestCase.test_16_blank_lines)
PASS: test_17_none_f_trace (test.test_sys_settrace.TraceTestCase.test_17_none_f_trace)
PASS: test_18_except_with_name (test.test_sys_settrace.TraceTestCase.test_18_except_with_name)
PASS: test_19_except_with_finally (test.test_sys_settrace.TraceTestCase.test_19_except_with_finally)
PASS: test_20_async_for_loop (test.test_sys_settrace.TraceTestCase.test_20_async_for_loop)
PASS: test_21_repeated_pass (test.test_sys_settrace.TraceTestCase.test_21_repeated_pass)
PASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceTestCase.test_async_for_backwards_jump_has_no_line)
PASS: test_break_through_finally (test.test_sys_settrace.TraceTestCase.test_break_through_finally)
PASS: test_break_to_break (test.test_sys_settrace.TraceTestCase.test_break_to_break)
PASS: test_break_to_continue1 (test.test_sys_settrace.TraceTestCase.test_break_to_continue1)
PASS: test_break_to_continue2 (test.test_sys_settrace.TraceTestCase.test_break_to_continue2)
PASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceTestCase.test_class_creation_with_decorator)
PASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceTestCase.test_class_creation_with_docstrings)
PASS: test_continue_through_finally (test.test_sys_settrace.TraceTestCase.test_continue_through_finally)
PASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceTestCase.test_correct_tracing_quickened_call_class_init)
PASS: test_early_exit_with (test.test_sys_settrace.TraceTestCase.test_early_exit_with)
PASS: test_finally_with_conditional (test.test_sys_settrace.TraceTestCase.test_finally_with_conditional)
PASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceTestCase.test_flow_converges_on_same_line)
PASS: test_if_break (test.test_sys_settrace.TraceTestCase.test_if_break)
PASS: test_if_false_in_try_except (test.test_sys_settrace.TraceTestCase.test_if_false_in_try_except)
PASS: test_if_false_in_with (test.test_sys_settrace.TraceTestCase.test_if_false_in_with)
PASS: test_if_in_if_in_if (test.test_sys_settrace.TraceTestCase.test_if_in_if_in_if)
PASS: test_implicit_return_in_class (test.test_sys_settrace.TraceTestCase.test_implicit_return_in_class)
PASS: test_loop_in_try_except (test.test_sys_settrace.TraceTestCase.test_loop_in_try_except)
PASS: test_nested_ifs (test.test_sys_settrace.TraceTestCase.test_nested_ifs)
PASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceTestCase.test_nested_ifs_with_and)
PASS: test_nested_loops (test.test_sys_settrace.TraceTestCase.test_nested_loops)
PASS: test_nested_try_if (test.test_sys_settrace.TraceTestCase.test_nested_try_if)
PASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceTestCase.test_no_line_event_after_creating_generator)
PASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceTestCase.test_no_tracing_of_named_except_cleanup)
PASS: test_notrace_lambda (test.test_sys_settrace.TraceTestCase.test_notrace_lambda)
PASS: test_return_through_finally (test.test_sys_settrace.TraceTestCase.test_return_through_finally)
PASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_func)
PASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_none)
PASS: test_settrace_error (test.test_sys_settrace.TraceTestCase.test_settrace_error)
PASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceTestCase.test_testcapi_settrace_error)
PASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceTestCase.test_tracing_exception_raised_in_with)
PASS: test_try_except_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_no_exception)
PASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_caught)
PASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_not_caught)
PASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_caught)
PASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_not_caught)
PASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_no_exception)
PASS: test_try_except_star_nested (test.test_sys_settrace.TraceTestCase.test_try_except_star_nested)
PASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_no_exception)
PASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceTestCase.test_try_except_with_wrong_type)
PASS: test_try_exception_in_else (test.test_sys_settrace.TraceTestCase.test_try_exception_in_else)
PASS: test_try_in_try (test.test_sys_settrace.TraceTestCase.test_try_in_try)
PASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceTestCase.test_try_in_try_with_exception)
PASS: test_very_large_function (test.test_sys_settrace.TraceTestCase.test_very_large_function)

----------------------------------------------------------------------
Ran 448 tests in 1.292s

OK (skipped=1)
0:04:07 load avg: 2.90 [392/486] test_sysconfig passed
PASS: test_expand_makefile_vars (test.test_sysconfig.DeprecationTests.test_expand_makefile_vars)
PASS: test_is_python_build_check_home (test.test_sysconfig.DeprecationTests.test_is_python_build_check_home)
PASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename)
PASS: test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile)
PASS: test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars)
PASS: test_abi_debug (test.test_sysconfig.TestSysConfig.test_abi_debug)
PASS: test_abi_thread (test.test_sysconfig.TestSysConfig.test_abi_thread)
PASS: test_abiflags (test.test_sysconfig.TestSysConfig.test_abiflags)
PASS: test_always_set_py_debug (test.test_sysconfig.TestSysConfig.test_always_set_py_debug)
PASS: test_always_set_py_gil_disabled (test.test_sysconfig.TestSysConfig.test_always_set_py_gil_disabled)
SKIP: test_android_ext_suffix (test.test_sysconfig.TestSysConfig.test_android_ext_suffix) 'Android-specific test'
PASS: test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename)
PASS: test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars)
PASS: test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme)
PASS: test_get_path (test.test_sysconfig.TestSysConfig.test_get_path)
PASS: test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names)
PASS: test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths)
PASS: test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform)
PASS: test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes)
PASS: test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names)
PASS: test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value)
PASS: test_library (test.test_sysconfig.TestSysConfig.test_library)
PASS: test_linux_ext_suffix (test.test_sysconfig.TestSysConfig.test_linux_ext_suffix)
PASS: test_main (test.test_sysconfig.TestSysConfig.test_main)
PASS: test_makefile_overwrites_config_vars (test.test_sysconfig.TestSysConfig.test_makefile_overwrites_config_vars)
PASS: test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme)
SKIP: test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) 'OS X-specific test'
SKIP: test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) 'test only relevant on MacOSX'
PASS: test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme)
PASS: test_soabi (test.test_sysconfig.TestSysConfig.test_soabi)
PASS: test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir)
PASS: test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd)
PASS: test_symlink (test.test_sysconfig.TestSysConfig.test_symlink)
PASS: test_sysconfig_config_vars_no_prefix_cache (test.test_sysconfig.TestSysConfig.test_sysconfig_config_vars_no_prefix_cache)
SKIP: test_sysconfigdata_json (test.test_sysconfig.TestSysConfig.test_sysconfigdata_json) 'OE adds/modifies various flags and paths/prefixes'
PASS: test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar)
PASS: test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme)

----------------------------------------------------------------------
Ran 37 tests in 0.209s

OK (skipped=4)
0:04:07 load avg: 2.90 [393/486] test_syslog passed
PASS: test_closelog (test.test_syslog.Test.test_closelog)
PASS: test_log_mask (test.test_syslog.Test.test_log_mask)
PASS: test_openlog (test.test_syslog.Test.test_openlog)
PASS: test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs)
PASS: test_setlogmask (test.test_syslog.Test.test_setlogmask)
PASS: test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog)
PASS: test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog)
PASS: test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog)
PASS: test_syslog (test.test_syslog.Test.test_syslog)
PASS: test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open)
PASS: test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded)

----------------------------------------------------------------------
Ran 11 tests in 0.162s

OK
0:04:07 load avg: 2.90 [394/486] test_tabnanny passed
test_correct_directory (test.test_tabnanny.TestCheck.test_correct_directory)
PASS: Directory which contains few error free python source code files.
test_correct_directory_verbose (test.test_tabnanny.TestCheck.test_correct_directory_verbose)
PASS: Directory containing few error free python source code files.
test_correct_file (test.test_tabnanny.TestCheck.test_correct_file)
PASS: A python source code file without any errors.
test_errored_directory (test.test_tabnanny.TestCheck.test_errored_directory)
PASS: Directory containing wrongly indented python source code files.
test_when_nannynag_error (test.test_tabnanny.TestCheck.test_when_nannynag_error)
PASS: A python source code file eligible for raising `tabnanny.NannyNag`.
test_when_nannynag_error_verbose (test.test_tabnanny.TestCheck.test_when_nannynag_error_verbose)
PASS: A python source code file eligible for raising `tabnanny.NannyNag`.
test_when_no_file (test.test_tabnanny.TestCheck.test_when_no_file)
PASS: A python file which does not exist actually in system.
test_when_tokenize_tokenerror (test.test_tabnanny.TestCheck.test_when_tokenize_tokenerror)
PASS: A python source code file eligible for raising 'tokenize.TokenError'.
test_when_wrong_indented (test.test_tabnanny.TestCheck.test_when_wrong_indented)
PASS: A python source code file eligible for raising `IndentationError`.
test_command_usage (test.test_tabnanny.TestCommandLine.test_command_usage)
PASS: Should display usage on no arguments.
test_double_verbose_mode (test.test_tabnanny.TestCommandLine.test_double_verbose_mode)
PASS: Should display detailed error information if double verbose is on.
test_quiet_flag (test.test_tabnanny.TestCommandLine.test_quiet_flag)
PASS: Should display less when quite mode is on.
test_verbose_mode (test.test_tabnanny.TestCommandLine.test_verbose_mode)
PASS: Should display more error information if verbose mode is on.
test_with_error_free_file (test.test_tabnanny.TestCommandLine.test_with_error_free_file)
PASS: Should not display anything if python file is correctly indented.
test_with_errored_file (test.test_tabnanny.TestCommandLine.test_with_errored_file)
PASS: Should displays error when errored python file is given.
test_errprint (test.test_tabnanny.TestErrPrint.test_errprint)
PASS: Asserting result of `tabnanny.errprint()` by giving sample inputs.
test_format_witnesses (test.test_tabnanny.TestFormatWitnesses.test_format_witnesses)
PASS: Asserting formatter result by giving various input samples.
test_all_methods (test.test_tabnanny.TestNannyNag.test_all_methods)
PASS: Asserting behaviour of `tabnanny.NannyNag` exception.
test_with_correct_code (test.test_tabnanny.TestProcessTokens.test_with_correct_code)
PASS: A python source code without any whitespace related problems.
test_with_errored_codes_samples (test.test_tabnanny.TestProcessTokens.test_with_errored_codes_samples)
PASS: A python source code with whitespace related sampled problems.

----------------------------------------------------------------------
Ran 20 tests in 0.337s

OK
0:04:08 load avg: 2.90 [395/486] test_tcl skipped
test_tcl skipped -- No module named '_tkinter'
0:04:09 load avg: 2.90 [396/486] test_tempfile passed
PASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list)
PASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs)
PASS: test_exports (test.test_tempfile.TestExports.test_exports)
PASS: test_retval (test.test_tempfile.TestGetCandidateNames.test_retval)
PASS: test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing)
PASS: test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind)
PASS: test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive)
PASS: test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists)
PASS: test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable)
PASS: test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing)
PASS: test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template)
PASS: test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template)
PASS: test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples)
PASS: test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none)
PASS: test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib)
PASS: test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike)
PASS: test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles)
PASS: test_basic (test.test_tempfile.TestMkdtemp.test_basic)
PASS: test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many)
PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names)
PASS: test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory)
PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory)
PASS: test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file)
PASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts)
PASS: test_mode (test.test_tempfile.TestMkdtemp.test_mode)
SKIP: test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) 'Only on Windows.'
PASS: test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory)
PASS: test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory)
PASS: test_path_is_absolute (test.test_tempfile.TestMkdtemp.test_path_is_absolute)
SKIP: test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) "can't set the directory read-only"
PASS: test_basic (test.test_tempfile.TestMkstemp.test_basic)
PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names)
PASS: test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory)
PASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts)
PASS: test_basic (test.test_tempfile.TestMkstempInner.test_basic)
PASS: test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many)
PASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names)
PASS: test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory)
PASS: test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory)
PASS: test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file)
PASS: test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode)
PASS: test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit)
PASS: test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory)
PASS: test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory)
SKIP: test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) "can't set the directory read-only"
SKIP: test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) 'text mode not available'
PASS: test_basic (test.test_tempfile.TestMktemp.test_basic)
PASS: test_many (test.test_tempfile.TestMktemp.test_many)
PASS: test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding)
PASS: test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode)
PASS: test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic)
PASS: test_context_man_not_del_if_delete_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false)
PASS: test_context_man_not_del_on_close_if_delete_on_close_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false)
PASS: test_context_man_ok_to_delete_manually (test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually)
PASS: test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager)
PASS: test_correct_finalizer_work_if_already_deleted (test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted)
PASS: test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named)
PASS: test_del_by_finalizer (test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer)
PASS: test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close)
PASS: test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close)
PASS: test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter)
PASS: test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup)
PASS: test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close)
PASS: test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error)
PASS: test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str)
PASS: test_many (test.test_tempfile.TestRandomNameSequence.test_many)
PASS: test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness)
PASS: test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic)
PASS: test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods)
PASS: test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem)
PASS: test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover)
PASS: test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover)
PASS: test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover)
PASS: test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close)
PASS: test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file)
PASS: test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file)
PASS: test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno)
PASS: test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface)
PASS: test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase)
PASS: test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover)
PASS: test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover)
PASS: test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties)
PASS: test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small)
PASS: test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse)
PASS: test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode)
PASS: test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding)
PASS: test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter)
PASS: test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential)
PASS: test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines)
PASS: test_writelines_fast_path (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path)
PASS: test_writelines_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover)
PASS: test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential)
SKIP: test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) 'requires os.chflags'
PASS: test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes)
PASS: test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory)
SKIP: test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) 'Only on Windows.'
PASS: test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager)
PASS: test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection)
test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors)
PASS: Test that ignoring errors works when TemporaryDirectory is gced.
PASS: test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown)
test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors)
PASS: Test ignoring errors works when a tempdir is gc'ed on shutdown.
PASS: test_delete_false (test.test_tempfile.TestTemporaryDirectory.test_delete_false)
PASS: test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown)
PASS: test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup)
SKIP: test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) 'Only on Windows.'
test_explicit_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_ignore_errors)
PASS: Test that cleanup doesn't return an error when ignoring them.
SKIP: test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) 'requires os.chflags'
PASS: test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure)
PASS: test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes)
PASS: test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close)
PASS: test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup)
PASS: test_bad_encoding (test.test_tempfile.TestTemporaryFile.test_bad_encoding)
PASS: test_bad_mode (test.test_tempfile.TestTemporaryFile.test_bad_mode)
PASS: test_basic (test.test_tempfile.TestTemporaryFile.test_basic)
PASS: test_has_no_name (test.test_tempfile.TestTemporaryFile.test_has_no_name)
PASS: test_mode_and_encoding (test.test_tempfile.TestTemporaryFile.test_mode_and_encoding)
PASS: test_multiple_close (test.test_tempfile.TestTemporaryFile.test_multiple_close)
PASS: test_unexpected_error (test.test_tempfile.TestTemporaryFile.test_unexpected_error)

----------------------------------------------------------------------
Ran 118 tests in 1.110s

OK (skipped=8)
0:04:10 load avg: 2.90 [397/486] test_termios passed -- running (1): test_socket (30.0 sec)
PASS: test_tcdrain (test.test_termios.TestFunctions.test_tcdrain)
PASS: test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors)
PASS: test_tcflow (test.test_termios.TestFunctions.test_tcflow)
PASS: test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors)
PASS: test_tcflow_suspend_and_resume_output (test.test_termios.TestFunctions.test_tcflow_suspend_and_resume_output)
PASS: test_tcflush (test.test_termios.TestFunctions.test_tcflush)
PASS: test_tcflush_clear_input_or_output (test.test_termios.TestFunctions.test_tcflush_clear_input_or_output)
PASS: test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors)
PASS: test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr)
PASS: test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors)
PASS: test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize)
PASS: test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors)
PASS: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak)
PASS: test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors)
PASS: test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr)
PASS: test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors)
PASS: test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize)
PASS: test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors)
PASS: test_constants (test.test_termios.TestModule.test_constants)
PASS: test_exception (test.test_termios.TestModule.test_exception)
PASS: test_ioctl_constants (test.test_termios.TestModule.test_ioctl_constants)

----------------------------------------------------------------------
Ran 21 tests in 0.513s

OK
0:04:10 load avg: 2.90 [398/486] test_textwrap passed -- running (1): test_socket (30.3 sec)
PASS: test_dedent_declining (test.test_textwrap.DedentTestCase.test_dedent_declining)
PASS: test_dedent_even (test.test_textwrap.DedentTestCase.test_dedent_even)
PASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase.test_dedent_nomargin)
PASS: test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_internal_tabs)
PASS: test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_margin_tabs)
PASS: test_dedent_uneven (test.test_textwrap.DedentTestCase.test_dedent_uneven)
PASS: test_dedent_whitespace (test.test_textwrap.DedentTestCase.test_dedent_whitespace)
PASS: test_type_error (test.test_textwrap.DedentTestCase.test_type_error)
PASS: test_indent_all_lines (test.test_textwrap.IndentTestCase.test_indent_all_lines)
PASS: test_indent_default (test.test_textwrap.IndentTestCase.test_indent_default)
PASS: test_indent_empty_lines (test.test_textwrap.IndentTestCase.test_indent_empty_lines)
PASS: test_indent_explicit_default (test.test_textwrap.IndentTestCase.test_indent_explicit_default)
PASS: test_indent_no_lines (test.test_textwrap.IndentTestCase.test_indent_no_lines)
PASS: test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase.test_indent_nomargin_all_lines)
PASS: test_indent_nomargin_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_default)
PASS: test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_explicit_default)
PASS: test_roundtrip_mixed (test.test_textwrap.IndentTestCase.test_roundtrip_mixed)
PASS: test_roundtrip_spaces (test.test_textwrap.IndentTestCase.test_roundtrip_spaces)
PASS: test_roundtrip_tabs (test.test_textwrap.IndentTestCase.test_roundtrip_tabs)
PASS: test_fill (test.test_textwrap.IndentTestCases.test_fill)
PASS: test_initial_indent (test.test_textwrap.IndentTestCases.test_initial_indent)
PASS: test_subsequent_indent (test.test_textwrap.IndentTestCases.test_subsequent_indent)
PASS: test_break_long (test.test_textwrap.LongWordTestCase.test_break_long)
PASS: test_max_lines_long (test.test_textwrap.LongWordTestCase.test_max_lines_long)
PASS: test_nobreak_long (test.test_textwrap.LongWordTestCase.test_nobreak_long)
PASS: test_break_long_words_not_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_not_on_hyphen)
PASS: test_break_long_words_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_on_hyphen)
PASS: test_break_on_hyphen_but_not_long_words (test.test_textwrap.LongWordWithHyphensTestCase.test_break_on_hyphen_but_not_long_words)
PASS: test_do_not_break_long_words_or_on_hyphens (test.test_textwrap.LongWordWithHyphensTestCase.test_do_not_break_long_words_or_on_hyphens)
PASS: test_placeholder (test.test_textwrap.MaxLinesTestCase.test_placeholder)
PASS: test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase.test_placeholder_backtrack)
PASS: test_simple (test.test_textwrap.MaxLinesTestCase.test_simple)
PASS: test_spaces (test.test_textwrap.MaxLinesTestCase.test_spaces)
PASS: test_empty_string (test.test_textwrap.ShortenTestCase.test_empty_string)
PASS: test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase.test_first_word_too_long_but_placeholder_fits)
PASS: test_placeholder (test.test_textwrap.ShortenTestCase.test_placeholder)
PASS: test_simple (test.test_textwrap.ShortenTestCase.test_simple)
PASS: test_whitespace (test.test_textwrap.ShortenTestCase.test_whitespace)
PASS: test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase.test_width_too_small_for_placeholder)
PASS: test_bad_width (test.test_textwrap.WrapTestCase.test_bad_width)
PASS: test_break_on_hyphens (test.test_textwrap.WrapTestCase.test_break_on_hyphens)
PASS: test_drop_whitespace_false (test.test_textwrap.WrapTestCase.test_drop_whitespace_false)
PASS: test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only)
PASS: test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_with_indent)
PASS: test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase.test_drop_whitespace_leading_whitespace)
PASS: test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_indent)
PASS: test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_line)
PASS: test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only)
PASS: test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_with_indent)
PASS: test_em_dash (test.test_textwrap.WrapTestCase.test_em_dash)
PASS: test_empty_string (test.test_textwrap.WrapTestCase.test_empty_string)
PASS: test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase.test_empty_string_with_initial_indent)
PASS: test_fix_sentence_endings (test.test_textwrap.WrapTestCase.test_fix_sentence_endings)
PASS: test_funky_hyphens (test.test_textwrap.WrapTestCase.test_funky_hyphens)
PASS: test_funky_parens (test.test_textwrap.WrapTestCase.test_funky_parens)
PASS: test_hyphenated (test.test_textwrap.WrapTestCase.test_hyphenated)
PASS: test_hyphenated_numbers (test.test_textwrap.WrapTestCase.test_hyphenated_numbers)
PASS: test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase.test_narrow_non_breaking_space)
PASS: test_no_split_at_umlaut (test.test_textwrap.WrapTestCase.test_no_split_at_umlaut)
PASS: test_non_breaking_space (test.test_textwrap.WrapTestCase.test_non_breaking_space)
PASS: test_punct_hyphens (test.test_textwrap.WrapTestCase.test_punct_hyphens)
PASS: test_simple (test.test_textwrap.WrapTestCase.test_simple)
PASS: test_split (test.test_textwrap.WrapTestCase.test_split)
PASS: test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase.test_umlaut_followed_by_dash)
PASS: test_unix_options (test.test_textwrap.WrapTestCase.test_unix_options)
PASS: test_whitespace (test.test_textwrap.WrapTestCase.test_whitespace)
PASS: test_wrap_short (test.test_textwrap.WrapTestCase.test_wrap_short)
PASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase.test_wrap_short_1line)

----------------------------------------------------------------------
Ran 68 tests in 0.007s

OK
0:04:12 load avg: 2.75 [399/486] test_thread passed -- running (1): test_socket (32.1 sec)
test_barrier (test.test_thread.BarrierTest.test_barrier) ... waiting for tasks to end
task 0 will run for 0us
task 2 will run for 58us
task 3 will run for 36us
task 4 will run for 41us
task 2 entering 0
task 5 will run for 70us
task 6 will run for 28us
task 4 entering 0
task 9 will run for 18us
task 1 will run for 52us
task 0 entering 0
task 3 entering 0
task 8 will run for 43us
task 7 will run for 39us
task 6 entering 0
task 1 entering 0
task 5 entering 0
task 9 entering 0
task 8 entering 0
task 7 entering 0
task 7 leaving barrier
task 7 will run for 57us
task 0 leaving barrier
task 0 will run for 0us
task 3 leaving barrier
task 3 will run for 49us
task 0 entering 1
task 6 leaving barrier
task 6 will run for 20us
task 1 leaving barrier
task 1 will run for 82us
task 2 leaving barrier
task 2 will run for 93us
task 9 leaving barrier
task 9 will run for 75us
task 3 entering 1
task 1 entering 1
task 5 leaving barrier
task 5 will run for 46us
task 6 entering 1
task 8 leaving barrier
task 8 will run for 59us
task 4 leaving barrier
task 4 will run for 44us
task 9 entering 1
task 2 entering 1
task 7 entering 1
task 8 entering 1
task 5 entering 1
task 4 entering 1
task 4 leaving barrier
task 4 will run for 98us
task 7 leaving barrier
task 7 will run for 17us
task 6 leaving barrier
task 6 will run for 58us
task 0 leaving barrier
task 0 will run for 0us
task 2 leaving barrier
task 2 will run for 45us
task 1 leaving barrier
task 1 will run for 47us
task 5 leaving barrier
task 5 will run for 70us
task 7 entering 2
task 6 entering 2
task 8 leaving barrier
task 8 will run for 40us
task 0 entering 2
task 9 leaving barrier
task 9 will run for 8us
task 1 entering 2
task 2 entering 2
task 9 entering 2
task 5 entering 2
task 4 entering 2
task 8 entering 2
task 3 leaving barrier
task 3 will run for 95us
task 3 entering 2
task 3 leaving barrier
task 7 leaving barrier
task 6 leaving barrier
task 0 leaving barrier
task 1 leaving barrier
task 2 leaving barrier
task 9 leaving barrier
task 4 leaving barrier
task 8 leaving barrier
task 5 leaving barrier
tasks done
ok
PASS: test_acquire_contended (test.test_thread.LockTests.test_acquire_contended)
PASS: test_acquire_destroy (test.test_thread.LockTests.test_acquire_destroy)
PASS: test_acquire_release (test.test_thread.LockTests.test_acquire_release)
PASS: test_at_fork_reinit (test.test_thread.LockTests.test_at_fork_reinit)
PASS: test_constructor (test.test_thread.LockTests.test_constructor)
PASS: test_different_thread (test.test_thread.LockTests.test_different_thread)
PASS: test_locked_repr (test.test_thread.LockTests.test_locked_repr)
PASS: test_reacquire (test.test_thread.LockTests.test_reacquire)
PASS: test_repr (test.test_thread.LockTests.test_repr)
PASS: test_state_after_timeout (test.test_thread.LockTests.test_state_after_timeout)
PASS: test_thread_leak (test.test_thread.LockTests.test_thread_leak)
PASS: test_timeout (test.test_thread.LockTests.test_timeout)
PASS: test_try_acquire (test.test_thread.LockTests.test_try_acquire)
PASS: test_try_acquire_contended (test.test_thread.LockTests.test_try_acquire_contended)
PASS: test_weakref_deleted (test.test_thread.LockTests.test_weakref_deleted)
PASS: test_weakref_exists (test.test_thread.LockTests.test_weakref_exists)
PASS: test_with (test.test_thread.LockTests.test_with)
PASS: test_forkinthread (test.test_thread.TestForkInThread.test_forkinthread)
PASS: test__count (test.test_thread.ThreadRunningTests.test__count)
PASS: test_join_from_self (test.test_thread.ThreadRunningTests.test_join_from_self)
PASS: test_join_several_times (test.test_thread.ThreadRunningTests.test_join_several_times)
PASS: test_join_then_self_join (test.test_thread.ThreadRunningTests.test_join_then_self_join)
PASS: test_join_thread (test.test_thread.ThreadRunningTests.test_join_thread)
PASS: test_join_thread_already_exited (test.test_thread.ThreadRunningTests.test_join_thread_already_exited)
PASS: test_join_unstarted (test.test_thread.ThreadRunningTests.test_join_unstarted)
PASS: test_join_with_timeout (test.test_thread.ThreadRunningTests.test_join_with_timeout)
PASS: test_joinable_not_joined (test.test_thread.ThreadRunningTests.test_joinable_not_joined)
test_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests.test_nt_and_posix_stack_size) ... caught expected ValueError setting stack_size(4096)
successfully set stack_size(262144)
successfully set stack_size(1048576)
successfully set stack_size(0)
trying stack_size = (262144)
creating task 1
creating task 2
creating task 3
creating task 4
creating task 5
creating task 6
creating task 7
creating task 8
creating task 9
creating task 10
waiting for all tasks to complete
task 4 will run for 59us
task 2 will run for 46us
task 7 will run for 18us
task 1 will run for 88us
task 5 will run for 28us
task 2 done
task 3 will run for 81us
task 9 will run for 3us
task 6 will run for 91us
task 5 done
task 4 done
task 7 done
task 8 will run for 54us
task 1 done
task 10 will run for 7us
task 9 done
task 8 done
task 6 done
task 10 done
task 3 done
all tasks done
trying stack_size = (1048576)
creating task 1
creating task 2
creating task 3
creating task 4
creating task 5
creating task 6
creating task 7
creating task 8
creating task 9
creating task 10
waiting for all tasks to complete
task 10 will run for 69us
task 2 will run for 90us
task 5 will run for 39us
task 7 will run for 94us
task 10 done
task 1 will run for 77us
task 2 done
task 8 will run for 99us
task 4 will run for 1us
task 9 will run for 97us
task 1 done
task 4 done
task 9 done
task 6 will run for 17us
task 3 will run for 22us
task 8 done
task 5 done
task 3 done
task 6 done
task 7 done
all tasks done
ok
PASS: test_set_done_unstarted (test.test_thread.ThreadRunningTests.test_set_done_unstarted)
PASS: test_stack_size (test.test_thread.ThreadRunningTests.test_stack_size)
PASS: test_start_duplicate_handle (test.test_thread.ThreadRunningTests.test_start_duplicate_handle)
PASS: test_start_with_none_handle (test.test_thread.ThreadRunningTests.test_start_with_none_handle)
test_starting_threads (test.test_thread.ThreadRunningTests.test_starting_threads) ... creating task 1
creating task 2
creating task 3
creating task 4
creating task 5
creating task 6
creating task 7
creating task 8
creating task 9
creating task 10
waiting for tasks to complete...
task 3 will run for 26us
task 6 will run for 3us
task 4 will run for 60us
task 7 will run for 64us
task 2 will run for 19us
task 3 done
task 1 will run for 40us
task 8 will run for 62us
task 5 will run for 66us
task 10 will run for 8us
task 6 done
task 1 done
task 9 will run for 90us
task 8 done
task 4 done
task 7 done
task 10 done
task 9 done
task 5 done
task 2 done
all tasks done
ok
PASS: test_unraisable_exception (test.test_thread.ThreadRunningTests.test_unraisable_exception)

----------------------------------------------------------------------
Ran 35 tests in 1.623s

OK
0:04:12 load avg: 2.75 [400/486] test_thread_local_bytecode passed -- running (1): test_socket (32.3 sec)
SKIP: test_generator_throw (test.test_thread_local_bytecode.TLBCTests.test_generator_throw) 'only in free-threaded builds'
SKIP: test_new_threads_start_with_unspecialized_code (test.test_thread_local_bytecode.TLBCTests.test_new_threads_start_with_unspecialized_code) 'only in free-threaded builds'
SKIP: test_no_copies_if_tlbc_disabled (test.test_thread_local_bytecode.TLBCTests.test_no_copies_if_tlbc_disabled) 'only in free-threaded builds'
SKIP: test_no_specialization_if_tlbc_disabled (test.test_thread_local_bytecode.TLBCTests.test_no_specialization_if_tlbc_disabled) 'only in free-threaded builds'
SKIP: test_reuse_tlbc_across_threads_different_lifetimes (test.test_thread_local_bytecode.TLBCTests.test_reuse_tlbc_across_threads_different_lifetimes) 'only in free-threaded builds'
SKIP: test_threads_specialize_independently (test.test_thread_local_bytecode.TLBCTests.test_threads_specialize_independently) 'only in free-threaded builds'

----------------------------------------------------------------------
Ran 6 tests in 0.000s

OK (skipped=6)
0:04:12 load avg: 2.75 [401/486] test_threadedtempfile passed -- running (1): test_socket (32.4 sec)
SKIP: test_main (test.test_threadedtempfile.ThreadedTempFileTest.test_main) 'not enough memory: 1.2G minimum needed'

----------------------------------------------------------------------
Ran 1 test in 0.000s

OK (skipped=1)
0:04:13 load avg: 2.75 [402/486] test_threading_local passed -- running (1): test_socket (33.0 sec)
PASS: test_arguments (test.test_threading_local.PyThreadingLocalTest.test_arguments)
PASS: test_cycle_collection (test.test_threading_local.PyThreadingLocalTest.test_cycle_collection)
PASS: test_derived (test.test_threading_local.PyThreadingLocalTest.test_derived)
PASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest.test_derived_cycle_dealloc)
PASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute)
PASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_subclass)
PASS: test_error (test.test_threading_local.PyThreadingLocalTest.test_error)
PASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest.test_local_refs)
PASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest.test_threading_local)
PASS: test_threading_local_clear_race (test.test_threading_local.PyThreadingLocalTest.test_threading_local_clear_race)
PASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest.test_threading_local_subclass)
PASS: test_arguments (test.test_threading_local.ThreadLocalTest.test_arguments)
PASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest.test_cycle_collection)
PASS: test_derived (test.test_threading_local.ThreadLocalTest.test_derived)
PASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest.test_derived_cycle_dealloc)
PASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest.test_dict_attribute)
PASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest.test_dict_attribute_subclass)
PASS: test_error (test.test_threading_local.ThreadLocalTest.test_error)
PASS: test_local_refs (test.test_threading_local.ThreadLocalTest.test_local_refs)
PASS: test_threading_local (test.test_threading_local.ThreadLocalTest.test_threading_local)
PASS: test_threading_local_clear_race (test.test_threading_local.ThreadLocalTest.test_threading_local_clear_race)
PASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest.test_threading_local_subclass)

----------------------------------------------------------------------
Ran 22 tests in 0.386s

OK
0:04:16 load avg: 2.61 [403/486] test_threadsignals passed -- running (1): test_socket (36.1 sec)
PASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals.test_interrupted_timed_acquire)
SKIP: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_lock_acquire_interruption) 'Issue 34004: musl does not allow interruption of locks by signals.'
PASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr)
SKIP: test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_rlock_acquire_interruption) 'Issue 34004: musl does not allow interruption of locks by signals.'
PASS: test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr)
PASS: test_signals (test.test_threadsignals.ThreadSignals.test_signals)

----------------------------------------------------------------------
Ran 6 tests in 2.883s

OK (skipped=2)
0:04:19 load avg: 2.61 [404/486] test_time passed -- running (1): test_socket (39.1 sec)
PASS: test_large_year (test.test_time.TestAsctime4dyear.test_large_year)
PASS: test_negative (test.test_time.TestAsctime4dyear.test_negative)
PASS: test_year (test.test_time.TestAsctime4dyear.test_year)
PASS: test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds)
PASS: test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds)
PASS: test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble)
PASS: test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec)
PASS: test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp)
PASS: test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval)
PASS: test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp)
PASS: test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds)
PASS: test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject)
PASS: test_bug_3061 (test.test_time.TestLocale.test_bug_3061)
PASS: test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t)
PASS: test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec)
PASS: test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval)
PASS: test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone)
PASS: test_short_times (test.test_time.TestPytime.test_short_times)
PASS: test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone)
PASS: test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear)
PASS: test_large_year (test.test_time.TestStrftime4dyear.test_large_year)
PASS: test_negative (test.test_time.TestStrftime4dyear.test_negative)
PASS: test_year (test.test_time.TestStrftime4dyear.test_year)
SKIP: test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) 'test weak linking on macOS'
PASS: test_asctime (test.test_time.TimeTestCase.test_asctime)
PASS: test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check)
PASS: test_clock_getres (test.test_time.TimeTestCase.test_clock_getres)
PASS: test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic)
PASS: test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime)
PASS: test_clock_settime (test.test_time.TimeTestCase.test_clock_settime)
PASS: test_conversions (test.test_time.TimeTestCase.test_conversions)
PASS: test_ctime (test.test_time.TimeTestCase.test_ctime)
PASS: test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg)
PASS: test_data_attributes (test.test_time.TimeTestCase.test_data_attributes)
PASS: test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero)
PASS: test_epoch (test.test_time.TimeTestCase.test_epoch)
PASS: test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info)
PASS: test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg)
PASS: test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps)
PASS: test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure)
PASS: test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg)
PASS: test_mktime (test.test_time.TimeTestCase.test_mktime)
PASS: test_mktime_error (test.test_time.TimeTestCase.test_mktime_error)
PASS: test_monotonic (test.test_time.TimeTestCase.test_monotonic)
PASS: test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime)
PASS: test_perf_counter (test.test_time.TimeTestCase.test_perf_counter)
SKIP: test_process_time (test.test_time.TimeTestCase.test_process_time) 'timing related test, dependent on load'
PASS: test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid)
PASS: test_sleep (test.test_time.TimeTestCase.test_sleep)
PASS: test_sleep_exceptions (test.test_time.TimeTestCase.test_sleep_exceptions)
PASS: test_strftime (test.test_time.TimeTestCase.test_strftime)
PASS: test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check)
PASS: test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check)
PASS: test_strftime_invalid_format (test.test_time.TimeTestCase.test_strftime_invalid_format)
PASS: test_strftime_special (test.test_time.TimeTestCase.test_strftime_special)
PASS: test_strptime (test.test_time.TimeTestCase.test_strptime)
PASS: test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes)
PASS: test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context)
PASS: test_strptime_leap_year (test.test_time.TimeTestCase.test_strptime_leap_year)
SKIP: test_thread_time (test.test_time.TimeTestCase.test_thread_time) 'timing related test, dependent on load'
PASS: test_time (test.test_time.TimeTestCase.test_time)
PASS: test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type)
PASS: test_tzset (test.test_time.TimeTestCase.test_tzset)

----------------------------------------------------------------------
Ran 63 tests in 2.775s

OK (skipped=3)
0:04:19 load avg: 2.61 [405/486] test_timeit passed -- running (1): test_socket (39.4 sec)
PASS: test_autorange (test.test_timeit.TestTimeit.test_autorange)
PASS: test_autorange_second (test.test_timeit.TestTimeit.test_autorange_second)
PASS: test_autorange_with_callback (test.test_timeit.TestTimeit.test_autorange_with_callback)
PASS: test_main_bad_switch (test.test_timeit.TestTimeit.test_main_bad_switch)
PASS: test_main_exception (test.test_timeit.TestTimeit.test_main_exception)
PASS: test_main_exception_fixed_reps (test.test_timeit.TestTimeit.test_main_exception_fixed_reps)
PASS: test_main_fixed_iters (test.test_timeit.TestTimeit.test_main_fixed_iters)
PASS: test_main_fixed_reps (test.test_timeit.TestTimeit.test_main_fixed_reps)
PASS: test_main_help (test.test_timeit.TestTimeit.test_main_help)
PASS: test_main_microseconds (test.test_timeit.TestTimeit.test_main_microseconds)
PASS: test_main_milliseconds (test.test_timeit.TestTimeit.test_main_milliseconds)
PASS: test_main_multiple_setups (test.test_timeit.TestTimeit.test_main_multiple_setups)
PASS: test_main_negative_reps (test.test_timeit.TestTimeit.test_main_negative_reps)
PASS: test_main_seconds (test.test_timeit.TestTimeit.test_main_seconds)
PASS: test_main_setup (test.test_timeit.TestTimeit.test_main_setup)
PASS: test_main_verbose (test.test_timeit.TestTimeit.test_main_verbose)
PASS: test_main_very_verbose (test.test_timeit.TestTimeit.test_main_very_verbose)
PASS: test_main_with_time_unit (test.test_timeit.TestTimeit.test_main_with_time_unit)
PASS: test_print_exc (test.test_timeit.TestTimeit.test_print_exc)
PASS: test_reindent_empty (test.test_timeit.TestTimeit.test_reindent_empty)
PASS: test_reindent_multi (test.test_timeit.TestTimeit.test_reindent_multi)
PASS: test_reindent_multi_empty (test.test_timeit.TestTimeit.test_reindent_multi_empty)
PASS: test_reindent_single (test.test_timeit.TestTimeit.test_reindent_single)
PASS: test_repeat_callable_setup (test.test_timeit.TestTimeit.test_repeat_callable_setup)
PASS: test_repeat_callable_stmt (test.test_timeit.TestTimeit.test_repeat_callable_stmt)
PASS: test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_repeat_callable_stmt_and_setup)
PASS: test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit.test_repeat_few_reps_and_iters)
PASS: test_repeat_function_zero_iters (test.test_timeit.TestTimeit.test_repeat_function_zero_iters)
PASS: test_repeat_function_zero_reps (test.test_timeit.TestTimeit.test_repeat_function_zero_reps)
PASS: test_repeat_zero_iters (test.test_timeit.TestTimeit.test_repeat_zero_iters)
PASS: test_repeat_zero_reps (test.test_timeit.TestTimeit.test_repeat_zero_reps)
PASS: test_timeit_callable_setup (test.test_timeit.TestTimeit.test_timeit_callable_setup)
PASS: test_timeit_callable_stmt (test.test_timeit.TestTimeit.test_timeit_callable_stmt)
PASS: test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_timeit_callable_stmt_and_setup)
PASS: test_timeit_few_iters (test.test_timeit.TestTimeit.test_timeit_few_iters)
PASS: test_timeit_function_zero_iters (test.test_timeit.TestTimeit.test_timeit_function_zero_iters)
PASS: test_timeit_globals_args (test.test_timeit.TestTimeit.test_timeit_globals_args)
PASS: test_timeit_zero_iters (test.test_timeit.TestTimeit.test_timeit_zero_iters)
PASS: test_timer_empty_stmt (test.test_timeit.TestTimeit.test_timer_empty_stmt)
PASS: test_timer_invalid_setup (test.test_timeit.TestTimeit.test_timer_invalid_setup)
PASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit.test_timer_invalid_stmt)

----------------------------------------------------------------------
Ran 41 tests in 0.042s

OK
0:04:19 load avg: 2.61 [406/486] test_timeout passed -- running (1): test_socket (39.6 sec)
SKIP: setUpModule (test.test_timeout) "Use of the 'network' resource not enabled"

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK (skipped=1)
0:04:19 load avg: 2.61 [407/486] test_tkinter skipped -- running (1): test_socket (39.7 sec)
test_tkinter skipped -- No module named '_tkinter'
0:04:21 load avg: 2.56 [408/486] test_tokenize passed -- running (1): test_socket (41.1 sec)
PASS: test_additive (test.test_tokenize.CTokenizeTest.test_additive)
PASS: test_async (test.test_tokenize.CTokenizeTest.test_async)
PASS: test_comparison (test.test_tokenize.CTokenizeTest.test_comparison)
PASS: test_continuation_lines_indentation (test.test_tokenize.CTokenizeTest.test_continuation_lines_indentation)
PASS: test_encoding (test.test_tokenize.CTokenizeTest.test_encoding)
PASS: test_float (test.test_tokenize.CTokenizeTest.test_float)
PASS: test_function (test.test_tokenize.CTokenizeTest.test_function)
PASS: test_int (test.test_tokenize.CTokenizeTest.test_int)
PASS: test_invalid_syntax (test.test_tokenize.CTokenizeTest.test_invalid_syntax)
PASS: test_max_indent (test.test_tokenize.CTokenizeTest.test_max_indent)
PASS: test_method (test.test_tokenize.CTokenizeTest.test_method)
PASS: test_multiplicative (test.test_tokenize.CTokenizeTest.test_multiplicative)
PASS: test_selector (test.test_tokenize.CTokenizeTest.test_selector)
PASS: test_string (test.test_tokenize.CTokenizeTest.test_string)
PASS: test_tabs (test.test_tokenize.CTokenizeTest.test_tabs)
PASS: test_unary (test.test_tokenize.CTokenizeTest.test_unary)
PASS: test_unicode (test.test_tokenize.CTokenizeTest.test_unicode)
test_newline_at_the_end_of_buffer (test.test_tokenize.CTokenizerBufferTests.test_newline_at_the_end_of_buffer) ... 
===== script foo.py ======
===== script foo.py completed: exit code 0 ======
ok
PASS: test_exact_flag (test.test_tokenize.CommandLineTest.test_exact_flag)
PASS: test_invocation (test.test_tokenize.CommandLineTest.test_invocation)
PASS: test_without_flag (test.test_tokenize.CommandLineTest.test_without_flag)
PASS: test_additive (test.test_tokenize.GenerateTokensTest.test_additive)
PASS: test_async (test.test_tokenize.GenerateTokensTest.test_async)
PASS: test_basic (test.test_tokenize.GenerateTokensTest.test_basic)
PASS: test_closing_parenthesis_from_different_line (test.test_tokenize.GenerateTokensTest.test_closing_parenthesis_from_different_line)
PASS: test_comparison (test.test_tokenize.GenerateTokensTest.test_comparison)
PASS: test_float (test.test_tokenize.GenerateTokensTest.test_float)
PASS: test_function (test.test_tokenize.GenerateTokensTest.test_function)
PASS: test_implicit_newline (test.test_tokenize.GenerateTokensTest.test_implicit_newline)
PASS: test_int (test.test_tokenize.GenerateTokensTest.test_int)
PASS: test_invalid_readline (test.test_tokenize.GenerateTokensTest.test_invalid_readline)
PASS: test_long (test.test_tokenize.GenerateTokensTest.test_long)
PASS: test_method (test.test_tokenize.GenerateTokensTest.test_method)
PASS: test_multiline_non_ascii_fstring (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring)
PASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring_with_expr)
PASS: test_multiplicative (test.test_tokenize.GenerateTokensTest.test_multiplicative)
PASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.GenerateTokensTest.test_newline_after_parenthesized_block_with_comment)
PASS: test_non_ascii_identifiers (test.test_tokenize.GenerateTokensTest.test_non_ascii_identifiers)
PASS: test_selector (test.test_tokenize.GenerateTokensTest.test_selector)
PASS: test_shift (test.test_tokenize.GenerateTokensTest.test_shift)
PASS: test_string (test.test_tokenize.GenerateTokensTest.test_string)
PASS: test_tabs (test.test_tokenize.GenerateTokensTest.test_tabs)
PASS: test_unary (test.test_tokenize.GenerateTokensTest.test_unary)
PASS: test_underscore_literals (test.test_tokenize.GenerateTokensTest.test_underscore_literals)
PASS: test_unicode (test.test_tokenize.GenerateTokensTest.test_unicode)
PASS: test_number_followed_by_name (test.test_tokenize.InvalidPythonTests.test_number_followed_by_name)
PASS: test_number_starting_with_zero (test.test_tokenize.InvalidPythonTests.test_number_starting_with_zero)
PASS: test_prefixes (test.test_tokenize.StringPrefixTest.test_prefixes)
PASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie)
PASS: test_bom_no_cookie_first_line_error (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie_first_line_error)
PASS: test_bom_no_cookie_second_line_error (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie_second_line_error)
PASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_first_line_no_bom)
PASS: test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_empty_first_line)
PASS: test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_no_bom)
PASS: test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_noncommented_first_line)
PASS: test_cookie_third_line (test.test_tokenize.TestDetectEncoding.test_cookie_third_line)
PASS: test_double_coding_line (test.test_tokenize.TestDetectEncoding.test_double_coding_line)
PASS: test_double_coding_same_line (test.test_tokenize.TestDetectEncoding.test_double_coding_same_line)
PASS: test_double_coding_utf8 (test.test_tokenize.TestDetectEncoding.test_double_coding_utf8)
PASS: test_false_encoding (test.test_tokenize.TestDetectEncoding.test_false_encoding)
PASS: test_filename_in_exception (test.test_tokenize.TestDetectEncoding.test_filename_in_exception)
PASS: test_first_non_utf8_coding_line (test.test_tokenize.TestDetectEncoding.test_first_non_utf8_coding_line)
PASS: test_first_utf8_coding_line_error (test.test_tokenize.TestDetectEncoding.test_first_utf8_coding_line_error)
PASS: test_latin1_normalization (test.test_tokenize.TestDetectEncoding.test_latin1_normalization)
PASS: test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_first_line)
PASS: test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_second_line)
PASS: test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror)
PASS: test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror)
PASS: test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie)
PASS: test_no_bom_no_encoding_cookie_first_line_error (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie_first_line_error)
PASS: test_no_bom_no_encoding_cookie_second_line_error (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie_second_line_error)
PASS: test_non_utf8_shebang (test.test_tokenize.TestDetectEncoding.test_non_utf8_shebang)
PASS: test_nul_in_first_coding_line (test.test_tokenize.TestDetectEncoding.test_nul_in_first_coding_line)
PASS: test_nul_in_second_coding_line (test.test_tokenize.TestDetectEncoding.test_nul_in_second_coding_line)
PASS: test_open (test.test_tokenize.TestDetectEncoding.test_open)
PASS: test_open_error (test.test_tokenize.TestDetectEncoding.test_open_error)
PASS: test_second_non_utf8_coding_line (test.test_tokenize.TestDetectEncoding.test_second_non_utf8_coding_line)
PASS: test_second_utf8_coding_line_error (test.test_tokenize.TestDetectEncoding.test_second_utf8_coding_line_error)
PASS: test_short_files (test.test_tokenize.TestDetectEncoding.test_short_files)
PASS: test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding.test_syntaxerror_latin1)
PASS: test_utf8_normalization (test.test_tokenize.TestDetectEncoding.test_utf8_normalization)
PASS: test_utf8_shebang_error (test.test_tokenize.TestDetectEncoding.test_utf8_shebang_error)
PASS: test___all__ (test.test_tokenize.TestMisc.test___all__)
PASS: test_decistmt (test.test_tokenize.TestMisc.test_decistmt)
PASS: test_backslash_continuation (test.test_tokenize.TestRoundtrip.test_backslash_continuation)
PASS: test_continuation (test.test_tokenize.TestRoundtrip.test_continuation)
test_indentation_semantics_retained (test.test_tokenize.TestRoundtrip.test_indentation_semantics_retained)
PASS: Ensure that although whitespace might be mutated in a roundtrip,
PASS: test_random_files (test.test_tokenize.TestRoundtrip.test_random_files)
PASS: test_roundtrip (test.test_tokenize.TestRoundtrip.test_roundtrip)
PASS: test_string_concatenation (test.test_tokenize.TestRoundtrip.test_string_concatenation)
PASS: test_comment_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_comment_at_the_end_of_the_source_without_newline)
PASS: test_exact_type (test.test_tokenize.TestTokenize.test_exact_type)
PASS: test_invalid_character_in_fstring_middle (test.test_tokenize.TestTokenize.test_invalid_character_in_fstring_middle)
PASS: test_newline_and_space_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_newline_and_space_at_the_end_of_the_source_without_newline)
PASS: test_oneline_defs (test.test_tokenize.TestTokenize.test_oneline_defs)
PASS: test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize.test_pathological_trailing_whitespace)
PASS: test_tokenize (test.test_tokenize.TestTokenize.test_tokenize)
PASS: test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263.test_bad_coding_cookie)
test_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_latin1_coding_cookie_and_utf8_bom)
PASS: As per PEP 0263, if a file starts with a utf-8 BOM signature, the only
PASS: test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_no_coding_cookie_and_utf8_bom)
PASS: test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_no_utf8_bom)
PASS: test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_utf8_bom)
PASS: test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize.test__tokenize_decodes_with_specified_encoding)
PASS: test_additive (test.test_tokenize.TokenizeTest.test_additive)
PASS: test_async (test.test_tokenize.TokenizeTest.test_async)
PASS: test_basic (test.test_tokenize.TokenizeTest.test_basic)
PASS: test_closing_parenthesis_from_different_line (test.test_tokenize.TokenizeTest.test_closing_parenthesis_from_different_line)
PASS: test_comparison (test.test_tokenize.TokenizeTest.test_comparison)
PASS: test_float (test.test_tokenize.TokenizeTest.test_float)
PASS: test_function (test.test_tokenize.TokenizeTest.test_function)
PASS: test_implicit_newline (test.test_tokenize.TokenizeTest.test_implicit_newline)
PASS: test_int (test.test_tokenize.TokenizeTest.test_int)
PASS: test_invalid_readline (test.test_tokenize.TokenizeTest.test_invalid_readline)
PASS: test_long (test.test_tokenize.TokenizeTest.test_long)
PASS: test_method (test.test_tokenize.TokenizeTest.test_method)
PASS: test_multiline_non_ascii_fstring (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring)
PASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring_with_expr)
PASS: test_multiplicative (test.test_tokenize.TokenizeTest.test_multiplicative)
PASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.TokenizeTest.test_newline_after_parenthesized_block_with_comment)
PASS: test_non_ascii_identifiers (test.test_tokenize.TokenizeTest.test_non_ascii_identifiers)
PASS: test_selector (test.test_tokenize.TokenizeTest.test_selector)
PASS: test_shift (test.test_tokenize.TokenizeTest.test_shift)
PASS: test_string (test.test_tokenize.TokenizeTest.test_string)
PASS: test_tabs (test.test_tokenize.TokenizeTest.test_tabs)
PASS: test_unary (test.test_tokenize.TokenizeTest.test_unary)
PASS: test_underscore_literals (test.test_tokenize.TokenizeTest.test_underscore_literals)
PASS: test_unicode (test.test_tokenize.TokenizeTest.test_unicode)
PASS: test_backslash_continuation (test.test_tokenize.UntokenizeTest.test_backslash_continuation)
PASS: test_bad_input_order (test.test_tokenize.UntokenizeTest.test_bad_input_order)
PASS: test_iter_compat (test.test_tokenize.UntokenizeTest.test_iter_compat)

----------------------------------------------------------------------
Ran 130 tests in 1.087s

OK
0:04:21 load avg: 2.56 [409/486] test_tomllib passed -- running (1): test_socket (41.3 sec)
PASS: test_invalid (test.test_tomllib.test_data.TestData.test_invalid)
PASS: test_valid (test.test_tomllib.test_data.TestData.test_valid)
PASS: test_deprecated_tomldecodeerror (test.test_tomllib.test_error.TestError.test_deprecated_tomldecodeerror)
PASS: test_invalid_char_quotes (test.test_tomllib.test_error.TestError.test_invalid_char_quotes)
PASS: test_invalid_parse_float (test.test_tomllib.test_error.TestError.test_invalid_parse_float)
PASS: test_line_and_col (test.test_tomllib.test_error.TestError.test_line_and_col)
PASS: test_missing_value (test.test_tomllib.test_error.TestError.test_missing_value)
PASS: test_module_name (test.test_tomllib.test_error.TestError.test_module_name)
PASS: test_tomldecodeerror (test.test_tomllib.test_error.TestError.test_tomldecodeerror)
PASS: test_type_error (test.test_tomllib.test_error.TestError.test_type_error)
PASS: test_deepcopy (test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy)
PASS: test_incorrect_load (test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load)
PASS: test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit)
PASS: test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit)
PASS: test_load (test.test_tomllib.test_misc.TestMiscellaneous.test_load)
PASS: test_parse_float (test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float)
test_types_import (test.test_tomllib.test_misc.TestMiscellaneous.test_types_import)
PASS: Test that `_types` module runs.

----------------------------------------------------------------------
Ran 17 tests in 0.018s

OK
0:04:21 load avg: 2.56 [410/486] test_tools passed -- running (1): test_socket (41.5 sec)
SKIP: test.test_tools.test_compute_changes (unittest.loader.ModuleSkipped.test.test_tools.test_compute_changes) 'build directory could not be found'
SKIP: test.test_tools.test_freeze (unittest.loader.ModuleSkipped.test.test_tools.test_freeze) 'freeze directory could not be found'
SKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped.test.test_tools.test_i18n) 'scripts directory could not be found'
PASS: test_makefile_test_folders (test.test_tools.test_makefile.TestMakefile.test_makefile_test_folders)
SKIP: test.test_tools.test_makeunicodedata (unittest.loader.ModuleSkipped.test.test_tools.test_makeunicodedata) 'unicode directory could not be found'
SKIP: test.test_tools.test_msgfmt (unittest.loader.ModuleSkipped.test.test_tools.test_msgfmt) 'i18n directory could not be found'
SKIP: test.test_tools.test_reindent (unittest.loader.ModuleSkipped.test.test_tools.test_reindent) 'scripts directory could not be found'
SKIP: test.test_tools.test_sundry (unittest.loader.ModuleSkipped.test.test_tools.test_sundry) 'scripts directory could not be found'

----------------------------------------------------------------------
Ran 8 tests in 0.015s

OK (skipped=7)
0:04:23 load avg: 2.56 [411/486] test_tarfile passed -- running (1): test_socket (43.4 sec)
PASS: test_empty (test.test_tarfile.AppendTest.test_empty)
PASS: test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj)
PASS: test_existing (test.test_tarfile.AppendTest.test_existing)
PASS: test_fileobj (test.test_tarfile.AppendTest.test_fileobj)
PASS: test_incomplete (test.test_tarfile.AppendTest.test_incomplete)
PASS: test_invalid (test.test_tarfile.AppendTest.test_invalid)
PASS: test_non_existing (test.test_tarfile.AppendTest.test_non_existing)
PASS: test_null (test.test_tarfile.AppendTest.test_null)
PASS: test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof)
PASS: test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage)
PASS: test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed)
PASS: test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels)
PASS: test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels)
PASS: test_create (test.test_tarfile.Bz2CreateTest.test_create)
PASS: test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing)
PASS: test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen)
PASS: test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name)
PASS: test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name)
PASS: test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel)
PASS: test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close)
PASS: test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file)
PASS: test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj)
PASS: test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2)
PASS: test_list (test.test_tarfile.Bz2ListTest.test_list)
PASS: test_list_members (test.test_tarfile.Bz2ListTest.test_list_members)
PASS: test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose)
PASS: test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute)
PASS: test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members)
PASS: test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute)
PASS: test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile)
PASS: test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory)
PASS: test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink)
test_extract_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir)
PASS: test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall)
PASS: test_extractall_default_filter (test.test_tarfile.Bz2MiscReadTest.test_extractall_default_filter)
test_extractall_hardlink_on_symlink (test.test_tarfile.Bz2MiscReadTest.test_extractall_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir)
PASS: test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs)
PASS: test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp)
PASS: test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset)
PASS: test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members)
PASS: test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros)
PASS: test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg)
PASS: test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj)
PASS: test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute)
PASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header)
PASS: test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile)
PASS: test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument)
PASS: test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute)
PASS: test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile)
PASS: test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration)
PASS: test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name)
PASS: test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name)
PASS: test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive)
PASS: test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype)
PASS: test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type)
PASS: test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak)
PASS: test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input)
PASS: test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2)
PASS: test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache)
PASS: test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members)
PASS: test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile)
PASS: test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs)
PASS: test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file)
PASS: test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros)
PASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header)
PASS: test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile)
PASS: test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive)
PASS: test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error)
PASS: test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through)
PASS: test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker)
PASS: test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode)
PASS: test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close)
PASS: test_pathlike_name (test.test_tarfile.Bz2StreamWriteTest.test_pathlike_name)
PASS: test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding)
PASS: test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember)
PASS: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter)
PASS: test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1)
PASS: test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2)
PASS: test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines)
PASS: test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file)
PASS: test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek)
PASS: test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1)
PASS: test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2)
PASS: test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text)
PASS: test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160)
PASS: test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name)
PASS: test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames)
PASS: test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self)
PASS: test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd)
PASS: test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size)
PASS: test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker)
PASS: test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks)
PASS: test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size)
PASS: test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close)
PASS: test_filter (test.test_tarfile.Bz2WriteTest.test_filter)
PASS: test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name)
PASS: test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size)
PASS: test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj)
PASS: test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj)
PASS: test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion)
PASS: test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames)
PASS: test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size)
PASS: test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size)
PASS: test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use)
PASS: test_create_command (test.test_tarfile.CommandLineTest.test_create_command)
PASS: test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed)
PASS: test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename)
PASS: test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename)
PASS: test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose)
PASS: test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command)
PASS: test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory)
PASS: test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter)
PASS: test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file)
PASS: test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose)
PASS: test_list_command (test.test_tarfile.CommandLineTest.test_list_command)
PASS: test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file)
PASS: test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose)
PASS: test_test_command (test.test_tarfile.CommandLineTest.test_test_command)
PASS: test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file)
PASS: test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose)
PASS: test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes)
PASS: test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels)
PASS: test_basic (test.test_tarfile.ContextManagerTest.test_basic)
PASS: test_closed (test.test_tarfile.ContextManagerTest.test_closed)
PASS: test_eof (test.test_tarfile.ContextManagerTest.test_eof)
PASS: test_exception (test.test_tarfile.ContextManagerTest.test_exception)
PASS: test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj)
PASS: test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof)
PASS: test_create (test.test_tarfile.CreateTest.test_create)
PASS: test_create_existing (test.test_tarfile.CreateTest.test_create_existing)
PASS: test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen)
PASS: test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name)
PASS: test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name)
PASS: test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close)
PASS: test_create (test.test_tarfile.CreateWithXModeTest.test_create)
PASS: test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing)
PASS: test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name)
PASS: test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close)
PASS: test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file)
PASS: test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj)
PASS: test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close)
PASS: test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files)
PASS: test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset)
PASS: test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory)
PASS: test_longname_file_not_directory (test.test_tarfile.GNUReadTest.test_longname_file_not_directory)
PASS: test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink)
PASS: test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname)
PASS: test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00)
PASS: test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01)
PASS: test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10)
PASS: test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old)
PASS: test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname)
PASS: test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header)
PASS: test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename)
PASS: test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode)
PASS: test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument)
PASS: test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error)
PASS: test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename)
PASS: test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename)
PASS: test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023)
PASS: test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024)
PASS: test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025)
PASS: test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023)
PASS: test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024)
PASS: test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025)
PASS: test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023)
PASS: test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024)
PASS: test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025)
PASS: test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels)
PASS: test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels)
PASS: test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed)
PASS: runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest)
PASS: test_create (test.test_tarfile.GzipCreateTest.test_create)
PASS: test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing)
PASS: test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen)
PASS: test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name)
PASS: test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name)
PASS: test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel)
PASS: test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close)
PASS: test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file)
PASS: test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj)
PASS: test_list (test.test_tarfile.GzipListTest.test_list)
PASS: test_list_members (test.test_tarfile.GzipListTest.test_list_members)
PASS: test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose)
PASS: test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute)
PASS: test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members)
PASS: test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute)
PASS: test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile)
PASS: test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory)
PASS: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink)
test_extract_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir)
PASS: test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall)
PASS: test_extractall_default_filter (test.test_tarfile.GzipMiscReadTest.test_extractall_default_filter)
test_extractall_hardlink_on_symlink (test.test_tarfile.GzipMiscReadTest.test_extractall_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir)
PASS: test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs)
PASS: test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp)
PASS: test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset)
PASS: test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members)
PASS: test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros)
PASS: test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg)
PASS: test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj)
PASS: test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute)
PASS: test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header)
PASS: test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile)
PASS: test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument)
PASS: test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute)
PASS: test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile)
PASS: test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration)
PASS: test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name)
PASS: test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name)
PASS: test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive)
PASS: test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype)
PASS: test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type)
PASS: test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak)
PASS: test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache)
PASS: test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members)
PASS: test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile)
PASS: test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs)
PASS: test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file)
PASS: test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros)
PASS: test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header)
PASS: test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile)
PASS: test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive)
PASS: test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error)
PASS: test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through)
PASS: test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker)
PASS: test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode)
PASS: test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close)
PASS: test_pathlike_name (test.test_tarfile.GzipStreamWriteTest.test_pathlike_name)
test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked)
PASS: Ensure the source directory is not included in the tar header
PASS: test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding)
PASS: test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember)
PASS: test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter)
PASS: test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1)
PASS: test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2)
PASS: test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines)
PASS: test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file)
PASS: test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek)
PASS: test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1)
PASS: test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2)
PASS: test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text)
PASS: test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160)
PASS: test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name)
PASS: test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames)
PASS: test_add_self (test.test_tarfile.GzipWriteTest.test_add_self)
PASS: test_cwd (test.test_tarfile.GzipWriteTest.test_cwd)
PASS: test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size)
PASS: test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker)
PASS: test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks)
PASS: test_file_size (test.test_tarfile.GzipWriteTest.test_file_size)
PASS: test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close)
PASS: test_filter (test.test_tarfile.GzipWriteTest.test_filter)
PASS: test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name)
PASS: test_link_size (test.test_tarfile.GzipWriteTest.test_link_size)
PASS: test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj)
PASS: test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj)
PASS: test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion)
PASS: test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames)
PASS: test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size)
PASS: test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size)
PASS: test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink)
PASS: test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice)
PASS: test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink)
PASS: test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits)
PASS: test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits)
PASS: test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits)
SKIP: test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) 'requires os.link to be missing'
SKIP: test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) 'requires os.link to be missing'
SKIP: test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) 'requires os.link to be missing'
SKIP: test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) 'requires os.link to be missing'
PASS: test_list (test.test_tarfile.ListTest.test_list)
PASS: test_list_members (test.test_tarfile.ListTest.test_list_members)
PASS: test_list_verbose (test.test_tarfile.ListTest.test_list_verbose)
PASS: test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed)
PASS: test_create (test.test_tarfile.LzmaCreateTest.test_create)
PASS: test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing)
PASS: test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen)
PASS: test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name)
PASS: test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name)
PASS: test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset)
PASS: test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close)
PASS: test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file)
PASS: test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj)
PASS: test_list (test.test_tarfile.LzmaListTest.test_list)
PASS: test_list_members (test.test_tarfile.LzmaListTest.test_list_members)
PASS: test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose)
PASS: test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute)
PASS: test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members)
PASS: test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute)
PASS: test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile)
PASS: test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory)
PASS: test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink)
test_extract_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir)
PASS: test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall)
PASS: test_extractall_default_filter (test.test_tarfile.LzmaMiscReadTest.test_extractall_default_filter)
test_extractall_hardlink_on_symlink (test.test_tarfile.LzmaMiscReadTest.test_extractall_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir)
PASS: test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs)
PASS: test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp)
PASS: test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset)
PASS: test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members)
PASS: test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros)
PASS: test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg)
PASS: test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj)
PASS: test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute)
PASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header)
PASS: test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile)
PASS: test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument)
PASS: test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute)
PASS: test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile)
PASS: test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration)
PASS: test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name)
PASS: test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name)
PASS: test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive)
PASS: test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype)
PASS: test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type)
PASS: test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak)
PASS: test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache)
PASS: test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members)
PASS: test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile)
PASS: test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs)
PASS: test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file)
PASS: test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros)
PASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header)
PASS: test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile)
PASS: test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive)
PASS: test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error)
PASS: test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through)
PASS: test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker)
PASS: test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode)
PASS: test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close)
PASS: test_pathlike_name (test.test_tarfile.LzmaStreamWriteTest.test_pathlike_name)
PASS: test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding)
PASS: test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember)
PASS: test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter)
PASS: test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1)
PASS: test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2)
PASS: test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines)
PASS: test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file)
PASS: test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek)
PASS: test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1)
PASS: test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2)
PASS: test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text)
PASS: test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160)
PASS: test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name)
PASS: test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames)
PASS: test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self)
PASS: test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd)
PASS: test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size)
PASS: test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker)
PASS: test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks)
PASS: test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size)
PASS: test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close)
PASS: test_filter (test.test_tarfile.LzmaWriteTest.test_filter)
PASS: test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name)
PASS: test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size)
PASS: test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj)
PASS: test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj)
PASS: test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion)
PASS: test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames)
PASS: test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size)
PASS: test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size)
PASS: test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype)
PASS: test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype)
PASS: test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype)
PASS: test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype)
PASS: test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size)
PASS: test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype)
PASS: test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse)
PASS: test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00)
PASS: test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01)
PASS: test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10)
PASS: test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype)
PASS: test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts)
PASS: test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype)
PASS: test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7)
PASS: test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse)
PASS: test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype)
PASS: test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts)
PASS: test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname)
PASS: test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute)
PASS: test_check_members (test.test_tarfile.MiscReadTest.test_check_members)
PASS: test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute)
PASS: test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile)
PASS: test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory)
PASS: test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink)
test_extract_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extract_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir)
PASS: test_extractall (test.test_tarfile.MiscReadTest.test_extractall)
PASS: test_extractall_default_filter (test.test_tarfile.MiscReadTest.test_extractall_default_filter)
test_extractall_hardlink_on_symlink (test.test_tarfile.MiscReadTest.test_extractall_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir)
PASS: test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs)
PASS: test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset)
PASS: test_find_members (test.test_tarfile.MiscReadTest.test_find_members)
PASS: test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros)
PASS: test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg)
PASS: test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj)
PASS: test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute)
PASS: test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header)
PASS: test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile)
PASS: test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument)
PASS: test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute)
PASS: test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile)
PASS: test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration)
PASS: test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name)
PASS: test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name)
PASS: test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive)
PASS: test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype)
PASS: test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type)
PASS: test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak)
PASS: test__all__ (test.test_tarfile.MiscTest.test__all__)
PASS: test_char_fields (test.test_tarfile.MiscTest.test_char_fields)
PASS: test_deferred_directory_attributes_update (test.test_tarfile.MiscTest.test_deferred_directory_attributes_update)
PASS: test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits)
PASS: test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields)
PASS: test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing)
PASS: test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields)
PASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid)
PASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname)
PASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode)
PASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime)
PASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership)
PASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid)
PASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname)
PASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid)
PASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname)
PASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode)
PASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime)
PASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership)
PASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid)
PASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname)
PASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid)
PASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname)
PASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode)
PASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime)
PASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership)
PASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid)
PASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname)
PASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid)
PASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname)
PASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode)
PASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime)
PASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership)
PASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid)
PASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname)
PASS: test_add (test.test_tarfile.NoneInfoTests_Misc.test_add)
PASS: test_list (test.test_tarfile.NoneInfoTests_Misc.test_list)
PASS: test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner)
PASS: test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner)
PASS: test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner)
PASS: test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only)
PASS: test_early_stop_at_invalid_offset_header (test.test_tarfile.OffsetValidationTests.test_early_stop_at_invalid_offset_header)
PASS: test_ignore_invalid_archive (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_archive)
PASS: test_ignore_invalid_offset_headers (test.test_tarfile.OffsetValidationTests.test_ignore_invalid_offset_headers)
PASS: test_invalid_offset_header_validations (test.test_tarfile.OffsetValidationTests.test_invalid_offset_header_validations)
PASS: test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir)
PASS: test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir)
PASS: test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)
PASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)
PASS: test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file)
PASS: test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir)
PASS: test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file)
PASS: test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir)
PASS: test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir)
PASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)
PASS: test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir)
PASS: test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file)
PASS: test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir)
PASS: test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file)
PASS: test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header)
PASS: test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename)
PASS: test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode)
PASS: test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument)
PASS: test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename)
PASS: test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename)
PASS: test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset)
PASS: test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory)
PASS: test_longname_file_not_directory (test.test_tarfile.PaxReadTest.test_longname_file_not_directory)
PASS: test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers)
PASS: test_pax_header_bad_formats (test.test_tarfile.PaxReadTest.test_pax_header_bad_formats)
PASS: test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields)
PASS: test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink)
PASS: test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname)
PASS: test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname)
PASS: test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header)
PASS: test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023)
PASS: test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024)
PASS: test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025)
PASS: test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023)
PASS: test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024)
PASS: test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025)
PASS: test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023)
PASS: test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024)
PASS: test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025)
PASS: test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header)
PASS: test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header)
PASS: test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all)
PASS: test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep)
PASS: test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal)
PASS: test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name)
PASS: test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow)
PASS: test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members)
PASS: test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile)
PASS: test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs)
PASS: test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file)
PASS: test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros)
PASS: test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header)
PASS: test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile)
PASS: test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive)
PASS: test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error)
PASS: test_read_through (test.test_tarfile.StreamReadTest.test_read_through)
PASS: test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker)
PASS: test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode)
PASS: test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close)
PASS: test_pathlike_name (test.test_tarfile.StreamWriteTest.test_pathlike_name)
PASS: test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding)
PASS: test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache)
PASS: test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute)
PASS: test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink)
PASS: test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink)
PASS: test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name)
PASS: test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file)
PASS: test_chains (test.test_tarfile.TestExtractionFilters.test_chains)
PASS: test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class)
PASS: test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance)
PASS: test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass)
PASS: test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string)
PASS: test_chmod_outside_dir (test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir)
PASS: test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter)
PASS: test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter)
PASS: test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink)
PASS: test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel)
PASS: test_exfiltration_via_symlink (test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink)
PASS: test_extract_unencodable (test.test_tarfile.TestExtractionFilters.test_extract_unencodable)
PASS: test_filter_unencodable (test.test_tarfile.TestExtractionFilters.test_filter_unencodable)
PASS: test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter)
PASS: test_link_fallback_normalizes (test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes)
PASS: test_modes (test.test_tarfile.TestExtractionFilters.test_modes)
PASS: test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink)
PASS: test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2)
PASS: test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe)
PASS: test_realpath_limit_attack (test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack)
PASS: test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0)
PASS: test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2)
PASS: test_sneaky_hardlink_fallback (test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback)
PASS: test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files)
PASS: test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter)
PASS: test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter)
PASS: test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember)
PASS: test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter)
PASS: test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1)
PASS: test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2)
PASS: test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines)
PASS: test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file)
PASS: test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek)
PASS: test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1)
PASS: test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2)
PASS: test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text)
PASS: test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160)
PASS: test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename)
PASS: test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode)
PASS: test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument)
PASS: test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error)
PASS: test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1)
PASS: test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2)
PASS: test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1)
PASS: test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2)
PASS: test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3)
PASS: test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4)
PASS: test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1)
PASS: test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2)
PASS: test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename)
PASS: test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename)
PASS: test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name)
PASS: test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames)
PASS: test_add_self (test.test_tarfile.WriteTest.test_add_self)
PASS: test_cwd (test.test_tarfile.WriteTest.test_cwd)
PASS: test_directory_size (test.test_tarfile.WriteTest.test_directory_size)
PASS: test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker)
PASS: test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks)
PASS: test_file_size (test.test_tarfile.WriteTest.test_file_size)
PASS: test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close)
PASS: test_filter (test.test_tarfile.WriteTest.test_filter)
PASS: test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name)
PASS: test_link_size (test.test_tarfile.WriteTest.test_link_size)
PASS: test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj)
PASS: test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj)
PASS: test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion)
PASS: test_pathnames (test.test_tarfile.WriteTest.test_pathnames)
PASS: test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size)
PASS: test_tar_size (test.test_tarfile.WriteTest.test_tar_size)
PASS: test_append_compressed (test.test_tarfile.ZstdAppendTest.test_append_compressed)
PASS: test_create (test.test_tarfile.ZstdCreateTest.test_create)
PASS: test_create_existing (test.test_tarfile.ZstdCreateTest.test_create_existing)
PASS: test_create_existing_taropen (test.test_tarfile.ZstdCreateTest.test_create_existing_taropen)
PASS: test_create_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_pathlike_name)
PASS: test_create_taropen (test.test_tarfile.ZstdCreateTest.test_create_taropen)
PASS: test_create_taropen_pathlike_name (test.test_tarfile.ZstdCreateTest.test_create_taropen_pathlike_name)
PASS: test_create_with_level (test.test_tarfile.ZstdCreateTest.test_create_with_level)
PASS: test_eof_marker (test.test_tarfile.ZstdCreateTest.test_eof_marker)
PASS: test_fileobj_no_close (test.test_tarfile.ZstdCreateTest.test_fileobj_no_close)
PASS: test_detect_file (test.test_tarfile.ZstdDetectReadTest.test_detect_file)
PASS: test_detect_fileobj (test.test_tarfile.ZstdDetectReadTest.test_detect_fileobj)
PASS: test_list (test.test_tarfile.ZstdListTest.test_list)
PASS: test_list_members (test.test_tarfile.ZstdListTest.test_list_members)
PASS: test_list_verbose (test.test_tarfile.ZstdListTest.test_list_verbose)
PASS: test_bytes_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_bytes_name_attribute)
PASS: test_check_members (test.test_tarfile.ZstdMiscReadTest.test_check_members)
PASS: test_empty_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_empty_name_attribute)
PASS: test_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_empty_tarfile)
PASS: test_extract_directory (test.test_tarfile.ZstdMiscReadTest.test_extract_directory)
PASS: test_extract_hardlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink)
test_extract_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extract_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extract_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extract_pathlike_dir)
PASS: test_extractall (test.test_tarfile.ZstdMiscReadTest.test_extractall)
PASS: test_extractall_default_filter (test.test_tarfile.ZstdMiscReadTest.test_extractall_default_filter)
test_extractall_hardlink_on_symlink (test.test_tarfile.ZstdMiscReadTest.test_extractall_hardlink_on_symlink)
PASS: This test verifies that extracting a hardlink will not follow an
PASS: test_extractall_pathlike_dir (test.test_tarfile.ZstdMiscReadTest.test_extractall_pathlike_dir)
PASS: test_extractfile_attrs (test.test_tarfile.ZstdMiscReadTest.test_extractfile_attrs)
PASS: test_fail_comp (test.test_tarfile.ZstdMiscReadTest.test_fail_comp)
PASS: test_fileobj_with_offset (test.test_tarfile.ZstdMiscReadTest.test_fileobj_with_offset)
PASS: test_find_members (test.test_tarfile.ZstdMiscReadTest.test_find_members)
PASS: test_ignore_zeros (test.test_tarfile.ZstdMiscReadTest.test_ignore_zeros)
PASS: test_illegal_mode_arg (test.test_tarfile.ZstdMiscReadTest.test_illegal_mode_arg)
PASS: test_init_close_fobj (test.test_tarfile.ZstdMiscReadTest.test_init_close_fobj)
PASS: test_int_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_int_name_attribute)
PASS: test_is_tarfile_erroneous (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.ZstdMiscReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.ZstdMiscReadTest.test_length_zero_header)
PASS: test_next_on_empty_tarfile (test.test_tarfile.ZstdMiscReadTest.test_next_on_empty_tarfile)
PASS: test_no_name_argument (test.test_tarfile.ZstdMiscReadTest.test_no_name_argument)
PASS: test_no_name_attribute (test.test_tarfile.ZstdMiscReadTest.test_no_name_attribute)
PASS: test_non_existent_tarfile (test.test_tarfile.ZstdMiscReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.ZstdMiscReadTest.test_null_tarfile)
PASS: test_parallel_iteration (test.test_tarfile.ZstdMiscReadTest.test_parallel_iteration)
PASS: test_pathlike_bytes_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_bytes_name)
PASS: test_pathlike_name (test.test_tarfile.ZstdMiscReadTest.test_pathlike_name)
PASS: test_premature_end_of_archive (test.test_tarfile.ZstdMiscReadTest.test_premature_end_of_archive)
PASS: test_v7_dirtype (test.test_tarfile.ZstdMiscReadTest.test_v7_dirtype)
PASS: test_xstar_type (test.test_tarfile.ZstdMiscReadTest.test_xstar_type)
PASS: test_zlib_error_does_not_leak (test.test_tarfile.ZstdMiscReadTest.test_zlib_error_does_not_leak)
PASS: test_stream_mode_no_cache (test.test_tarfile.ZstdStreamModeReadTest.test_stream_mode_no_cache)
PASS: test_compare_members (test.test_tarfile.ZstdStreamReadTest.test_compare_members)
PASS: test_empty_tarfile (test.test_tarfile.ZstdStreamReadTest.test_empty_tarfile)
PASS: test_extractfile_attrs (test.test_tarfile.ZstdStreamReadTest.test_extractfile_attrs)
PASS: test_fileobj_regular_file (test.test_tarfile.ZstdStreamReadTest.test_fileobj_regular_file)
PASS: test_ignore_zeros (test.test_tarfile.ZstdStreamReadTest.test_ignore_zeros)
PASS: test_is_tarfile_erroneous (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_erroneous)
PASS: test_is_tarfile_keeps_position (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_keeps_position)
PASS: test_is_tarfile_valid (test.test_tarfile.ZstdStreamReadTest.test_is_tarfile_valid)
PASS: test_length_zero_header (test.test_tarfile.ZstdStreamReadTest.test_length_zero_header)
PASS: test_non_existent_tarfile (test.test_tarfile.ZstdStreamReadTest.test_non_existent_tarfile)
PASS: test_null_tarfile (test.test_tarfile.ZstdStreamReadTest.test_null_tarfile)
PASS: test_premature_end_of_archive (test.test_tarfile.ZstdStreamReadTest.test_premature_end_of_archive)
PASS: test_provoke_stream_error (test.test_tarfile.ZstdStreamReadTest.test_provoke_stream_error)
PASS: test_read_through (test.test_tarfile.ZstdStreamReadTest.test_read_through)
PASS: test_eof_marker (test.test_tarfile.ZstdStreamWriteTest.test_eof_marker)
PASS: test_file_mode (test.test_tarfile.ZstdStreamWriteTest.test_file_mode)
PASS: test_fileobj_no_close (test.test_tarfile.ZstdStreamWriteTest.test_fileobj_no_close)
PASS: test_pathlike_name (test.test_tarfile.ZstdStreamWriteTest.test_pathlike_name)
PASS: test_stream_padding (test.test_tarfile.ZstdStreamWriteTest.test_stream_padding)
PASS: test_add_dir_getmember (test.test_tarfile.ZstdUstarReadTest.test_add_dir_getmember)
PASS: test_fileobj_iter (test.test_tarfile.ZstdUstarReadTest.test_fileobj_iter)
PASS: test_fileobj_link1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link1)
PASS: test_fileobj_link2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_link2)
PASS: test_fileobj_readlines (test.test_tarfile.ZstdUstarReadTest.test_fileobj_readlines)
PASS: test_fileobj_regular_file (test.test_tarfile.ZstdUstarReadTest.test_fileobj_regular_file)
PASS: test_fileobj_seek (test.test_tarfile.ZstdUstarReadTest.test_fileobj_seek)
PASS: test_fileobj_symlink1 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink1)
PASS: test_fileobj_symlink2 (test.test_tarfile.ZstdUstarReadTest.test_fileobj_symlink2)
PASS: test_fileobj_text (test.test_tarfile.ZstdUstarReadTest.test_fileobj_text)
PASS: test_issue14160 (test.test_tarfile.ZstdUstarReadTest.test_issue14160)
PASS: test_100_char_name (test.test_tarfile.ZstdWriteTest.test_100_char_name)
PASS: test_abs_pathnames (test.test_tarfile.ZstdWriteTest.test_abs_pathnames)
PASS: test_add_self (test.test_tarfile.ZstdWriteTest.test_add_self)
PASS: test_cwd (test.test_tarfile.ZstdWriteTest.test_cwd)
PASS: test_directory_size (test.test_tarfile.ZstdWriteTest.test_directory_size)
PASS: test_eof_marker (test.test_tarfile.ZstdWriteTest.test_eof_marker)
PASS: test_extractall_symlinks (test.test_tarfile.ZstdWriteTest.test_extractall_symlinks)
PASS: test_file_size (test.test_tarfile.ZstdWriteTest.test_file_size)
PASS: test_fileobj_no_close (test.test_tarfile.ZstdWriteTest.test_fileobj_no_close)
PASS: test_filter (test.test_tarfile.ZstdWriteTest.test_filter)
PASS: test_gettarinfo_pathlike_name (test.test_tarfile.ZstdWriteTest.test_gettarinfo_pathlike_name)
PASS: test_link_size (test.test_tarfile.ZstdWriteTest.test_link_size)
PASS: test_missing_fileobj (test.test_tarfile.ZstdWriteTest.test_missing_fileobj)
PASS: test_open_nonwritable_fileobj (test.test_tarfile.ZstdWriteTest.test_open_nonwritable_fileobj)
PASS: test_ordered_recursion (test.test_tarfile.ZstdWriteTest.test_ordered_recursion)
PASS: test_pathnames (test.test_tarfile.ZstdWriteTest.test_pathnames)
PASS: test_symlink_size (test.test_tarfile.ZstdWriteTest.test_symlink_size)
PASS: test_tar_size (test.test_tarfile.ZstdWriteTest.test_tar_size)

----------------------------------------------------------------------
Ran 740 tests in 15.970s

OK (skipped=4)
0:04:24 load avg: 2.56 [412/486] test_trace passed -- running (1): test_socket (44.1 sec)
PASS: test_loop_caller_importing (test.test_trace.TestCallers.test_loop_caller_importing)
PASS: test_count_and_summary (test.test_trace.TestCommandLine.test_count_and_summary)
PASS: test_failures (test.test_trace.TestCommandLine.test_failures)
PASS: test_listfuncs_flag_success (test.test_trace.TestCommandLine.test_listfuncs_flag_success)
PASS: test_run_as_module (test.test_trace.TestCommandLine.test_run_as_module)
PASS: test_sys_argv_list (test.test_trace.TestCommandLine.test_sys_argv_list)
SKIP: test_coverage (test.test_trace.TestCoverage.test_coverage) "resource 'cpu' is not enabled"
PASS: test_coverage_ignore (test.test_trace.TestCoverage.test_coverage_ignore)
PASS: test_coverageresults_update (test.test_trace.TestCoverage.test_coverageresults_update)
PASS: test_issue9936 (test.test_trace.TestCoverage.test_issue9936)
PASS: test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight)
PASS: test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight)
PASS: test_arg_errors (test.test_trace.TestFuncs.test_arg_errors)
PASS: test_inst_method_calling (test.test_trace.TestFuncs.test_inst_method_calling)
PASS: test_loop_caller_importing (test.test_trace.TestFuncs.test_loop_caller_importing)
PASS: test_simple_caller (test.test_trace.TestFuncs.test_simple_caller)
PASS: test_traced_decorated_function (test.test_trace.TestFuncs.test_traced_decorated_function)
PASS: test_linear_methods (test.test_trace.TestLineCounts.test_linear_methods)
PASS: test_trace_func_generator (test.test_trace.TestLineCounts.test_trace_func_generator)
PASS: test_trace_list_comprehension (test.test_trace.TestLineCounts.test_trace_list_comprehension)
PASS: test_traced_decorated_function (test.test_trace.TestLineCounts.test_traced_decorated_function)
PASS: test_traced_func_importing (test.test_trace.TestLineCounts.test_traced_func_importing)
PASS: test_traced_func_linear (test.test_trace.TestLineCounts.test_traced_func_linear)
PASS: test_traced_func_loop (test.test_trace.TestLineCounts.test_traced_func_loop)
PASS: test_exec_counts (test.test_trace.TestRunExecCounts.test_exec_counts)
PASS: test_no_source_file (test.test_trace.TestTrace.test_no_source_file)
PASS: test_ignored (test.test_trace.Test_Ignore.test_ignored)

----------------------------------------------------------------------
Ran 27 tests in 2.452s

OK (skipped=1)
0:04:26 load avg: 2.51 [413/486] test_tracemalloc passed -- running (1): test_socket (46.3 sec)
PASS: test_late_untrack (test.test_tracemalloc.TestCAPI.test_late_untrack)
PASS: test_stop_track (test.test_tracemalloc.TestCAPI.test_stop_track)
PASS: test_stop_untrack (test.test_tracemalloc.TestCAPI.test_stop_untrack)
PASS: test_tracemalloc_track_race (test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race)
PASS: test_track (test.test_tracemalloc.TestCAPI.test_track)
PASS: test_track_already_tracked (test.test_tracemalloc.TestCAPI.test_track_already_tracked)
PASS: test_track_without_gil (test.test_tracemalloc.TestCAPI.test_track_without_gil)
PASS: test_untrack (test.test_tracemalloc.TestCAPI.test_untrack)
PASS: test_untrack_without_gil (test.test_tracemalloc.TestCAPI.test_untrack_without_gil)
PASS: test_env_limit (test.test_tracemalloc.TestCommandLine.test_env_limit)
PASS: test_env_var_disabled (test.test_tracemalloc.TestCommandLine.test_env_var_disabled)
PASS: test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine.test_env_var_disabled_by_default)
PASS: test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine.test_env_var_enabled_at_startup)
test_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine.test_env_var_ignored_with_E)
PASS: PYTHON* environment variables must be ignored when -E is present.
PASS: test_env_var_invalid (test.test_tracemalloc.TestCommandLine.test_env_var_invalid)
PASS: test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine.test_pymem_alloc0)
PASS: test_sys_xoptions (test.test_tracemalloc.TestCommandLine.test_sys_xoptions)
PASS: test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine.test_sys_xoptions_invalid)
PASS: test_filter_attributes (test.test_tracemalloc.TestFilters.test_filter_attributes)
PASS: test_filter_match (test.test_tracemalloc.TestFilters.test_filter_match)
PASS: test_filter_match_filename (test.test_tracemalloc.TestFilters.test_filter_match_filename)
PASS: test_filter_match_filename_joker (test.test_tracemalloc.TestFilters.test_filter_match_filename_joker)
PASS: test_filter_match_trace (test.test_tracemalloc.TestFilters.test_filter_match_trace)
PASS: test_create_snapshot (test.test_tracemalloc.TestSnapshot.test_create_snapshot)
PASS: test_filter_traces (test.test_tracemalloc.TestSnapshot.test_filter_traces)
PASS: test_filter_traces_domain (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain)
PASS: test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_filter)
PASS: test_format_traceback (test.test_tracemalloc.TestSnapshot.test_format_traceback)
PASS: test_slices (test.test_tracemalloc.TestSnapshot.test_slices)
PASS: test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_cumulative)
PASS: test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_file)
PASS: test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_line)
PASS: test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_traceback)
PASS: test_statistic_diff_format (test.test_tracemalloc.TestSnapshot.test_statistic_diff_format)
PASS: test_statistic_format (test.test_tracemalloc.TestSnapshot.test_statistic_format)
PASS: test_trace_format (test.test_tracemalloc.TestSnapshot.test_trace_format)
PASS: test_repr (test.test_tracemalloc.TestTraceback.test_repr)
PASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled.test_clear_traces)
PASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled.test_fork)
PASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_object_traceback)
PASS: test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_traced_memory)
PASS: test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_tracemalloc_memory)
PASS: test_get_traces (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces)
PASS: test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_intern_traceback)
PASS: test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled.test_is_tracing)
PASS: test_new_reference (test.test_tracemalloc.TestTracemallocEnabled.test_new_reference)
PASS: test_no_incomplete_frames (test.test_tracemalloc.TestTracemallocEnabled.test_no_incomplete_frames)
PASS: test_reset_peak (test.test_tracemalloc.TestTracemallocEnabled.test_reset_peak)
PASS: test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled.test_set_traceback_limit)
PASS: test_snapshot (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot)
PASS: test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr)

----------------------------------------------------------------------
Ran 51 tests in 1.833s

OK
0:04:26 load avg: 2.51 [414/486] test_tstring passed -- running (1): test_socket (46.5 sec)
PASS: test_conversions (test.test_tstring.TestTString.test_conversions)
PASS: test_debug_specifier (test.test_tstring.TestTString.test_debug_specifier)
PASS: test_format_specifiers (test.test_tstring.TestTString.test_format_specifiers)
PASS: test_interpolation_basics (test.test_tstring.TestTString.test_interpolation_basics)
PASS: test_literal_concatenation (test.test_tstring.TestTString.test_literal_concatenation)
PASS: test_nested_templates (test.test_tstring.TestTString.test_nested_templates)
PASS: test_raw_tstrings (test.test_tstring.TestTString.test_raw_tstrings)
PASS: test_runtime_errors (test.test_tstring.TestTString.test_runtime_errors)
PASS: test_string_representation (test.test_tstring.TestTString.test_string_representation)
PASS: test_syntax_errors (test.test_tstring.TestTString.test_syntax_errors)
PASS: test_template_concatenation (test.test_tstring.TestTString.test_template_concatenation)
PASS: test_triple_quoted (test.test_tstring.TestTString.test_triple_quoted)

----------------------------------------------------------------------
Ran 12 tests in 0.005s

OK
0:04:26 load avg: 2.51 [415/486] test_ttk skipped -- running (1): test_socket (46.7 sec)
test_ttk skipped -- No module named '_tkinter'
0:04:27 load avg: 2.51 [416/486] test_ttk_textonly skipped -- running (1): test_socket (46.9 sec)
test_ttk_textonly skipped -- No module named '_tkinter'
0:04:27 load avg: 2.51 [417/486] test_tty passed -- running (1): test_socket (47.0 sec)
PASS: test_cfmakecbreak (test.test_tty.TestTty.test_cfmakecbreak)
PASS: test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw)
PASS: test_setcbreak (test.test_tty.TestTty.test_setcbreak)
PASS: test_setraw (test.test_tty.TestTty.test_setraw)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
0:04:28 load avg: 2.51 [418/486] test_tuple passed -- running (2): test_subprocess (30.2 sec), test_socket (47.9 sec)
PASS: test_add (test.test_tuple.TupleTest.test_add)
PASS: test_bigrepeat (test.test_tuple.TupleTest.test_bigrepeat)
PASS: test_bug7466 (test.test_tuple.TupleTest.test_bug7466)
PASS: test_cmp (test.test_tuple.TupleTest.test_cmp)
PASS: test_constructors (test.test_tuple.TupleTest.test_constructors)
PASS: test_contains (test.test_tuple.TupleTest.test_contains)
PASS: test_contains_fake (test.test_tuple.TupleTest.test_contains_fake)
PASS: test_contains_order (test.test_tuple.TupleTest.test_contains_order)
PASS: test_count (test.test_tuple.TupleTest.test_count)
PASS: test_free_after_iterating (test.test_tuple.TupleTest.test_free_after_iterating)
PASS: test_getitem (test.test_tuple.TupleTest.test_getitem)
PASS: test_getitem_error (test.test_tuple.TupleTest.test_getitem_error)
PASS: test_getitemoverwriteiter (test.test_tuple.TupleTest.test_getitemoverwriteiter)
PASS: test_getslice (test.test_tuple.TupleTest.test_getslice)
PASS: test_hash_exact (test.test_tuple.TupleTest.test_hash_exact)
PASS: test_hash_optional (test.test_tuple.TupleTest.test_hash_optional)
PASS: test_iadd (test.test_tuple.TupleTest.test_iadd)
PASS: test_imul (test.test_tuple.TupleTest.test_imul)
PASS: test_index (test.test_tuple.TupleTest.test_index)
PASS: test_iterator_pickle (test.test_tuple.TupleTest.test_iterator_pickle)
PASS: test_keyword_args (test.test_tuple.TupleTest.test_keyword_args)
PASS: test_keywords_in_subclass (test.test_tuple.TupleTest.test_keywords_in_subclass)
PASS: test_len (test.test_tuple.TupleTest.test_len)
PASS: test_lexicographic_ordering (test.test_tuple.TupleTest.test_lexicographic_ordering)
PASS: test_minmax (test.test_tuple.TupleTest.test_minmax)
PASS: test_mul (test.test_tuple.TupleTest.test_mul)
PASS: test_no_comdat_folding (test.test_tuple.TupleTest.test_no_comdat_folding)
PASS: test_pickle (test.test_tuple.TupleTest.test_pickle)
PASS: test_repeat (test.test_tuple.TupleTest.test_repeat)
PASS: test_repr (test.test_tuple.TupleTest.test_repr)
PASS: test_repr_large (test.test_tuple.TupleTest.test_repr_large)
PASS: test_reversed_pickle (test.test_tuple.TupleTest.test_reversed_pickle)
PASS: test_subscript (test.test_tuple.TupleTest.test_subscript)
PASS: test_track_dynamic (test.test_tuple.TupleTest.test_track_dynamic)
PASS: test_track_literals (test.test_tuple.TupleTest.test_track_literals)
PASS: test_track_subtypes (test.test_tuple.TupleTest.test_track_subtypes)
PASS: test_truth (test.test_tuple.TupleTest.test_truth)
PASS: test_tupleresizebug (test.test_tuple.TupleTest.test_tupleresizebug)

----------------------------------------------------------------------
Ran 38 tests in 0.694s

OK
0:04:28 load avg: 2.51 [419/486] test_turtle skipped -- running (2): test_subprocess (30.4 sec), test_socket (48.1 sec)
test_turtle skipped -- No module named '_tkinter'
0:04:28 load avg: 2.51 [420/486] test_type_aliases passed -- running (2): test_subprocess (30.6 sec), test_socket (48.3 sec)
PASS: test_attributes_with_exec (test.test_type_aliases.TypeAliasConstructorTest.test_attributes_with_exec)
PASS: test_basic (test.test_type_aliases.TypeAliasConstructorTest.test_basic)
PASS: test_errors (test.test_type_aliases.TypeAliasConstructorTest.test_errors)
PASS: test_expects_type_like (test.test_type_aliases.TypeAliasConstructorTest.test_expects_type_like)
PASS: test_generic (test.test_type_aliases.TypeAliasConstructorTest.test_generic)
PASS: test_keywords (test.test_type_aliases.TypeAliasConstructorTest.test_keywords)
PASS: test_not_generic (test.test_type_aliases.TypeAliasConstructorTest.test_not_generic)
PASS: test_type_params_order_with_defaults (test.test_type_aliases.TypeAliasConstructorTest.test_type_params_order_with_defaults)
PASS: test_pickling (test.test_type_aliases.TypeAliasPickleTest.test_pickling)
PASS: test_pickling_local (test.test_type_aliases.TypeAliasPickleTest.test_pickling_local)
PASS: test_immutable (test.test_type_aliases.TypeAliasTypeTest.test_immutable)
PASS: test_module (test.test_type_aliases.TypeAliasTypeTest.test_module)
PASS: test_no_subclassing (test.test_type_aliases.TypeAliasTypeTest.test_no_subclassing)
PASS: test_union (test.test_type_aliases.TypeAliasTypeTest.test_union)
PASS: test_unpack (test.test_type_aliases.TypeAliasTypeTest.test_unpack)
PASS: test_alias_access_01 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_01)
PASS: test_alias_access_02 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_02)
PASS: test_alias_access_03 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_03)
PASS: test_alias_value_01 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_01)
PASS: test_alias_value_02 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_02)
PASS: test_alias_value_03 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_03)
PASS: test_alias_value_04 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_04)
PASS: test_raising (test.test_type_aliases.TypeParamsAliasValueTest.test_raising)
PASS: test_recursive_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_recursive_repr)
PASS: test_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_repr)
PASS: test_subscripting (test.test_type_aliases.TypeParamsAliasValueTest.test_subscripting)
PASS: test_exec_with_unusual_globals (test.test_type_aliases.TypeParamsExoticGlobalsTest.test_exec_with_unusual_globals)
PASS: test_name_collisions (test.test_type_aliases.TypeParamsInvalidTest.test_name_collisions)
PASS: test_name_non_collision_02 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_02)
PASS: test_name_non_collision_03 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_03)

----------------------------------------------------------------------
Ran 30 tests in 0.008s

OK
0:04:28 load avg: 2.51 [421/486] test_type_annotations passed -- running (2): test_subprocess (30.8 sec), test_socket (48.5 sec)
PASS: test_manual_annotate (test.test_type_annotations.AnnotateTests.test_manual_annotate)
PASS: test_user_defined_annotate (test.test_type_annotations.AnnotateTests.test_user_defined_annotate)
PASS: test_for (test.test_type_annotations.ConditionalAnnotationTests.test_for)
PASS: test_if_elif (test.test_type_annotations.ConditionalAnnotationTests.test_if_elif)
PASS: test_match (test.test_type_annotations.ConditionalAnnotationTests.test_match)
PASS: test_nesting_inner (test.test_type_annotations.ConditionalAnnotationTests.test_nesting_inner)
PASS: test_nesting_outer (test.test_type_annotations.ConditionalAnnotationTests.test_nesting_outer)
PASS: test_nesting_override (test.test_type_annotations.ConditionalAnnotationTests.test_nesting_override)
PASS: test_non_name_annotations (test.test_type_annotations.ConditionalAnnotationTests.test_non_name_annotations)
PASS: test_simple_if (test.test_type_annotations.ConditionalAnnotationTests.test_simple_if)
PASS: test_try (test.test_type_annotations.ConditionalAnnotationTests.test_try)
PASS: test_try_star (test.test_type_annotations.ConditionalAnnotationTests.test_try_star)
PASS: test_while (test.test_type_annotations.ConditionalAnnotationTests.test_while)
PASS: test_with (test.test_type_annotations.ConditionalAnnotationTests.test_with)
PASS: test_async_function (test.test_type_annotations.DeferredEvaluationTests.test_async_function)
PASS: test_class (test.test_type_annotations.DeferredEvaluationTests.test_class)
PASS: test_class_scoping (test.test_type_annotations.DeferredEvaluationTests.test_class_scoping)
PASS: test_comprehension_in_annotation (test.test_type_annotations.DeferredEvaluationTests.test_comprehension_in_annotation)
PASS: test_function (test.test_type_annotations.DeferredEvaluationTests.test_function)
PASS: test_future_annotations (test.test_type_annotations.DeferredEvaluationTests.test_future_annotations)
PASS: test_generated_annotate (test.test_type_annotations.DeferredEvaluationTests.test_generated_annotate)
PASS: test_ignore_non_simple_annotations (test.test_type_annotations.DeferredEvaluationTests.test_ignore_non_simple_annotations)
PASS: test_module (test.test_type_annotations.DeferredEvaluationTests.test_module)
PASS: test_name_clash_with_format (test.test_type_annotations.DeferredEvaluationTests.test_name_clash_with_format)
PASS: test_no_exotic_expressions (test.test_type_annotations.DeferredEvaluationTests.test_no_exotic_expressions)
PASS: test_no_exotic_expressions_in_unevaluated_annotations (test.test_type_annotations.DeferredEvaluationTests.test_no_exotic_expressions_in_unevaluated_annotations)
PASS: test_set_annotations (test.test_type_annotations.DeferredEvaluationTests.test_set_annotations)
PASS: test_complex_comprehension_inlining (test.test_type_annotations.RegressionTests.test_complex_comprehension_inlining)
PASS: test_complex_comprehension_inlining_exec (test.test_type_annotations.RegressionTests.test_complex_comprehension_inlining_exec)
PASS: test_module_level_annotation_plus_listcomp (test.test_type_annotations.RegressionTests.test_module_level_annotation_plus_listcomp)
PASS: test_blocks (test.test_type_annotations.TestSetupAnnotations.test_blocks)
PASS: test_match (test.test_type_annotations.TestSetupAnnotations.test_match)
PASS: test_top_level (test.test_type_annotations.TestSetupAnnotations.test_top_level)
PASS: test_try (test.test_type_annotations.TestSetupAnnotations.test_try)
PASS: test_try_star (test.test_type_annotations.TestSetupAnnotations.test_try_star)
PASS: test_annotations_are_created_correctly (test.test_type_annotations.TypeAnnotationTests.test_annotations_are_created_correctly)
PASS: test_annotations_getset_raises (test.test_type_annotations.TypeAnnotationTests.test_annotations_getset_raises)
PASS: test_del_annotations_and_annotate (test.test_type_annotations.TypeAnnotationTests.test_del_annotations_and_annotate)
PASS: test_descriptor_still_works (test.test_type_annotations.TypeAnnotationTests.test_descriptor_still_works)
PASS: test_explicitly_set_annotate (test.test_type_annotations.TypeAnnotationTests.test_explicitly_set_annotate)
PASS: test_explicitly_set_annotations (test.test_type_annotations.TypeAnnotationTests.test_explicitly_set_annotations)
PASS: test_lazy_create_annotations (test.test_type_annotations.TypeAnnotationTests.test_lazy_create_annotations)
PASS: test_no_cell (test.test_type_annotations.TypeAnnotationTests.test_no_cell)
PASS: test_partially_executed_module (test.test_type_annotations.TypeAnnotationTests.test_partially_executed_module)
PASS: test_pep563_annotations (test.test_type_annotations.TypeAnnotationTests.test_pep563_annotations)
PASS: test_setting_annotations (test.test_type_annotations.TypeAnnotationTests.test_setting_annotations)

----------------------------------------------------------------------
Ran 46 tests in 0.040s

OK
0:04:28 load avg: 2.51 [422/486] test_type_cache passed -- running (2): test_subprocess (31.0 sec), test_socket (48.7 sec)
PASS: test_119462 (test.test_type_cache.TypeCacheTests.test_119462)
PASS: test_per_class_limit (test.test_type_cache.TypeCacheTests.test_per_class_limit)
test_tp_version_tag_unique (test.test_type_cache.TypeCacheTests.test_tp_version_tag_unique)
PASS: tp_version_tag should be unique assuming no overflow, even after
test_type_assign_specific_version (test.test_type_cache.TypeCacheTests.test_type_assign_specific_version)
PASS: meta-test for type_assign_specific_version_unsafe
PASS: test_type_assign_version (test.test_type_cache.TypeCacheTests.test_type_assign_version)
PASS: test_class_call_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type)
PASS: test_class_load_attr_specialization_static_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type)
PASS: test_class_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type)
PASS: test_property_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type)
PASS: test_store_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type)
PASS: test_to_bool_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type)

----------------------------------------------------------------------
Ran 11 tests in 0.004s

OK
0:04:29 load avg: 2.51 [423/486] test_type_comments passed -- running (2): test_subprocess (31.2 sec), test_socket (48.9 sec)
PASS: test_asynccomp (test.test_type_comments.TypeCommentTests.test_asynccomp)
PASS: test_asyncdef (test.test_type_comments.TypeCommentTests.test_asyncdef)
PASS: test_asyncvar (test.test_type_comments.TypeCommentTests.test_asyncvar)
PASS: test_forstmt (test.test_type_comments.TypeCommentTests.test_forstmt)
PASS: test_fstring (test.test_type_comments.TypeCommentTests.test_fstring)
PASS: test_func_type_input (test.test_type_comments.TypeCommentTests.test_func_type_input)
PASS: test_funcdef (test.test_type_comments.TypeCommentTests.test_funcdef)
PASS: test_ignores (test.test_type_comments.TypeCommentTests.test_ignores)
test_inappropriate_type_comments (test.test_type_comments.TypeCommentTests.test_inappropriate_type_comments)
PASS: Tests for inappropriately-placed type comments.
PASS: test_longargs (test.test_type_comments.TypeCommentTests.test_longargs)
PASS: test_matmul (test.test_type_comments.TypeCommentTests.test_matmul)
PASS: test_non_utf8_type_comment_with_ignore_cookie (test.test_type_comments.TypeCommentTests.test_non_utf8_type_comment_with_ignore_cookie)
PASS: test_nonasciidef (test.test_type_comments.TypeCommentTests.test_nonasciidef)
PASS: test_parenthesized_withstmt (test.test_type_comments.TypeCommentTests.test_parenthesized_withstmt)
PASS: test_redundantdef (test.test_type_comments.TypeCommentTests.test_redundantdef)
PASS: test_underscorednumber (test.test_type_comments.TypeCommentTests.test_underscorednumber)
PASS: test_vardecl (test.test_type_comments.TypeCommentTests.test_vardecl)
PASS: test_withstmt (test.test_type_comments.TypeCommentTests.test_withstmt)

----------------------------------------------------------------------
Ran 18 tests in 0.017s

OK
0:04:29 load avg: 2.51 [424/486] test_type_params passed -- running (2): test_subprocess (31.4 sec), test_socket (49.1 sec)
PASS: test_defaults_on_class (test.test_type_params.DefaultsTest.test_defaults_on_class)
PASS: test_defaults_on_func (test.test_type_params.DefaultsTest.test_defaults_on_func)
PASS: test_defaults_on_type_alias (test.test_type_params.DefaultsTest.test_defaults_on_type_alias)
PASS: test_lazy_evaluation (test.test_type_params.DefaultsTest.test_lazy_evaluation)
PASS: test_nondefault_after_default (test.test_type_params.DefaultsTest.test_nondefault_after_default)
PASS: test_starred_invalid (test.test_type_params.DefaultsTest.test_starred_invalid)
PASS: test_starred_typevartuple (test.test_type_params.DefaultsTest.test_starred_typevartuple)
PASS: test_symtable_key_regression_default (test.test_type_params.DefaultsTest.test_symtable_key_regression_default)
PASS: test_symtable_key_regression_name (test.test_type_params.DefaultsTest.test_symtable_key_regression_name)
PASS: test_types_new_class_no_callback (test.test_type_params.DynamicClassTest.test_types_new_class_no_callback)
PASS: test_types_new_class_with_callback (test.test_type_params.DynamicClassTest.test_types_new_class_with_callback)
PASS: test_const_evaluator (test.test_type_params.TestEvaluateFunctions.test_const_evaluator)
PASS: test_constraints (test.test_type_params.TestEvaluateFunctions.test_constraints)
PASS: test_general (test.test_type_params.TestEvaluateFunctions.test_general)
PASS: test_class_access_01 (test.test_type_params.TypeParamsAccessTest.test_class_access_01)
PASS: test_class_access_02 (test.test_type_params.TypeParamsAccessTest.test_class_access_02)
PASS: test_class_access_03 (test.test_type_params.TypeParamsAccessTest.test_class_access_03)
PASS: test_class_base_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_class_base_containing_lambda)
PASS: test_class_deref (test.test_type_params.TypeParamsAccessTest.test_class_deref)
PASS: test_class_scope_interaction_01 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_01)
PASS: test_class_scope_interaction_02 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_02)
PASS: test_comprehension_01 (test.test_type_params.TypeParamsAccessTest.test_comprehension_01)
PASS: test_comprehension_02 (test.test_type_params.TypeParamsAccessTest.test_comprehension_02)
PASS: test_comprehension_03 (test.test_type_params.TypeParamsAccessTest.test_comprehension_03)
PASS: test_function_access_01 (test.test_type_params.TypeParamsAccessTest.test_function_access_01)
PASS: test_function_access_02 (test.test_type_params.TypeParamsAccessTest.test_function_access_02)
PASS: test_function_access_03 (test.test_type_params.TypeParamsAccessTest.test_function_access_03)
PASS: test_gen_exp_in_generic_method (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_generic_method)
PASS: test_gen_exp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_class)
PASS: test_gen_exp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_generic_class)
PASS: test_lambda_in_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_class)
PASS: test_lambda_in_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_generic_class)
PASS: test_lambda_in_generic_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_class)
PASS: test_lambda_in_generic_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_generic_class)
PASS: test_listcomp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_class)
PASS: test_listcomp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_generic_class)
PASS: test_method_access_01 (test.test_type_params.TypeParamsAccessTest.test_method_access_01)
PASS: test_nested_access_01 (test.test_type_params.TypeParamsAccessTest.test_nested_access_01)
PASS: test_nested_scope_in_generic_alias (test.test_type_params.TypeParamsAccessTest.test_nested_scope_in_generic_alias)
PASS: test_out_of_scope_01 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_01)
PASS: test_out_of_scope_02 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_02)
PASS: test_reference_previous_typevar (test.test_type_params.TypeParamsAccessTest.test_reference_previous_typevar)
PASS: test_shadowing_nonlocal (test.test_type_params.TypeParamsAccessTest.test_shadowing_nonlocal)
PASS: test_super (test.test_type_params.TypeParamsAccessTest.test_super)
PASS: test_type_alias_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_type_alias_containing_lambda)
PASS: test_type_special_case (test.test_type_params.TypeParamsAccessTest.test_type_special_case)
PASS: test_alias (test.test_type_params.TypeParamsClassScopeTest.test_alias)
PASS: test_binding_uses_global (test.test_type_params.TypeParamsClassScopeTest.test_binding_uses_global)
PASS: test_bound (test.test_type_params.TypeParamsClassScopeTest.test_bound)
PASS: test_explicit_global (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global)
PASS: test_explicit_global_with_assignment (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_assignment)
PASS: test_explicit_global_with_no_static_bound (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_no_static_bound)
PASS: test_explicit_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_explicit_nonlocal)
PASS: test_modified_later (test.test_type_params.TypeParamsClassScopeTest.test_modified_later)
PASS: test_nested_free (test.test_type_params.TypeParamsClassScopeTest.test_nested_free)
PASS: test_no_binding_uses_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_no_binding_uses_nonlocal)
PASS: test_complex_base (test.test_type_params.TypeParamsComplexCallsTest.test_complex_base)
PASS: test_defaults (test.test_type_params.TypeParamsComplexCallsTest.test_defaults)
PASS: test_starargs_base (test.test_type_params.TypeParamsComplexCallsTest.test_starargs_base)
test_compile_error_in_type_param_bound (test.test_type_params.TypeParamsInvalidTest.test_compile_error_in_type_param_bound) ... <test string>:2: SyntaxWarning: invalid decimal literal
ok
PASS: test_disallowed_expressions (test.test_type_params.TypeParamsInvalidTest.test_disallowed_expressions)
PASS: test_incorrect_mro_explicit_object (test.test_type_params.TypeParamsInvalidTest.test_incorrect_mro_explicit_object)
PASS: test_name_collisions (test.test_type_params.TypeParamsInvalidTest.test_name_collisions)
PASS: test_name_non_collision_02 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_02)
PASS: test_name_non_collision_03 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_03)
PASS: test_name_non_collision_04 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_04)
PASS: test_name_non_collision_05 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_05)
PASS: test_name_non_collision_06 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_06)
PASS: test_name_non_collision_07 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_07)
PASS: test_name_non_collision_08 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_08)
PASS: test_name_non_collision_10 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_10)
PASS: test_name_non_collision_13 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_13)
PASS: test_name_non_collision_9 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_9)
PASS: test_evaluation_error (test.test_type_params.TypeParamsLazyEvaluationTest.test_evaluation_error)
PASS: test_qualname (test.test_type_params.TypeParamsLazyEvaluationTest.test_qualname)
PASS: test_recursive_class (test.test_type_params.TypeParamsLazyEvaluationTest.test_recursive_class)
PASS: test_mangling (test.test_type_params.TypeParamsManglingTest.test_mangling)
PASS: test_no_leaky_mangling_in_class (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_class)
PASS: test_no_leaky_mangling_in_function (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_function)
PASS: test_no_leaky_mangling_in_module (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_module)
PASS: test_no_mangling_in_bases (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_bases)
PASS: test_no_mangling_in_nested_scopes (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_nested_scopes)
PASS: test_type_params_are_mangled (test.test_type_params.TypeParamsManglingTest.test_type_params_are_mangled)
PASS: test_nonlocal_allowed (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_allowed)
PASS: test_nonlocal_disallowed_01 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_01)
PASS: test_nonlocal_disallowed_02 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_02)
PASS: test_nonlocal_disallowed_03 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_03)
PASS: test_pickling_classes (test.test_type_params.TypeParamsPickleTest.test_pickling_classes)
PASS: test_pickling_functions (test.test_type_params.TypeParamsPickleTest.test_pickling_functions)
PASS: test_broken_class_namespace (test.test_type_params.TypeParamsRuntimeTest.test_broken_class_namespace)
PASS: test_name_error (test.test_type_params.TypeParamsRuntimeTest.test_name_error)
PASS: test_traditional_01 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_01)
PASS: test_traditional_02 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_02)
PASS: test_traditional_03 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_03)
PASS: test_typeparams_dunder_class_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_01)
PASS: test_typeparams_dunder_class_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_02)
PASS: test_typeparams_dunder_class_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_03)
PASS: test_typeparams_dunder_function_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_01)
PASS: test_typeparams_dunder_function_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_02)
PASS: test_typeparams_dunder_function_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_03)
PASS: test_paramspec_01 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_01)
PASS: test_paramspec_02 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_02)
PASS: test_typevar_01 (test.test_type_params.TypeParamsTypeVarTest.test_typevar_01)
PASS: test_typevar_coroutine (test.test_type_params.TypeParamsTypeVarTest.test_typevar_coroutine)
PASS: test_typevar_generator (test.test_type_params.TypeParamsTypeVarTest.test_typevar_generator)
PASS: test_typevartuple_01 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_01)
PASS: test_typevartuple_02 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_02)
PASS: test_weakrefs (test.test_type_params.TypeParamsWeakRefTest.test_weakrefs)

----------------------------------------------------------------------
Ran 108 tests in 0.035s

OK
0:04:29 load avg: 2.51 [425/486] test_typechecks passed -- running (2): test_subprocess (31.6 sec), test_socket (49.2 sec)
PASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest.testIsInstanceActual)
PASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest.testIsInstanceBuiltin)
PASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest.testIsSubclassActual)
PASS: testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest.testIsSubclassBuiltin)
PASS: testIsSubclassInternal (test.test_typechecks.TypeChecksTest.testIsSubclassInternal)
PASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest.testSubclassBehavior)

----------------------------------------------------------------------
Ran 6 tests in 0.000s

OK
0:04:30 load avg: 2.51 [426/486] test_types passed -- running (2): test_subprocess (32.2 sec), test_socket (49.8 sec)
PASS: test_bad___prepare__ (test.test_types.ClassCreationTests.test_bad___prepare__)
PASS: test_get_original_bases (test.test_types.ClassCreationTests.test_get_original_bases)
PASS: test_metaclass_derivation (test.test_types.ClassCreationTests.test_metaclass_derivation)
PASS: test_metaclass_new_error (test.test_types.ClassCreationTests.test_metaclass_new_error)
PASS: test_metaclass_override_callable (test.test_types.ClassCreationTests.test_metaclass_override_callable)
PASS: test_metaclass_override_function (test.test_types.ClassCreationTests.test_metaclass_override_function)
PASS: test_new_class_basics (test.test_types.ClassCreationTests.test_new_class_basics)
PASS: test_new_class_defaults (test.test_types.ClassCreationTests.test_new_class_defaults)
PASS: test_new_class_exec_body (test.test_types.ClassCreationTests.test_new_class_exec_body)
PASS: test_new_class_meta (test.test_types.ClassCreationTests.test_new_class_meta)
PASS: test_new_class_meta_with_base (test.test_types.ClassCreationTests.test_new_class_meta_with_base)
PASS: test_new_class_metaclass_keywords (test.test_types.ClassCreationTests.test_new_class_metaclass_keywords)
PASS: test_new_class_subclass (test.test_types.ClassCreationTests.test_new_class_subclass)
PASS: test_new_class_with_mro_entry (test.test_types.ClassCreationTests.test_new_class_with_mro_entry)
PASS: test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_error)
PASS: test_new_class_with_mro_entry_genericalias (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_genericalias)
PASS: test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple)
PASS: test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_2)
PASS: test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_none)
PASS: test_one_argument_type (test.test_types.ClassCreationTests.test_one_argument_type)
PASS: test_prepare_class (test.test_types.ClassCreationTests.test_prepare_class)
PASS: test_resolve_bases (test.test_types.ClassCreationTests.test_resolve_bases)
PASS: test_resolve_bases_with_mro_entry (test.test_types.ClassCreationTests.test_resolve_bases_with_mro_entry)
PASS: test_subclass_inherited_slot_update (test.test_types.ClassCreationTests.test_subclass_inherited_slot_update)
PASS: test_tuple_subclass_as_bases (test.test_types.ClassCreationTests.test_tuple_subclass_as_bases)
PASS: test_async_def (test.test_types.CoroutineTests.test_async_def)
PASS: test_duck_coro (test.test_types.CoroutineTests.test_duck_coro)
PASS: test_duck_corogen (test.test_types.CoroutineTests.test_duck_corogen)
PASS: test_duck_functional_gen (test.test_types.CoroutineTests.test_duck_functional_gen)
PASS: test_duck_gen (test.test_types.CoroutineTests.test_duck_gen)
PASS: test_gen (test.test_types.CoroutineTests.test_gen)
PASS: test_genfunc (test.test_types.CoroutineTests.test_genfunc)
PASS: test_non_gen_values (test.test_types.CoroutineTests.test_non_gen_values)
PASS: test_returning_itercoro (test.test_types.CoroutineTests.test_returning_itercoro)
PASS: test_wrapper_object (test.test_types.CoroutineTests.test_wrapper_object)
PASS: test_wrong_args (test.test_types.CoroutineTests.test_wrong_args)
PASS: test_function_type_defaults (test.test_types.FunctionTests.test_function_type_defaults)
PASS: test_function_type_wrong_defaults (test.test_types.FunctionTests.test_function_type_wrong_defaults)
PASS: test_chainmap (test.test_types.MappingProxyTests.test_chainmap)
PASS: test_constructor (test.test_types.MappingProxyTests.test_constructor)
PASS: test_contains (test.test_types.MappingProxyTests.test_contains)
PASS: test_copy (test.test_types.MappingProxyTests.test_copy)
PASS: test_customdict (test.test_types.MappingProxyTests.test_customdict)
PASS: test_get (test.test_types.MappingProxyTests.test_get)
PASS: test_hash (test.test_types.MappingProxyTests.test_hash)
PASS: test_iterators (test.test_types.MappingProxyTests.test_iterators)
PASS: test_len (test.test_types.MappingProxyTests.test_len)
PASS: test_methods (test.test_types.MappingProxyTests.test_methods)
PASS: test_missing (test.test_types.MappingProxyTests.test_missing)
PASS: test_reversed (test.test_types.MappingProxyTests.test_reversed)
PASS: test_union (test.test_types.MappingProxyTests.test_union)
PASS: test_views (test.test_types.MappingProxyTests.test_views)
PASS: test_as_dict (test.test_types.SimpleNamespaceTests.test_as_dict)
PASS: test_attrdel (test.test_types.SimpleNamespaceTests.test_attrdel)
PASS: test_attrget (test.test_types.SimpleNamespaceTests.test_attrget)
PASS: test_attrset (test.test_types.SimpleNamespaceTests.test_attrset)
PASS: test_constructor (test.test_types.SimpleNamespaceTests.test_constructor)
PASS: test_equal (test.test_types.SimpleNamespaceTests.test_equal)
PASS: test_fake_namespace_compare (test.test_types.SimpleNamespaceTests.test_fake_namespace_compare)
PASS: test_nested (test.test_types.SimpleNamespaceTests.test_nested)
PASS: test_pickle (test.test_types.SimpleNamespaceTests.test_pickle)
PASS: test_recursive (test.test_types.SimpleNamespaceTests.test_recursive)
PASS: test_recursive_repr (test.test_types.SimpleNamespaceTests.test_recursive_repr)
PASS: test_replace (test.test_types.SimpleNamespaceTests.test_replace)
PASS: test_replace_invalid_subtype (test.test_types.SimpleNamespaceTests.test_replace_invalid_subtype)
PASS: test_replace_subclass (test.test_types.SimpleNamespaceTests.test_replace_subclass)
PASS: test_repr (test.test_types.SimpleNamespaceTests.test_repr)
PASS: test_subclass (test.test_types.SimpleNamespaceTests.test_subclass)
PASS: test_unbound (test.test_types.SimpleNamespaceTests.test_unbound)
PASS: test_underlying_dict (test.test_types.SimpleNamespaceTests.test_underlying_dict)
PASS: test_static_types_inherited_slots (test.test_types.SubinterpreterTests.test_static_types_inherited_slots)
PASS: test_boolean_ops (test.test_types.TypesTests.test_boolean_ops)
PASS: test_call_unbound_crash (test.test_types.TypesTests.test_call_unbound_crash)
PASS: test_capsule_type (test.test_types.TypesTests.test_capsule_type)
PASS: test_comparisons (test.test_types.TypesTests.test_comparisons)
PASS: test_dunder_get_signature (test.test_types.TypesTests.test_dunder_get_signature)
PASS: test_ellipsis_type (test.test_types.TypesTests.test_ellipsis_type)
PASS: test_float__format__ (test.test_types.TypesTests.test_float__format__)
PASS: test_float__format__locale (test.test_types.TypesTests.test_float__format__locale)
PASS: test_float_constructor (test.test_types.TypesTests.test_float_constructor)
PASS: test_float_to_string (test.test_types.TypesTests.test_float_to_string)
PASS: test_floats (test.test_types.TypesTests.test_floats)
PASS: test_format_spec_errors (test.test_types.TypesTests.test_format_spec_errors)
PASS: test_int__format__ (test.test_types.TypesTests.test_int__format__)
PASS: test_int__format__locale (test.test_types.TypesTests.test_int__format__locale)
PASS: test_internal_sizes (test.test_types.TypesTests.test_internal_sizes)
PASS: test_method_descriptor_crash (test.test_types.TypesTests.test_method_descriptor_crash)
PASS: test_method_descriptor_types (test.test_types.TypesTests.test_method_descriptor_types)
PASS: test_method_wrapper_types (test.test_types.TypesTests.test_method_wrapper_types)
PASS: test_names (test.test_types.TypesTests.test_names)
PASS: test_none_type (test.test_types.TypesTests.test_none_type)
PASS: test_normal_integers (test.test_types.TypesTests.test_normal_integers)
PASS: test_notimplemented_type (test.test_types.TypesTests.test_notimplemented_type)
PASS: test_numeric_types (test.test_types.TypesTests.test_numeric_types)
PASS: test_slot_wrapper_types (test.test_types.TypesTests.test_slot_wrapper_types)
PASS: test_strings (test.test_types.TypesTests.test_strings)
PASS: test_traceback_and_frame_types (test.test_types.TypesTests.test_traceback_and_frame_types)
PASS: test_truth_values (test.test_types.TypesTests.test_truth_values)
PASS: test_type_function (test.test_types.TypesTests.test_type_function)
PASS: test_zero_division (test.test_types.TypesTests.test_zero_division)
PASS: test_bad_instancecheck (test.test_types.UnionTests.test_bad_instancecheck)
PASS: test_bad_subclasscheck (test.test_types.UnionTests.test_bad_subclasscheck)
PASS: test_hash (test.test_types.UnionTests.test_hash)
PASS: test_instancecheck_and_subclasscheck (test.test_types.UnionTests.test_instancecheck_and_subclasscheck)
PASS: test_instancecheck_and_subclasscheck_order (test.test_types.UnionTests.test_instancecheck_and_subclasscheck_order)
PASS: test_instantiation (test.test_types.UnionTests.test_instantiation)
SKIP: test_or_type_operator_reference_cycle (test.test_types.UnionTests.test_or_type_operator_reference_cycle) 'Cannot get total reference count.'
PASS: test_or_type_operator_with_Alias (test.test_types.UnionTests.test_or_type_operator_with_Alias)
PASS: test_or_type_operator_with_IO (test.test_types.UnionTests.test_or_type_operator_with_IO)
PASS: test_or_type_operator_with_Literal (test.test_types.UnionTests.test_or_type_operator_with_Literal)
PASS: test_or_type_operator_with_NamedTuple (test.test_types.UnionTests.test_or_type_operator_with_NamedTuple)
PASS: test_or_type_operator_with_NewType (test.test_types.UnionTests.test_or_type_operator_with_NewType)
PASS: test_or_type_operator_with_Protocol (test.test_types.UnionTests.test_or_type_operator_with_Protocol)
PASS: test_or_type_operator_with_SpecialForm (test.test_types.UnionTests.test_or_type_operator_with_SpecialForm)
PASS: test_or_type_operator_with_TypeVar (test.test_types.UnionTests.test_or_type_operator_with_TypeVar)
PASS: test_or_type_operator_with_TypedDict (test.test_types.UnionTests.test_or_type_operator_with_TypedDict)
PASS: test_or_type_operator_with_bad_module (test.test_types.UnionTests.test_or_type_operator_with_bad_module)
PASS: test_or_type_operator_with_forward (test.test_types.UnionTests.test_or_type_operator_with_forward)
PASS: test_or_type_operator_with_genericalias (test.test_types.UnionTests.test_or_type_operator_with_genericalias)
PASS: test_or_type_repr (test.test_types.UnionTests.test_or_type_repr)
PASS: test_or_types_operator (test.test_types.UnionTests.test_or_types_operator)
PASS: test_unhashable_becomes_hashable (test.test_types.UnionTests.test_unhashable_becomes_hashable)
PASS: test_union_args (test.test_types.UnionTests.test_union_args)
PASS: test_union_copy (test.test_types.UnionTests.test_union_copy)
PASS: test_union_of_unhashable (test.test_types.UnionTests.test_union_of_unhashable)
PASS: test_union_parameter_chaining (test.test_types.UnionTests.test_union_parameter_chaining)
PASS: test_union_parameter_substitution (test.test_types.UnionTests.test_union_parameter_substitution)
PASS: test_union_parameter_substitution_errors (test.test_types.UnionTests.test_union_parameter_substitution_errors)
PASS: test_union_pickle (test.test_types.UnionTests.test_union_pickle)

----------------------------------------------------------------------
Ran 129 tests in 0.349s

OK (skipped=1)
0:04:30 load avg: 2.51 [427/486] test_typing passed -- running (2): test_subprocess (32.9 sec), test_socket (50.6 sec)
PASS: test_all (test.test_typing.AllTests.test_all)
PASS: test_all_exported_names (test.test_typing.AllTests.test_all_exported_names)
PASS: test_annotated_cached_with_types (test.test_typing.AnnotatedTests.test_annotated_cached_with_types)
PASS: test_annotated_in_other_types (test.test_typing.AnnotatedTests.test_annotated_in_other_types)
PASS: test_annotated_mro (test.test_typing.AnnotatedTests.test_annotated_mro)
PASS: test_attr_passthrough (test.test_typing.AnnotatedTests.test_attr_passthrough)
PASS: test_cannot_check_instance (test.test_typing.AnnotatedTests.test_cannot_check_instance)
PASS: test_cannot_check_subclass (test.test_typing.AnnotatedTests.test_cannot_check_subclass)
PASS: test_cannot_getattr_typevar (test.test_typing.AnnotatedTests.test_cannot_getattr_typevar)
PASS: test_cannot_instantiate_forward (test.test_typing.AnnotatedTests.test_cannot_instantiate_forward)
PASS: test_cannot_instantiate_type_var (test.test_typing.AnnotatedTests.test_cannot_instantiate_type_var)
PASS: test_cannot_subclass (test.test_typing.AnnotatedTests.test_cannot_subclass)
PASS: test_deduplicate_from_union (test.test_typing.AnnotatedTests.test_deduplicate_from_union)
PASS: test_dir (test.test_typing.AnnotatedTests.test_dir)
PASS: test_flatten (test.test_typing.AnnotatedTests.test_flatten)
PASS: test_forwardref_partial_evaluation (test.test_typing.AnnotatedTests.test_forwardref_partial_evaluation)
PASS: test_hash_eq (test.test_typing.AnnotatedTests.test_hash_eq)
PASS: test_instantiate (test.test_typing.AnnotatedTests.test_instantiate)
PASS: test_instantiate_generic (test.test_typing.AnnotatedTests.test_instantiate_generic)
PASS: test_instantiate_immutable (test.test_typing.AnnotatedTests.test_instantiate_immutable)
PASS: test_new (test.test_typing.AnnotatedTests.test_new)
PASS: test_order_in_union (test.test_typing.AnnotatedTests.test_order_in_union)
PASS: test_pickle (test.test_typing.AnnotatedTests.test_pickle)
PASS: test_repr (test.test_typing.AnnotatedTests.test_repr)
PASS: test_special_form_containment (test.test_typing.AnnotatedTests.test_special_form_containment)
PASS: test_special_forms_nesting (test.test_typing.AnnotatedTests.test_special_forms_nesting)
PASS: test_specialize (test.test_typing.AnnotatedTests.test_specialize)
PASS: test_subst (test.test_typing.AnnotatedTests.test_subst)
PASS: test_too_few_type_args (test.test_typing.AnnotatedTests.test_too_few_type_args)
PASS: test_typevar_subst (test.test_typing.AnnotatedTests.test_typevar_subst)
PASS: test_any_instance_type_error (test.test_typing.AnyTests.test_any_instance_type_error)
PASS: test_any_works_with_alias (test.test_typing.AnyTests.test_any_works_with_alias)
PASS: test_can_subclass (test.test_typing.AnyTests.test_can_subclass)
PASS: test_cannot_instantiate (test.test_typing.AnyTests.test_cannot_instantiate)
PASS: test_errors (test.test_typing.AnyTests.test_errors)
PASS: test_multiple_inheritance_with_custom_constructors (test.test_typing.AnyTests.test_multiple_inheritance_with_custom_constructors)
PASS: test_repr (test.test_typing.AnyTests.test_repr)
PASS: test_subclassing_with_custom_constructor (test.test_typing.AnyTests.test_subclassing_with_custom_constructor)
PASS: test_exception (test.test_typing.AssertNeverTests.test_exception)
PASS: test_basics (test.test_typing.AssertTypeTests.test_basics)
PASS: test_errors (test.test_typing.AssertTypeTests.test_errors)
PASS: test_basics (test.test_typing.CastTests.test_basics)
PASS: test_errors (test.test_typing.CastTests.test_errors)
PASS: test_basics (test.test_typing.ClassVarTests.test_basics)
PASS: test_cannot_init (test.test_typing.ClassVarTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.ClassVarTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.ClassVarTests.test_no_isinstance)
PASS: test_repr (test.test_typing.ClassVarTests.test_repr)
PASS: test_abstractset (test.test_typing.CollectionsAbcTests.test_abstractset)
PASS: test_async_generator (test.test_typing.CollectionsAbcTests.test_async_generator)
PASS: test_async_iterable (test.test_typing.CollectionsAbcTests.test_async_iterable)
PASS: test_async_iterator (test.test_typing.CollectionsAbcTests.test_async_iterator)
PASS: test_awaitable (test.test_typing.CollectionsAbcTests.test_awaitable)
PASS: test_bytestring (test.test_typing.CollectionsAbcTests.test_bytestring)
PASS: test_chainmap_instantiation (test.test_typing.CollectionsAbcTests.test_chainmap_instantiation)
PASS: test_chainmap_subclass (test.test_typing.CollectionsAbcTests.test_chainmap_subclass)
PASS: test_collection (test.test_typing.CollectionsAbcTests.test_collection)
PASS: test_collections_as_base (test.test_typing.CollectionsAbcTests.test_collections_as_base)
PASS: test_container (test.test_typing.CollectionsAbcTests.test_container)
PASS: test_coroutine (test.test_typing.CollectionsAbcTests.test_coroutine)
PASS: test_counter (test.test_typing.CollectionsAbcTests.test_counter)
PASS: test_counter_instantiation (test.test_typing.CollectionsAbcTests.test_counter_instantiation)
PASS: test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_counter_subclass_instantiation)
PASS: test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests.test_defaultdict_instantiation)
PASS: test_defaultdict_subclass (test.test_typing.CollectionsAbcTests.test_defaultdict_subclass)
PASS: test_deque (test.test_typing.CollectionsAbcTests.test_deque)
PASS: test_deque_instantiation (test.test_typing.CollectionsAbcTests.test_deque_instantiation)
PASS: test_dict (test.test_typing.CollectionsAbcTests.test_dict)
PASS: test_dict_subclass (test.test_typing.CollectionsAbcTests.test_dict_subclass)
PASS: test_dict_subscribe (test.test_typing.CollectionsAbcTests.test_dict_subscribe)
PASS: test_frozenset (test.test_typing.CollectionsAbcTests.test_frozenset)
PASS: test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_frozenset_subclass_instantiation)
PASS: test_generator (test.test_typing.CollectionsAbcTests.test_generator)
PASS: test_generator_default (test.test_typing.CollectionsAbcTests.test_generator_default)
PASS: test_hashable (test.test_typing.CollectionsAbcTests.test_hashable)
PASS: test_iterable (test.test_typing.CollectionsAbcTests.test_iterable)
PASS: test_iterator (test.test_typing.CollectionsAbcTests.test_iterator)
PASS: test_list (test.test_typing.CollectionsAbcTests.test_list)
PASS: test_list_subclass (test.test_typing.CollectionsAbcTests.test_list_subclass)
PASS: test_mapping (test.test_typing.CollectionsAbcTests.test_mapping)
PASS: test_mutablemapping (test.test_typing.CollectionsAbcTests.test_mutablemapping)
PASS: test_mutablesequence (test.test_typing.CollectionsAbcTests.test_mutablesequence)
PASS: test_mutableset (test.test_typing.CollectionsAbcTests.test_mutableset)
PASS: test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_async_generator_instantiation)
PASS: test_no_dict_instantiation (test.test_typing.CollectionsAbcTests.test_no_dict_instantiation)
PASS: test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests.test_no_frozenset_instantiation)
PASS: test_no_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_generator_instantiation)
PASS: test_no_list_instantiation (test.test_typing.CollectionsAbcTests.test_no_list_instantiation)
PASS: test_no_set_instantiation (test.test_typing.CollectionsAbcTests.test_no_set_instantiation)
PASS: test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests.test_no_tuple_instantiation)
PASS: test_or_and_ror (test.test_typing.CollectionsAbcTests.test_or_and_ror)
PASS: test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests.test_ordereddict_instantiation)
PASS: test_ordereddict_subclass (test.test_typing.CollectionsAbcTests.test_ordereddict_subclass)
PASS: test_sequence (test.test_typing.CollectionsAbcTests.test_sequence)
PASS: test_set (test.test_typing.CollectionsAbcTests.test_set)
PASS: test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_set_subclass_instantiation)
PASS: test_sized (test.test_typing.CollectionsAbcTests.test_sized)
PASS: test_subclassing (test.test_typing.CollectionsAbcTests.test_subclassing)
PASS: test_subclassing_async_generator (test.test_typing.CollectionsAbcTests.test_subclassing_async_generator)
PASS: test_subclassing_register (test.test_typing.CollectionsAbcTests.test_subclassing_register)
PASS: test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests.test_subclassing_subclasshook)
PASS: test_basic (test.test_typing.CollectionsCallableTests.test_basic)
PASS: test_callable_instance_type_error (test.test_typing.CollectionsCallableTests.test_callable_instance_type_error)
PASS: test_callable_instance_works (test.test_typing.CollectionsCallableTests.test_callable_instance_works)
PASS: test_callable_with_ellipsis (test.test_typing.CollectionsCallableTests.test_callable_with_ellipsis)
PASS: test_callable_wrong_forms (test.test_typing.CollectionsCallableTests.test_callable_wrong_forms)
PASS: test_cannot_instantiate (test.test_typing.CollectionsCallableTests.test_cannot_instantiate)
PASS: test_concatenate (test.test_typing.CollectionsCallableTests.test_concatenate)
PASS: test_dir (test.test_typing.CollectionsCallableTests.test_dir)
PASS: test_ellipsis_in_generic (test.test_typing.CollectionsCallableTests.test_ellipsis_in_generic)
PASS: test_eq_hash (test.test_typing.CollectionsCallableTests.test_eq_hash)
PASS: test_errors (test.test_typing.CollectionsCallableTests.test_errors)
PASS: test_nested_paramspec (test.test_typing.CollectionsCallableTests.test_nested_paramspec)
PASS: test_or_and_ror (test.test_typing.CollectionsCallableTests.test_or_and_ror)
PASS: test_paramspec (test.test_typing.CollectionsCallableTests.test_paramspec)
PASS: test_pickle (test.test_typing.CollectionsCallableTests.test_pickle)
PASS: test_repr (test.test_typing.CollectionsCallableTests.test_repr)
PASS: test_self_subclass (test.test_typing.CollectionsCallableTests.test_self_subclass)
PASS: test_type_erasure (test.test_typing.CollectionsCallableTests.test_type_erasure)
PASS: test_type_subst_error (test.test_typing.CollectionsCallableTests.test_type_subst_error)
PASS: test_var_substitution (test.test_typing.CollectionsCallableTests.test_var_substitution)
PASS: test_weakref (test.test_typing.CollectionsCallableTests.test_weakref)
PASS: test_basics (test.test_typing.ConcatenateTests.test_basics)
PASS: test_dir (test.test_typing.ConcatenateTests.test_dir)
PASS: test_invalid_uses (test.test_typing.ConcatenateTests.test_invalid_uses)
PASS: test_valid_uses (test.test_typing.ConcatenateTests.test_valid_uses)
PASS: test_var_substitution (test.test_typing.ConcatenateTests.test_var_substitution)
PASS: test_base_class (test.test_typing.DataclassTransformTests.test_base_class)
PASS: test_decorator (test.test_typing.DataclassTransformTests.test_decorator)
PASS: test_metaclass (test.test_typing.DataclassTransformTests.test_metaclass)
PASS: test_evaluate_forward_ref (test.test_typing.EvaluateForwardRefTests.test_evaluate_forward_ref)
PASS: test_evaluate_forward_ref_nested (test.test_typing.EvaluateForwardRefTests.test_evaluate_forward_ref_nested)
PASS: test_evaluate_forward_ref_none (test.test_typing.EvaluateForwardRefTests.test_evaluate_forward_ref_none)
PASS: test_evaluate_forward_ref_undefined (test.test_typing.EvaluateForwardRefTests.test_evaluate_forward_ref_undefined)
PASS: test_globals (test.test_typing.EvaluateForwardRefTests.test_globals)
PASS: test_inherited_owner (test.test_typing.EvaluateForwardRefTests.test_inherited_owner)
PASS: test_owner (test.test_typing.EvaluateForwardRefTests.test_owner)
PASS: test_partial_evaluation (test.test_typing.EvaluateForwardRefTests.test_partial_evaluation)
PASS: test_with_module (test.test_typing.EvaluateForwardRefTests.test_with_module)
PASS: test_dunder_final (test.test_typing.FinalDecoratorTests.test_dunder_final)
PASS: test_final_unmodified (test.test_typing.FinalDecoratorTests.test_final_unmodified)
PASS: test_basics (test.test_typing.FinalTests.test_basics)
PASS: test_cannot_init (test.test_typing.FinalTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.FinalTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.FinalTests.test_no_isinstance)
PASS: test_repr (test.test_typing.FinalTests.test_repr)
PASS: test_one_parameter (test.test_typing.GenericAliasSubstitutionTests.test_one_parameter)
PASS: test_three_parameters (test.test_typing.GenericAliasSubstitutionTests.test_three_parameters)
PASS: test_two_parameters (test.test_typing.GenericAliasSubstitutionTests.test_two_parameters)
PASS: test_variadic_parameters (test.test_typing.GenericAliasSubstitutionTests.test_variadic_parameters)
PASS: test_abc_bases (test.test_typing.GenericTests.test_abc_bases)
PASS: test_abc_registry_kept (test.test_typing.GenericTests.test_abc_registry_kept)
PASS: test_all_repr_eq_any (test.test_typing.GenericTests.test_all_repr_eq_any)
PASS: test_basics (test.test_typing.GenericTests.test_basics)
PASS: test_chain_repr (test.test_typing.GenericTests.test_chain_repr)
PASS: test_complex_subclasses (test.test_typing.GenericTests.test_complex_subclasses)
PASS: test_copy_and_deepcopy (test.test_typing.GenericTests.test_copy_and_deepcopy)
PASS: test_copy_generic_instances (test.test_typing.GenericTests.test_copy_generic_instances)
PASS: test_dict (test.test_typing.GenericTests.test_dict)
PASS: test_eq_1 (test.test_typing.GenericTests.test_eq_1)
PASS: test_eq_2 (test.test_typing.GenericTests.test_eq_2)
PASS: test_errors (test.test_typing.GenericTests.test_errors)
PASS: test_extended_generic_rules_eq (test.test_typing.GenericTests.test_extended_generic_rules_eq)
PASS: test_extended_generic_rules_repr (test.test_typing.GenericTests.test_extended_generic_rules_repr)
PASS: test_extended_generic_rules_subclassing (test.test_typing.GenericTests.test_extended_generic_rules_subclassing)
PASS: test_fail_with_bare_generic (test.test_typing.GenericTests.test_fail_with_bare_generic)
PASS: test_fail_with_special_forms (test.test_typing.GenericTests.test_fail_with_special_forms)
PASS: test_false_subclasses (test.test_typing.GenericTests.test_false_subclasses)
PASS: test_generic_errors (test.test_typing.GenericTests.test_generic_errors)
PASS: test_generic_forward_ref (test.test_typing.GenericTests.test_generic_forward_ref)
PASS: test_generic_hashes (test.test_typing.GenericTests.test_generic_hashes)
PASS: test_generic_init_subclass_not_called_error (test.test_typing.GenericTests.test_generic_init_subclass_not_called_error)
PASS: test_generic_pep585_forward_ref (test.test_typing.GenericTests.test_generic_pep585_forward_ref)
PASS: test_generic_subclass_checks (test.test_typing.GenericTests.test_generic_subclass_checks)
PASS: test_immutability_by_copy_and_pickle (test.test_typing.GenericTests.test_immutability_by_copy_and_pickle)
PASS: test_implicit_any (test.test_typing.GenericTests.test_implicit_any)
PASS: test_init (test.test_typing.GenericTests.test_init)
PASS: test_init_subclass (test.test_typing.GenericTests.test_init_subclass)
PASS: test_init_subclass_super_called (test.test_typing.GenericTests.test_init_subclass_super_called)
PASS: test_multi_subscr_base (test.test_typing.GenericTests.test_multi_subscr_base)
PASS: test_multiple_bases (test.test_typing.GenericTests.test_multiple_bases)
PASS: test_multiple_inheritance (test.test_typing.GenericTests.test_multiple_inheritance)
PASS: test_multiple_inheritance___mro_entries___returns_non_type (test.test_typing.GenericTests.test_multiple_inheritance___mro_entries___returns_non_type)
PASS: test_multiple_inheritance_non_type_bad___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_bad___mro_entries__)
PASS: test_multiple_inheritance_non_type_with___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_with___mro_entries__)
PASS: test_multiple_inheritance_non_type_without___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_without___mro_entries__)
PASS: test_multiple_inheritance_special (test.test_typing.GenericTests.test_multiple_inheritance_special)
PASS: test_multiple_inheritance_with_genericalias (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias)
PASS: test_multiple_inheritance_with_genericalias_2 (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias_2)
PASS: test_naive_runtime_checks (test.test_typing.GenericTests.test_naive_runtime_checks)
PASS: test_nested (test.test_typing.GenericTests.test_nested)
PASS: test_new_no_args (test.test_typing.GenericTests.test_new_no_args)
PASS: test_new_repr (test.test_typing.GenericTests.test_new_repr)
PASS: test_new_repr_bare (test.test_typing.GenericTests.test_new_repr_bare)
PASS: test_new_repr_complex (test.test_typing.GenericTests.test_new_repr_complex)
PASS: test_new_with_args (test.test_typing.GenericTests.test_new_with_args)
PASS: test_new_with_args2 (test.test_typing.GenericTests.test_new_with_args2)
PASS: test_non_generic_subscript (test.test_typing.GenericTests.test_non_generic_subscript)
PASS: test_orig_bases (test.test_typing.GenericTests.test_orig_bases)
PASS: test_parameter_detection (test.test_typing.GenericTests.test_parameter_detection)
PASS: test_parameterized_slots (test.test_typing.GenericTests.test_parameterized_slots)
PASS: test_parameterized_slots_dict (test.test_typing.GenericTests.test_parameterized_slots_dict)
PASS: test_pep695_generic_class_with_future_annotations (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations)
PASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_and_local_shadowing)
PASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generic_function_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations)
PASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generic_method_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations)
PASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)
PASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_typing.GenericTests.test_pep_695_generics_with_future_annotations_nested_in_function)
PASS: test_pickle (test.test_typing.GenericTests.test_pickle)
PASS: test_repr (test.test_typing.GenericTests.test_repr)
PASS: test_repr_2 (test.test_typing.GenericTests.test_repr_2)
PASS: test_repr_3 (test.test_typing.GenericTests.test_repr_3)
PASS: test_return_non_tuple_while_unpacking (test.test_typing.GenericTests.test_return_non_tuple_while_unpacking)
PASS: test_setattr_exceptions (test.test_typing.GenericTests.test_setattr_exceptions)
PASS: test_subclass_special_form (test.test_typing.GenericTests.test_subclass_special_form)
PASS: test_subscript_meta (test.test_typing.GenericTests.test_subscript_meta)
PASS: test_subscripted_generics_as_proxies (test.test_typing.GenericTests.test_subscripted_generics_as_proxies)
PASS: test_type_erasure (test.test_typing.GenericTests.test_type_erasure)
PASS: test_type_erasure_special (test.test_typing.GenericTests.test_type_erasure_special)
PASS: test_weakref_all (test.test_typing.GenericTests.test_weakref_all)
PASS: test_basics (test.test_typing.GetTypeHintsTests.test_basics)
PASS: test_callable_with_ellipsis_forward (test.test_typing.GetTypeHintsTests.test_callable_with_ellipsis_forward)
PASS: test_default_globals (test.test_typing.GetTypeHintsTests.test_default_globals)
PASS: test_double_forward (test.test_typing.GetTypeHintsTests.test_double_forward)
PASS: test_final_forward_ref (test.test_typing.GetTypeHintsTests.test_final_forward_ref)
PASS: test_forward_ref_and_final (test.test_typing.GetTypeHintsTests.test_forward_ref_and_final)
PASS: test_get_type_hints_ClassVar (test.test_typing.GetTypeHintsTests.test_get_type_hints_ClassVar)
PASS: test_get_type_hints_annotated (test.test_typing.GetTypeHintsTests.test_get_type_hints_annotated)
PASS: test_get_type_hints_annotated_bad_module (test.test_typing.GetTypeHintsTests.test_get_type_hints_annotated_bad_module)
PASS: test_get_type_hints_annotated_in_union (test.test_typing.GetTypeHintsTests.test_get_type_hints_annotated_in_union)
PASS: test_get_type_hints_annotated_refs (test.test_typing.GetTypeHintsTests.test_get_type_hints_annotated_refs)
PASS: test_get_type_hints_annotated_with_none_default (test.test_typing.GetTypeHintsTests.test_get_type_hints_annotated_with_none_default)
PASS: test_get_type_hints_bad_module (test.test_typing.GetTypeHintsTests.test_get_type_hints_bad_module)
PASS: test_get_type_hints_classes (test.test_typing.GetTypeHintsTests.test_get_type_hints_classes)
PASS: test_get_type_hints_classes_no_implicit_optional (test.test_typing.GetTypeHintsTests.test_get_type_hints_classes_no_implicit_optional)
PASS: test_get_type_hints_classes_str_annotations (test.test_typing.GetTypeHintsTests.test_get_type_hints_classes_str_annotations)
PASS: test_get_type_hints_collections_abc_callable (test.test_typing.GetTypeHintsTests.test_get_type_hints_collections_abc_callable)
PASS: test_get_type_hints_for_builtins (test.test_typing.GetTypeHintsTests.test_get_type_hints_for_builtins)
PASS: test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintsTests.test_get_type_hints_for_object_with_annotations)
PASS: test_get_type_hints_format (test.test_typing.GetTypeHintsTests.test_get_type_hints_format)
PASS: test_get_type_hints_format_function (test.test_typing.GetTypeHintsTests.test_get_type_hints_format_function)
PASS: test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintsTests.test_get_type_hints_from_various_objects)
PASS: test_get_type_hints_modules (test.test_typing.GetTypeHintsTests.test_get_type_hints_modules)
SKIP: test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintsTests.test_get_type_hints_modules_forwardref) 'known bug'
PASS: test_get_type_hints_typeddict (test.test_typing.GetTypeHintsTests.test_get_type_hints_typeddict)
PASS: test_get_type_hints_wrapped_decoratored_func (test.test_typing.GetTypeHintsTests.test_get_type_hints_wrapped_decoratored_func)
PASS: test_name_error (test.test_typing.GetTypeHintsTests.test_name_error)
PASS: test_previous_behavior (test.test_typing.GetTypeHintsTests.test_previous_behavior)
PASS: test_respect_no_type_check (test.test_typing.GetTypeHintsTests.test_respect_no_type_check)
PASS: test_special_forms_forward (test.test_typing.GetTypeHintsTests.test_special_forms_forward)
PASS: test_special_forms_no_forward (test.test_typing.GetTypeHintsTests.test_special_forms_no_forward)
PASS: test_stringified_typeddict (test.test_typing.GetTypeHintsTests.test_stringified_typeddict)
PASS: test_top_level_class_var (test.test_typing.GetTypeHintsTests.test_top_level_class_var)
PASS: test_tuple_forward (test.test_typing.GetTypeHintsTests.test_tuple_forward)
PASS: test_union_forward (test.test_typing.GetTypeHintsTests.test_union_forward)
PASS: test_union_forward_recursion (test.test_typing.GetTypeHintsTests.test_union_forward_recursion)
PASS: test_get_args (test.test_typing.GetUtilitiesTestCase.test_get_args)
PASS: test_get_origin (test.test_typing.GetUtilitiesTestCase.test_get_origin)
PASS: test_binaryio (test.test_typing.IOTests.test_binaryio)
PASS: test_io (test.test_typing.IOTests.test_io)
PASS: test_textio (test.test_typing.IOTests.test_textio)
PASS: test_collect_parameters (test.test_typing.InternalsTests.test_collect_parameters)
PASS: test_deprecation_for_no_type_params_passed_to__evaluate (test.test_typing.InternalsTests.test_deprecation_for_no_type_params_passed_to__evaluate)
PASS: test_lazy_import (test.test_typing.InternalsTests.test_lazy_import)
PASS: test_alias (test.test_typing.LiteralStringTests.test_alias)
PASS: test_basics (test.test_typing.LiteralStringTests.test_basics)
PASS: test_cannot_init (test.test_typing.LiteralStringTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.LiteralStringTests.test_cannot_subclass)
PASS: test_cannot_subscript (test.test_typing.LiteralStringTests.test_cannot_subscript)
PASS: test_equality (test.test_typing.LiteralStringTests.test_equality)
PASS: test_no_isinstance (test.test_typing.LiteralStringTests.test_no_isinstance)
PASS: test_repr (test.test_typing.LiteralStringTests.test_repr)
PASS: test_args (test.test_typing.LiteralTests.test_args)
PASS: test_basics (test.test_typing.LiteralTests.test_basics)
PASS: test_cannot_init (test.test_typing.LiteralTests.test_cannot_init)
PASS: test_dir (test.test_typing.LiteralTests.test_dir)
PASS: test_does_not_flatten_enum (test.test_typing.LiteralTests.test_does_not_flatten_enum)
PASS: test_enum (test.test_typing.LiteralTests.test_enum)
PASS: test_equal (test.test_typing.LiteralTests.test_equal)
PASS: test_flatten (test.test_typing.LiteralTests.test_flatten)
PASS: test_hash (test.test_typing.LiteralTests.test_hash)
PASS: test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests.test_illegal_parameters_do_not_raise_runtime_errors)
PASS: test_literals_inside_other_types (test.test_typing.LiteralTests.test_literals_inside_other_types)
PASS: test_no_isinstance_or_issubclass (test.test_typing.LiteralTests.test_no_isinstance_or_issubclass)
PASS: test_no_multiple_subscripts (test.test_typing.LiteralTests.test_no_multiple_subscripts)
PASS: test_no_subclassing (test.test_typing.LiteralTests.test_no_subclassing)
PASS: test_repr (test.test_typing.LiteralTests.test_repr)
PASS: test_annotation_type_check (test.test_typing.NamedTupleTests.test_annotation_type_check)
PASS: test_annotation_usage (test.test_typing.NamedTupleTests.test_annotation_usage)
PASS: test_annotation_usage_with_default (test.test_typing.NamedTupleTests.test_annotation_usage_with_default)
PASS: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests.test_annotation_usage_with_methods)
PASS: test_basics (test.test_typing.NamedTupleTests.test_basics)
PASS: test_copy_and_pickle (test.test_typing.NamedTupleTests.test_copy_and_pickle)
PASS: test_deferred_annotations (test.test_typing.NamedTupleTests.test_deferred_annotations)
PASS: test_empty_namedtuple (test.test_typing.NamedTupleTests.test_empty_namedtuple)
PASS: test_future_annotations (test.test_typing.NamedTupleTests.test_future_annotations)
PASS: test_generic (test.test_typing.NamedTupleTests.test_generic)
PASS: test_generic_pep695 (test.test_typing.NamedTupleTests.test_generic_pep695)
PASS: test_multiple_inheritance (test.test_typing.NamedTupleTests.test_multiple_inheritance)
PASS: test_namedtuple_errors (test.test_typing.NamedTupleTests.test_namedtuple_errors)
PASS: test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests.test_namedtuple_keyword_usage)
PASS: test_namedtuple_special_keyword_names (test.test_typing.NamedTupleTests.test_namedtuple_special_keyword_names)
PASS: test_non_generic_subscript (test.test_typing.NamedTupleTests.test_non_generic_subscript)
PASS: test_orig_bases (test.test_typing.NamedTupleTests.test_orig_bases)
PASS: test_setname_called_on_values_in_class_dictionary (test.test_typing.NamedTupleTests.test_setname_called_on_values_in_class_dictionary)
PASS: test_setname_raises_the_same_as_on_other_classes (test.test_typing.NamedTupleTests.test_setname_raises_the_same_as_on_other_classes)
PASS: test_strange_errors_when_accessing_set_name_itself (test.test_typing.NamedTupleTests.test_strange_errors_when_accessing_set_name_itself)
PASS: test_super_explicitly_disallowed (test.test_typing.NamedTupleTests.test_super_explicitly_disallowed)
PASS: test_cannot_instantiate (test.test_typing.NeverTests.test_cannot_instantiate)
PASS: test_cannot_subclass (test.test_typing.NeverTests.test_cannot_subclass)
PASS: test_equality (test.test_typing.NeverTests.test_equality)
PASS: test_get_origin (test.test_typing.NeverTests.test_get_origin)
PASS: test_get_type_hints (test.test_typing.NeverTests.test_get_type_hints)
PASS: test_instance_type_error (test.test_typing.NeverTests.test_instance_type_error)
PASS: test_not_generic (test.test_typing.NeverTests.test_not_generic)
PASS: test_repr (test.test_typing.NeverTests.test_repr)
PASS: test_subclass_type_error (test.test_typing.NeverTests.test_subclass_type_error)
PASS: test_basic (test.test_typing.NewTypeTests.test_basic)
PASS: test_error_message_when_subclassing (test.test_typing.NewTypeTests.test_error_message_when_subclassing)
PASS: test_errors (test.test_typing.NewTypeTests.test_errors)
PASS: test_missing__name__ (test.test_typing.NewTypeTests.test_missing__name__)
PASS: test_or (test.test_typing.NewTypeTests.test_or)
PASS: test_pickle (test.test_typing.NewTypeTests.test_pickle)
PASS: test_repr (test.test_typing.NewTypeTests.test_repr)
PASS: test_special_attrs (test.test_typing.NewTypeTests.test_special_attrs)
PASS: test_class (test.test_typing.NoDefaultTests.test_class)
PASS: test_constructor (test.test_typing.NoDefaultTests.test_constructor)
PASS: test_doc (test.test_typing.NoDefaultTests.test_doc)
PASS: test_no_attributes (test.test_typing.NoDefaultTests.test_no_attributes)
PASS: test_no_call (test.test_typing.NoDefaultTests.test_no_call)
PASS: test_pickling (test.test_typing.NoDefaultTests.test_pickling)
PASS: test_repr (test.test_typing.NoDefaultTests.test_repr)
PASS: test_cannot_instantiate (test.test_typing.NoReturnTests.test_cannot_instantiate)
PASS: test_cannot_subclass (test.test_typing.NoReturnTests.test_cannot_subclass)
PASS: test_equality (test.test_typing.NoReturnTests.test_equality)
PASS: test_get_origin (test.test_typing.NoReturnTests.test_get_origin)
PASS: test_get_type_hints (test.test_typing.NoReturnTests.test_get_type_hints)
PASS: test_instance_type_error (test.test_typing.NoReturnTests.test_instance_type_error)
PASS: test_not_equality (test.test_typing.NoReturnTests.test_not_equality)
PASS: test_not_generic (test.test_typing.NoReturnTests.test_not_generic)
PASS: test_repr (test.test_typing.NoReturnTests.test_repr)
PASS: test_subclass_type_error (test.test_typing.NoReturnTests.test_subclass_type_error)
PASS: test_meta_no_type_check (test.test_typing.NoTypeCheckTests.test_meta_no_type_check)
PASS: test_no_type_check (test.test_typing.NoTypeCheckTests.test_no_type_check)
PASS: test_no_type_check_TypeError (test.test_typing.NoTypeCheckTests.test_no_type_check_TypeError)
PASS: test_no_type_check_class (test.test_typing.NoTypeCheckTests.test_no_type_check_class)
PASS: test_no_type_check_class_and_static_methods (test.test_typing.NoTypeCheckTests.test_no_type_check_class_and_static_methods)
PASS: test_no_type_check_foreign_functions (test.test_typing.NoTypeCheckTests.test_no_type_check_foreign_functions)
PASS: test_no_type_check_forward_ref_as_string (test.test_typing.NoTypeCheckTests.test_no_type_check_forward_ref_as_string)
PASS: test_no_type_check_lambda (test.test_typing.NoTypeCheckTests.test_no_type_check_lambda)
PASS: test_no_type_check_nested_types (test.test_typing.NoTypeCheckTests.test_no_type_check_nested_types)
PASS: test_no_type_check_no_bases (test.test_typing.NoTypeCheckTests.test_no_type_check_no_bases)
PASS: test_no_type_check_other_module (test.test_typing.NoTypeCheckTests.test_no_type_check_other_module)
PASS: test_basics (test.test_typing.NotRequiredTests.test_basics)
PASS: test_cannot_init (test.test_typing.NotRequiredTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.NotRequiredTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.NotRequiredTests.test_no_isinstance)
PASS: test_repr (test.test_typing.NotRequiredTests.test_repr)
PASS: test_async_contextmanager (test.test_typing.OtherABCTests.test_async_contextmanager)
PASS: test_asynccontextmanager_type_params (test.test_typing.OtherABCTests.test_asynccontextmanager_type_params)
PASS: test_contextmanager (test.test_typing.OtherABCTests.test_contextmanager)
PASS: test_contextmanager_type_params (test.test_typing.OtherABCTests.test_contextmanager_type_params)
PASS: test_overload_fails (test.test_typing.OverloadTests.test_overload_fails)
PASS: test_overload_on_compiled_functions (test.test_typing.OverloadTests.test_overload_on_compiled_functions)
PASS: test_overload_registry (test.test_typing.OverloadTests.test_overload_registry)
PASS: test_overload_registry_repeated (test.test_typing.OverloadTests.test_overload_registry_repeated)
PASS: test_overload_succeeds (test.test_typing.OverloadTests.test_overload_succeeds)
PASS: test_multiple_decorators (test.test_typing.OverrideDecoratorTests.test_multiple_decorators)
PASS: test_override (test.test_typing.OverrideDecoratorTests.test_override)
PASS: test_property (test.test_typing.OverrideDecoratorTests.test_property)
PASS: test_silent_failure (test.test_typing.OverrideDecoratorTests.test_silent_failure)
PASS: test_args_kwargs (test.test_typing.ParamSpecTests.test_args_kwargs)
PASS: test_bad_var_substitution (test.test_typing.ParamSpecTests.test_bad_var_substitution)
PASS: test_basic_plain (test.test_typing.ParamSpecTests.test_basic_plain)
PASS: test_basic_with_exec (test.test_typing.ParamSpecTests.test_basic_with_exec)
PASS: test_cannot_subclass (test.test_typing.ParamSpecTests.test_cannot_subclass)
PASS: test_multiple_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_multiple_paramspecs_in_user_generics)
PASS: test_paramspec_gets_copied (test.test_typing.ParamSpecTests.test_paramspec_gets_copied)
PASS: test_paramspec_in_nested_generics (test.test_typing.ParamSpecTests.test_paramspec_in_nested_generics)
PASS: test_stringized (test.test_typing.ParamSpecTests.test_stringized)
PASS: test_type_var_subst_for_other_type_vars (test.test_typing.ParamSpecTests.test_type_var_subst_for_other_type_vars)
PASS: test_typevartuple_and_paramspecs_in_generic_aliases (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_generic_aliases)
PASS: test_typevartuple_and_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_user_generics)
PASS: test_user_generics (test.test_typing.ParamSpecTests.test_user_generics)
PASS: test_valid_uses (test.test_typing.ParamSpecTests.test_valid_uses)
PASS: test_var_substitution (test.test_typing.ParamSpecTests.test_var_substitution)
PASS: test_basic_protocol (test.test_typing.ProtocolTests.test_basic_protocol)
PASS: test_builtin_protocol_allowlist (test.test_typing.ProtocolTests.test_builtin_protocol_allowlist)
PASS: test_bundled_protocol_instance_works (test.test_typing.ProtocolTests.test_bundled_protocol_instance_works)
PASS: test_cannot_instantiate_abstract (test.test_typing.ProtocolTests.test_cannot_instantiate_abstract)
PASS: test_collections_protocols_allowed (test.test_typing.ProtocolTests.test_collections_protocols_allowed)
PASS: test_concrete_class_inheriting_init_from_protocol (test.test_typing.ProtocolTests.test_concrete_class_inheriting_init_from_protocol)
PASS: test_custom_subclasshook (test.test_typing.ProtocolTests.test_custom_subclasshook)
PASS: test_custom_subclasshook_2 (test.test_typing.ProtocolTests.test_custom_subclasshook_2)
PASS: test_deferred_evaluation_of_annotations (test.test_typing.ProtocolTests.test_deferred_evaluation_of_annotations)
PASS: test_defining_generic_protocols (test.test_typing.ProtocolTests.test_defining_generic_protocols)
PASS: test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests.test_defining_generic_protocols_old_style)
PASS: test_empty_protocol_decorated_with_final (test.test_typing.ProtocolTests.test_empty_protocol_decorated_with_final)
PASS: test_everything_implements_empty_protocol (test.test_typing.ProtocolTests.test_everything_implements_empty_protocol)
PASS: test_function_implements_protocol (test.test_typing.ProtocolTests.test_function_implements_protocol)
PASS: test_generic_protocols_eq (test.test_typing.ProtocolTests.test_generic_protocols_eq)
PASS: test_generic_protocols_repr (test.test_typing.ProtocolTests.test_generic_protocols_repr)
PASS: test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests.test_generic_protocols_special_from_generic)
PASS: test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests.test_generic_protocols_special_from_protocol)
PASS: test_get_protocol_members (test.test_typing.ProtocolTests.test_get_protocol_members)
PASS: test_implicit_issubclass_between_two_protocols (test.test_typing.ProtocolTests.test_implicit_issubclass_between_two_protocols)
PASS: test_inheritance_from_object (test.test_typing.ProtocolTests.test_inheritance_from_object)
PASS: test_init_called (test.test_typing.ProtocolTests.test_init_called)
PASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta)
PASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2 (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2)
PASS: test_io_reader_protocol_allowed (test.test_typing.ProtocolTests.test_io_reader_protocol_allowed)
PASS: test_io_writer_protocol_allowed (test.test_typing.ProtocolTests.test_io_writer_protocol_allowed)
PASS: test_is_protocol (test.test_typing.ProtocolTests.test_is_protocol)
PASS: test_isinstance_against_superproto_doesnt_affect_subproto_instance (test.test_typing.ProtocolTests.test_isinstance_against_superproto_doesnt_affect_subproto_instance)
PASS: test_isinstance_checks_not_at_whim_of_gc (test.test_typing.ProtocolTests.test_isinstance_checks_not_at_whim_of_gc)
PASS: test_isinstance_with_deferred_evaluation_of_annotations (test.test_typing.ProtocolTests.test_isinstance_with_deferred_evaluation_of_annotations)
PASS: test_issubclass_and_isinstance_on_Protocol_itself (test.test_typing.ProtocolTests.test_issubclass_and_isinstance_on_Protocol_itself)
PASS: test_issubclass_fails_correctly (test.test_typing.ProtocolTests.test_issubclass_fails_correctly)
PASS: test_new_called (test.test_typing.ProtocolTests.test_new_called)
PASS: test_no_inheritance_from_nominal (test.test_typing.ProtocolTests.test_no_inheritance_from_nominal)
PASS: test_no_instantiation (test.test_typing.ProtocolTests.test_no_instantiation)
PASS: test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests.test_no_runtime_deco_on_nominal)
PASS: test_no_weird_caching_with_issubclass_after_isinstance (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance)
PASS: test_no_weird_caching_with_issubclass_after_isinstance_2 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_2)
PASS: test_no_weird_caching_with_issubclass_after_isinstance_3 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_3)
PASS: test_no_weird_caching_with_issubclass_after_isinstance_pep695 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_pep695)
PASS: test_non_protocol_subclasses (test.test_typing.ProtocolTests.test_non_protocol_subclasses)
PASS: test_non_runtime_protocol_isinstance_check (test.test_typing.ProtocolTests.test_non_runtime_protocol_isinstance_check)
PASS: test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests.test_none_on_callable_blocks_implementation)
PASS: test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests.test_none_on_non_callable_doesnt_block_implementation)
PASS: test_none_treated_correctly (test.test_typing.ProtocolTests.test_none_treated_correctly)
PASS: test_nonruntime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_nonruntime_protocol_interaction_with_evil_classproperty)
PASS: test_pep695_generic_protocol_callable_members (test.test_typing.ProtocolTests.test_pep695_generic_protocol_callable_members)
PASS: test_pep695_generics_can_be_runtime_checkable (test.test_typing.ProtocolTests.test_pep695_generics_can_be_runtime_checkable)
PASS: test_protocol_checks_after_subscript (test.test_typing.ProtocolTests.test_protocol_checks_after_subscript)
PASS: test_protocol_decorated_with_final_callable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_callable_members)
PASS: test_protocol_decorated_with_final_mixed_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_mixed_members)
PASS: test_protocol_decorated_with_final_noncallable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_noncallable_members)
PASS: test_protocol_defining_init_does_not_get_overridden (test.test_typing.ProtocolTests.test_protocol_defining_init_does_not_get_overridden)
PASS: test_protocol_issubclass_error_message (test.test_typing.ProtocolTests.test_protocol_issubclass_error_message)
PASS: test_protocols_bad_subscripts (test.test_typing.ProtocolTests.test_protocols_bad_subscripts)
PASS: test_protocols_in_unions (test.test_typing.ProtocolTests.test_protocols_in_unions)
PASS: test_protocols_isinstance (test.test_typing.ProtocolTests.test_protocols_isinstance)
PASS: test_protocols_isinstance___slots__ (test.test_typing.ProtocolTests.test_protocols_isinstance___slots__)
PASS: test_protocols_isinstance_attribute_access_with_side_effects (test.test_typing.ProtocolTests.test_protocols_isinstance_attribute_access_with_side_effects)
PASS: test_protocols_isinstance_init (test.test_typing.ProtocolTests.test_protocols_isinstance_init)
PASS: test_protocols_isinstance_monkeypatching (test.test_typing.ProtocolTests.test_protocols_isinstance_monkeypatching)
PASS: test_protocols_isinstance_not_fooled_by_custom_dir (test.test_typing.ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir)
PASS: test_protocols_isinstance_properties_and_descriptors (test.test_typing.ProtocolTests.test_protocols_isinstance_properties_and_descriptors)
PASS: test_protocols_isinstance_py36 (test.test_typing.ProtocolTests.test_protocols_isinstance_py36)
PASS: test_protocols_issubclass (test.test_typing.ProtocolTests.test_protocols_issubclass)
PASS: test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests.test_protocols_issubclass_non_callable)
PASS: test_protocols_pickleable (test.test_typing.ProtocolTests.test_protocols_pickleable)
PASS: test_protocols_support_register (test.test_typing.ProtocolTests.test_protocols_support_register)
PASS: test_reversible (test.test_typing.ProtocolTests.test_reversible)
PASS: test_runtime_checkable_generic (test.test_typing.ProtocolTests.test_runtime_checkable_generic)
PASS: test_runtime_checkable_generic_non_protocol (test.test_typing.ProtocolTests.test_runtime_checkable_generic_non_protocol)
PASS: test_runtime_checkable_with_match_args (test.test_typing.ProtocolTests.test_runtime_checkable_with_match_args)
PASS: test_runtime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_runtime_protocol_interaction_with_evil_classproperty)
PASS: test_subprotocols_extending (test.test_typing.ProtocolTests.test_subprotocols_extending)
PASS: test_subprotocols_merging (test.test_typing.ProtocolTests.test_subprotocols_merging)
PASS: test_super_call_init (test.test_typing.ProtocolTests.test_super_call_init)
PASS: test_supports_abs (test.test_typing.ProtocolTests.test_supports_abs)
PASS: test_supports_bytes (test.test_typing.ProtocolTests.test_supports_bytes)
PASS: test_supports_complex (test.test_typing.ProtocolTests.test_supports_complex)
PASS: test_supports_float (test.test_typing.ProtocolTests.test_supports_float)
PASS: test_supports_index (test.test_typing.ProtocolTests.test_supports_index)
PASS: test_supports_int (test.test_typing.ProtocolTests.test_supports_int)
PASS: test_supports_round (test.test_typing.ProtocolTests.test_supports_round)
PASS: test_alias_equality (test.test_typing.RETests.test_alias_equality)
PASS: test_basics (test.test_typing.RETests.test_basics)
PASS: test_cannot_subclass (test.test_typing.RETests.test_cannot_subclass)
PASS: test_errors (test.test_typing.RETests.test_errors)
PASS: test_repr (test.test_typing.RETests.test_repr)
PASS: test_basics (test.test_typing.RequiredTests.test_basics)
PASS: test_cannot_init (test.test_typing.RequiredTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.RequiredTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.RequiredTests.test_no_isinstance)
PASS: test_repr (test.test_typing.RequiredTests.test_repr)
PASS: test_reveal_type (test.test_typing.RevealTypeTests.test_reveal_type)
PASS: test_alias (test.test_typing.SelfTests.test_alias)
PASS: test_basics (test.test_typing.SelfTests.test_basics)
PASS: test_cannot_init (test.test_typing.SelfTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.SelfTests.test_cannot_subclass)
PASS: test_cannot_subscript (test.test_typing.SelfTests.test_cannot_subscript)
PASS: test_equality (test.test_typing.SelfTests.test_equality)
PASS: test_no_isinstance (test.test_typing.SelfTests.test_no_isinstance)
PASS: test_repr (test.test_typing.SelfTests.test_repr)
PASS: test_genericalias_dir (test.test_typing.SpecialAttrsTests.test_genericalias_dir)
PASS: test_special_attrs (test.test_typing.SpecialAttrsTests.test_special_attrs)
PASS: test_special_attrs2 (test.test_typing.SpecialAttrsTests.test_special_attrs2)
PASS: test_no_duplicates_if_replacement_not_in_templates (test.test_typing.TemplateReplacementTests.test_no_duplicates_if_replacement_not_in_templates)
PASS: test_two_templates_two_replacements_yields_correct_renders (test.test_typing.TemplateReplacementTests.test_two_templates_two_replacements_yields_correct_renders)
PASS: test_c_functions (test.test_typing.TestModules.test_c_functions)
PASS: test_basics (test.test_typing.TupleTests.test_basics)
PASS: test_equality (test.test_typing.TupleTests.test_equality)
PASS: test_errors (test.test_typing.TupleTests.test_errors)
PASS: test_repr (test.test_typing.TupleTests.test_repr)
PASS: test_tuple_instance_type_error (test.test_typing.TupleTests.test_tuple_instance_type_error)
PASS: test_tuple_subclass (test.test_typing.TupleTests.test_tuple_subclass)
PASS: test_cannot_instantiate (test.test_typing.TypeAliasTests.test_cannot_instantiate)
PASS: test_cannot_subclass (test.test_typing.TypeAliasTests.test_cannot_subclass)
PASS: test_cannot_subscript (test.test_typing.TypeAliasTests.test_cannot_subscript)
PASS: test_canonical_usage_with_type_comment (test.test_typing.TypeAliasTests.test_canonical_usage_with_type_comment)
PASS: test_canonical_usage_with_variable_annotation (test.test_typing.TypeAliasTests.test_canonical_usage_with_variable_annotation)
PASS: test_no_isinstance (test.test_typing.TypeAliasTests.test_no_isinstance)
PASS: test_no_issubclass (test.test_typing.TypeAliasTests.test_no_issubclass)
PASS: test_repr (test.test_typing.TypeAliasTests.test_repr)
PASS: test_stringized_usage (test.test_typing.TypeAliasTests.test_stringized_usage)
PASS: test_basics (test.test_typing.TypeGuardTests.test_basics)
PASS: test_cannot_init (test.test_typing.TypeGuardTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.TypeGuardTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.TypeGuardTests.test_no_isinstance)
PASS: test_repr (test.test_typing.TypeGuardTests.test_repr)
PASS: test_basics (test.test_typing.TypeIsTests.test_basics)
PASS: test_cannot_init (test.test_typing.TypeIsTests.test_cannot_init)
PASS: test_cannot_subclass (test.test_typing.TypeIsTests.test_cannot_subclass)
PASS: test_no_isinstance (test.test_typing.TypeIsTests.test_no_isinstance)
PASS: test_repr (test.test_typing.TypeIsTests.test_repr)
PASS: test_cannot_iterate (test.test_typing.TypeIterationTests.test_cannot_iterate)
PASS: test_is_not_instance_of_iterable (test.test_typing.TypeIterationTests.test_is_not_instance_of_iterable)
PASS: test_allow_default_after_non_default_in_alias (test.test_typing.TypeParameterDefaultsTests.test_allow_default_after_non_default_in_alias)
PASS: test_need_more_params (test.test_typing.TypeParameterDefaultsTests.test_need_more_params)
PASS: test_no_default_after_non_default (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_non_default)
PASS: test_no_default_after_typevar_tuple (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_typevar_tuple)
PASS: test_paramspec (test.test_typing.TypeParameterDefaultsTests.test_paramspec)
PASS: test_paramspec_and_typevar_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_and_typevar_specialization)
PASS: test_paramspec_and_typevar_specialization_2 (test.test_typing.TypeParameterDefaultsTests.test_paramspec_and_typevar_specialization_2)
PASS: test_paramspec_none (test.test_typing.TypeParameterDefaultsTests.test_paramspec_none)
PASS: test_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_specialization)
PASS: test_pickle (test.test_typing.TypeParameterDefaultsTests.test_pickle)
PASS: test_typevar (test.test_typing.TypeParameterDefaultsTests.test_typevar)
PASS: test_typevar_and_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_paramspec_specialization)
PASS: test_typevar_and_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_typevartuple_specialization)
PASS: test_typevar_none (test.test_typing.TypeParameterDefaultsTests.test_typevar_none)
PASS: test_typevartuple (test.test_typing.TypeParameterDefaultsTests.test_typevartuple)
PASS: test_typevartuple_none (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_none)
PASS: test_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_specialization)
PASS: test_type_basic (test.test_typing.TypeTests.test_type_basic)
PASS: test_type_optional (test.test_typing.TypeTests.test_type_optional)
PASS: test_type_typevar (test.test_typing.TypeTests.test_type_typevar)
PASS: test_attributes (test.test_typing.TypeVarTests.test_attributes)
PASS: test_bad_var_substitution (test.test_typing.TypeVarTests.test_bad_var_substitution)
PASS: test_basic_plain (test.test_typing.TypeVarTests.test_basic_plain)
PASS: test_basic_with_exec (test.test_typing.TypeVarTests.test_basic_with_exec)
PASS: test_bound_errors (test.test_typing.TypeVarTests.test_bound_errors)
PASS: test_cannot_combine_explicit_and_infer (test.test_typing.TypeVarTests.test_cannot_combine_explicit_and_infer)
PASS: test_cannot_instantiate_vars (test.test_typing.TypeVarTests.test_cannot_instantiate_vars)
PASS: test_cannot_subclass (test.test_typing.TypeVarTests.test_cannot_subclass)
PASS: test_constrained_error (test.test_typing.TypeVarTests.test_constrained_error)
PASS: test_constructor (test.test_typing.TypeVarTests.test_constructor)
PASS: test_many_weakrefs (test.test_typing.TypeVarTests.test_many_weakrefs)
PASS: test_missing__name__ (test.test_typing.TypeVarTests.test_missing__name__)
PASS: test_no_bivariant (test.test_typing.TypeVarTests.test_no_bivariant)
PASS: test_no_redefinition (test.test_typing.TypeVarTests.test_no_redefinition)
PASS: test_or (test.test_typing.TypeVarTests.test_or)
PASS: test_repr (test.test_typing.TypeVarTests.test_repr)
PASS: test_typevar_instance_type_error (test.test_typing.TypeVarTests.test_typevar_instance_type_error)
PASS: test_typevar_subclass_type_error (test.test_typing.TypeVarTests.test_typevar_subclass_type_error)
PASS: test_union_constrained (test.test_typing.TypeVarTests.test_union_constrained)
PASS: test_union_unique (test.test_typing.TypeVarTests.test_union_unique)
PASS: test_var_substitution (test.test_typing.TypeVarTests.test_var_substitution)
PASS: test_pickling_then_unpickling_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_results_in_same_identity)
PASS: test_pickling_then_unpickling_tuple_with_typevartuple_equality (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_tuple_with_typevartuple_equality)
PASS: test_pickling_then_unpickling_unpacked_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_unpacked_results_in_same_identity)
PASS: test_bad_var_substitution (test.test_typing.TypeVarTupleTests.test_bad_var_substitution)
PASS: test_callable_args_are_correct (test.test_typing.TypeVarTupleTests.test_callable_args_are_correct)
PASS: test_cannot_call_instance (test.test_typing.TypeVarTupleTests.test_cannot_call_instance)
PASS: test_cannot_subclass (test.test_typing.TypeVarTupleTests.test_cannot_subclass)
PASS: test_concatenation_in_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_concatenation_in_variadic_args_annotations_are_correct)
PASS: test_different_instances_are_different (test.test_typing.TypeVarTupleTests.test_different_instances_are_different)
PASS: test_exec (test.test_typing.TypeVarTupleTests.test_exec)
PASS: test_get_type_hints_on_unpack_args (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args)
PASS: test_get_type_hints_on_unpack_args_string (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_string)
PASS: test_instance_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_instance_is_equal_to_itself)
PASS: test_instance_isinstance_of_typevartuple (test.test_typing.TypeVarTupleTests.test_instance_isinstance_of_typevartuple)
PASS: test_module (test.test_typing.TypeVarTupleTests.test_module)
PASS: test_name (test.test_typing.TypeVarTupleTests.test_name)
PASS: test_parameterised_tuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_parameterised_tuple_is_equal_to_itself)
PASS: test_repr_is_correct (test.test_typing.TypeVarTupleTests.test_repr_is_correct)
PASS: test_tuple_args_and_parameters_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_and_parameters_are_correct)
PASS: test_tuple_args_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_are_correct)
PASS: test_type_concatenation_in_tuple_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_tuple_argument_list_succeeds)
PASS: test_type_concatenation_in_variadic_class_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_variadic_class_argument_list_succeeds)
PASS: test_unpacked_typevartuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_unpacked_typevartuple_is_equal_to_itself)
PASS: test_var_substitution (test.test_typing.TypeVarTupleTests.test_var_substitution)
PASS: test_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_annotations_are_correct)
PASS: test_variadic_args_with_ellipsis_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_with_ellipsis_annotations_are_correct)
PASS: test_variadic_class_alias_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_alias_repr_is_correct)
PASS: test_variadic_class_arg_ordering_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_ordering_matters)
PASS: test_variadic_class_arg_typevartuple_identity_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_typevartuple_identity_matters)
PASS: test_variadic_class_args_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_args_are_correct)
PASS: test_variadic_class_definition_using_concrete_types_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_concrete_types_fails)
PASS: test_variadic_class_definition_using_packed_typevartuple_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_packed_typevartuple_fails)
PASS: test_variadic_class_origin_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_origin_is_correct)
PASS: test_variadic_class_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_repr_is_correct)
PASS: test_variadic_class_same_args_results_in_equalty (test.test_typing.TypeVarTupleTests.test_variadic_class_same_args_results_in_equalty)
PASS: test_variadic_class_with_2_typevars_accepts_2_or_more_args (test.test_typing.TypeVarTupleTests.test_variadic_class_with_2_typevars_accepts_2_or_more_args)
PASS: test_variadic_class_with_duplicate_typevartuples_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_with_duplicate_typevartuples_fails)
PASS: tests_tuple_arg_ordering_matters (test.test_typing.TypeVarTupleTests.tests_tuple_arg_ordering_matters)
PASS: test_annotations (test.test_typing.TypedDictTests.test_annotations)
PASS: test_basics_functional_syntax (test.test_typing.TypedDictTests.test_basics_functional_syntax)
PASS: test_can_make_readonly_key_mutable (test.test_typing.TypedDictTests.test_can_make_readonly_key_mutable)
PASS: test_cannot_make_mutable_key_readonly (test.test_typing.TypedDictTests.test_cannot_make_mutable_key_readonly)
PASS: test_combine_qualifiers (test.test_typing.TypedDictTests.test_combine_qualifiers)
PASS: test_deferred_evaluation (test.test_typing.TypedDictTests.test_deferred_evaluation)
PASS: test_generic_inheritance (test.test_typing.TypedDictTests.test_generic_inheritance)
PASS: test_get_type_hints (test.test_typing.TypedDictTests.test_get_type_hints)
PASS: test_get_type_hints_generic (test.test_typing.TypedDictTests.test_get_type_hints_generic)
PASS: test_implicit_any_inheritance (test.test_typing.TypedDictTests.test_implicit_any_inheritance)
PASS: test_inheritance_pep563 (test.test_typing.TypedDictTests.test_inheritance_pep563)
PASS: test_is_typeddict (test.test_typing.TypedDictTests.test_is_typeddict)
PASS: test_keys_inheritance (test.test_typing.TypedDictTests.test_keys_inheritance)
PASS: test_keys_inheritance_with_same_name (test.test_typing.TypedDictTests.test_keys_inheritance_with_same_name)
PASS: test_multiple_inheritance (test.test_typing.TypedDictTests.test_multiple_inheritance)
PASS: test_multiple_inheritance_with_same_key (test.test_typing.TypedDictTests.test_multiple_inheritance_with_same_key)
PASS: test_non_generic_subscript (test.test_typing.TypedDictTests.test_non_generic_subscript)
PASS: test_optional (test.test_typing.TypedDictTests.test_optional)
PASS: test_optional_keys (test.test_typing.TypedDictTests.test_optional_keys)
PASS: test_orig_bases (test.test_typing.TypedDictTests.test_orig_bases)
PASS: test_pep695_generic_typeddict (test.test_typing.TypedDictTests.test_pep695_generic_typeddict)
PASS: test_pickle (test.test_typing.TypedDictTests.test_pickle)
PASS: test_pickle_generic (test.test_typing.TypedDictTests.test_pickle_generic)
PASS: test_py36_class_syntax_usage (test.test_typing.TypedDictTests.test_py36_class_syntax_usage)
PASS: test_readonly_inheritance (test.test_typing.TypedDictTests.test_readonly_inheritance)
PASS: test_required_notrequired_keys (test.test_typing.TypedDictTests.test_required_notrequired_keys)
PASS: test_total (test.test_typing.TypedDictTests.test_total)
PASS: test_total_inherits_non_total (test.test_typing.TypedDictTests.test_total_inherits_non_total)
PASS: test_total_with_assigned_value (test.test_typing.TypedDictTests.test_total_with_assigned_value)
PASS: test_typeddict_create_errors (test.test_typing.TypedDictTests.test_typeddict_create_errors)
PASS: test_typeddict_errors (test.test_typing.TypedDictTests.test_typeddict_errors)
PASS: test_zero_fields_typeddicts (test.test_typing.TypedDictTests.test_zero_fields_typeddicts)
PASS: test_basic (test.test_typing.TypingCallableTests.test_basic)
PASS: test_callable_instance_type_error (test.test_typing.TypingCallableTests.test_callable_instance_type_error)
PASS: test_callable_instance_works (test.test_typing.TypingCallableTests.test_callable_instance_works)
PASS: test_callable_with_ellipsis (test.test_typing.TypingCallableTests.test_callable_with_ellipsis)
PASS: test_callable_wrong_forms (test.test_typing.TypingCallableTests.test_callable_wrong_forms)
PASS: test_cannot_instantiate (test.test_typing.TypingCallableTests.test_cannot_instantiate)
PASS: test_concatenate (test.test_typing.TypingCallableTests.test_concatenate)
PASS: test_consistency (test.test_typing.TypingCallableTests.test_consistency)
PASS: test_dir (test.test_typing.TypingCallableTests.test_dir)
PASS: test_ellipsis_in_generic (test.test_typing.TypingCallableTests.test_ellipsis_in_generic)
PASS: test_eq_hash (test.test_typing.TypingCallableTests.test_eq_hash)
PASS: test_errors (test.test_typing.TypingCallableTests.test_errors)
PASS: test_nested_paramspec (test.test_typing.TypingCallableTests.test_nested_paramspec)
PASS: test_or_and_ror (test.test_typing.TypingCallableTests.test_or_and_ror)
PASS: test_paramspec (test.test_typing.TypingCallableTests.test_paramspec)
PASS: test_pickle (test.test_typing.TypingCallableTests.test_pickle)
PASS: test_repr (test.test_typing.TypingCallableTests.test_repr)
PASS: test_self_subclass (test.test_typing.TypingCallableTests.test_self_subclass)
PASS: test_type_erasure (test.test_typing.TypingCallableTests.test_type_erasure)
PASS: test_type_subst_error (test.test_typing.TypingCallableTests.test_type_subst_error)
PASS: test_var_substitution (test.test_typing.TypingCallableTests.test_var_substitution)
PASS: test_weakref (test.test_typing.TypingCallableTests.test_weakref)
PASS: test_constructor (test.test_typing.UnionGenericAliasTests.test_constructor)
PASS: test_eq (test.test_typing.UnionGenericAliasTests.test_eq)
PASS: test_hashable (test.test_typing.UnionGenericAliasTests.test_hashable)
PASS: test_isinstance (test.test_typing.UnionGenericAliasTests.test_isinstance)
PASS: test_allow_non_types_in_or (test.test_typing.UnionTests.test_allow_non_types_in_or)
PASS: test_base_class_kept (test.test_typing.UnionTests.test_base_class_kept)
PASS: test_basics (test.test_typing.UnionTests.test_basics)
PASS: test_cannot_instantiate (test.test_typing.UnionTests.test_cannot_instantiate)
PASS: test_cannot_subclass (test.test_typing.UnionTests.test_cannot_subclass)
PASS: test_dir (test.test_typing.UnionTests.test_dir)
PASS: test_empty (test.test_typing.UnionTests.test_empty)
PASS: test_etree (test.test_typing.UnionTests.test_etree)
PASS: test_function_repr_union (test.test_typing.UnionTests.test_function_repr_union)
PASS: test_no_eval_union (test.test_typing.UnionTests.test_no_eval_union)
PASS: test_optional (test.test_typing.UnionTests.test_optional)
PASS: test_optional_isinstance (test.test_typing.UnionTests.test_optional_isinstance)
PASS: test_optional_isinstance_type_error (test.test_typing.UnionTests.test_optional_isinstance_type_error)
PASS: test_optional_issubclass (test.test_typing.UnionTests.test_optional_issubclass)
PASS: test_optional_issubclass_type_error (test.test_typing.UnionTests.test_optional_issubclass_type_error)
PASS: test_repr (test.test_typing.UnionTests.test_repr)
PASS: test_single_class_disappears (test.test_typing.UnionTests.test_single_class_disappears)
PASS: test_union_any (test.test_typing.UnionTests.test_union_any)
PASS: test_union_compare_other (test.test_typing.UnionTests.test_union_compare_other)
PASS: test_union_generalization (test.test_typing.UnionTests.test_union_generalization)
PASS: test_union_isinstance (test.test_typing.UnionTests.test_union_isinstance)
PASS: test_union_isinstance_type_error (test.test_typing.UnionTests.test_union_isinstance_type_error)
PASS: test_union_issubclass (test.test_typing.UnionTests.test_union_issubclass)
PASS: test_union_issubclass_type_error (test.test_typing.UnionTests.test_union_issubclass_type_error)
PASS: test_union_object (test.test_typing.UnionTests.test_union_object)
PASS: test_union_of_literals (test.test_typing.UnionTests.test_union_of_literals)
PASS: test_union_of_unhashable (test.test_typing.UnionTests.test_union_of_unhashable)
PASS: test_union_str_pattern (test.test_typing.UnionTests.test_union_str_pattern)
PASS: test_union_union (test.test_typing.UnionTests.test_union_union)
PASS: test_unordered (test.test_typing.UnionTests.test_unordered)
PASS: test_accepts_single_type (test.test_typing.UnpackTests.test_accepts_single_type)
PASS: test_builtin_tuple (test.test_typing.UnpackTests.test_builtin_tuple)
PASS: test_cannot_be_called (test.test_typing.UnpackTests.test_cannot_be_called)
PASS: test_dir (test.test_typing.UnpackTests.test_dir)
PASS: test_rejects_multiple_parameterization (test.test_typing.UnpackTests.test_rejects_multiple_parameterization)
PASS: test_rejects_multiple_types (test.test_typing.UnpackTests.test_rejects_multiple_types)
PASS: test_unpack_wrong_type (test.test_typing.UnpackTests.test_unpack_wrong_type)
PASS: test_usage_with_kwargs (test.test_typing.UnpackTests.test_usage_with_kwargs)
ParamSpec (typing)
PASS: Doctest: typing.ParamSpec
ParamSpecArgs (typing)
PASS: Doctest: typing.ParamSpecArgs
ParamSpecKwargs (typing)
PASS: Doctest: typing.ParamSpecKwargs
TypedDict (typing)
PASS: Doctest: typing.TypedDict
_collect_type_parameters (typing)
PASS: Doctest: typing._collect_type_parameters
_should_unflatten_callable_args (typing)
PASS: Doctest: typing._should_unflatten_callable_args
get_args (typing)
PASS: Doctest: typing.get_args
get_origin (typing)
PASS: Doctest: typing.get_origin
get_protocol_members (typing)
PASS: Doctest: typing.get_protocol_members
is_protocol (typing)
PASS: Doctest: typing.is_protocol
is_typeddict (typing)
PASS: Doctest: typing.is_typeddict

----------------------------------------------------------------------
Ran 709 tests in 0.396s

OK (skipped=1)
0:04:31 load avg: 2.51 [428/486] test_ucn passed -- running (2): test_subprocess (33.3 sec), test_socket (51.0 sec)
PASS: test_aliases (test.test_ucn.UnicodeNamesTest.test_aliases)
PASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_aliases_names_in_pua_range)
PASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest.test_ascii_letters)
PASS: test_bmp_characters (test.test_ucn.UnicodeNamesTest.test_bmp_characters)
PASS: test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest.test_cjk_unified_ideographs)
PASS: test_egyptian_hieroglyphs (test.test_ucn.UnicodeNamesTest.test_egyptian_hieroglyphs)
PASS: test_errors (test.test_ucn.UnicodeNamesTest.test_errors)
PASS: test_general (test.test_ucn.UnicodeNamesTest.test_general)
PASS: test_hangul_syllables (test.test_ucn.UnicodeNamesTest.test_hangul_syllables)
SKIP: test_issue16335 (test.test_ucn.UnicodeNamesTest.test_issue16335) 'not enough memory: 12.0G minimum needed'
PASS: test_khitan_small_script_characters (test.test_ucn.UnicodeNamesTest.test_khitan_small_script_characters)
PASS: test_misc_symbols (test.test_ucn.UnicodeNamesTest.test_misc_symbols)
SKIP: test_named_sequences_full (test.test_ucn.UnicodeNamesTest.test_named_sequences_full) "Use of the 'urlfetch' resource not enabled"
PASS: test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_named_sequences_names_in_pua_range)
PASS: test_named_sequences_sample (test.test_ucn.UnicodeNamesTest.test_named_sequences_sample)
PASS: test_nushu_characters (test.test_ucn.UnicodeNamesTest.test_nushu_characters)
PASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest.test_strict_error_handling)
PASS: test_tangut_ideographs (test.test_ucn.UnicodeNamesTest.test_tangut_ideographs)

----------------------------------------------------------------------
Ran 18 tests in 0.123s

OK (skipped=2)
0:04:31 load avg: 2.47 [429/486] test_unary passed -- running (2): test_subprocess (33.5 sec), test_socket (51.1 sec)
PASS: test_bad_types (test.test_unary.UnaryOpTestCase.test_bad_types)
PASS: test_invert (test.test_unary.UnaryOpTestCase.test_invert)
PASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase.test_negation_of_exponentiation)
PASS: test_negative (test.test_unary.UnaryOpTestCase.test_negative)
PASS: test_no_overflow (test.test_unary.UnaryOpTestCase.test_no_overflow)
PASS: test_positive (test.test_unary.UnaryOpTestCase.test_positive)

----------------------------------------------------------------------
Ran 6 tests in 0.001s

OK
0:04:31 load avg: 2.47 [430/486] test_traceback passed -- running (2): test_subprocess (33.5 sec), test_socket (51.2 sec)
PASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)
PASS: test_cause (test.test_traceback.CExcReportingTests.test_cause)
PASS: test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context)
PASS: test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive)
PASS: test_context (test.test_traceback.CExcReportingTests.test_context)
PASS: test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression)
PASS: test_exception_angle_bracketed_filename (test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename)
PASS: test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__)
PASS: test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic)
PASS: test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause)
PASS: test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context)
PASS: test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit)
PASS: test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested)
PASS: test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit)
PASS: test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes)
PASS: test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes)
PASS: test_exception_group_wrapped_naked (test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked)
PASS: test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename)
PASS: test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode)
PASS: test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname)
PASS: test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes)
PASS: test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes)
PASS: test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note)
PASS: test_message_none (test.test_traceback.CExcReportingTests.test_message_none)
PASS: test_simple (test.test_traceback.CExcReportingTests.test_simple)
PASS: test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno)
PASS: test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol)
PASS: test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets)
PASS: test_attribute_error_inside_nested_getattr (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)
PASS: test_attribute_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name)
PASS: test_attribute_error_with_failing_dict (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)
PASS: test_attribute_error_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)
PASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_getattr_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions)
PASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)
PASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)
PASS: test_getattr_suggestions_for_same_name (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)
PASS: test_getattr_suggestions_invalid_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)
PASS: test_getattr_suggestions_no_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_no_args)
PASS: test_getattr_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_underscored)
PASS: test_getattr_suggestions_with_custom___dir__ (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_with_custom___dir__)
PASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_import_from_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name)
PASS: test_import_from_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions)
PASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)
PASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)
PASS: test_import_from_suggestions_non_string (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string)
PASS: test_import_from_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored)
PASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_name_error_for_private_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)
PASS: test_name_error_for_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)
PASS: test_name_error_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions)
PASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)
PASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)
PASS: test_name_error_suggestions_from_builtins (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)
PASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)
PASS: test_name_error_suggestions_from_globals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)
PASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)
PASS: test_name_error_with_custom_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)
PASS: test_name_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance)
PASS: test_unbound_local_error_does_not_match (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)
PASS: test_unbound_local_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance)
PASS: test_unbound_local_error_with_side_effect (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)
PASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)
PASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)
PASS: test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret)
PASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline)
PASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)
PASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)
PASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)
PASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)
PASS: test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group)
PASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators)
PASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)
PASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)
PASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)
PASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)
PASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)
PASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)
PASS: test_caret_for_call (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call)
PASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline)
PASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode)
PASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)
PASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript)
PASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)
PASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)
PASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)
PASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation)
PASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression)
PASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)
PASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)
PASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)
PASS: test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode)
PASS: test_many_lines (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines)
PASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op)
PASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret)
PASS: test_memory_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error)
PASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a)
PASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b)
PASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c)
PASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided)
PASS: test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations)
PASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)
PASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line)
PASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)
PASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)
PASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)
PASS: test_basic_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret)
PASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline)
PASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript)
PASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight)
PASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle)
PASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)
PASS: test_caret_exception_group (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group)
PASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators)
PASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline)
PASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)
PASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)
PASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char)
PASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)
PASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode)
PASS: test_caret_for_call (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call)
PASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline)
PASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode)
PASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)
PASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript)
PASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline)
PASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode)
PASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)
PASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation)
PASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression)
PASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op)
PASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error)
PASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct)
PASS: test_line_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode)
PASS: test_many_lines (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines)
PASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op)
PASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret)
PASS: test_memory_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error)
PASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a)
PASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b)
PASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c)
PASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided)
PASS: test_specialization_variations (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations)
PASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error)
PASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line)
PASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)
PASS: test_extract_stack (test.test_traceback.LimitTests.test_extract_stack)
PASS: test_extract_tb (test.test_traceback.LimitTests.test_extract_tb)
PASS: test_format_exception (test.test_traceback.LimitTests.test_format_exception)
PASS: test_all (test.test_traceback.MiscTest.test_all)
PASS: test_levenshtein_distance (test.test_traceback.MiscTest.test_levenshtein_distance)
SKIP: test_levenshtein_distance_short_circuit (test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit) "resource 'cpu' is not enabled"
PASS: test_suggestions_extension (test.test_traceback.MiscTest.test_suggestions_extension)
PASS: test_clear (test.test_traceback.MiscTracebackCases.test_clear)
PASS: test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack)
PASS: test_attribute_error_inside_nested_getattr (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)
PASS: test_attribute_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name)
PASS: test_attribute_error_with_failing_dict (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)
PASS: test_attribute_error_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)
PASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_getattr_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions)
PASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)
PASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)
PASS: test_getattr_suggestions_for_same_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)
PASS: test_getattr_suggestions_invalid_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)
PASS: test_getattr_suggestions_no_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_no_args)
PASS: test_getattr_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_underscored)
PASS: test_getattr_suggestions_with_custom___dir__ (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_with_custom___dir__)
PASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_import_from_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name)
PASS: test_import_from_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions)
PASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)
PASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)
PASS: test_import_from_suggestions_non_string (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string)
PASS: test_import_from_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored)
PASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)
PASS: test_name_error_for_private_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)
PASS: test_name_error_for_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)
PASS: test_name_error_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions)
PASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)
PASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)
PASS: test_name_error_suggestions_from_builtins (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)
PASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)
PASS: test_name_error_suggestions_from_globals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)
PASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)
PASS: test_name_error_with_custom_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)
PASS: test_name_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance)
PASS: test_unbound_local_error_does_not_match (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)
PASS: test_unbound_local_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance)
PASS: test_unbound_local_error_with_side_effect (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)
PASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)
PASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)
PASS: test_basic_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret)
PASS: test_byte_offset_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline)
PASS: test_byte_offset_wide_chars_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)
PASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)
PASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)
PASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)
PASS: test_caret_exception_group (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group)
PASS: test_caret_for_binary_operators (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators)
PASS: test_caret_for_binary_operators_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)
PASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)
PASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)
PASS: test_caret_for_binary_operators_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)
PASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)
PASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)
PASS: test_caret_for_call (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call)
PASS: test_caret_for_call_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline)
PASS: test_caret_for_call_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode)
PASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)
PASS: test_caret_for_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript)
PASS: test_caret_for_subscript_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)
PASS: test_caret_for_subscript_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)
PASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)
PASS: test_caret_in_type_annotation (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation)
PASS: test_caret_multiline_expression (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression)
PASS: test_caret_multiline_expression_bin_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)
PASS: test_caret_multiline_expression_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)
PASS: test_decorator_application_lineno_correct (test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)
PASS: test_line_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode)
PASS: test_many_lines (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines)
PASS: test_many_lines_binary_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op)
PASS: test_many_lines_no_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret)
PASS: test_memory_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error)
PASS: test_multiline_method_call_a (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a)
PASS: test_multiline_method_call_b (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b)
PASS: test_multiline_method_call_c (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c)
PASS: test_secondary_caret_not_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided)
PASS: test_specialization_variations (test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations)
PASS: test_traceback_specialization_with_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)
PASS: test_traceback_very_long_line (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line)
PASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)
PASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)
PASS: test_cause (test.test_traceback.PyExcReportingTests.test_cause)
PASS: test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context)
PASS: test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive)
PASS: test_context (test.test_traceback.PyExcReportingTests.test_context)
PASS: test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression)
PASS: test_exception_angle_bracketed_filename (test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename)
PASS: test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__)
PASS: test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic)
PASS: test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause)
PASS: test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context)
PASS: test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit)
PASS: test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested)
PASS: test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit)
PASS: test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes)
PASS: test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes)
PASS: test_exception_group_wrapped_naked (test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked)
PASS: test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename)
PASS: test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode)
PASS: test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname)
PASS: test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes)
PASS: test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes)
PASS: test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note)
PASS: test_message_none (test.test_traceback.PyExcReportingTests.test_message_none)
PASS: test_simple (test.test_traceback.PyExcReportingTests.test_simple)
PASS: test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno)
PASS: test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol)
PASS: test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets)
PASS: test_colorized_syntax_error (test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error)
PASS: test_colorized_traceback (test.test_traceback.TestColorizedTraceback.test_colorized_traceback)
PASS: test_colorized_traceback_from_exception_group (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group)
PASS: test_colorized_traceback_is_the_default (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default)
PASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi)
PASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback)
PASS: test_format_stack (test.test_traceback.TestFallbackTracebackFormat.test_format_stack)
PASS: test_print_exception_bad_type_capi (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi)
PASS: test_print_exception_bad_type_python (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python)
PASS: test_print_stack (test.test_traceback.TestFallbackTracebackFormat.test_print_stack)
PASS: test_recursive_traceback (test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback)
PASS: test_stack_format (test.test_traceback.TestFallbackTracebackFormat.test_stack_format)
PASS: test_traceback_format (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format)
PASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames)
PASS: test_unhashable (test.test_traceback.TestFallbackTracebackFormat.test_unhashable)
PASS: test_basics (test.test_traceback.TestFrame.test_basics)
PASS: test_explicit_line (test.test_traceback.TestFrame.test_explicit_line)
PASS: test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines)
PASS: test_len (test.test_traceback.TestFrame.test_len)
PASS: test_no_line (test.test_traceback.TestFrame.test_no_line)
PASS: test_keyword_suggestions_from_command_string (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_command_string)
PASS: test_keyword_suggestions_from_file (test.test_traceback.TestKeywordTypoSuggestions.test_keyword_suggestions_from_file)
PASS: test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame)
PASS: test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames)
PASS: test_extract_stack (test.test_traceback.TestStack.test_extract_stack)
PASS: test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit)
PASS: test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines)
PASS: test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines)
PASS: test_format_locals (test.test_traceback.TestStack.test_format_locals)
PASS: test_format_smoke (test.test_traceback.TestStack.test_format_smoke)
PASS: test_from_list (test.test_traceback.TestStack.test_from_list)
PASS: test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack)
PASS: test_locals (test.test_traceback.TestStack.test_locals)
PASS: test_no_locals (test.test_traceback.TestStack.test_no_locals)
PASS: test_summary_should_show_carets (test.test_traceback.TestStack.test_summary_should_show_carets)
PASS: test_walk_innermost_frame (test.test_traceback.TestStack.test_walk_innermost_frame)
PASS: test_walk_stack (test.test_traceback.TestStack.test_walk_stack)
PASS: test_walk_tb (test.test_traceback.TestStack.test_walk_tb)
PASS: test_cause (test.test_traceback.TestTracebackException.test_cause)
PASS: test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause)
PASS: test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause)
PASS: test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic)
PASS: test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal)
PASS: test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations)
PASS: test_context (test.test_traceback.TestTracebackException.test_context)
PASS: test_dont_swallow_cause_or_context_of_falsey_exception (test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception)
PASS: test_from_exception (test.test_traceback.TestTracebackException.test_from_exception)
PASS: test_limit (test.test_traceback.TestTracebackException.test_limit)
PASS: test_locals (test.test_traceback.TestTracebackException.test_locals)
PASS: test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain)
PASS: test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines)
PASS: test_no_locals (test.test_traceback.TestTracebackException.test_no_locals)
PASS: test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects)
PASS: test_no_save_exc_type (test.test_traceback.TestTracebackException.test_no_save_exc_type)
PASS: test_print (test.test_traceback.TestTracebackException.test_print)
PASS: test_smoke_builtin (test.test_traceback.TestTracebackException.test_smoke_builtin)
PASS: test_smoke_user_exception (test.test_traceback.TestTracebackException.test_smoke_user_exception)
PASS: test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header)
PASS: test_unhashable (test.test_traceback.TestTracebackException.test_unhashable)
PASS: test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison)
PASS: test_dont_swallow_subexceptions_of_falsey_exceptiongroup (test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup)
PASS: test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction)
PASS: test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format)
PASS: test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only)
PASS: test_exception_group_format_exception_onlyi_recursive (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive)
PASS: test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth)
PASS: test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width)
PASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi)
PASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback)
PASS: test_format_stack (test.test_traceback.TestTracebackFormat.test_format_stack)
PASS: test_print_exception_bad_type_capi (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi)
PASS: test_print_exception_bad_type_python (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python)
PASS: test_print_stack (test.test_traceback.TestTracebackFormat.test_print_stack)
PASS: test_recursive_traceback (test.test_traceback.TestTracebackFormat.test_recursive_traceback)
PASS: test_stack_format (test.test_traceback.TestTracebackFormat.test_stack_format)
PASS: test_traceback_format (test.test_traceback.TestTracebackFormat.test_traceback_format)
PASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames)
PASS: test_unhashable (test.test_traceback.TestTracebackFormat.test_unhashable)
PASS: test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation)
PASS: test_base_exception (test.test_traceback.TracebackCases.test_base_exception)
PASS: test_caret (test.test_traceback.TracebackCases.test_caret)
PASS: test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file)
PASS: test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None)
PASS: test_format_base_exception_group (test.test_traceback.TracebackCases.test_format_base_exception_group)
PASS: test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc)
PASS: test_format_exception_group (test.test_traceback.TracebackCases.test_format_exception_group)
PASS: test_format_exception_group_explicit_class (test.test_traceback.TracebackCases.test_format_exception_group_explicit_class)
PASS: test_format_exception_group_multiline2_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages)
PASS: test_format_exception_group_multiline_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages)
PASS: test_format_exception_group_multiple_exceptions (test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions)
PASS: test_format_exception_group_nested_with_notes (test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes)
PASS: test_format_exception_group_syntax_error (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error)
PASS: test_format_exception_group_syntax_error_with_custom_values (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values)
PASS: test_format_exception_group_with_cause (test.test_traceback.TracebackCases.test_format_exception_group_with_cause)
PASS: test_format_exception_group_with_note (test.test_traceback.TracebackCases.test_format_exception_group_with_note)
PASS: test_format_exception_group_with_tracebacks (test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks)
PASS: test_format_exception_group_without_show_group (test.test_traceback.TracebackCases.test_format_exception_group_without_show_group)
PASS: test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__)
PASS: test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc)
PASS: test_lost_io_open (test.test_traceback.TracebackCases.test_lost_io_open)
PASS: test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag)
PASS: test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)
PASS: test_nocaret (test.test_traceback.TracebackCases.test_nocaret)
PASS: test_print_exception (test.test_traceback.TracebackCases.test_print_exception)
PASS: test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc)
PASS: test_print_last (test.test_traceback.TracebackCases.test_print_last)
PASS: test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit)
PASS: test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback)
PASS: test_signatures (test.test_traceback.TracebackCases.test_signatures)

----------------------------------------------------------------------
Ran 370 tests in 7.392s

OK (skipped=1)
0:04:31 load avg: 2.47 [431/486] test_unicode_file passed -- running (2): test_subprocess (33.6 sec), test_socket (51.3 sec)
PASS: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories)
PASS: test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files)

----------------------------------------------------------------------
Ran 2 tests in 0.002s

OK
0:04:31 load avg: 2.47 [432/486] test_unicode_file_functions passed -- running (2): test_subprocess (33.8 sec), test_socket (51.4 sec)
PASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests.test_directory)
PASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests.test_failures)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests.test_listdir)
PASS: test_normalize (test.test_unicode_file_functions.UnicodeFileTests.test_normalize)
PASS: test_open (test.test_unicode_file_functions.UnicodeFileTests.test_open)
PASS: test_rename (test.test_unicode_file_functions.UnicodeFileTests.test_rename)
PASS: test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory)
PASS: test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir)
PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize)
PASS: test_open (test.test_unicode_file_functions.UnicodeNFCFileTests.test_open)
PASS: test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename)
PASS: test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory)
PASS: test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir)
PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize)
PASS: test_open (test.test_unicode_file_functions.UnicodeNFDFileTests.test_open)
PASS: test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename)
PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory)
PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir)
PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize)
PASS: test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open)
PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename)
PASS: test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory)
PASS: test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures)
PASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir)
PASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize)
PASS: test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open)
PASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename)

----------------------------------------------------------------------
Ran 30 tests in 0.045s

OK
0:04:31 load avg: 2.47 [433/486] test_unicode_identifiers passed -- running (2): test_subprocess (33.8 sec), test_socket (51.5 sec)
PASS: test_invalid (test.test_unicode_identifiers.PEP3131Test.test_invalid)
PASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test.test_non_bmp_normalized)
PASS: test_valid (test.test_unicode_identifiers.PEP3131Test.test_valid)

----------------------------------------------------------------------
Ran 3 tests in 0.001s

OK
0:04:34 load avg: 2.47 [434/486] test_unicodedata passed -- running (2): test_subprocess (36.2 sec), test_socket (53.9 sec)
PASS: test_bug_834676 (test.test_unicodedata.NormalizationTest.test_bug_834676)
PASS: test_edge_cases (test.test_unicodedata.NormalizationTest.test_edge_cases)
SKIP: test_normalization (test.test_unicodedata.NormalizationTest.test_normalization) "resource 'network' is not enabled"
SKIP: test_normalization_3_2_0 (test.test_unicodedata.NormalizationTest.test_normalization_3_2_0) "resource 'cpu' is not enabled"
PASS: test_normalize_return_type (test.test_unicodedata.NormalizationTest.test_normalize_return_type)
PASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest.test_bidirectional)
PASS: test_category (test.test_unicodedata.UnicodeFunctionsTest.test_category)
PASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest.test_combining)
PASS: test_decimal (test.test_unicodedata.UnicodeFunctionsTest.test_decimal)
PASS: test_decomposition (test.test_unicodedata.UnicodeFunctionsTest.test_decomposition)
PASS: test_digit (test.test_unicodedata.UnicodeFunctionsTest.test_digit)
PASS: test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width)
PASS: test_east_asian_width_unassigned (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_unassigned)
PASS: test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest.test_function_checksum)
PASS: test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest.test_issue10254)
PASS: test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest.test_issue29456)
PASS: test_lookup_nonexistant (test.test_unicodedata.UnicodeFunctionsTest.test_lookup_nonexistant)
PASS: test_mirrored (test.test_unicodedata.UnicodeFunctionsTest.test_mirrored)
PASS: test_name (test.test_unicodedata.UnicodeFunctionsTest.test_name)
SKIP: test_name_inverse_lookup (test.test_unicodedata.UnicodeFunctionsTest.test_name_inverse_lookup) "resource 'cpu' is not enabled"
PASS: test_no_names_in_pua (test.test_unicodedata.UnicodeFunctionsTest.test_no_names_in_pua)
PASS: test_normalization (test.test_unicodedata.UnicodeFunctionsTest.test_normalization)
PASS: test_numeric (test.test_unicodedata.UnicodeFunctionsTest.test_numeric)
PASS: test_pr29 (test.test_unicodedata.UnicodeFunctionsTest.test_pr29)
PASS: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest.test_method_checksum)
PASS: test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest.test_bug_1704793)
PASS: test_bug_4971 (test.test_unicodedata.UnicodeMiscTest.test_bug_4971)
SKIP: test_bug_5828 (test.test_unicodedata.UnicodeMiscTest.test_bug_5828) "resource 'cpu' is not enabled"
PASS: test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_decimal_numeric_consistent)
PASS: test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_digit_numeric_consistent)
PASS: test_disallow_instantiation (test.test_unicodedata.UnicodeMiscTest.test_disallow_instantiation)
PASS: test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest.test_failed_import_during_compiling)
PASS: test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest.test_linebreak_7643)
PASS: test_normalize_consistent (test.test_unicodedata.UnicodeMiscTest.test_normalize_consistent)
PASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest.test_ucd_510)
PASS: test_bidirectional (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_bidirectional)
PASS: test_category (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_category)
PASS: test_combining (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_combining)
PASS: test_decimal (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_decimal)
PASS: test_decomposition (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_decomposition)
PASS: test_digit (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_digit)
PASS: test_east_asian_width (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_east_asian_width)
PASS: test_east_asian_width_unassigned (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_east_asian_width_unassigned)
PASS: test_function_checksum (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_function_checksum)
PASS: test_issue10254 (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_issue10254)
PASS: test_issue29456 (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_issue29456)
PASS: test_lookup_nonexistant (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_lookup_nonexistant)
PASS: test_mirrored (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_mirrored)
PASS: test_name (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_name)
SKIP: test_name_inverse_lookup (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_name_inverse_lookup) "resource 'cpu' is not enabled"
PASS: test_no_names_in_pua (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_no_names_in_pua)
PASS: test_normalization (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_normalization)
PASS: test_numeric (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_numeric)
PASS: test_pr29 (test.test_unicodedata.Unicode_3_2_0_FunctionsTest.test_pr29)

----------------------------------------------------------------------
Ran 54 tests in 2.245s

OK (skipped=5)
0:04:34 load avg: 2.47 [435/486] test_univnewlines passed -- running (2): test_subprocess (36.4 sec), test_socket (54.1 sec)
PASS: test_read (test.test_univnewlines.CTestCRLFNewlines.test_read)
PASS: test_readline (test.test_univnewlines.CTestCRLFNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.CTestCRLFNewlines.test_seek)
PASS: test_tell (test.test_univnewlines.CTestCRLFNewlines.test_tell)
PASS: test_read (test.test_univnewlines.CTestCRNewlines.test_read)
PASS: test_readline (test.test_univnewlines.CTestCRNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.CTestCRNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.CTestCRNewlines.test_seek)
PASS: test_read (test.test_univnewlines.CTestLFNewlines.test_read)
PASS: test_readline (test.test_univnewlines.CTestLFNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.CTestLFNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.CTestLFNewlines.test_seek)
PASS: test_read (test.test_univnewlines.CTestMixedNewlines.test_read)
PASS: test_readline (test.test_univnewlines.CTestMixedNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.CTestMixedNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.CTestMixedNewlines.test_seek)
PASS: test_read (test.test_univnewlines.PyTestCRLFNewlines.test_read)
PASS: test_readline (test.test_univnewlines.PyTestCRLFNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.PyTestCRLFNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.PyTestCRLFNewlines.test_seek)
PASS: test_tell (test.test_univnewlines.PyTestCRLFNewlines.test_tell)
PASS: test_read (test.test_univnewlines.PyTestCRNewlines.test_read)
PASS: test_readline (test.test_univnewlines.PyTestCRNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.PyTestCRNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.PyTestCRNewlines.test_seek)
PASS: test_read (test.test_univnewlines.PyTestLFNewlines.test_read)
PASS: test_readline (test.test_univnewlines.PyTestLFNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.PyTestLFNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.PyTestLFNewlines.test_seek)
PASS: test_read (test.test_univnewlines.PyTestMixedNewlines.test_read)
PASS: test_readline (test.test_univnewlines.PyTestMixedNewlines.test_readline)
PASS: test_readlines (test.test_univnewlines.PyTestMixedNewlines.test_readlines)
PASS: test_seek (test.test_univnewlines.PyTestMixedNewlines.test_seek)

----------------------------------------------------------------------
Ran 34 tests in 0.013s

OK
0:04:34 load avg: 2.47 [436/486] test_unpack passed -- running (2): test_subprocess (36.6 sec), test_socket (54.3 sec)
PASS: test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored)
doctests (test.test_unpack.__test__)
PASS: Doctest: test.test_unpack.__test__.doctests

----------------------------------------------------------------------
Ran 2 tests in 0.010s

OK
0:04:34 load avg: 2.47 [437/486] test_unpack_ex passed -- running (2): test_subprocess (36.9 sec), test_socket (54.6 sec)
doctests (test.test_unpack_ex.__test__)
PASS: Doctest: test.test_unpack_ex.__test__.doctests

----------------------------------------------------------------------
Ran 1 test in 0.028s

OK
0:04:36 load avg: 2.47 [438/486] test_unparse passed -- running (2): test_subprocess (38.3 sec), test_socket (56.0 sec)
PASS: test_backslash_in_format_spec (test.test_unparse.CosmeticTestCase.test_backslash_in_format_spec)
PASS: test_class_bases_and_keywords (test.test_unparse.CosmeticTestCase.test_class_bases_and_keywords)
PASS: test_docstrings (test.test_unparse.CosmeticTestCase.test_docstrings)
PASS: test_docstrings_negative_cases (test.test_unparse.CosmeticTestCase.test_docstrings_negative_cases)
PASS: test_fstrings (test.test_unparse.CosmeticTestCase.test_fstrings)
PASS: test_lambda_parameters (test.test_unparse.CosmeticTestCase.test_lambda_parameters)
PASS: test_multiquote_joined_string (test.test_unparse.CosmeticTestCase.test_multiquote_joined_string)
PASS: test_quote_in_format_spec (test.test_unparse.CosmeticTestCase.test_quote_in_format_spec)
PASS: test_simple_expressions_parens (test.test_unparse.CosmeticTestCase.test_simple_expressions_parens)
PASS: test_slices (test.test_unparse.CosmeticTestCase.test_slices)
PASS: test_star_expr_assign_target (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target)
PASS: test_star_expr_assign_target_multiple (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_multiple)
PASS: test_type_params (test.test_unparse.CosmeticTestCase.test_type_params)
PASS: test_unary_op_factor (test.test_unparse.CosmeticTestCase.test_unary_op_factor)
test_files (test.test_unparse.DirectoryTestCase.test_files) ... Testing /usr/lib/python3.14/test/test_set.py
Testing /usr/lib/python3.14/test/test_grammar.py
Testing /usr/lib/python3.14/test/_test_venv_multiprocessing.py
Testing /usr/lib/python3.14/test/test_fstring.py
Testing /usr/lib/python3.14/test/test_tstring.py
Testing /usr/lib/python3.14/test/test_syntax.py
Testing /usr/lib/python3.14/test/test_tokenize.py
Testing /usr/lib/python3.14/sre_constants.py
Testing /usr/lib/python3.14/test/test_class.py
Testing /usr/lib/python3.14/test/test_frame.py
Testing /usr/lib/python3.14/test/test_ioctl.py
Testing /usr/lib/python3.14/test/test_asdl_parser.py
Testing /usr/lib/python3.14/test/test_uuid.py
Testing /usr/lib/python3.14/test/test_type_params.py
Testing /usr/lib/python3.14/test/test_compile.py
Testing /usr/lib/python3.14/test/test_patma.py
Testing /usr/lib/python3.14/test/test_dbm.py
Testing /usr/lib/python3.14/test/test_hash.py
Testing /usr/lib/python3.14/test/test_urlparse.py
ok
PASS: test_async_function (test.test_unparse.ManualASTCreationTestCase.test_async_function)
PASS: test_async_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params)
PASS: test_async_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params_and_default)
PASS: test_class (test.test_unparse.ManualASTCreationTestCase.test_class)
PASS: test_class_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_class_with_type_params)
PASS: test_function (test.test_unparse.ManualASTCreationTestCase.test_function)
PASS: test_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params)
PASS: test_function_with_type_params_and_bound (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_bound)
PASS: test_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_default)
PASS: test_annotations (test.test_unparse.UnparseTestCase.test_annotations)
PASS: test_bytes (test.test_unparse.UnparseTestCase.test_bytes)
PASS: test_chained_comparisons (test.test_unparse.UnparseTestCase.test_chained_comparisons)
PASS: test_class_decorators (test.test_unparse.UnparseTestCase.test_class_decorators)
PASS: test_class_definition (test.test_unparse.UnparseTestCase.test_class_definition)
PASS: test_constant_tuples (test.test_unparse.UnparseTestCase.test_constant_tuples)
PASS: test_del_statement (test.test_unparse.UnparseTestCase.test_del_statement)
PASS: test_dict_comprehension (test.test_unparse.UnparseTestCase.test_dict_comprehension)
PASS: test_dict_unpacking_in_dict (test.test_unparse.UnparseTestCase.test_dict_unpacking_in_dict)
PASS: test_docstrings (test.test_unparse.UnparseTestCase.test_docstrings)
PASS: test_elifs (test.test_unparse.UnparseTestCase.test_elifs)
PASS: test_empty_set (test.test_unparse.UnparseTestCase.test_empty_set)
PASS: test_for_else (test.test_unparse.UnparseTestCase.test_for_else)
PASS: test_fstring_backslash (test.test_unparse.UnparseTestCase.test_fstring_backslash)
PASS: test_fstrings (test.test_unparse.UnparseTestCase.test_fstrings)
PASS: test_fstrings_complicated (test.test_unparse.UnparseTestCase.test_fstrings_complicated)
PASS: test_fstrings_pep701 (test.test_unparse.UnparseTestCase.test_fstrings_pep701)
PASS: test_fstrings_special_chars (test.test_unparse.UnparseTestCase.test_fstrings_special_chars)
PASS: test_function_arguments (test.test_unparse.UnparseTestCase.test_function_arguments)
PASS: test_function_type (test.test_unparse.UnparseTestCase.test_function_type)
PASS: test_huge_float (test.test_unparse.UnparseTestCase.test_huge_float)
PASS: test_imaginary_literals (test.test_unparse.UnparseTestCase.test_imaginary_literals)
PASS: test_import_from_level_none (test.test_unparse.UnparseTestCase.test_import_from_level_none)
PASS: test_integer_parens (test.test_unparse.UnparseTestCase.test_integer_parens)
PASS: test_invalid_fstring_value (test.test_unparse.UnparseTestCase.test_invalid_fstring_value)
PASS: test_invalid_raise (test.test_unparse.UnparseTestCase.test_invalid_raise)
PASS: test_invalid_yield_from (test.test_unparse.UnparseTestCase.test_invalid_yield_from)
PASS: test_lambda_parentheses (test.test_unparse.UnparseTestCase.test_lambda_parentheses)
PASS: test_min_int (test.test_unparse.UnparseTestCase.test_min_int)
PASS: test_nan (test.test_unparse.UnparseTestCase.test_nan)
PASS: test_nonlocal (test.test_unparse.UnparseTestCase.test_nonlocal)
PASS: test_raise_from (test.test_unparse.UnparseTestCase.test_raise_from)
PASS: test_relative_import (test.test_unparse.UnparseTestCase.test_relative_import)
PASS: test_set_comprehension (test.test_unparse.UnparseTestCase.test_set_comprehension)
PASS: test_set_literal (test.test_unparse.UnparseTestCase.test_set_literal)
PASS: test_shifts (test.test_unparse.UnparseTestCase.test_shifts)
PASS: test_slices (test.test_unparse.UnparseTestCase.test_slices)
PASS: test_starred_assignment (test.test_unparse.UnparseTestCase.test_starred_assignment)
PASS: test_strings (test.test_unparse.UnparseTestCase.test_strings)
PASS: test_try_except_finally (test.test_unparse.UnparseTestCase.test_try_except_finally)
PASS: test_try_except_star_finally (test.test_unparse.UnparseTestCase.test_try_except_star_finally)
PASS: test_tstring_with_none_str_field (test.test_unparse.UnparseTestCase.test_tstring_with_none_str_field)
PASS: test_tstring_with_nonsensical_str_field (test.test_unparse.UnparseTestCase.test_tstring_with_nonsensical_str_field)
PASS: test_tstrings (test.test_unparse.UnparseTestCase.test_tstrings)
PASS: test_type_comments (test.test_unparse.UnparseTestCase.test_type_comments)
PASS: test_type_ignore (test.test_unparse.UnparseTestCase.test_type_ignore)
PASS: test_unary_parens (test.test_unparse.UnparseTestCase.test_unary_parens)
PASS: test_unparse_interactive_integrity_1 (test.test_unparse.UnparseTestCase.test_unparse_interactive_integrity_1)
PASS: test_unparse_interactive_integrity_2 (test.test_unparse.UnparseTestCase.test_unparse_interactive_integrity_2)
PASS: test_unparse_interactive_integrity_3 (test.test_unparse.UnparseTestCase.test_unparse_interactive_integrity_3)
PASS: test_unparse_interactive_semicolons (test.test_unparse.UnparseTestCase.test_unparse_interactive_semicolons)
PASS: test_while_else (test.test_unparse.UnparseTestCase.test_while_else)
PASS: test_with_as (test.test_unparse.UnparseTestCase.test_with_as)
PASS: test_with_simple (test.test_unparse.UnparseTestCase.test_with_simple)
PASS: test_with_two_items (test.test_unparse.UnparseTestCase.test_with_two_items)

----------------------------------------------------------------------
Ran 79 tests in 1.257s

OK
0:04:38 load avg: 2.43 [439/486] test_unittest passed -- running (2): test_subprocess (40.6 sec), test_socket (58.3 sec)
PASS: testAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testAlmostEqual)
PASS: testAssertDictEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertDictEqual)
PASS: testAssertFalse (test.test_unittest.test_assertions.TestLongMessage.testAssertFalse)
PASS: testAssertGreater (test.test_unittest.test_assertions.TestLongMessage.testAssertGreater)
PASS: testAssertGreaterEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertGreaterEqual)
PASS: testAssertIn (test.test_unittest.test_assertions.TestLongMessage.testAssertIn)
PASS: testAssertIs (test.test_unittest.test_assertions.TestLongMessage.testAssertIs)
PASS: testAssertIsNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNone)
PASS: testAssertIsNot (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNot)
PASS: testAssertIsNotNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNotNone)
PASS: testAssertLess (test.test_unittest.test_assertions.TestLongMessage.testAssertLess)
PASS: testAssertLessEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertLessEqual)
PASS: testAssertMultiLineEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertMultiLineEqual)
PASS: testAssertNotIn (test.test_unittest.test_assertions.TestLongMessage.testAssertNotIn)
PASS: testAssertNotRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertNotRegex)
PASS: testAssertRaises (test.test_unittest.test_assertions.TestLongMessage.testAssertRaises)
PASS: testAssertRaisesRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRaisesRegex)
PASS: testAssertRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRegex)
PASS: testAssertSequenceEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSequenceEqual)
PASS: testAssertSetEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSetEqual)
PASS: testAssertTrue (test.test_unittest.test_assertions.TestLongMessage.testAssertTrue)
PASS: testAssertWarns (test.test_unittest.test_assertions.TestLongMessage.testAssertWarns)
PASS: testAssertWarnsRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertWarnsRegex)
PASS: testDefault (test.test_unittest.test_assertions.TestLongMessage.testDefault)
PASS: testNotAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testNotAlmostEqual)
PASS: testNotEqual (test.test_unittest.test_assertions.TestLongMessage.testNotEqual)
PASS: test_assertNotWarns (test.test_unittest.test_assertions.TestLongMessage.test_assertNotWarns)
PASS: test_baseAssertEqual (test.test_unittest.test_assertions.TestLongMessage.test_baseAssertEqual)
PASS: test_formatMessage_unicode_error (test.test_unittest.test_assertions.TestLongMessage.test_formatMessage_unicode_error)
PASS: test_formatMsg (test.test_unittest.test_assertions.TestLongMessage.test_formatMsg)
PASS: testAssertNotRegex (test.test_unittest.test_assertions.Test_Assertions.testAssertNotRegex)
PASS: test_AlmostEqual (test.test_unittest.test_assertions.Test_Assertions.test_AlmostEqual)
PASS: test_AmostEqualWithDelta (test.test_unittest.test_assertions.Test_Assertions.test_AmostEqualWithDelta)
PASS: test_assertRaises (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises)
PASS: test_assertRaises_frames_survival (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival)
PASS: test_base_exception_from_async_method (test.test_unittest.test_async_case.TestAsyncCase.test_base_exception_from_async_method)
PASS: test_cancellation_hanging_tasks (test.test_unittest.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks)
PASS: test_cleanups_interleave_order (test.test_unittest.test_async_case.TestAsyncCase.test_cleanups_interleave_order)
PASS: test_debug_cleanup_same_loop (test.test_unittest.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop)
PASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test)
PASS: test_enterAsyncContext (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext)
PASS: test_enterAsyncContext_arg_errors (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors)
PASS: test_exception_in_setup (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_setup)
PASS: test_exception_in_tear_clean_up (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up)
PASS: test_exception_in_tear_down (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_down)
PASS: test_exception_in_test (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_test)
PASS: test_full_cycle (test.test_unittest.test_async_case.TestAsyncCase.test_full_cycle)
PASS: test_loop_factory (test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory)
PASS: test_setup_get_event_loop (test.test_unittest.test_async_case.TestAsyncCase.test_setup_get_event_loop)
PASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreak.testHandlerReplacedButCalled)
PASS: testInstallHandler (test.test_unittest.test_break.TestBreak.testInstallHandler)
PASS: testInterruptCaught (test.test_unittest.test_break.TestBreak.testInterruptCaught)
PASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreak.testMainInstallsHandler)
PASS: testRegisterResult (test.test_unittest.test_break.TestBreak.testRegisterResult)
PASS: testRemoveHandler (test.test_unittest.test_break.TestBreak.testRemoveHandler)
PASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreak.testRemoveHandlerAsDecorator)
PASS: testRemoveResult (test.test_unittest.test_break.TestBreak.testRemoveResult)
PASS: testRunner (test.test_unittest.test_break.TestBreak.testRunner)
PASS: testSecondInterrupt (test.test_unittest.test_break.TestBreak.testSecondInterrupt)
PASS: testTwoResults (test.test_unittest.test_break.TestBreak.testTwoResults)
PASS: testWeakReferences (test.test_unittest.test_break.TestBreak.testWeakReferences)
PASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled)
PASS: testInstallHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInstallHandler)
PASS: testInterruptCaught (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInterruptCaught)
PASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler)
PASS: testRegisterResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRegisterResult)
PASS: testRemoveHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandler)
PASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator)
PASS: testRemoveResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveResult)
PASS: testRunner (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRunner)
PASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakDefaultIntHandler.testSecondInterrupt)
PASS: testTwoResults (test.test_unittest.test_break.TestBreakDefaultIntHandler.testTwoResults)
PASS: testWeakReferences (test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences)
PASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled)
PASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalDefault.testInstallHandler)
PASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalDefault.testInterruptCaught)
PASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalDefault.testMainInstallsHandler)
PASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalDefault.testRegisterResult)
PASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandler)
PASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator)
PASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveResult)
PASS: testRunner (test.test_unittest.test_break.TestBreakSignalDefault.testRunner)
PASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalDefault.testSecondInterrupt)
PASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalDefault.testTwoResults)
PASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences)
SKIP: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled) 'test requires SIGINT to not be ignored'
PASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testInstallHandler)
PASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalIgnored.testInterruptCaught)
PASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testMainInstallsHandler)
PASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRegisterResult)
PASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandler)
PASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator)
PASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveResult)
PASS: testRunner (test.test_unittest.test_break.TestBreakSignalIgnored.testRunner)
SKIP: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalIgnored.testSecondInterrupt) 'test requires SIGINT to not be ignored'
PASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalIgnored.testTwoResults)
PASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences)
PASS: testAddTypeEqualityFunc (test.test_unittest.test_case.Test_TestCase.testAddTypeEqualityFunc)
PASS: testAssertCountEqual (test.test_unittest.test_case.Test_TestCase.testAssertCountEqual)
PASS: testAssertDictEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertDictEqualTruncates)
PASS: testAssertEndsWith (test.test_unittest.test_case.Test_TestCase.testAssertEndsWith)
PASS: testAssertEqual (test.test_unittest.test_case.Test_TestCase.testAssertEqual)
testAssertEqualMultipleLinesMismatchedNewlinesTerminators (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMismatchedNewlinesTerminators)
PASS: Verifying format of diff output from assertEqual involving strings
testAssertEqualMultipleLinesMissingNewlineTerminator (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMissingNewlineTerminator)
PASS: Verifying format of diff output from assertEqual involving strings
PASS: testAssertEqualSingleLine (test.test_unittest.test_case.Test_TestCase.testAssertEqualSingleLine)
PASS: testAssertEqual_diffThreshold (test.test_unittest.test_case.Test_TestCase.testAssertEqual_diffThreshold)
PASS: testAssertEqual_shorten (test.test_unittest.test_case.Test_TestCase.testAssertEqual_shorten)
testAssertEqualwithEmptyString (test.test_unittest.test_case.Test_TestCase.testAssertEqualwithEmptyString)
PASS: Verify when there is an empty string involved, the diff output
PASS: testAssertHasAttr (test.test_unittest.test_case.Test_TestCase.testAssertHasAttr)
PASS: testAssertIn (test.test_unittest.test_case.Test_TestCase.testAssertIn)
PASS: testAssertIs (test.test_unittest.test_case.Test_TestCase.testAssertIs)
PASS: testAssertIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertIsInstance)
PASS: testAssertIsNone (test.test_unittest.test_case.Test_TestCase.testAssertIsNone)
PASS: testAssertIsNot (test.test_unittest.test_case.Test_TestCase.testAssertIsNot)
PASS: testAssertIsSubclass (test.test_unittest.test_case.Test_TestCase.testAssertIsSubclass)
PASS: testAssertLogsDefaults (test.test_unittest.test_case.Test_TestCase.testAssertLogsDefaults)
PASS: testAssertLogsFailureLevelTooHigh (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh)
PASS: testAssertLogsFailureLevelTooHigh_FilterInRootLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger)
PASS: testAssertLogsFailureMismatchingLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger)
PASS: testAssertLogsFailureNoLogs (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureNoLogs)
PASS: testAssertLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLevel)
PASS: testAssertLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLogger)
PASS: testAssertLogsTwoMatchingMessages (test.test_unittest.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages)
PASS: testAssertLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertLogsUnexpectedException)
PASS: testAssertMultiLineEqual (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqual)
PASS: testAssertMultiLineEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqualTruncates)
PASS: testAssertNoLogsDefault (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsDefault)
PASS: testAssertNoLogsFailureFoundLogs (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs)
PASS: testAssertNoLogsFailurePerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel)
PASS: testAssertNoLogsFailurePerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger)
PASS: testAssertNoLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLevel)
PASS: testAssertNoLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLogger)
PASS: testAssertNoLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsUnexpectedException)
PASS: testAssertNoLogsYieldsNone (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsYieldsNone)
PASS: testAssertNotEndsWith (test.test_unittest.test_case.Test_TestCase.testAssertNotEndsWith)
PASS: testAssertNotHasAttr (test.test_unittest.test_case.Test_TestCase.testAssertNotHasAttr)
PASS: testAssertNotIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertNotIsInstance)
PASS: testAssertNotIsSubclass (test.test_unittest.test_case.Test_TestCase.testAssertNotIsSubclass)
PASS: testAssertNotRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertNotRaisesRegex)
PASS: testAssertNotStartsWith (test.test_unittest.test_case.Test_TestCase.testAssertNotStartsWith)
PASS: testAssertRaisesCallable (test.test_unittest.test_case.Test_TestCase.testAssertRaisesCallable)
PASS: testAssertRaisesContext (test.test_unittest.test_case.Test_TestCase.testAssertRaisesContext)
PASS: testAssertRaisesExcValue (test.test_unittest.test_case.Test_TestCase.testAssertRaisesExcValue)
PASS: testAssertRaisesNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesNoExceptionType)
PASS: testAssertRaisesRefcount (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount)
PASS: testAssertRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegex)
PASS: testAssertRaisesRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex)
PASS: testAssertRaisesRegexMismatch (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexMismatch)
PASS: testAssertRaisesRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType)
PASS: testAssertRegex (test.test_unittest.test_case.Test_TestCase.testAssertRegex)
PASS: testAssertSequenceEqualMaxDiff (test.test_unittest.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff)
PASS: testAssertSetEqual (test.test_unittest.test_case.Test_TestCase.testAssertSetEqual)
PASS: testAssertStartsWith (test.test_unittest.test_case.Test_TestCase.testAssertStartsWith)
PASS: testAssertWarnsCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsCallable)
PASS: testAssertWarnsContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsContext)
PASS: testAssertWarnsModifySysModules (test.test_unittest.test_case.Test_TestCase.testAssertWarnsModifySysModules)
PASS: testAssertWarnsNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsNoExceptionType)
PASS: testAssertWarnsRegexCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexCallable)
PASS: testAssertWarnsRegexContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexContext)
PASS: testAssertWarnsRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex)
PASS: testAssertWarnsRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType)
PASS: testDeepcopy (test.test_unittest.test_case.Test_TestCase.testDeepcopy)
testDeprecatedFailMethods (test.test_unittest.test_case.Test_TestCase.testDeprecatedFailMethods)
PASS: Test that the deprecated fail* methods get removed in 3.12
PASS: testEquality (test.test_unittest.test_case.Test_TestCase.testEquality)
PASS: testEqualityBytesWarning (test.test_unittest.test_case.Test_TestCase.testEqualityBytesWarning)
PASS: testInequality (test.test_unittest.test_case.Test_TestCase.testInequality)
PASS: testKeyboardInterrupt (test.test_unittest.test_case.Test_TestCase.testKeyboardInterrupt)
PASS: testNoCycles (test.test_unittest.test_case.Test_TestCase.testNoCycles)
PASS: testPickle (test.test_unittest.test_case.Test_TestCase.testPickle)
testShortDescriptionWhitespaceTrimming (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWhitespaceTrimming)
PASS: Tests shortDescription() whitespace is trimmed, so that the first
testShortDescriptionWithMultiLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithMultiLineDocstring)
PASS: Tests shortDescription() for a method with a longer docstring.
testShortDescriptionWithOneLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithOneLineDocstring)
PASS: Tests shortDescription() for a method with a docstring.
PASS: testShortDescriptionWithoutDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithoutDocstring)
PASS: testSkippingEverywhere (test.test_unittest.test_case.Test_TestCase.testSkippingEverywhere)
PASS: testSystemExit (test.test_unittest.test_case.Test_TestCase.testSystemExit)
PASS: testTruncateMessage (test.test_unittest.test_case.Test_TestCase.testTruncateMessage)
PASS: test_call__invoking_an_instance_delegates_to_run (test.test_unittest.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run)
PASS: test_countTestCases (test.test_unittest.test_case.Test_TestCase.test_countTestCases)
PASS: test_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_defaultTestResult)
PASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test)
PASS: test_deprecation_of_return_val_from_test_async_method (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test_async_method)
PASS: test_eq (test.test_unittest.test_case.Test_TestCase.test_eq)
PASS: test_failureException__default (test.test_unittest.test_case.Test_TestCase.test_failureException__default)
PASS: test_failureException__subclassing__explicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise)
PASS: test_failureException__subclassing__implicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise)
PASS: test_hash (test.test_unittest.test_case.Test_TestCase.test_hash)
PASS: test_id (test.test_unittest.test_case.Test_TestCase.test_id)
PASS: test_init__no_test_name (test.test_unittest.test_case.Test_TestCase.test_init__no_test_name)
PASS: test_init__test_name__invalid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__invalid)
PASS: test_init__test_name__valid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__valid)
PASS: test_ne (test.test_unittest.test_case.Test_TestCase.test_ne)
PASS: test_no_exception_leak (test.test_unittest.test_case.Test_TestCase.test_no_exception_leak)
PASS: test_run__returns_given_result (test.test_unittest.test_case.Test_TestCase.test_run__returns_given_result)
PASS: test_run__uses_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_run__uses_defaultTestResult)
PASS: test_run_call_order__error_in_setUp (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp)
PASS: test_run_call_order__error_in_setUp_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result)
PASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown)
PASS: test_run_call_order__error_in_tearDown_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result)
PASS: test_run_call_order__error_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test)
PASS: test_run_call_order__error_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result)
PASS: test_run_call_order__failure_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test)
PASS: test_run_call_order__failure_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result)
PASS: test_run_call_order__subtests (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests)
PASS: test_run_call_order__subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_failfast)
PASS: test_run_call_order__subtests_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_legacy)
PASS: test_run_call_order__subtests_success (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success)
PASS: test_run_call_order__subtests_success_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy)
PASS: test_run_call_order_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order_default_result)
PASS: test_setUp (test.test_unittest.test_case.Test_TestCase.test_setUp)
PASS: test_subtests_debug (test.test_unittest.test_case.Test_TestCase.test_subtests_debug)
PASS: test_subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_subtests_failfast)
PASS: test_tearDown (test.test_unittest.test_case.Test_TestCase.test_tearDown)
PASS: test_command_line_handling_discover_by_default (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default)
PASS: test_command_line_handling_discover_by_default_with_options (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options)
PASS: test_command_line_handling_do_discovery_calls_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader)
PASS: test_command_line_handling_do_discovery_too_many_arguments (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments)
PASS: test_command_line_handling_do_discovery_uses_default_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader)
PASS: test_command_line_handling_parseArgs (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_parseArgs)
PASS: test_detect_module_clash (test.test_unittest.test_discovery.TestDiscovery.test_detect_module_clash)
PASS: test_discover (test.test_unittest.test_discovery.TestDiscovery.test_discover)
PASS: test_discover_should_not_persist_top_level_dir_between_calls (test.test_unittest.test_discovery.TestDiscovery.test_discover_should_not_persist_top_level_dir_between_calls)
PASS: test_discover_start_dir_is_package_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests)
PASS: test_discover_with_init_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import)
PASS: test_discover_with_init_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import)
PASS: test_discover_with_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import)
PASS: test_discover_with_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import)
PASS: test_discovery_failed_discovery (test.test_unittest.test_discovery.TestDiscovery.test_discovery_failed_discovery)
PASS: test_discovery_from_dotted_namespace_packages (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_namespace_packages)
PASS: test_discovery_from_dotted_path (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path)
PASS: test_discovery_from_dotted_path_builtin_modules (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules)
test_discovery_start_dir_is_namespace (test.test_unittest.test_discovery.TestDiscovery.test_discovery_start_dir_is_namespace)
PASS: Subdirectory discovery not affected if start_dir is a namespace pkg.
PASS: test_find_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests)
PASS: test_find_tests_customize_via_package_pattern (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern)
PASS: test_find_tests_default_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests)
PASS: test_find_tests_socket (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_socket)
PASS: test_find_tests_with_package (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_with_package)
PASS: test_get_name_from_path (test.test_unittest.test_discovery.TestDiscovery.test_get_name_from_path)
PASS: test_module_symlink_ok (test.test_unittest.test_discovery.TestDiscovery.test_module_symlink_ok)
PASS: test_countTestCases (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_countTestCases)
PASS: test_id (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_id)
PASS: test_run_call_order__error_in_setUp (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp)
PASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown)
PASS: test_run_call_order__error_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test)
PASS: test_run_call_order__failure_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test)
PASS: test_shortDescription__no_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring)
PASS: test_shortDescription__singleline_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring)
PASS: test___init__ (test.test_unittest.test_loader.Test_TestLoader.test___init__)
PASS: test_getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames)
PASS: test_getTestCaseNames__inheritance (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance)
PASS: test_getTestCaseNames__no_tests (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests)
PASS: test_getTestCaseNames__not_a_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase)
PASS: test_getTestCaseNames__testNamePatterns (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns)
PASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression)
PASS: test_loadTestsFromModule__TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass)
PASS: test_loadTestsFromModule__TestCase_subclass_internals (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_internals)
PASS: test_loadTestsFromModule__faulty_load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests)
PASS: test_loadTestsFromModule__load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests)
PASS: test_loadTestsFromModule__no_TestCase_instances (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances)
PASS: test_loadTestsFromModule__no_TestCase_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests)
PASS: test_loadTestsFromModule__not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module)
PASS: test_loadTestsFromModule__pattern (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern)
PASS: test_loadTestsFromName__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance)
PASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass)
PASS: test_loadTestsFromName__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite)
PASS: test_loadTestsFromName__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type)
PASS: test_loadTestsFromName__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name)
PASS: test_loadTestsFromName__function_with_different_name_than_method (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method)
PASS: test_loadTestsFromName__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name)
PASS: test_loadTestsFromName__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded)
PASS: test_loadTestsFromName__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass)
PASS: test_loadTestsFromName__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite)
PASS: test_loadTestsFromName__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object)
PASS: test_loadTestsFromName__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name)
PASS: test_loadTestsFromName__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod)
PASS: test_loadTestsFromName__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name)
PASS: test_loadTestsFromName__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module)
PASS: test_loadTestsFromName__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod)
PASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass)
PASS: test_loadTestsFromName__relative_unknown_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name)
PASS: test_loadTestsFromName__unknown_attr_name_on_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module)
PASS: test_loadTestsFromName__unknown_attr_name_on_package (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package)
PASS: test_loadTestsFromName__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name)
PASS: test_loadTestsFromNames__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance)
PASS: test_loadTestsFromNames__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite)
PASS: test_loadTestsFromNames__callable__call_staticmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod)
PASS: test_loadTestsFromNames__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type)
PASS: test_loadTestsFromNames__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name)
PASS: test_loadTestsFromNames__empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list)
PASS: test_loadTestsFromNames__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name)
PASS: test_loadTestsFromNames__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded)
PASS: test_loadTestsFromNames__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass)
PASS: test_loadTestsFromNames__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite)
PASS: test_loadTestsFromNames__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object)
PASS: test_loadTestsFromNames__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name)
PASS: test_loadTestsFromNames__relative_empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list)
PASS: test_loadTestsFromNames__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod)
PASS: test_loadTestsFromNames__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name)
PASS: test_loadTestsFromNames__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module)
PASS: test_loadTestsFromNames__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod)
PASS: test_loadTestsFromNames__unknown_attr_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name)
PASS: test_loadTestsFromNames__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name)
PASS: test_loadTestsFromNames__unknown_name_relative_1 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1)
PASS: test_loadTestsFromNames__unknown_name_relative_2 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2)
PASS: test_loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase)
PASS: test_loadTestsFromTestCase__TestSuite_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass)
PASS: test_loadTestsFromTestCase__default_method_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name)
PASS: test_loadTestsFromTestCase__from_FunctionTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_FunctionTestCase)
PASS: test_loadTestsFromTestCase__from_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_TestCase)
PASS: test_loadTestsFromTestCase__no_matches (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches)
PASS: test_partial_functions (test.test_unittest.test_loader.Test_TestLoader.test_partial_functions)
PASS: test_sortTestMethodsUsing__None (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None)
PASS: test_sortTestMethodsUsing__default_value (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value)
PASS: test_sortTestMethodsUsing__getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames)
PASS: test_sortTestMethodsUsing__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule)
PASS: test_sortTestMethodsUsing__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName)
PASS: test_sortTestMethodsUsing__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames)
PASS: test_sortTestMethodsUsing__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase)
PASS: test_suiteClass__default_value (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__default_value)
PASS: test_suiteClass__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule)
PASS: test_suiteClass__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName)
PASS: test_suiteClass__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames)
PASS: test_suiteClass__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase)
PASS: test_testMethodPrefix__default_value (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__default_value)
PASS: test_testMethodPrefix__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule)
PASS: test_testMethodPrefix__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName)
PASS: test_testMethodPrefix__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames)
PASS: test_testMethodPrefix__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase)
PASS: testBufferCatchFailfast (test.test_unittest.test_program.TestCommandLineArgs.testBufferCatchFailfast)
PASS: testCatchBreakInstallsHandler (test.test_unittest.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler)
PASS: testParseArgsAbsolutePathsThatCanBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted)
PASS: testParseArgsAbsolutePathsThatCannotBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted)
PASS: testParseArgsFileNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFileNames)
PASS: testParseArgsFilePaths (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFilePaths)
PASS: testParseArgsNonExistentFiles (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles)
PASS: testParseArgsSelectedTestNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames)
PASS: testRunTestsOldRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass)
PASS: testRunTestsRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerClass)
PASS: testRunTestsRunnerInstance (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerInstance)
PASS: testSelectedTestNamesFunctionalTest (test.test_unittest.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest)
PASS: testVerbosity (test.test_unittest.test_program.TestCommandLineArgs.testVerbosity)
testWarning (test.test_unittest.test_program.TestCommandLineArgs.testWarning)
PASS: Test the warnings argument
PASS: test_locals (test.test_unittest.test_program.TestCommandLineArgs.test_locals)
PASS: testNoExit (test.test_unittest.test_program.Test_TestProgram.testNoExit)
PASS: test_Exit (test.test_unittest.test_program.Test_TestProgram.test_Exit)
PASS: test_ExitAsDefault (test.test_unittest.test_program.Test_TestProgram.test_ExitAsDefault)
PASS: test_ExitEmptySuite (test.test_unittest.test_program.Test_TestProgram.test_ExitEmptySuite)
PASS: test_ExitSetUpClassFailureSuite (test.test_unittest.test_program.Test_TestProgram.test_ExitSetUpClassFailureSuite)
PASS: test_ExitSkippedSuite (test.test_unittest.test_program.Test_TestProgram.test_ExitSkippedSuite)
PASS: test_NonExit (test.test_unittest.test_program.Test_TestProgram.test_NonExit)
PASS: test_defaultTest_with_iterable (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_iterable)
PASS: test_defaultTest_with_string (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_string)
PASS: test_discovery_from_dotted_path (test.test_unittest.test_program.Test_TestProgram.test_discovery_from_dotted_path)
PASS: testBufferDoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoClassCleanups)
PASS: testBufferDoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoCleanups)
PASS: testBufferDoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoModuleCleanups)
PASS: testBufferOutputAddErrorOrFailure (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure)
PASS: testBufferOutputOff (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputOff)
PASS: testBufferOutputStartTestAddSuccess (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess)
PASS: testBufferSetUp (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp)
PASS: testBufferSetUpModule (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule)
PASS: testBufferSetUpModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups)
PASS: testBufferSetUp_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups)
PASS: testBufferSetupClass (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass)
PASS: testBufferSetupClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups)
PASS: testBufferTearDown (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown)
PASS: testBufferTearDownClass (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass)
PASS: testBufferTearDownClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups)
PASS: testBufferTearDownModule (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule)
PASS: testBufferTearDownModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups)
PASS: testBufferTearDown_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups)
PASS: testOldResultWithRunner (test.test_unittest.test_result.Test_OldTestResult.testOldResultWithRunner)
PASS: testOldTestResult (test.test_unittest.test_result.Test_OldTestResult.testOldTestResult)
PASS: testOldTestResultClass (test.test_unittest.test_result.Test_OldTestResult.testOldTestResultClass)
PASS: testOldTestTesultSetup (test.test_unittest.test_result.Test_OldTestResult.testOldTestTesultSetup)
PASS: testFailFast (test.test_unittest.test_result.Test_TestResult.testFailFast)
PASS: testFailFastSetByRunner (test.test_unittest.test_result.Test_TestResult.testFailFastSetByRunner)
PASS: testStackFrameTrimming (test.test_unittest.test_result.Test_TestResult.testStackFrameTrimming)
PASS: test_addError (test.test_unittest.test_result.Test_TestResult.test_addError)
PASS: test_addError_locals (test.test_unittest.test_result.Test_TestResult.test_addError_locals)
PASS: test_addFailure (test.test_unittest.test_result.Test_TestResult.test_addFailure)
PASS: test_addFailure_filter_traceback_frames (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames)
PASS: test_addFailure_filter_traceback_frames_chained_exception_cycle (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle)
PASS: test_addFailure_filter_traceback_frames_chained_exception_self_loop (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop)
PASS: test_addFailure_filter_traceback_frames_context (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context)
PASS: test_addSubTest (test.test_unittest.test_result.Test_TestResult.test_addSubTest)
PASS: test_addSuccess (test.test_unittest.test_result.Test_TestResult.test_addSuccess)
PASS: test_init (test.test_unittest.test_result.Test_TestResult.test_init)
PASS: test_startTest (test.test_unittest.test_result.Test_TestResult.test_startTest)
PASS: test_startTestRun_stopTestRun (test.test_unittest.test_result.Test_TestResult.test_startTestRun_stopTestRun)
PASS: test_stop (test.test_unittest.test_result.Test_TestResult.test_stop)
PASS: test_stopTest (test.test_unittest.test_result.Test_TestResult.test_stopTest)
PASS: testDotsOutput (test.test_unittest.test_result.Test_TextTestResult.testDotsOutput)
PASS: testDotsOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestMixed)
PASS: testDotsOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess)
PASS: testDotsOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputTearDownFail)
testGetDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithMultiLineDocstring)
PASS: Tests getDescription() for a method with a longer docstring.
testGetDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithOneLineDocstring)
PASS: Tests getDescription() for a method with a docstring.
PASS: testGetDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring)
PASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring)
PASS: testGetNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring)
PASS: testGetSubTestDescriptionForFalseValues (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalseValues)
testGetSubTestDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithMultiLineDocstring)
PASS: Tests getDescription() for a method with a longer docstring.
testGetSubTestDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithOneLineDocstring)
PASS: Tests getDescription() for a method with a docstring.
PASS: testGetSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring)
PASS: testGetSubTestDescriptionWithoutDocstringAndParams (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams)
PASS: testLongOutput (test.test_unittest.test_result.Test_TextTestResult.testLongOutput)
PASS: testLongOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestMixed)
PASS: testLongOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestSuccess)
PASS: testLongOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testLongOutputTearDownFail)
PASS: test_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_addClassCleanUp)
PASS: test_debug_executes_classCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp)
PASS: test_debug_executes_classCleanUp_when_teardown_exception (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception)
PASS: test_doClassCleanups_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp)
PASS: test_enterClassContext (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext)
PASS: test_enterClassContext_arg_errors (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_arg_errors)
PASS: test_run_class_cleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp)
PASS: test_run_class_cleanUp_without_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass)
PASS: test_run_empty_suite_error_message (test.test_unittest.test_runner.TestClassCleanup.test_run_empty_suite_error_message)
PASS: test_run_nested_test (test.test_unittest.test_runner.TestClassCleanup.test_run_nested_test)
PASS: test_run_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp)
PASS: test_with_errors_addCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_addCleanUp)
PASS: test_with_errors_in_addClassCleanup_and_setUps (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps)
PASS: test_with_errors_in_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass)
PASS: testCleanUp (test.test_unittest.test_runner.TestCleanUp.testCleanUp)
PASS: testCleanUpWithErrors (test.test_unittest.test_runner.TestCleanUp.testCleanUpWithErrors)
PASS: testCleanupInRun (test.test_unittest.test_runner.TestCleanUp.testCleanupInRun)
PASS: testTestCaseDebugExecutesCleanups (test.test_unittest.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups)
PASS: test_enterContext (test.test_unittest.test_runner.TestCleanUp.test_enterContext)
PASS: test_enterContext_arg_errors (test.test_unittest.test_runner.TestCleanUp.test_enterContext_arg_errors)
PASS: test_addClassCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors)
PASS: test_addCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors)
PASS: test_addModuleCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors)
PASS: test_add_and_do_ModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup)
PASS: test_debug_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception)
PASS: test_debug_module_executes_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp)
PASS: test_doModuleCleanup_with_errors_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup)
PASS: test_enterModuleContext (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext)
PASS: test_enterModuleContext_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors)
PASS: test_module_cleanUp_with_multiple_classes (test.test_unittest.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes)
PASS: test_run_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp)
PASS: test_run_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception)
PASS: test_run_module_cleanUp_without_teardown (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown)
PASS: test_run_multiple_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp)
PASS: test_with_errors_in_addClassCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup)
PASS: test_with_errors_in_addCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup)
PASS: test_with_errors_in_addModuleCleanup_and_setUps (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps)
PASS: testBufferAndFailfast (test.test_unittest.test_runner.Test_TextTestRunner.testBufferAndFailfast)
PASS: testRunnerRegistersResult (test.test_unittest.test_runner.Test_TextTestRunner.testRunnerRegistersResult)
PASS: testSpecifiedStreamUsed (test.test_unittest.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed)
PASS: testStdErrLookedUpAtInstantiationTime (test.test_unittest.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime)
PASS: test_durations (test.test_unittest.test_runner.Test_TextTestRunner.test_durations)
PASS: test_init (test.test_unittest.test_runner.Test_TextTestRunner.test_init)
PASS: test_locals (test.test_unittest.test_runner.Test_TextTestRunner.test_locals)
PASS: test_multiple_inheritance (test.test_unittest.test_runner.Test_TextTestRunner.test_multiple_inheritance)
PASS: test_pickle_unpickle (test.test_unittest.test_runner.Test_TextTestRunner.test_pickle_unpickle)
PASS: test_resultclass (test.test_unittest.test_runner.Test_TextTestRunner.test_resultclass)
PASS: test_startTestRun_stopTestRun_called (test.test_unittest.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called)
test_warnings (test.test_unittest.test_runner.Test_TextTestRunner.test_warnings)
PASS: Check that warnings argument of TextTestRunner correctly affects the
PASS: test_works_with_result_without_startTestRun_stopTestRun (test.test_unittest.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun)
PASS: test_class_not_setup_or_torndown_when_skipped (test.test_unittest.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped)
PASS: test_class_not_torndown_when_setup_fails (test.test_unittest.test_setups.TestSetups.test_class_not_torndown_when_setup_fails)
PASS: test_error_in_setup_module (test.test_unittest.test_setups.TestSetups.test_error_in_setup_module)
PASS: test_error_in_setupclass (test.test_unittest.test_setups.TestSetups.test_error_in_setupclass)
PASS: test_error_in_teardown_class (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_class)
PASS: test_error_in_teardown_module (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_module)
PASS: test_setup_class (test.test_unittest.test_setups.TestSetups.test_setup_class)
PASS: test_setup_module (test.test_unittest.test_setups.TestSetups.test_setup_module)
PASS: test_setup_teardown_order_with_pathological_suite (test.test_unittest.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite)
PASS: test_skiptest_in_setupclass (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupclass)
PASS: test_skiptest_in_setupmodule (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupmodule)
PASS: test_suite_debug_executes_setups_and_teardowns (test.test_unittest.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns)
PASS: test_suite_debug_propagates_exceptions (test.test_unittest.test_setups.TestSetups.test_suite_debug_propagates_exceptions)
PASS: test_teardown_class (test.test_unittest.test_setups.TestSetups.test_teardown_class)
PASS: test_teardown_class_two_classes (test.test_unittest.test_setups.TestSetups.test_teardown_class_two_classes)
PASS: test_teardown_module (test.test_unittest.test_setups.TestSetups.test_teardown_module)
PASS: test_testcase_with_missing_module (test.test_unittest.test_setups.TestSetups.test_testcase_with_missing_module)
PASS: test_debug_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping)
PASS: test_debug_skipping_class (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_class)
PASS: test_debug_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_subtests)
PASS: test_decorated_skip (test.test_unittest.test_skipping.Test_TestSkipping.test_decorated_skip)
PASS: test_expected_failure (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure)
PASS: test_expected_failure_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup)
PASS: test_expected_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup)
PASS: test_expected_failure_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_subtests)
PASS: test_expected_failure_with_wrapped_class (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class)
PASS: test_expected_failure_with_wrapped_subclass (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass)
PASS: test_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup)
PASS: test_skip_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_class)
PASS: test_skip_doesnt_run_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup)
PASS: test_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_cleanup)
PASS: test_skip_in_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_setup)
PASS: test_skip_non_unittest_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_non_unittest_class)
PASS: test_skip_without_reason (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_without_reason)
PASS: test_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping)
PASS: test_skipping_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup)
PASS: test_skipping_decorators (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_decorators)
PASS: test_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_subtests)
PASS: test_unexpected_success (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success)
PASS: test_unexpected_success_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup)
PASS: test_unexpected_success_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup)
PASS: test_unexpected_success_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_subtests)
PASS: test_addTest__TestCase (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestCase)
PASS: test_addTest__TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestSuite)
PASS: test_addTest__casesuiteclass (test.test_unittest.test_suite.Test_TestSuite.test_addTest__casesuiteclass)
PASS: test_addTest__noncallable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noncallable)
PASS: test_addTest__noniterable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noniterable)
PASS: test_addTests (test.test_unittest.test_suite.Test_TestSuite.test_addTests)
PASS: test_addTests__string (test.test_unittest.test_suite.Test_TestSuite.test_addTests__string)
PASS: test_basetestsuite (test.test_unittest.test_suite.Test_TestSuite.test_basetestsuite)
PASS: test_countTestCases_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_nested)
PASS: test_countTestCases_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_simple)
PASS: test_countTestCases_zero_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_nested)
PASS: test_countTestCases_zero_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_simple)
PASS: test_eq (test.test_unittest.test_suite.Test_TestSuite.test_eq)
PASS: test_function_in_suite (test.test_unittest.test_suite.Test_TestSuite.test_function_in_suite)
PASS: test_garbage_collect_test_after_run_BaseTestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite)
PASS: test_garbage_collect_test_after_run_TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite)
PASS: test_init__TestSuite_instances_in_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests)
PASS: test_init__empty_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__empty_tests)
PASS: test_init__tests_from_any_iterable (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_from_any_iterable)
PASS: test_init__tests_optional (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_optional)
PASS: test_iter (test.test_unittest.test_suite.Test_TestSuite.test_iter)
PASS: test_ne (test.test_unittest.test_suite.Test_TestSuite.test_ne)
PASS: test_overriding_call (test.test_unittest.test_suite.Test_TestSuite.test_overriding_call)
PASS: test_remove_test_at_index (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index)
PASS: test_remove_test_at_index_not_indexable (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable)
PASS: test_run (test.test_unittest.test_suite.Test_TestSuite.test_run)
PASS: test_run__empty_suite (test.test_unittest.test_suite.Test_TestSuite.test_run__empty_suite)
PASS: test_run__requires_result (test.test_unittest.test_suite.Test_TestSuite.test_run__requires_result)
PASS: test_safe_repr (test.test_unittest.test_util.TestUtil.test_safe_repr)
PASS: test_sorted_list_difference (test.test_unittest.test_util.TestUtil.test_sorted_list_difference)
PASS: test_unorderable_list_difference (test.test_unittest.test_util.TestUtil.test_unorderable_list_difference)
PASS: test_add_return_value (test.test_unittest.testmock.testasync.AsyncArguments.test_add_return_value)
PASS: test_add_side_effect_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine)
PASS: test_add_side_effect_exception (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception)
PASS: test_add_side_effect_exception_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable)
PASS: test_add_side_effect_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_iterable)
PASS: test_add_side_effect_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function)
PASS: test_await_args_list_order (test.test_unittest.testmock.testasync.AsyncArguments.test_await_args_list_order)
PASS: test_return_value_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_AsyncMock)
PASS: test_return_value_awaitable (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_awaitable)
PASS: test_side_effect_awaitable_values (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values)
PASS: test_side_effect_is_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock)
PASS: test_wraps_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_coroutine)
PASS: test_wraps_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_normal_function)
PASS: test_autospec_checks_signature (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_autospec_checks_signature)
PASS: test_create_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec)
PASS: test_create_autospec_instance (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance)
PASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch)
PASS: test_patch_with_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec)
PASS: test_context_manager_raise_exception_by_default (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default)
PASS: test_mock_customize_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager)
PASS: test_mock_customize_async_context_manager_with_coroutine (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine)
PASS: test_mock_supports_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager)
PASS: test_set_return_value_of_aenter (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter)
PASS: test_aiter_set_return_value (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value)
PASS: test_mock_aiter_and_anext_asyncmock (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock)
PASS: test_mock_async_for (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_async_for)
PASS: test_async_magic_methods_return_async_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks)
PASS: test_asyncmock_has_sync_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods)
PASS: test_magic_methods_are_async_functions (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions)
PASS: test_magicmock_has_async_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods)
PASS: test_sync_magic_methods_return_magic_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks)
PASS: test_assert_any_wait (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_any_wait)
PASS: test_assert_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited)
PASS: test_assert_awaited_but_not_called (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called)
PASS: test_assert_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once)
PASS: test_assert_awaited_once_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with)
PASS: test_assert_awaited_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_with)
PASS: test_assert_called_and_awaited_at_same_time (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time)
PASS: test_assert_called_but_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited)
PASS: test_assert_called_once_and_awaited_twice (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice)
PASS: test_assert_called_then_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited)
PASS: test_assert_called_twice_and_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once)
PASS: test_assert_has_awaits_no_order (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order)
PASS: test_assert_has_awaits_not_matching_spec_error (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error)
PASS: test_assert_has_awaits_ordered (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered)
PASS: test_assert_has_calls_not_awaits (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits)
PASS: test_assert_has_mock_calls_on_async_mock_no_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec)
PASS: test_assert_has_mock_calls_on_async_mock_with_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec)
PASS: test_assert_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_not_awaited)
PASS: test_async_arg_lists (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists)
PASS: test_async_method_calls_recorded (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded)
PASS: test_awaits_asserts_with_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any)
PASS: test_awaits_asserts_with_spec_and_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any)
PASS: test_future_isfuture (test.test_unittest.testmock.testasync.AsyncMockTest.test_future_isfuture)
PASS: test_isawaitable (test.test_unittest.testmock.testasync.AsyncMockTest.test_isawaitable)
PASS: test_iscoroutinefunction_default (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default)
PASS: test_iscoroutinefunction_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function)
PASS: test_iscoroutinefunction_normal_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function)
PASS: test_async_def_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_async_def_cm)
PASS: test_is_AsyncMock_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm)
PASS: test_is_async_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_cm)
PASS: test_is_async_function_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm)
PASS: test_patch_dict_async_def (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def)
PASS: test_patch_dict_async_def_context (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context)
PASS: test_async_def_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch)
PASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch)
PASS: test_is_AsyncMock_patch_classmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod)
PASS: test_is_AsyncMock_patch_staticmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod)
PASS: test_is_async_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch)
PASS: test_is_coroutine_function_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch)
PASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch)
PASS: test_is_async_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock)
PASS: test_is_child_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock)
PASS: test_magicmock_lambda_spec (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec)
PASS: test_spec_as_normal_kw_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock)
PASS: test_spec_as_normal_positional_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock)
PASS: test_spec_async_attributes (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes)
PASS: test_spec_async_attributes_instance (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_instance)
PASS: test_spec_async_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_mock)
PASS: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw)
PASS: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional)
PASS: test_spec_normal_methods_on_class (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class)
PASS: test_spec_normal_methods_on_class_with_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock)
PASS: test_spec_normal_methods_on_class_with_mock_seal (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal)
PASS: test_spec_parent_not_async_attribute_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is)
PASS: test_target_async_spec_not (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_async_spec_not)
PASS: test_target_not_async_spec_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is)
PASS: test_attributes (test.test_unittest.testmock.testcallable.TestCallable.test_attributes)
PASS: test_create_autospec (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec)
PASS: test_create_autospec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_instance)
PASS: test_hierarchy (test.test_unittest.testmock.testcallable.TestCallable.test_hierarchy)
PASS: test_non_callable (test.test_unittest.testmock.testcallable.TestCallable.test_non_callable)
PASS: test_patch_spec (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec)
PASS: test_patch_spec_callable_class (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_callable_class)
PASS: test_patch_spec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_instance)
PASS: test_patch_spec_set (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set)
PASS: test_patch_spec_set_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_instance)
PASS: test_subclasses (test.test_unittest.testmock.testcallable.TestCallable.test_subclasses)
PASS: test_any (test.test_unittest.testmock.testhelpers.AnyTest.test_any)
PASS: test_any_and_datetime (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_datetime)
PASS: test_any_and_spec_set (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_spec_set)
PASS: test_any_mock_calls_comparison_order (test.test_unittest.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order)
PASS: test_any_no_spec (test.test_unittest.testmock.testhelpers.AnyTest.test_any_no_spec)
PASS: test_repr (test.test_unittest.testmock.testhelpers.AnyTest.test_repr)
PASS: test_attribute_call (test.test_unittest.testmock.testhelpers.CallTest.test_attribute_call)
PASS: test_call (test.test_unittest.testmock.testhelpers.CallTest.test_call)
PASS: test_call_any (test.test_unittest.testmock.testhelpers.CallTest.test_call_any)
PASS: test_call_list (test.test_unittest.testmock.testhelpers.CallTest.test_call_list)
PASS: test_call_ne (test.test_unittest.testmock.testhelpers.CallTest.test_call_ne)
PASS: test_call_non_tuples (test.test_unittest.testmock.testhelpers.CallTest.test_call_non_tuples)
PASS: test_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args)
PASS: test_call_with_args_call_empty_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name)
PASS: test_call_with_call (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_call)
PASS: test_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_kwargs)
PASS: test_call_with_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_name)
PASS: test_dunder_call (test.test_unittest.testmock.testhelpers.CallTest.test_dunder_call)
PASS: test_empty__Call (test.test_unittest.testmock.testhelpers.CallTest.test_empty__Call)
PASS: test_extended_call (test.test_unittest.testmock.testhelpers.CallTest.test_extended_call)
PASS: test_extended_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_extended_not_equal)
PASS: test_named_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_args)
PASS: test_named_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_kwargs)
PASS: test_named_empty_call (test.test_unittest.testmock.testhelpers.CallTest.test_named_empty_call)
PASS: test_nested_calls_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_nested_calls_not_equal)
PASS: test_repr (test.test_unittest.testmock.testhelpers.CallTest.test_repr)
PASS: test_two_args_call (test.test_unittest.testmock.testhelpers.CallTest.test_two_args_call)
PASS: test_attributes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_attributes)
PASS: test_autospec_data_descriptor (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor)
PASS: test_autospec_functions_with_self_in_odd_place (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place)
PASS: test_autospec_getattr_partial_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function)
PASS: test_autospec_on_bound_builtin_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function)
PASS: test_autospec_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock)
PASS: test_autospec_signature_classmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod)
PASS: test_autospec_signature_staticmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod)
PASS: test_basic (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_basic)
PASS: test_builtin_functions_types (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types)
PASS: test_builtins (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtins)
PASS: test_class_with_no_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init)
PASS: test_create_autospec_keyword_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments)
PASS: test_create_autospec_keyword_only_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments)
PASS: test_create_autospec_none (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none)
PASS: test_create_autospec_return_value (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value)
PASS: test_dataclass_default (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_default)
PASS: test_dataclass_post_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_post_init)
PASS: test_dataclass_special_attrs (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_special_attrs)
PASS: test_dataclass_with_method (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_with_method)
PASS: test_dataclass_with_non_fields (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_dataclass_with_non_fields)
PASS: test_descriptors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_descriptors)
PASS: test_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function)
PASS: test_function_as_instance_attribute (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute)
PASS: test_inherit (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_inherit)
PASS: test_magic_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_magic_methods)
PASS: test_method_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_method_calls)
PASS: test_mocking_unbound_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods)
PASS: test_recursive (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_recursive)
PASS: test_signature_callable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_callable)
PASS: test_signature_class (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_class)
PASS: test_signature_noncallable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable)
PASS: test_skip_attributeerrors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors)
PASS: test_spec_as_list (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_as_list)
PASS: test_spec_function_assert_any_call (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call)
PASS: test_spec_function_assert_has_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls)
PASS: test_spec_function_no_name (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name)
PASS: test_spec_function_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock)
PASS: test_spec_has_descriptor_returning_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function)
PASS: test_spec_has_function_not_in_bases (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases)
PASS: test_spec_inheritance_for_classes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes)
PASS: test_spec_inspect_signature (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature)
PASS: test_spec_inspect_signature_annotations (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations)
PASS: test_spec_set (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_set)
PASS: test_args_list_contains_call_list (test.test_unittest.testmock.testhelpers.TestCallList.test_args_list_contains_call_list)
PASS: test_call_list_str (test.test_unittest.testmock.testhelpers.TestCallList.test_call_list_str)
PASS: test_propertymock (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock)
PASS: test_propertymock_attach (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_attach)
PASS: test_propertymock_bare (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_bare)
PASS: test_propertymock_returnvalue (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_returnvalue)
PASS: test_propertymock_side_effect (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_side_effect)
PASS: test_call_magic_method (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_call_magic_method)
PASS: test_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_classmethod)
PASS: test_non_callable_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod)
PASS: test_non_callable_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod)
PASS: test_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_staticmethod)
PASS: test_type (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_type)
PASS: test_asyncmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults)
PASS: test_attributes_and_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value)
PASS: test_bound_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods)
PASS: test_changing_magic_set_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization)
PASS: test_comparison (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison)
PASS: test_deleting_magic_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods)
PASS: test_descriptor_from_class (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class)
PASS: test_dict_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods)
PASS: test_dir (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dir)
PASS: test_division (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_division)
PASS: test_divmod_and_rdivmod (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod)
PASS: test_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_equality)
PASS: test_hash (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_hash)
PASS: test_iterable_as_iter_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value)
PASS: test_len_contains_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter)
PASS: test_magic_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization)
PASS: test_magic_method_reset_mock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock)
PASS: test_magic_method_type (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type)
PASS: test_magic_method_wrapping (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping)
PASS: test_magic_methods_and_spec (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec)
PASS: test_magic_methods_and_spec_set (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set)
PASS: test_magic_methods_are_magic_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks)
PASS: test_magic_methods_fspath (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath)
PASS: test_magic_methods_isolated_between_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks)
PASS: test_magic_mock_does_not_reset_magic_returns (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_does_not_reset_magic_returns)
PASS: test_magic_mock_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality)
PASS: test_magic_mock_resets_manual_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks)
PASS: test_magic_mock_resets_manual_mocks_empty_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_empty_iter)
PASS: test_magicmock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock)
PASS: test_magicmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults)
PASS: test_magicmock_del (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del)
PASS: test_matmul (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul)
PASS: test_nonzero (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero)
PASS: test_numeric (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric)
PASS: test_repr (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_repr)
PASS: test_setting_unsupported_magic_method (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method)
PASS: test_str (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_str)
PASS: test__name__ (test.test_unittest.testmock.testmock.MockTest.test__name__)
PASS: test_adding_child_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_child_mock)
PASS: test_adding_return_value_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_return_value_mock)
PASS: test_all (test.test_unittest.testmock.testmock.MockTest.test_all)
PASS: test_arg_lists (test.test_unittest.testmock.testmock.MockTest.test_arg_lists)
PASS: test_assert_any_call (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call)
PASS: test_assert_any_call_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_with_function_spec)
PASS: test_assert_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called)
PASS: test_assert_called_exception_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_exception_message)
PASS: test_assert_called_once (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once)
PASS: test_assert_called_once_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message)
PASS: test_assert_called_once_message_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_not_called)
PASS: test_assert_called_once_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with)
PASS: test_assert_called_once_with_call_list (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_call_list)
PASS: test_assert_called_once_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_function_spec)
PASS: test_assert_called_once_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_message)
PASS: test_assert_called_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with)
PASS: test_assert_called_with_any (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_any)
PASS: test_assert_called_with_failure_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_failure_message)
PASS: test_assert_called_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_function_spec)
PASS: test_assert_called_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_message)
PASS: test_assert_called_with_method_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_method_spec)
PASS: test_assert_has_calls (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls)
PASS: test_assert_has_calls_any_order (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_any_order)
PASS: test_assert_has_calls_nested_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_spec)
PASS: test_assert_has_calls_nested_without_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec)
PASS: test_assert_has_calls_not_matching_spec_error (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error)
PASS: test_assert_has_calls_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec)
PASS: test_assert_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called)
PASS: test_assert_not_called_message (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_message)
PASS: test_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_attach_mock)
PASS: test_attach_mock_patch_autospec (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec)
PASS: test_attach_mock_patch_autospec_signature (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature)
PASS: test_attach_mock_return_value (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_return_value)
PASS: test_attribute_access_returns_mocks (test.test_unittest.testmock.testmock.MockTest.test_attribute_access_returns_mocks)
PASS: test_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_attribute_deletion)
PASS: test_attributes_have_name_and_parent_set (test.test_unittest.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set)
PASS: test_autospec_mock (test.test_unittest.testmock.testmock.MockTest.test_autospec_mock)
PASS: test_autospec_side_effect (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect)
PASS: test_autospec_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_exception)
PASS: test_baseexceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_baseexceptional_side_effect)
PASS: test_bool_not_called_when_passing_spec_arg (test.test_unittest.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg)
PASS: test_call (test.test_unittest.testmock.testmock.MockTest.test_call)
PASS: test_call_args_comparison (test.test_unittest.testmock.testmock.MockTest.test_call_args_comparison)
PASS: test_call_args_two_tuple (test.test_unittest.testmock.testmock.MockTest.test_call_args_two_tuple)
PASS: test_calls_equal_with_any (test.test_unittest.testmock.testmock.MockTest.test_calls_equal_with_any)
PASS: test_change_return_value_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_return_value_via_delegate)
PASS: test_change_side_effect_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_side_effect_via_delegate)
PASS: test_child_mock_call_equal (test.test_unittest.testmock.testmock.MockTest.test_child_mock_call_equal)
PASS: test_class_assignable (test.test_unittest.testmock.testmock.MockTest.test_class_assignable)
PASS: test_configure_mock (test.test_unittest.testmock.testmock.MockTest.test_configure_mock)
PASS: test_constructor (test.test_unittest.testmock.testmock.MockTest.test_constructor)
PASS: test_copy (test.test_unittest.testmock.testmock.MockTest.test_copy)
PASS: test_create_autospec_classmethod_and_staticmethod (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod)
PASS: test_create_autospec_correctly_handles_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_correctly_handles_name)
test_create_autospec_instance_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_instance_wraps_class)
PASS: Autospec a class instance with wraps & test if the call is passed
test_create_autospec_should_be_configurable_by_kwargs (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_should_be_configurable_by_kwargs)
PASS: If kwargs are given to configure mock, the function must configure
PASS: test_create_autospec_type_hints_typechecking (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_type_hints_typechecking)
PASS: test_create_autospec_with_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_with_name)
test_create_autospec_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_class)
PASS: Autospec a class with wraps & test if the call is passed to the
test_create_autospec_wraps_function_type (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_function_type)
PASS: Autospec a function or a method with wraps & test if the call is
PASS: test_customize_wrapped_object_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value)
PASS: test_customize_wrapped_object_with_return_value_and_side_effect (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect)
PASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2)
PASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default)
PASS: test_customize_wrapped_object_with_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception)
PASS: test_customize_wrapped_object_with_side_effect_function (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function)
PASS: test_customize_wrapped_object_with_side_effect_iterable (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable)
PASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default)
PASS: test_decorated_async_methods_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_decorated_async_methods_with_spec_mock)
PASS: test_dir (test.test_unittest.testmock.testmock.MockTest.test_dir)
PASS: test_dir_does_not_include_deleted_attributes (test.test_unittest.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes)
PASS: test_dir_from_spec (test.test_unittest.testmock.testmock.MockTest.test_dir_from_spec)
PASS: test_exceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_exceptional_side_effect)
PASS: test_explicit_parent (test.test_unittest.testmock.testmock.MockTest.test_explicit_parent)
test_explicit_return_value_even_if_mock_wraps_object (test.test_unittest.testmock.testmock.MockTest.test_explicit_return_value_even_if_mock_wraps_object)
PASS: If the mock has an explicit return_value set then calls are not
PASS: test_filter_dir (test.test_unittest.testmock.testmock.MockTest.test_filter_dir)
PASS: test_from_spec (test.test_unittest.testmock.testmock.MockTest.test_from_spec)
PASS: test_isinstance_under_settrace (test.test_unittest.testmock.testmock.MockTest.test_isinstance_under_settrace)
PASS: test_magic_method_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_class)
PASS: test_magic_method_wraps_dict (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_dict)
PASS: test_magic_methods_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_magic_methods_mock_calls)
PASS: test_manager_mock (test.test_unittest.testmock.testmock.MockTest.test_manager_mock)
PASS: test_method_calls_compare_easily (test.test_unittest.testmock.testmock.MockTest.test_method_calls_compare_easily)
PASS: test_method_calls_recorded (test.test_unittest.testmock.testmock.MockTest.test_method_calls_recorded)
PASS: test_misspelled_arguments (test.test_unittest.testmock.testmock.MockTest.test_misspelled_arguments)
PASS: test_mock_add_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec)
PASS: test_mock_add_spec_magic_methods (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_magic_methods)
PASS: test_mock_call_not_equal_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_leaf)
PASS: test_mock_call_not_equal_non_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf)
PASS: test_mock_call_not_equal_non_leaf_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr)
PASS: test_mock_call_not_equal_non_leaf_call_versus_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr)
PASS: test_mock_call_not_equal_non_leaf_params_different (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different)
PASS: test_mock_call_repr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr)
PASS: test_mock_call_repr_loop (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_loop)
PASS: test_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_mock_calls)
PASS: test_mock_calls_contains (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_contains)
PASS: test_mock_calls_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_create_autospec)
PASS: test_mock_does_not_raise_on_repeated_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion)
PASS: test_mock_open_after_eof (test.test_unittest.testmock.testmock.MockTest.test_mock_open_after_eof)
PASS: test_mock_open_alter_readline (test.test_unittest.testmock.testmock.MockTest.test_mock_open_alter_readline)
PASS: test_mock_open_dunder_iter_issue (test.test_unittest.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue)
PASS: test_mock_open_next_with_readline_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value)
PASS: test_mock_open_reuse_issue_21750 (test.test_unittest.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750)
PASS: test_mock_open_using_next (test.test_unittest.testmock.testmock.MockTest.test_mock_open_using_next)
PASS: test_mock_open_write (test.test_unittest.testmock.testmock.MockTest.test_mock_open_write)
PASS: test_mock_parents (test.test_unittest.testmock.testmock.MockTest.test_mock_parents)
PASS: test_mock_raises_when_deleting_nonexistent_attribute (test.test_unittest.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute)
PASS: test_mock_safe_with_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_safe_with_spec)
PASS: test_mock_unsafe (test.test_unittest.testmock.testmock.MockTest.test_mock_unsafe)
PASS: test_name_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_name_attribute_of_call)
PASS: test_only_allowed_methods_exist (test.test_unittest.testmock.testmock.MockTest.test_only_allowed_methods_exist)
PASS: test_ordered_call_signature (test.test_unittest.testmock.testmock.MockTest.test_ordered_call_signature)
PASS: test_override_tuple_methods (test.test_unittest.testmock.testmock.MockTest.test_override_tuple_methods)
PASS: test_parent_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_parent_attribute_of_call)
PASS: test_parent_propagation_with_autospec_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock)
PASS: test_parent_propagation_with_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec)
PASS: test_property_not_called_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_property_not_called_with_spec_mock)
PASS: test_repr (test.test_unittest.testmock.testmock.MockTest.test_repr)
PASS: test_repr_with_spec (test.test_unittest.testmock.testmock.MockTest.test_repr_with_spec)
PASS: test_reset_mock (test.test_unittest.testmock.testmock.MockTest.test_reset_mock)
PASS: test_reset_mock_does_not_raise_on_attr_deletion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion)
PASS: test_reset_mock_on_mock_open_issue_18622 (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622)
PASS: test_reset_mock_recursion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_recursion)
PASS: test_reset_return (test.test_unittest.testmock.testmock.MockTest.test_reset_return)
PASS: test_reset_return_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_sideeffect)
PASS: test_reset_return_with_children (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children)
PASS: test_reset_return_with_children_side_effect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_side_effect)
PASS: test_reset_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_sideeffect)
PASS: test_return_value_in_constructor (test.test_unittest.testmock.testmock.MockTest.test_return_value_in_constructor)
PASS: test_setting_attribute_with_spec_set (test.test_unittest.testmock.testmock.MockTest.test_setting_attribute_with_spec_set)
PASS: test_setting_call (test.test_unittest.testmock.testmock.MockTest.test_setting_call)
PASS: test_side_effect (test.test_unittest.testmock.testmock.MockTest.test_side_effect)
PASS: test_side_effect_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator)
PASS: test_side_effect_iterator_default (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_default)
PASS: test_side_effect_iterator_exceptions (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_exceptions)
PASS: test_side_effect_setting_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_setting_iterator)
PASS: test_spec_class (test.test_unittest.testmock.testmock.MockTest.test_spec_class)
PASS: test_spec_class_no_object_base (test.test_unittest.testmock.testmock.MockTest.test_spec_class_no_object_base)
PASS: test_spec_list_subclass (test.test_unittest.testmock.testmock.MockTest.test_spec_list_subclass)
PASS: test_subclass_with_properties (test.test_unittest.testmock.testmock.MockTest.test_subclass_with_properties)
PASS: test_subclassing (test.test_unittest.testmock.testmock.MockTest.test_subclassing)
PASS: test_wraps_attributes (test.test_unittest.testmock.testmock.MockTest.test_wraps_attributes)
PASS: test_wraps_call_with_nondefault_return_value (test.test_unittest.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value)
PASS: test_wraps_calls (test.test_unittest.testmock.testmock.MockTest.test_wraps_calls)
PASS: test_wraps_prevents_automatic_creation_of_mocks (test.test_unittest.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks)
PASS: test_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_autospec)
PASS: test_autospec_classmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod)
PASS: test_autospec_classmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_signature)
PASS: test_autospec_function (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_function)
PASS: test_autospec_inherits (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_inherits)
PASS: test_autospec_keywords (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_keywords)
PASS: test_autospec_name (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_name)
PASS: test_autospec_staticmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod)
PASS: test_autospec_staticmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature)
PASS: test_autospec_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_new)
PASS: test_autospec_with_object (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_object)
PASS: test_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_callable_spec_as_list)
PASS: test_cant_set_kwargs_when_passing_a_mock (test.test_unittest.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock)
PASS: test_create_and_specs (test.test_unittest.testmock.testpatch.PatchTest.test_create_and_specs)
PASS: test_dotted_but_module_not_loaded (test.test_unittest.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded)
PASS: test_exit_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_exit_idempotent)
PASS: test_falsey_spec (test.test_unittest.testmock.testpatch.PatchTest.test_falsey_spec)
PASS: test_get_only_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_only_proxy)
PASS: test_get_set_delete_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_set_delete_proxy)
PASS: test_invalid_target (test.test_unittest.testmock.testpatch.PatchTest.test_invalid_target)
PASS: test_mock_calls_with_patch (test.test_unittest.testmock.testpatch.PatchTest.test_mock_calls_with_patch)
PASS: test_multiple_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_patchobject)
PASS: test_multiple_specs (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_specs)
PASS: test_name_preserved (test.test_unittest.testmock.testpatch.PatchTest.test_name_preserved)
PASS: test_name_resolution_import_rebinding (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding)
PASS: test_name_resolution_import_rebinding2 (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding2)
PASS: test_nested_patch_failure (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_failure)
PASS: test_nested_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list)
PASS: test_new_callable_class_decorating (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_class_decorating)
PASS: test_new_callable_create (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_create)
PASS: test_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_failure)
PASS: test_new_callable_incompatible_with_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec)
PASS: test_new_callable_incompatible_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new)
PASS: test_new_callable_inherit_for_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks)
PASS: test_new_callable_inherit_non_mock (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock)
PASS: test_new_callable_keyword_arguments (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments)
PASS: test_new_callable_patch (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch)
PASS: test_new_callable_patch_object (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_object)
PASS: test_new_callable_spec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_spec)
PASS: test_not_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_not_callable_spec_as_list)
PASS: test_object_lookup_is_quite_lazy (test.test_unittest.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy)
PASS: test_patch (test.test_unittest.testmock.testpatch.PatchTest.test_patch)
PASS: test_patch_and_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall)
PASS: test_patch_builtins_without_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_builtins_without_create)
PASS: test_patch_class_acts_with_spec_is_inherited (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited)
PASS: test_patch_class_attribute (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_attribute)
PASS: test_patch_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_decorator)
PASS: test_patch_dict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict)
PASS: test_patch_dict_as_context_manager (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager)
PASS: test_patch_dict_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_class_decorator)
PASS: test_patch_dict_decorator_resolution (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution)
PASS: test_patch_dict_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_keyword_args)
PASS: test_patch_dict_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_start_stop)
PASS: test_patch_dict_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start)
PASS: test_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stopall)
PASS: test_patch_dict_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_test_prefix)
PASS: test_patch_dict_with_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_clear)
PASS: test_patch_dict_with_container_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object)
PASS: test_patch_dict_with_container_object_and_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear)
PASS: test_patch_dict_with_string (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_string)
PASS: test_patch_imports_lazily (test.test_unittest.testmock.testpatch.PatchTest.test_patch_imports_lazily)
PASS: test_patch_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_keyword_args)
PASS: test_patch_local (test.test_unittest.testmock.testpatch.PatchTest.test_patch_local)
PASS: test_patch_multiple (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple)
PASS: test_patch_multiple_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create)
PASS: test_patch_multiple_create_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks)
PASS: test_patch_multiple_create_mocks_different_order (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order)
PASS: test_patch_multiple_create_mocks_patcher (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher)
PASS: test_patch_multiple_decorating_class (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class)
PASS: test_patch_multiple_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_failure)
PASS: test_patch_multiple_new_callable (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable)
PASS: test_patch_multiple_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure)
PASS: test_patch_multiple_no_kwargs (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs)
PASS: test_patch_multiple_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_spec_set)
PASS: test_patch_multiple_stacked_decorators (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators)
PASS: test_patch_multiple_string_subclasses (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses)
PASS: test_patch_nested_autospec_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr)
PASS: test_patch_object_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_keyword_args)
PASS: test_patch_object_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean)
PASS: test_patch_orderdict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_orderdict)
PASS: test_patch_propagates_exc_on_exit (test.test_unittest.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit)
PASS: test_patch_proxy_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_proxy_object)
PASS: test_patch_slots (test.test_unittest.testmock.testpatch.PatchTest.test_patch_slots)
PASS: test_patch_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_spec_set)
PASS: test_patch_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_start_stop)
PASS: test_patch_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_stopall)
PASS: test_patch_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_test_prefix)
PASS: test_patch_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes)
PASS: test_patch_with_exception (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_exception)
PASS: test_patch_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec)
PASS: test_patch_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean)
PASS: test_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_list)
PASS: test_patch_with_spec_mock_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr)
PASS: test_patch_with_static_methods (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_static_methods)
PASS: test_patch_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patch_wont_create_by_default)
PASS: test_patchobject_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_class_decorator)
PASS: test_patchobject_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_start_stop)
PASS: test_patchobject_twice (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_twice)
PASS: test_patchobject_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes)
PASS: test_patchobject_with_default_mock (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_default_mock)
PASS: test_patchobject_with_none (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_none)
PASS: test_patchobject_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec)
PASS: test_patchobject_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list)
PASS: test_patchobject_with_string_as_target (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target)
PASS: test_patchobject_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default)
PASS: test_property_setters (test.test_unittest.testmock.testpatch.PatchTest.test_property_setters)
PASS: test_second_enter_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_enter_failure)
PASS: test_second_start_after_stop (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_after_stop)
PASS: test_second_start_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_failure)
PASS: test_single_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_single_patchobject)
PASS: test_spec_set_inherit (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_inherit)
PASS: test_spec_set_true (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_true)
PASS: test_special_attrs (test.test_unittest.testmock.testpatch.PatchTest.test_special_attrs)
PASS: test_specs_false_instead_of_none (test.test_unittest.testmock.testpatch.PatchTest.test_specs_false_instead_of_none)
PASS: test_stop_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_stop_idempotent)
PASS: test_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_stop_without_start)
PASS: test_stopall_lifo (test.test_unittest.testmock.testpatch.PatchTest.test_stopall_lifo)
PASS: test_tracebacks (test.test_unittest.testmock.testpatch.PatchTest.test_tracebacks)
PASS: test_attribute_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained)
PASS: test_attributes_return_more_mocks_by_default (test.test_unittest.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default)
PASS: test_call_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_call_chain_is_maintained)
PASS: test_call_on_defined_sealed_mock_succeeds (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds)
PASS: test_call_on_sealed_mock_fails (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails)
PASS: test_existing_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal)
PASS: test_existing_attributes_can_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal)
PASS: test_initialized_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal)
test_integration_with_spec_att_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_att_definition)
PASS: You are not restricted when using mock with spec
test_integration_with_spec_method_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition)
PASS: You need to define the methods, even if they are in the spec
test_integration_with_spec_method_definition_respects_spec (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition_respects_spec)
PASS: You cannot define methods out of the spec
PASS: test_new_attributes_cannot_be_accessed_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal)
PASS: test_new_attributes_cannot_be_set_on_child_of_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal)
PASS: test_new_attributes_cannot_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal)
PASS: test_seal_with_autospec (test.test_unittest.testmock.testsealable.TestSealable.test_seal_with_autospec)
PASS: test_sealed_exception_has_attribute_name (test.test_unittest.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name)
PASS: test_seals_dont_recurse_on_manual_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes)
PASS: test_seals_recurse_on_added_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes)
PASS: test_seals_recurse_on_magic_methods (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods)
PASS: testBases (test.test_unittest.testmock.testsentinel.SentinelTest.testBases)
PASS: testCopy (test.test_unittest.testmock.testsentinel.SentinelTest.testCopy)
PASS: testDEFAULT (test.test_unittest.testmock.testsentinel.SentinelTest.testDEFAULT)
PASS: testPickle (test.test_unittest.testmock.testsentinel.SentinelTest.testPickle)
PASS: testSentinelName (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinelName)
PASS: testSentinels (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinels)
PASS: test_call_args_thread_safe (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_call_args_thread_safe)
PASS: test_call_count_thread_safe (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_call_count_thread_safe)
PASS: test_dynamic_child_mocks_are_threading_mocks (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_are_threading_mocks)
PASS: test_dynamic_child_mocks_inherit_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_inherit_timeout)
PASS: test_instance_check (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_instance_check)
PASS: test_magic_methods_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_magic_methods_success)
PASS: test_method_calls_thread_safe (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_method_calls_thread_safe)
PASS: test_mock_calls_thread_safe (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_mock_calls_thread_safe)
PASS: test_no_name_clash (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_no_name_clash)
PASS: test_patch (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_patch)
PASS: test_reset_mock_resets_wait (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_reset_mock_resets_wait)
PASS: test_side_effect (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_side_effect)
PASS: test_spec (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_spec)
PASS: test_wait_already_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_already_called_success)
PASS: test_wait_until_any_call_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_global_timeout)
PASS: test_wait_until_any_call_kw (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_kw)
PASS: test_wait_until_any_call_positional (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_positional)
PASS: test_wait_until_any_call_with_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_instance_timeout)
PASS: test_wait_until_any_call_with_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_success)
PASS: test_wait_until_called_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_global_timeout)
PASS: test_wait_until_called_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_instance_timeout)
PASS: test_wait_until_called_method_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_method_timeout)
PASS: test_wait_until_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_success)
PASS: test_dunder_iter_data (test.test_unittest.testmock.testwith.TestMockOpen.test_dunder_iter_data)
PASS: test_explicit_mock (test.test_unittest.testmock.testwith.TestMockOpen.test_explicit_mock)
PASS: test_interleaved_reads (test.test_unittest.testmock.testwith.TestMockOpen.test_interleaved_reads)
PASS: test_mock_open (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open)
PASS: test_mock_open_context_manager (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager)
PASS: test_mock_open_context_manager_multiple_times (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times)
PASS: test_mock_open_read_with_argument (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument)
PASS: test_next_data (test.test_unittest.testmock.testwith.TestMockOpen.test_next_data)
PASS: test_overriding_return_values (test.test_unittest.testmock.testwith.TestMockOpen.test_overriding_return_values)
PASS: test_read_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_read_bytes)
PASS: test_read_data (test.test_unittest.testmock.testwith.TestMockOpen.test_read_data)
PASS: test_readline_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_bytes)
PASS: test_readline_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_data)
PASS: test_readlines_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_bytes)
PASS: test_readlines_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_data)
PASS: testContextManagerMocking (test.test_unittest.testmock.testwith.WithTest.testContextManagerMocking)
PASS: test_context_manager_with_magic_mock (test.test_unittest.testmock.testwith.WithTest.test_context_manager_with_magic_mock)
PASS: test_dict_context_manager (test.test_unittest.testmock.testwith.WithTest.test_dict_context_manager)
PASS: test_double_patch_instance_method (test.test_unittest.testmock.testwith.WithTest.test_double_patch_instance_method)
PASS: test_patch_object_with_statement (test.test_unittest.testmock.testwith.WithTest.test_patch_object_with_statement)
PASS: test_with_statement (test.test_unittest.testmock.testwith.WithTest.test_with_statement)
PASS: test_with_statement_as (test.test_unittest.testmock.testwith.WithTest.test_with_statement_as)
PASS: test_with_statement_exception (test.test_unittest.testmock.testwith.WithTest.test_with_statement_exception)
PASS: test_with_statement_imbricated (test.test_unittest.testmock.testwith.WithTest.test_with_statement_imbricated)
PASS: test_with_statement_nested (test.test_unittest.testmock.testwith.WithTest.test_with_statement_nested)
PASS: test_with_statement_same_attribute (test.test_unittest.testmock.testwith.WithTest.test_with_statement_same_attribute)
PASS: test_with_statement_specified (test.test_unittest.testmock.testwith.WithTest.test_with_statement_specified)

----------------------------------------------------------------------
Ran 1090 tests in 6.500s

OK (skipped=2)
0:04:41 load avg: 2.40 [440/486] test_urllib passed -- running (2): test_subprocess (43.6 sec), test_socket (1 min 1 sec)
PASS: test_basic (test.test_urllib.Pathname_Tests.test_basic)
PASS: test_pathname2url (test.test_urllib.Pathname_Tests.test_pathname2url)
PASS: test_pathname2url_add_scheme (test.test_urllib.Pathname_Tests.test_pathname2url_add_scheme)
PASS: test_pathname2url_nonascii (test.test_urllib.Pathname_Tests.test_pathname2url_nonascii)
PASS: test_pathname2url_posix (test.test_urllib.Pathname_Tests.test_pathname2url_posix)
SKIP: test_pathname2url_win (test.test_urllib.Pathname_Tests.test_pathname2url_win) 'test specific to Windows pathnames.'
PASS: test_quoting (test.test_urllib.Pathname_Tests.test_quoting)
PASS: test_url2pathname (test.test_urllib.Pathname_Tests.test_url2pathname)
PASS: test_url2pathname_nonascii (test.test_urllib.Pathname_Tests.test_url2pathname_nonascii)
PASS: test_url2pathname_posix (test.test_urllib.Pathname_Tests.test_url2pathname_posix)
PASS: test_url2pathname_require_scheme (test.test_urllib.Pathname_Tests.test_url2pathname_require_scheme)
PASS: test_url2pathname_require_scheme_errors (test.test_urllib.Pathname_Tests.test_url2pathname_require_scheme_errors)
PASS: test_url2pathname_resolve_host (test.test_urllib.Pathname_Tests.test_url2pathname_resolve_host)
SKIP: test_url2pathname_win (test.test_urllib.Pathname_Tests.test_url2pathname_win) 'test specific to Windows pathnames.'
PASS: test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests.test_getproxies_environment_keep_no_proxies)
PASS: test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_always_match)
PASS: test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_host_match)
PASS: test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests.test_proxy_bypass_environment_newline)
PASS: test_proxy_cgi_ignore (test.test_urllib.ProxyTests.test_proxy_cgi_ignore)
PASS: test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv.test_getproxies_environment_prefer_lowercase)
PASS: test_default_quoting (test.test_urllib.QuotingTests.test_default_quoting)
PASS: test_default_safe (test.test_urllib.QuotingTests.test_default_safe)
PASS: test_never_quote (test.test_urllib.QuotingTests.test_never_quote)
PASS: test_quote_bytes (test.test_urllib.QuotingTests.test_quote_bytes)
PASS: test_quote_plus_with_unicode (test.test_urllib.QuotingTests.test_quote_plus_with_unicode)
PASS: test_quote_with_unicode (test.test_urllib.QuotingTests.test_quote_with_unicode)
PASS: test_quoting_plus (test.test_urllib.QuotingTests.test_quoting_plus)
PASS: test_quoting_space (test.test_urllib.QuotingTests.test_quoting_space)
PASS: test_safe (test.test_urllib.QuotingTests.test_safe)
PASS: test_default_values (test.test_urllib.RequestTests.test_default_values)
PASS: test_with_method_arg (test.test_urllib.RequestTests.test_with_method_arg)
PASS: test_unquote_rejects_none_and_tuple (test.test_urllib.UnquotingTests.test_unquote_rejects_none_and_tuple)
PASS: test_unquote_to_bytes (test.test_urllib.UnquotingTests.test_unquote_to_bytes)
PASS: test_unquote_with_unicode (test.test_urllib.UnquotingTests.test_unquote_with_unicode)
PASS: test_unquoting (test.test_urllib.UnquotingTests.test_unquoting)
PASS: test_unquoting_badpercent (test.test_urllib.UnquotingTests.test_unquoting_badpercent)
PASS: test_unquoting_mixed_case (test.test_urllib.UnquotingTests.test_unquoting_mixed_case)
PASS: test_unquoting_parts (test.test_urllib.UnquotingTests.test_unquoting_parts)
PASS: test_unquoting_plus (test.test_urllib.UnquotingTests.test_unquoting_plus)
PASS: test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests.test_unquoting_with_bytes_input)
test_thishost (test.test_urllib.Utility_Tests.test_thishost)
PASS: Test the urllib.request.thishost utility function returns a tuple
PASS: test_doseq (test.test_urllib.urlencode_Tests.test_doseq)
PASS: test_empty_sequence (test.test_urllib.urlencode_Tests.test_empty_sequence)
PASS: test_nonstring_seq_values (test.test_urllib.urlencode_Tests.test_nonstring_seq_values)
PASS: test_nonstring_values (test.test_urllib.urlencode_Tests.test_nonstring_values)
PASS: test_quoting (test.test_urllib.urlencode_Tests.test_quoting)
PASS: test_urlencode_bytes (test.test_urllib.urlencode_Tests.test_urlencode_bytes)
PASS: test_urlencode_encoding (test.test_urllib.urlencode_Tests.test_urlencode_encoding)
PASS: test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests.test_urlencode_encoding_doseq)
PASS: test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests.test_urlencode_encoding_safe_parameter)
PASS: test_using_mapping (test.test_urllib.urlencode_Tests.test_using_mapping)
PASS: test_using_sequence (test.test_urllib.urlencode_Tests.test_using_sequence)
PASS: test_geturl (test.test_urllib.urlopen_DataTests.test_geturl)
PASS: test_info (test.test_urllib.urlopen_DataTests.test_info)
PASS: test_interface (test.test_urllib.urlopen_DataTests.test_interface)
PASS: test_invalid_base64_data (test.test_urllib.urlopen_DataTests.test_invalid_base64_data)
PASS: test_invalid_mediatype (test.test_urllib.urlopen_DataTests.test_invalid_mediatype)
PASS: test_missing_comma (test.test_urllib.urlopen_DataTests.test_missing_comma)
PASS: test_read_image (test.test_urllib.urlopen_DataTests.test_read_image)
PASS: test_read_text (test.test_urllib.urlopen_DataTests.test_read_text)
PASS: test_read_text_base64 (test.test_urllib.urlopen_DataTests.test_read_text_base64)
PASS: test_close (test.test_urllib.urlopen_FileTests.test_close)
PASS: test_fileno (test.test_urllib.urlopen_FileTests.test_fileno)
PASS: test_getcode (test.test_urllib.urlopen_FileTests.test_getcode)
PASS: test_geturl (test.test_urllib.urlopen_FileTests.test_geturl)
PASS: test_headers (test.test_urllib.urlopen_FileTests.test_headers)
PASS: test_info (test.test_urllib.urlopen_FileTests.test_info)
PASS: test_interface (test.test_urllib.urlopen_FileTests.test_interface)
PASS: test_iter (test.test_urllib.urlopen_FileTests.test_iter)
PASS: test_read (test.test_urllib.urlopen_FileTests.test_read)
PASS: test_readline (test.test_urllib.urlopen_FileTests.test_readline)
PASS: test_readlines (test.test_urllib.urlopen_FileTests.test_readlines)
PASS: test_relativelocalfile (test.test_urllib.urlopen_FileTests.test_relativelocalfile)
PASS: test_remote_authority (test.test_urllib.urlopen_FileTests.test_remote_authority)
PASS: test_status (test.test_urllib.urlopen_FileTests.test_status)
PASS: test_url (test.test_urllib.urlopen_FileTests.test_url)
PASS: test_empty_socket (test.test_urllib.urlopen_HttpTests.test_empty_socket)
PASS: test_file_notexists (test.test_urllib.urlopen_HttpTests.test_file_notexists)
PASS: test_ftp_nohost (test.test_urllib.urlopen_HttpTests.test_ftp_nohost)
PASS: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests.test_ftp_nonexisting)
PASS: test_invalid_redirect (test.test_urllib.urlopen_HttpTests.test_invalid_redirect)
PASS: test_missing_localfile (test.test_urllib.urlopen_HttpTests.test_missing_localfile)
PASS: test_read_0_9 (test.test_urllib.urlopen_HttpTests.test_read_0_9)
PASS: test_read_1_0 (test.test_urllib.urlopen_HttpTests.test_read_1_0)
PASS: test_read_1_1 (test.test_urllib.urlopen_HttpTests.test_read_1_1)
PASS: test_read_bogus (test.test_urllib.urlopen_HttpTests.test_read_bogus)
PASS: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests.test_redirect_limit_independent)
PASS: test_url_fragment (test.test_urllib.urlopen_HttpTests.test_url_fragment)
PASS: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_control_char_rejected)
PASS: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_newline_header_injection_rejected)
PASS: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_control_char_rejected)
PASS: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_newline_header_injection_rejected)
PASS: test_willclose (test.test_urllib.urlopen_HttpTests.test_willclose)
PASS: test_basic (test.test_urllib.urlretrieve_FileTests.test_basic)
PASS: test_copy (test.test_urllib.urlretrieve_FileTests.test_copy)
PASS: test_reporthook (test.test_urllib.urlretrieve_FileTests.test_reporthook)
PASS: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes)
PASS: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes)
PASS: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes)
PASS: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError)
PASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_without_reporthook)

----------------------------------------------------------------------
Ran 101 tests in 5.105s

OK (skipped=2)
0:04:43 load avg: 2.40 [441/486] test_urllib2_localnet passed -- running (2): test_subprocess (45.4 sec), test_socket (1 min 3 sec)
PASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror)
PASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success)
PASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror)
PASS: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works)
PASS: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror)
PASS: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror)
PASS: test_200 (test.test_urllib2_localnet.TestUrlopen.test_200)
PASS: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters)
PASS: test_404 (test.test_urllib2_localnet.TestUrlopen.test_404)
PASS: test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic)
PASS: test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked)
PASS: test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl)
test_https (test.test_urllib2_localnet.TestUrlopen.test_https) ... stopping HTTPS server
joining HTTPS thread
ok
test_https_sni (test.test_urllib2_localnet.TestUrlopen.test_https_sni) ... stopping HTTPS server
joining HTTPS thread
ok
PASS: test_info (test.test_urllib2_localnet.TestUrlopen.test_info)
PASS: test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464)
PASS: test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration)
PASS: test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration)
PASS: test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection)
PASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers)
PASS: test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel)

----------------------------------------------------------------------
Ran 21 tests in 1.509s

OK
0:04:43 load avg: 2.40 [442/486] test_urllib2net skipped (resource denied) -- running (2): test_subprocess (45.7 sec), test_socket (1 min 3 sec)
test_urllib2net skipped -- Use of the 'network' resource not enabled
0:04:43 load avg: 2.40 [443/486] test_urllib_response passed -- running (2): test_subprocess (45.8 sec), test_socket (1 min 3 sec)
PASS: test_addclosehook (test.test_urllib_response.TestResponse.test_addclosehook)
PASS: test_addinfo (test.test_urllib_response.TestResponse.test_addinfo)
PASS: test_addinfourl (test.test_urllib_response.TestResponse.test_addinfourl)
PASS: test_with (test.test_urllib_response.TestResponse.test_with)

----------------------------------------------------------------------
Ran 4 tests in 0.001s

OK
0:04:43 load avg: 2.40 [444/486] test_urllibnet skipped (resource denied) -- running (2): test_subprocess (46.0 sec), test_socket (1 min 3 sec)
test_urllibnet skipped -- Use of the 'network' resource not enabled
0:04:44 load avg: 2.40 [445/486] test_urlparse passed -- running (2): test_subprocess (46.5 sec), test_socket (1 min 4 sec)
PASS: test_splitattr_deprecation (test.test_urlparse.DeprecationTest.test_splitattr_deprecation)
PASS: test_splithost_deprecation (test.test_urlparse.DeprecationTest.test_splithost_deprecation)
PASS: test_splitnport_deprecation (test.test_urlparse.DeprecationTest.test_splitnport_deprecation)
PASS: test_splitpasswd_deprecation (test.test_urlparse.DeprecationTest.test_splitpasswd_deprecation)
PASS: test_splitport_deprecation (test.test_urlparse.DeprecationTest.test_splitport_deprecation)
PASS: test_splitquery_deprecation (test.test_urlparse.DeprecationTest.test_splitquery_deprecation)
PASS: test_splittag_deprecation (test.test_urlparse.DeprecationTest.test_splittag_deprecation)
PASS: test_splittype_deprecation (test.test_urlparse.DeprecationTest.test_splittype_deprecation)
PASS: test_splituser_deprecation (test.test_urlparse.DeprecationTest.test_splituser_deprecation)
PASS: test_splitvalue_deprecation (test.test_urlparse.DeprecationTest.test_splitvalue_deprecation)
PASS: test_to_bytes_deprecation (test.test_urlparse.DeprecationTest.test_to_bytes_deprecation)
PASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase.test_Quoter_repr)
PASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase.test_RFC1808)
PASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase.test_RFC2368)
PASS: test_RFC2396 (test.test_urlparse.UrlParseTestCase.test_RFC2396)
PASS: test_RFC2732 (test.test_urlparse.UrlParseTestCase.test_RFC2732)
PASS: test_RFC2732_invalid (test.test_urlparse.UrlParseTestCase.test_RFC2732_invalid)
PASS: test_RFC3986 (test.test_urlparse.UrlParseTestCase.test_RFC3986)
PASS: test_all (test.test_urlparse.UrlParseTestCase.test_all)
PASS: test_anyscheme (test.test_urlparse.UrlParseTestCase.test_anyscheme)
test_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port)
Check handling of invalid ports. ... 
  test_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port) (port='६', parse=<functools._lru_cache_wrapper object at 0xffffb177ee50>, bytes=True)
SKIP: Check handling of invalid ports. 'non-ASCII bytes'
  test_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port) (port='६', parse=<function urlparse at 0xffffb177dfe0>, bytes=True)
SKIP: Check handling of invalid ports. 'non-ASCII bytes'
test_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme)
Check handling of invalid schemes. ... 
  test_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme) (scheme='६http', parse=<functools._lru_cache_wrapper object at 0xffffb177ee50>, bytes=True)
SKIP: Check handling of invalid schemes. 'non-ASCII bytes'
  test_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme) (scheme='६http', parse=<function urlparse at 0xffffb177dfe0>, bytes=True)
SKIP: Check handling of invalid schemes. 'non-ASCII bytes'
PASS: test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase.test_attributes_without_netloc)
PASS: test_clear_cache_for_code_coverage (test.test_urlparse.UrlParseTestCase.test_clear_cache_for_code_coverage)
PASS: test_default_scheme (test.test_urlparse.UrlParseTestCase.test_default_scheme)
PASS: test_http_roundtrips (test.test_urlparse.UrlParseTestCase.test_http_roundtrips)
PASS: test_invalid_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_invalid_bracketed_hosts)
PASS: test_issue14072 (test.test_urlparse.UrlParseTestCase.test_issue14072)
PASS: test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase.test_mixed_types_rejected)
PASS: test_noslash (test.test_urlparse.UrlParseTestCase.test_noslash)
PASS: test_parse_fragments (test.test_urlparse.UrlParseTestCase.test_parse_fragments)
PASS: test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qs_encoding)
PASS: test_parse_qs_separator (test.test_urlparse.UrlParseTestCase.test_parse_qs_separator)
PASS: test_parse_qsl_bytes (test.test_urlparse.UrlParseTestCase.test_parse_qsl_bytes)
PASS: test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qsl_encoding)
PASS: test_parse_qsl_errors (test.test_urlparse.UrlParseTestCase.test_parse_qsl_errors)
PASS: test_parse_qsl_false_value (test.test_urlparse.UrlParseTestCase.test_parse_qsl_false_value)
PASS: test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase.test_parse_qsl_max_num_fields)
PASS: test_parse_qsl_separator (test.test_urlparse.UrlParseTestCase.test_parse_qsl_separator)
PASS: test_port_casting_failure_message (test.test_urlparse.UrlParseTestCase.test_port_casting_failure_message)
PASS: test_portseparator (test.test_urlparse.UrlParseTestCase.test_portseparator)
PASS: test_qs (test.test_urlparse.UrlParseTestCase.test_qs)
PASS: test_qsl (test.test_urlparse.UrlParseTestCase.test_qsl)
PASS: test_quote_errors (test.test_urlparse.UrlParseTestCase.test_quote_errors)
PASS: test_quote_from_bytes (test.test_urlparse.UrlParseTestCase.test_quote_from_bytes)
PASS: test_result_pairs (test.test_urlparse.UrlParseTestCase.test_result_pairs)
test_roundtrips (test.test_urlparse.UrlParseTestCase.test_roundtrips) ... 
SKIP:   test_roundtrips (test.test_urlparse.UrlParseTestCase.test_roundtrips) (url='schème:path/to/file', parsed=('', '', 'schème:path/to/file', '', '', ''), split=('', '', 'schème:path/to/file', '', ''), bytes=True) 'non-ASCII bytes'
PASS: test_roundtrips_normalization (test.test_urlparse.UrlParseTestCase.test_roundtrips_normalization)
PASS: test_splitting_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_splitting_bracketed_hosts)
PASS: test_telurl_params (test.test_urlparse.UrlParseTestCase.test_telurl_params)
PASS: test_unparse_parse (test.test_urlparse.UrlParseTestCase.test_unparse_parse)
PASS: test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase.test_unquote_to_bytes)
PASS: test_urldefrag (test.test_urlparse.UrlParseTestCase.test_urldefrag)
PASS: test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase.test_urlencode_quote_via)
PASS: test_urlencode_sequences (test.test_urlparse.UrlParseTestCase.test_urlencode_sequences)
PASS: test_urljoins (test.test_urlparse.UrlParseTestCase.test_urljoins)
PASS: test_urljoins_relative_base (test.test_urlparse.UrlParseTestCase.test_urljoins_relative_base)
test_urllib_parse_getattr_failure (test.test_urlparse.UrlParseTestCase.test_urllib_parse_getattr_failure)
PASS: Test that urllib.parse.__getattr__() fails correctly.
PASS: test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase.test_urlsplit_attributes)
PASS: test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase.test_urlsplit_normalization)
PASS: test_urlsplit_remove_unsafe_bytes (test.test_urlparse.UrlParseTestCase.test_urlsplit_remove_unsafe_bytes)
PASS: test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase.test_urlsplit_scoped_IPv6)
PASS: test_urlsplit_strip_url (test.test_urlparse.UrlParseTestCase.test_urlsplit_strip_url)
PASS: test_usingsys (test.test_urlparse.UrlParseTestCase.test_usingsys)
PASS: test_withoutscheme (test.test_urlparse.UrlParseTestCase.test_withoutscheme)
PASS: test_splitattr (test.test_urlparse.Utility_Tests.test_splitattr)
PASS: test_splithost (test.test_urlparse.Utility_Tests.test_splithost)
PASS: test_splitnport (test.test_urlparse.Utility_Tests.test_splitnport)
PASS: test_splitpasswd (test.test_urlparse.Utility_Tests.test_splitpasswd)
PASS: test_splitport (test.test_urlparse.Utility_Tests.test_splitport)
PASS: test_splitquery (test.test_urlparse.Utility_Tests.test_splitquery)
PASS: test_splittag (test.test_urlparse.Utility_Tests.test_splittag)
PASS: test_splittype (test.test_urlparse.Utility_Tests.test_splittype)
PASS: test_splituser (test.test_urlparse.Utility_Tests.test_splituser)
PASS: test_splitvalue (test.test_urlparse.Utility_Tests.test_splitvalue)
PASS: test_to_bytes (test.test_urlparse.Utility_Tests.test_to_bytes)
PASS: test_unwrap (test.test_urlparse.Utility_Tests.test_unwrap)

----------------------------------------------------------------------
Ran 77 tests in 0.316s

OK (skipped=5)
0:04:44 load avg: 2.40 [446/486] test_userdict passed -- running (2): test_subprocess (46.9 sec), test_socket (1 min 4 sec)
PASS: test_all (test.test_userdict.UserDictTest.test_all)
PASS: test_bool (test.test_userdict.UserDictTest.test_bool)
PASS: test_clear (test.test_userdict.UserDictTest.test_clear)
PASS: test_constructor (test.test_userdict.UserDictTest.test_constructor)
PASS: test_contains (test.test_userdict.UserDictTest.test_contains)
PASS: test_copy (test.test_userdict.UserDictTest.test_copy)
PASS: test_data (test.test_userdict.UserDictTest.test_data)
PASS: test_eq (test.test_userdict.UserDictTest.test_eq)
PASS: test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys)
PASS: test_get (test.test_userdict.UserDictTest.test_get)
PASS: test_getitem (test.test_userdict.UserDictTest.test_getitem)
PASS: test_init (test.test_userdict.UserDictTest.test_init)
PASS: test_items (test.test_userdict.UserDictTest.test_items)
PASS: test_keys (test.test_userdict.UserDictTest.test_keys)
PASS: test_len (test.test_userdict.UserDictTest.test_len)
PASS: test_missing (test.test_userdict.UserDictTest.test_missing)
PASS: test_mixed_ior (test.test_userdict.UserDictTest.test_mixed_ior)
PASS: test_mixed_or (test.test_userdict.UserDictTest.test_mixed_or)
PASS: test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration)
PASS: test_pop (test.test_userdict.UserDictTest.test_pop)
PASS: test_popitem (test.test_userdict.UserDictTest.test_popitem)
PASS: test_read (test.test_userdict.UserDictTest.test_read)
PASS: test_repr (test.test_userdict.UserDictTest.test_repr)
PASS: test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep)
PASS: test_setdefault (test.test_userdict.UserDictTest.test_setdefault)
PASS: test_update (test.test_userdict.UserDictTest.test_update)
PASS: test_values (test.test_userdict.UserDictTest.test_values)
PASS: test_write (test.test_userdict.UserDictTest.test_write)

----------------------------------------------------------------------
Ran 28 tests in 0.196s

OK
0:04:45 load avg: 2.40 [447/486] test_userlist passed -- running (2): test_subprocess (47.4 sec), test_socket (1 min 5 sec)
PASS: test_add (test.test_userlist.UserListTest.test_add)
PASS: test_append (test.test_userlist.UserListTest.test_append)
PASS: test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat)
PASS: test_clear (test.test_userlist.UserListTest.test_clear)
PASS: test_cmp (test.test_userlist.UserListTest.test_cmp)
PASS: test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling)
PASS: test_constructors (test.test_userlist.UserListTest.test_constructors)
PASS: test_contains (test.test_userlist.UserListTest.test_contains)
PASS: test_contains_fake (test.test_userlist.UserListTest.test_contains_fake)
PASS: test_contains_order (test.test_userlist.UserListTest.test_contains_order)
PASS: test_copy (test.test_userlist.UserListTest.test_copy)
PASS: test_count (test.test_userlist.UserListTest.test_count)
PASS: test_data (test.test_userlist.UserListTest.test_data)
PASS: test_delitem (test.test_userlist.UserListTest.test_delitem)
PASS: test_delslice (test.test_userlist.UserListTest.test_delslice)
PASS: test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator)
PASS: test_extend (test.test_userlist.UserListTest.test_extend)
PASS: test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing)
PASS: test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating)
PASS: test_getitem (test.test_userlist.UserListTest.test_getitem)
PASS: test_getitem_error (test.test_userlist.UserListTest.test_getitem_error)
PASS: test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter)
PASS: test_getslice (test.test_userlist.UserListTest.test_getslice)
PASS: test_iadd (test.test_userlist.UserListTest.test_iadd)
PASS: test_implementation (test.test_userlist.UserListTest.test_implementation)
PASS: test_imul (test.test_userlist.UserListTest.test_imul)
PASS: test_index (test.test_userlist.UserListTest.test_index)
PASS: test_init (test.test_userlist.UserListTest.test_init)
PASS: test_insert (test.test_userlist.UserListTest.test_insert)
PASS: test_len (test.test_userlist.UserListTest.test_len)
PASS: test_minmax (test.test_userlist.UserListTest.test_minmax)
PASS: test_mixed_add (test.test_userlist.UserListTest.test_mixed_add)
PASS: test_mixed_cmp (test.test_userlist.UserListTest.test_mixed_cmp)
PASS: test_mixed_iadd (test.test_userlist.UserListTest.test_mixed_iadd)
PASS: test_mul (test.test_userlist.UserListTest.test_mul)
PASS: test_pickle (test.test_userlist.UserListTest.test_pickle)
PASS: test_pop (test.test_userlist.UserListTest.test_pop)
PASS: test_remove (test.test_userlist.UserListTest.test_remove)
PASS: test_repeat (test.test_userlist.UserListTest.test_repeat)
PASS: test_repr (test.test_userlist.UserListTest.test_repr)
PASS: test_repr_deep (test.test_userlist.UserListTest.test_repr_deep)
PASS: test_reverse (test.test_userlist.UserListTest.test_reverse)
PASS: test_reversed (test.test_userlist.UserListTest.test_reversed)
PASS: test_set_subscript (test.test_userlist.UserListTest.test_set_subscript)
PASS: test_setitem (test.test_userlist.UserListTest.test_setitem)
PASS: test_setitem_error (test.test_userlist.UserListTest.test_setitem_error)
PASS: test_setslice (test.test_userlist.UserListTest.test_setslice)
PASS: test_slice (test.test_userlist.UserListTest.test_slice)
PASS: test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator)
PASS: test_slice_type (test.test_userlist.UserListTest.test_slice_type)
PASS: test_sort (test.test_userlist.UserListTest.test_sort)
PASS: test_subscript (test.test_userlist.UserListTest.test_subscript)
PASS: test_truth (test.test_userlist.UserListTest.test_truth)
PASS: test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy)

----------------------------------------------------------------------
Ran 54 tests in 0.220s

OK
0:04:47 load avg: 2.37 [448/486] test_userstring passed -- running (2): test_subprocess (50.1 sec), test_socket (1 min 7 sec)
PASS: test___contains__ (test.test_userstring.UserStringTest.test___contains__)
PASS: test_adaptive_find (test.test_userstring.UserStringTest.test_adaptive_find)
PASS: test_add (test.test_userstring.UserStringTest.test_add)
PASS: test_additional_rsplit (test.test_userstring.UserStringTest.test_additional_rsplit)
PASS: test_additional_split (test.test_userstring.UserStringTest.test_additional_split)
PASS: test_capitalize (test.test_userstring.UserStringTest.test_capitalize)
PASS: test_capitalize_nonascii (test.test_userstring.UserStringTest.test_capitalize_nonascii)
PASS: test_center (test.test_userstring.UserStringTest.test_center)
PASS: test_cmp (test.test_userstring.UserStringTest.test_cmp)
PASS: test_count (test.test_userstring.UserStringTest.test_count)
PASS: test_count_keyword (test.test_userstring.UserStringTest.test_count_keyword)
PASS: test_data (test.test_userstring.UserStringTest.test_data)
PASS: test_encode_default_args (test.test_userstring.UserStringTest.test_encode_default_args)
PASS: test_encode_explicit_none_args (test.test_userstring.UserStringTest.test_encode_explicit_none_args)
PASS: test_endswith (test.test_userstring.UserStringTest.test_endswith)
PASS: test_expandtabs (test.test_userstring.UserStringTest.test_expandtabs)
PASS: test_extended_getslice (test.test_userstring.UserStringTest.test_extended_getslice)
PASS: test_find (test.test_userstring.UserStringTest.test_find)
PASS: test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest.test_find_etc_raise_correct_error_messages)
PASS: test_find_many_lengths (test.test_userstring.UserStringTest.test_find_many_lengths)
test_find_periodic_pattern (test.test_userstring.UserStringTest.test_find_periodic_pattern)
PASS: Cover the special path for periodic patterns.
test_find_shift_table_overflow (test.test_userstring.UserStringTest.test_find_shift_table_overflow)
PASS: When the table of 8-bit shifts overflows.
PASS: test_find_with_memory (test.test_userstring.UserStringTest.test_find_with_memory)
PASS: test_fixtype (test.test_userstring.UserStringTest.test_fixtype)
PASS: test_floatformatting (test.test_userstring.UserStringTest.test_floatformatting)
PASS: test_formatting (test.test_userstring.UserStringTest.test_formatting)
PASS: test_formatting_c_limits (test.test_userstring.UserStringTest.test_formatting_c_limits)
PASS: test_hash (test.test_userstring.UserStringTest.test_hash)
PASS: test_implementation (test.test_userstring.UserStringTest.test_implementation)
PASS: test_index (test.test_userstring.UserStringTest.test_index)
PASS: test_inplace_rewrites (test.test_userstring.UserStringTest.test_inplace_rewrites)
PASS: test_isalnum (test.test_userstring.UserStringTest.test_isalnum)
PASS: test_isalpha (test.test_userstring.UserStringTest.test_isalpha)
PASS: test_isascii (test.test_userstring.UserStringTest.test_isascii)
PASS: test_isdigit (test.test_userstring.UserStringTest.test_isdigit)
PASS: test_islower (test.test_userstring.UserStringTest.test_islower)
PASS: test_isspace (test.test_userstring.UserStringTest.test_isspace)
PASS: test_istitle (test.test_userstring.UserStringTest.test_istitle)
PASS: test_isupper (test.test_userstring.UserStringTest.test_isupper)
PASS: test_join (test.test_userstring.UserStringTest.test_join)
PASS: test_ljust (test.test_userstring.UserStringTest.test_ljust)
PASS: test_lower (test.test_userstring.UserStringTest.test_lower)
PASS: test_mixed_add (test.test_userstring.UserStringTest.test_mixed_add)
PASS: test_mixed_cmp (test.test_userstring.UserStringTest.test_mixed_cmp)
PASS: test_mixed_iadd (test.test_userstring.UserStringTest.test_mixed_iadd)
PASS: test_mul (test.test_userstring.UserStringTest.test_mul)
PASS: test_none_arguments (test.test_userstring.UserStringTest.test_none_arguments)
PASS: test_partition (test.test_userstring.UserStringTest.test_partition)
PASS: test_removeprefix (test.test_userstring.UserStringTest.test_removeprefix)
PASS: test_removesuffix (test.test_userstring.UserStringTest.test_removesuffix)
PASS: test_replace (test.test_userstring.UserStringTest.test_replace)
SKIP: test_replace_overflow (test.test_userstring.UserStringTest.test_replace_overflow) 'only applies to 32-bit platforms'
PASS: test_replace_uses_two_way_maxcount (test.test_userstring.UserStringTest.test_replace_uses_two_way_maxcount)
PASS: test_replacement_on_buffer_boundary (test.test_userstring.UserStringTest.test_replacement_on_buffer_boundary)
PASS: test_rfind (test.test_userstring.UserStringTest.test_rfind)
PASS: test_rindex (test.test_userstring.UserStringTest.test_rindex)
PASS: test_rjust (test.test_userstring.UserStringTest.test_rjust)
PASS: test_rmod (test.test_userstring.UserStringTest.test_rmod)
PASS: test_rpartition (test.test_userstring.UserStringTest.test_rpartition)
PASS: test_rsplit (test.test_userstring.UserStringTest.test_rsplit)
PASS: test_slice (test.test_userstring.UserStringTest.test_slice)
PASS: test_split (test.test_userstring.UserStringTest.test_split)
PASS: test_splitlines (test.test_userstring.UserStringTest.test_splitlines)
PASS: test_startswith (test.test_userstring.UserStringTest.test_startswith)
PASS: test_strip (test.test_userstring.UserStringTest.test_strip)
PASS: test_strip_whitespace (test.test_userstring.UserStringTest.test_strip_whitespace)
PASS: test_subscript (test.test_userstring.UserStringTest.test_subscript)
PASS: test_swapcase (test.test_userstring.UserStringTest.test_swapcase)
PASS: test_title (test.test_userstring.UserStringTest.test_title)
PASS: test_upper (test.test_userstring.UserStringTest.test_upper)
PASS: test_zfill (test.test_userstring.UserStringTest.test_zfill)

----------------------------------------------------------------------
Ran 71 tests in 2.594s

OK (skipped=1)
0:04:49 load avg: 2.37 [449/486] test_utf8_mode passed -- running (2): test_subprocess (51.7 sec), test_socket (1 min 9 sec)
PASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line)
SKIP: test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) 'sys.stdout is not a TTY'
PASS: test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var)
PASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding)
PASS: test_io (test.test_utf8_mode.UTF8ModeTests.test_io)
PASS: test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding)
PASS: test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding)
PASS: test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level)
PASS: test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale)
PASS: test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding)
PASS: test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio)
PASS: test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption)

----------------------------------------------------------------------
Ran 12 tests in 1.376s

OK (skipped=1)
0:04:49 load avg: 2.37 [450/486] test_utf8source passed -- running (2): test_subprocess (51.9 sec), test_socket (1 min 9 sec)
PASS: test_latin1 (test.test_utf8source.BuiltinCompileTests.test_latin1)
PASS: test_badsyntax (test.test_utf8source.PEP3120Test.test_badsyntax)
PASS: test_pep3120 (test.test_utf8source.PEP3120Test.test_pep3120)

----------------------------------------------------------------------
Ran 3 tests in 0.001s

OK
0:04:50 load avg: 2.37 [451/486] test_uuid passed -- running (2): test_subprocess (52.4 sec), test_socket (1 min 10 sec)
SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'
PASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithExtModule.test_find_mac_near_keyword)
PASS: test_find_under_heading (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading)
PASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_ipv6)
SKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule.test_ifconfig_getnode) 'requires ifconfig'
PASS: test_ip_getnode (test.test_uuid.TestInternalsWithExtModule.test_ip_getnode)
SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'
SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'
PASS: test_parse_mac (test.test_uuid.TestInternalsWithExtModule.test_parse_mac)
PASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithExtModule.test_parse_mac_aix)
PASS: test_random_getnode (test.test_uuid.TestInternalsWithExtModule.test_random_getnode)
SKIP: test_unix_getnode (test.test_uuid.TestInternalsWithExtModule.test_unix_getnode) 'requires unix'
SKIP: test_windll_getnode (test.test_uuid.TestInternalsWithExtModule.test_windll_getnode) 'requires Windows'
SKIP: test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'
PASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithoutExtModule.test_find_mac_near_keyword)
PASS: test_find_under_heading (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading)
PASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_ipv6)
SKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ifconfig_getnode) 'requires ifconfig'
PASS: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ip_getnode)
SKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'
SKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'
PASS: test_parse_mac (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac)
PASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_aix)
PASS: test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_random_getnode)
PASS: testIssue8621 (test.test_uuid.TestUUIDWithExtModule.testIssue8621)
PASS: test_UUID (test.test_uuid.TestUUIDWithExtModule.test_UUID)
PASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_name_required_for_uuid3)
PASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_namespace_required_for_uuid3)
PASS: test_cli_uuid1 (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid1)
PASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)
PASS: test_cli_uuid4_outputted_with_count (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid4_outputted_with_count)
PASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid4_outputted_with_no_args)
PASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)
PASS: test_cli_uuid6 (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid6)
PASS: test_cli_uuid7 (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid7)
PASS: test_cli_uuid8 (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid8)
PASS: test_exceptions (test.test_uuid.TestUUIDWithExtModule.test_exceptions)
PASS: test_getnode (test.test_uuid.TestUUIDWithExtModule.test_getnode)
PASS: test_max_uuid (test.test_uuid.TestUUIDWithExtModule.test_max_uuid)
PASS: test_nil_uuid (test.test_uuid.TestUUIDWithExtModule.test_nil_uuid)
PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule.test_pickle_roundtrip)
PASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithExtModule.test_safe_uuid_enum)
SKIP: test_unix_getnode_from_libuuid (test.test_uuid.TestUUIDWithExtModule.test_unix_getnode_from_libuuid) 'libuuid cannot deduce MAC address'
PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule.test_unpickle_previous_python_versions)
PASS: test_uuid1 (test.test_uuid.TestUUIDWithExtModule.test_uuid1)
PASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule.test_uuid1_bogus_return_value)
PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule.test_uuid1_eui64)
PASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_safe)
PASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_unsafe)
PASS: test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_safe)
PASS: test_uuid1_time (test.test_uuid.TestUUIDWithExtModule.test_uuid1_time)
PASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule.test_uuid1_unknown)
PASS: test_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_uuid3)
PASS: test_uuid4 (test.test_uuid.TestUUIDWithExtModule.test_uuid4)
PASS: test_uuid5 (test.test_uuid.TestUUIDWithExtModule.test_uuid5)
PASS: test_uuid6 (test.test_uuid.TestUUIDWithExtModule.test_uuid6)
PASS: test_uuid6_clock_seq (test.test_uuid.TestUUIDWithExtModule.test_uuid6_clock_seq)
PASS: test_uuid6_node (test.test_uuid.TestUUIDWithExtModule.test_uuid6_node)
PASS: test_uuid6_test_vectors (test.test_uuid.TestUUIDWithExtModule.test_uuid6_test_vectors)
PASS: test_uuid6_uniqueness (test.test_uuid.TestUUIDWithExtModule.test_uuid6_uniqueness)
PASS: test_uuid7 (test.test_uuid.TestUUIDWithExtModule.test_uuid7)
PASS: test_uuid7_monotonicity (test.test_uuid.TestUUIDWithExtModule.test_uuid7_monotonicity)
PASS: test_uuid7_overflow_counter (test.test_uuid.TestUUIDWithExtModule.test_uuid7_overflow_counter)
PASS: test_uuid7_timestamp_backwards (test.test_uuid.TestUUIDWithExtModule.test_uuid7_timestamp_backwards)
PASS: test_uuid7_uniqueness (test.test_uuid.TestUUIDWithExtModule.test_uuid7_uniqueness)
PASS: test_uuid8 (test.test_uuid.TestUUIDWithExtModule.test_uuid8)
PASS: test_uuid8_uniqueness (test.test_uuid.TestUUIDWithExtModule.test_uuid8_uniqueness)
PASS: test_uuid_weakref (test.test_uuid.TestUUIDWithExtModule.test_uuid_weakref)
SKIP: test_windows_getnode_from_libuuid (test.test_uuid.TestUUIDWithExtModule.test_windows_getnode_from_libuuid) 'Windows only'
PASS: testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule.testIssue8621)
PASS: test_UUID (test.test_uuid.TestUUIDWithoutExtModule.test_UUID)
PASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_name_required_for_uuid3)
PASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_namespace_required_for_uuid3)
PASS: test_cli_uuid1 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid1)
PASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)
PASS: test_cli_uuid4_outputted_with_count (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid4_outputted_with_count)
PASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid4_outputted_with_no_args)
PASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)
PASS: test_cli_uuid6 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid6)
PASS: test_cli_uuid7 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid7)
PASS: test_cli_uuid8 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid8)
PASS: test_exceptions (test.test_uuid.TestUUIDWithoutExtModule.test_exceptions)
PASS: test_getnode (test.test_uuid.TestUUIDWithoutExtModule.test_getnode)
PASS: test_max_uuid (test.test_uuid.TestUUIDWithoutExtModule.test_max_uuid)
PASS: test_nil_uuid (test.test_uuid.TestUUIDWithoutExtModule.test_nil_uuid)
PASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule.test_pickle_roundtrip)
PASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithoutExtModule.test_safe_uuid_enum)
PASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule.test_unpickle_previous_python_versions)
PASS: test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1)
SKIP: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_bogus_return_value) 'need uuid._generate_time_safe'
PASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_eui64)
SKIP: test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_safe) 'need uuid._generate_time_safe'
SKIP: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_unsafe) 'need uuid._generate_time_safe'
SKIP: test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_safe) 'requires uuid_generate_time_safe(3)'
PASS: test_uuid1_time (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_time)
SKIP: test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_unknown) 'need uuid._generate_time_safe'
PASS: test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid3)
PASS: test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid4)
PASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid5)
PASS: test_uuid6 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid6)
PASS: test_uuid6_clock_seq (test.test_uuid.TestUUIDWithoutExtModule.test_uuid6_clock_seq)
PASS: test_uuid6_node (test.test_uuid.TestUUIDWithoutExtModule.test_uuid6_node)
PASS: test_uuid6_test_vectors (test.test_uuid.TestUUIDWithoutExtModule.test_uuid6_test_vectors)
PASS: test_uuid6_uniqueness (test.test_uuid.TestUUIDWithoutExtModule.test_uuid6_uniqueness)
PASS: test_uuid7 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid7)
PASS: test_uuid7_monotonicity (test.test_uuid.TestUUIDWithoutExtModule.test_uuid7_monotonicity)
PASS: test_uuid7_overflow_counter (test.test_uuid.TestUUIDWithoutExtModule.test_uuid7_overflow_counter)
PASS: test_uuid7_timestamp_backwards (test.test_uuid.TestUUIDWithoutExtModule.test_uuid7_timestamp_backwards)
PASS: test_uuid7_uniqueness (test.test_uuid.TestUUIDWithoutExtModule.test_uuid7_uniqueness)
PASS: test_uuid8 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid8)
PASS: test_uuid8_uniqueness (test.test_uuid.TestUUIDWithoutExtModule.test_uuid8_uniqueness)
PASS: test_uuid_weakref (test.test_uuid.TestUUIDWithoutExtModule.test_uuid_weakref)

----------------------------------------------------------------------
Ran 112 tests in 0.318s

OK (skipped=17)
0:04:53 load avg: 2.34 [452/486] test_venv passed -- running (2): test_subprocess (56.0 sec), test_socket (1 min 13 sec)
test_activate_shell_script_has_no_dos_newlines (test.test_venv.BasicTest.test_activate_shell_script_has_no_dos_newlines)
PASS: Test that the `activate` shell script contains no CR LF.
test_cli_with_scm_ignore_files (test.test_venv.BasicTest.test_cli_with_scm_ignore_files)
PASS: Test that default SCM ignore files are created by default via the CLI.
test_cli_without_scm_ignore_files (test.test_venv.BasicTest.test_cli_without_scm_ignore_files)
PASS: Test that ``--without-scm-ignore-files`` doesn't create SCM ignore files.
PASS: test_config_file_command_key (test.test_venv.BasicTest.test_config_file_command_key)
test_create_scm_ignore_files_empty (test.test_venv.BasicTest.test_create_scm_ignore_files_empty)
PASS: Test that no default ignore files are created when ``scm_ignore_files``
test_create_scm_ignore_files_multiple (test.test_venv.BasicTest.test_create_scm_ignore_files_multiple)
PASS: Test that ``scm_ignore_files`` can work with multiple SCMs.
PASS: test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts)
test_defaults_with_pathlike (test.test_venv.BasicTest.test_defaults_with_pathlike)
PASS: Test the create function with default arguments and a path-like path.
test_defaults_with_str_path (test.test_venv.BasicTest.test_defaults_with_str_path)
PASS: Test the create function with default arguments and a str path.
test_executable (test.test_venv.BasicTest.test_executable)
PASS: Test that the sys.executable value is as expected.
test_executable_symlinks (test.test_venv.BasicTest.test_executable_symlinks)
PASS: Test that the sys.executable value is as expected.
test_failed_symlink (test.test_venv.BasicTest.test_failed_symlink)
SKIP: Test handling of failed symlinks on Windows. 'symlinks on Windows'
test_install_scripts_selinux (test.test_venv.BasicTest.test_install_scripts_selinux)
PASS: gh-145417: Test that install_scripts does not copy SELinux context
test_isolation (test.test_venv.BasicTest.test_isolation)
PASS: Test isolation from system site-packages
SKIP: test_macos_env (test.test_venv.BasicTest.test_macos_env) 'only relevant on macOS'
test_multiprocessing (test.test_venv.BasicTest.test_multiprocessing)
PASS: Test that the multiprocessing is able to spawn.
test_multiprocessing_recursion (test.test_venv.BasicTest.test_multiprocessing_recursion)
PASS: Test that the multiprocessing is able to spawn itself
test_overwrite_existing (test.test_venv.BasicTest.test_overwrite_existing)
PASS: Test creating environment in an existing directory.
test_pathsep_error (test.test_venv.BasicTest.test_pathsep_error)
PASS: Test that venv creation fails when the target directory contains
test_prefixes (test.test_venv.BasicTest.test_prefixes)
PASS: Test that the prefix values are as expected.
PASS: test_prompt (test.test_venv.BasicTest.test_prompt)
test_scm_ignore_files_git (test.test_venv.BasicTest.test_scm_ignore_files_git)
PASS: Test that a .gitignore file is created when "git" is specified.
test_special_chars_bash (test.test_venv.BasicTest.test_special_chars_bash)
PASS: Test that the template strings are quoted properly (bash)
test_special_chars_csh (test.test_venv.BasicTest.test_special_chars_csh)
SKIP: Test that the template strings are quoted properly (csh) 'csh required for this test'
test_special_chars_windows (test.test_venv.BasicTest.test_special_chars_windows)
SKIP: Test that the template strings are quoted properly on Windows 'only relevant on Windows'
test_symlinking (test.test_venv.BasicTest.test_symlinking)
PASS: Test symlinking works as expected
test_sysconfig (test.test_venv.BasicTest.test_sysconfig)
PASS: Test that the sysconfig functions work in a virtual environment.
test_sysconfig_symlinks (test.test_venv.BasicTest.test_sysconfig_symlinks)
PASS: Test that the sysconfig functions work in a virtual environment.
test_unicode_in_batch_file (test.test_venv.BasicTest.test_unicode_in_batch_file)
SKIP: Test handling of Unicode paths 'only relevant on Windows'
PASS: test_unoverwritable_fails (test.test_venv.BasicTest.test_unoverwritable_fails)
test_upgrade (test.test_venv.BasicTest.test_upgrade)
PASS: Test upgrading an existing environment directory.
PASS: test_upgrade_dependencies (test.test_venv.BasicTest.test_upgrade_dependencies)
PASS: test_venv_same_path (test.test_venv.BasicTest.test_venv_same_path)
test_venvwlauncher (test.test_venv.BasicTest.test_venvwlauncher)
SKIP: Test that the GUI launcher runs the GUI python. 'only relevant on Windows'
test_zippath_from_non_installed_posix (test.test_venv.BasicTest.test_zippath_from_non_installed_posix)
PASS: Test that when create venv from non-installed python, the zip path
PASS: test_devnull (test.test_venv.EnsurePipTest.test_devnull)
PASS: test_explicit_no_pip (test.test_venv.EnsurePipTest.test_explicit_no_pip)
PASS: test_no_pip_by_default (test.test_venv.EnsurePipTest.test_no_pip_by_default)
SKIP: test_with_pip (test.test_venv.EnsurePipTest.test_with_pip) "resource 'cpu' is not enabled"

----------------------------------------------------------------------
Ran 39 tests in 3.292s

OK (skipped=7)
0:04:59 load avg: 2.15 [453/486] test_wait3 passed -- running (2): test_subprocess (1 min 1 sec), test_socket (1 min 18 sec)
PASS: test_wait (test.fork_wait.ForkWait.test_wait)
PASS: test_wait (test.test_wait3.Wait3Test.test_wait)
PASS: test_wait3_rusage_initialized (test.test_wait3.Wait3Test.test_wait3_rusage_initialized)

----------------------------------------------------------------------
Ran 3 tests in 5.044s

OK
0:05:04 load avg: 1.98 [454/486] test_wait4 passed -- running (2): test_subprocess (1 min 6 sec), test_socket (1 min 24 sec)
PASS: test_wait (test.fork_wait.ForkWait.test_wait)
PASS: test_wait (test.test_wait4.Wait4Test.test_wait)

----------------------------------------------------------------------
Ran 2 tests in 5.005s

OK
0:05:06 load avg: 1.98 [455/486] test_socket passed (1 min 25 sec) -- running (1): test_subprocess (1 min 8 sec)
SKIP: testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) 'Bluetooth sockets required for this test.'
SKIP: testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) 'SocketCan required for this test.'
SKIP: testBindAny (test.test_socket.BasicCANTest.testBindAny) 'SocketCan required for this test.'
SKIP: testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) 'SocketCan required for this test.'
SKIP: testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) 'SocketCan required for this test.'
SKIP: testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) 'SocketCan required for this test.'
SKIP: testFilter (test.test_socket.BasicCANTest.testFilter) 'SocketCan required for this test.'
SKIP: testLoopback (test.test_socket.BasicCANTest.testLoopback) 'SocketCan required for this test.'
SKIP: testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) 'SocketCan required for this test.'
SKIP: testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) 'Hyper-V sockets required for this test.'
SKIP: testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) 'Hyper-V sockets required for this test.'
SKIP: testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) 'Hyper-V sockets required for this test.'
SKIP: testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'
SKIP: testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'
SKIP: testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) 'Hyper-V sockets required for this test.'
SKIP: testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) 'Hyper-V sockets required for this test.'
SKIP: testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) 'QIPCRTR sockets required for this test.'
SKIP: testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) 'QIPCRTR sockets required for this test.'
SKIP: testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) 'QIPCRTR sockets required for this test.'
SKIP: testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) 'QIPCRTR sockets required for this test.'
SKIP: testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) 'QIPCRTR sockets required for this test.'
SKIP: testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) 'QIPCRTR sockets required for this test.'
SKIP: testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) 'RDS sockets required for this test.'
SKIP: testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) 'RDS sockets required for this test.'
SKIP: testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) 'RDS sockets required for this test.'
PASS: testDefaults (test.test_socket.BasicSocketPairTest.testDefaults)
PASS: testRecv (test.test_socket.BasicSocketPairTest.testRecv)
PASS: testSend (test.test_socket.BasicSocketPairTest.testSend)
PASS: testDetach (test.test_socket.BasicTCPTest.testDetach)
PASS: testDup (test.test_socket.BasicTCPTest.testDup)
PASS: testFromFd (test.test_socket.BasicTCPTest.testFromFd)
PASS: testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv)
PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom)
PASS: testRecv (test.test_socket.BasicTCPTest.testRecv)
PASS: testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom)
PASS: testSendAll (test.test_socket.BasicTCPTest.testSendAll)
PASS: testShutdown (test.test_socket.BasicTCPTest.testShutdown)
PASS: testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow)
PASS: testDetach (test.test_socket.BasicTCPTest2.testDetach)
PASS: testDup (test.test_socket.BasicTCPTest2.testDup)
PASS: testFromFd (test.test_socket.BasicTCPTest2.testFromFd)
PASS: testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv)
PASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom)
PASS: testRecv (test.test_socket.BasicTCPTest2.testRecv)
PASS: testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom)
PASS: testSendAll (test.test_socket.BasicTCPTest2.testSendAll)
PASS: testShutdown (test.test_socket.BasicTCPTest2.testShutdown)
PASS: testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow)
PASS: testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom)
PASS: testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative)
PASS: testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv)
PASS: testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom)
PASS: testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative)
PASS: testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv)
PASS: testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket)
PASS: testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants)
PASS: testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize)
PASS: testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants)
SKIP: testBadHciAddr (test.test_socket.BluetoothTest.testBadHciAddr) 'Bluetooth sockets required for this test.'
SKIP: testBadL2capAddr (test.test_socket.BluetoothTest.testBadL2capAddr) 'Bluetooth sockets required for this test.'
SKIP: testBadRfcommAddr (test.test_socket.BluetoothTest.testBadRfcommAddr) 'Bluetooth sockets required for this test.'
SKIP: testBadScoAddr (test.test_socket.BluetoothTest.testBadScoAddr) 'Bluetooth sockets required for this test.'
SKIP: testBindBrEdrL2capSocket (test.test_socket.BluetoothTest.testBindBrEdrL2capSocket) 'Bluetooth sockets required for this test.'
SKIP: testBindHciSocket (test.test_socket.BluetoothTest.testBindHciSocket) 'Bluetooth sockets required for this test.'
SKIP: testBindLeAttL2capSocket (test.test_socket.BluetoothTest.testBindLeAttL2capSocket) 'Bluetooth sockets required for this test.'
SKIP: testBindLePsmL2capSocket (test.test_socket.BluetoothTest.testBindLePsmL2capSocket) 'Bluetooth sockets required for this test.'
SKIP: testBindRfcommSocket (test.test_socket.BluetoothTest.testBindRfcommSocket) 'Bluetooth sockets required for this test.'
SKIP: testBindScoSocket (test.test_socket.BluetoothTest.testBindScoSocket) 'Bluetooth sockets required for this test.'
SKIP: testCreateHciSocket (test.test_socket.BluetoothTest.testCreateHciSocket) 'Bluetooth sockets required for this test.'
SKIP: testCreateL2capSocket (test.test_socket.BluetoothTest.testCreateL2capSocket) 'Bluetooth sockets required for this test.'
SKIP: testCreateRfcommSocket (test.test_socket.BluetoothTest.testCreateRfcommSocket) 'Bluetooth sockets required for this test.'
SKIP: testCreateScoSocket (test.test_socket.BluetoothTest.testCreateScoSocket) 'Bluetooth sockets required for this test.'
PASS: testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray)
PASS: testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray)
PASS: testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer)
PASS: testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview)
PASS: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer)
PASS: testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray)
PASS: testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray)
PASS: testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview)
SKIP: testBCM (test.test_socket.CANTest.testBCM) 'SocketCan required for this test.'
SKIP: testSendFrame (test.test_socket.CANTest.testSendFrame) 'SocketCan required for this test.'
SKIP: testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) 'SocketCan required for this test.'
SKIP: testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) 'SocketCan required for this test.'
PASS: testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN)
PASS: testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE)
PASS: testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase)
PASS: testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose)
PASS: test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4)
PASS: test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6)
PASS: test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4)
PASS: test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6)
PASS: test_address (test.test_socket.CreateServerTest.test_address)
PASS: test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family)
PASS: test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type)
PASS: test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default)
PASS: test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port)
PASS: testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.FileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead)
PASS: test_close_detach_race (test.test_socket.FreeThreadingTests.test_close_detach_race)
SKIP: test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) 'macOS specific test'
PASS: testCloseException (test.test_socket.GeneralModuleTests.testCloseException)
PASS: testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants)
PASS: testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants)
PASS: testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout)
PASS: testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy)
PASS: testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt)
PASS: testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo)
PASS: testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes)
PASS: testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes)
PASS: testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString)
PASS: testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString)
PASS: testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex)
PASS: testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash)
PASS: testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName)
PASS: testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex)
PASS: testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes)
PASS: testNtoH (test.test_socket.GeneralModuleTests.testNtoH)
PASS: testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors)
PASS: testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo)
PASS: testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose)
PASS: testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors)
PASS: testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt)
PASS: testSockName (test.test_socket.GeneralModuleTests.testSockName)
PASS: testSocketError (test.test_socket.GeneralModuleTests.testSocketError)
PASS: testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4)
PASS: testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6)
SKIP: testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) 'Windows specific'
PASS: test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject)
PASS: test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile)
PASS: test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum)
PASS: test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum)
PASS: test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr)
PASS: test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn)
PASS: test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo)
PASS: test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow)
PASS: test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic)
SKIP: test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'
PASS: test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic)
PASS: test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost)
PASS: test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo)
SKIP: test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'
PASS: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic)
PASS: test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg)
PASS: test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution)
PASS: test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address)
SKIP: test_idna (test.test_socket.GeneralModuleTests.test_idna) 'network is not enabled'
PASS: test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog)
PASS: test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow)
PASS: test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode)
PASS: test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode)
PASS: test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum)
PASS: test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio)
PASS: test_pickle (test.test_socket.GeneralModuleTests.test_pickle)
PASS: test_repr (test.test_socket.GeneralModuleTests.test_repr)
PASS: test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted)
PASS: test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout)
PASS: test_sendmsg_reentrant_ancillary_mutation (test.test_socket.GeneralModuleTests.test_sendmsg_reentrant_ancillary_mutation)
PASS: test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname)
SKIP: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) 'Windows specific'
SKIP: test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) 'Windows specific'
PASS: test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close)
PASS: test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type)
PASS: test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno)
PASS: test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float)
PASS: test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket)
PASS: test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative)
PASS: test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types)
PASS: test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd)
PASS: test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd)
PASS: test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods)
PASS: test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type)
PASS: test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum)
PASS: test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums)
PASS: test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr)
PASS: test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio)
PASS: test_weakref (test.test_socket.GeneralModuleTests.test_weakref)
SKIP: testBind (test.test_socket.ISOTPTest.testBind) 'CAN ISOTP required for this test.'
SKIP: testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) 'CAN ISOTP required for this test.'
SKIP: testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) 'CAN ISOTP required for this test.'
SKIP: testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) 'CAN ISOTP required for this test.'
SKIP: testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) 'CAN ISOTP required for this test.'
PASS: test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC)
PASS: test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable)
PASS: test_dup (test.test_socket.InheritanceTest.test_dup)
PASS: test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec)
PASS: test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable)
PASS: test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec)
PASS: test_socketpair (test.test_socket.InheritanceTest.test_socketpair)
PASS: testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout)
PASS: testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout)
PASS: testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout)
PASS: testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout)
PASS: testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout)
PASS: testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout)
PASS: testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout)
PASS: testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout)
PASS: testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout)
SKIP: testBind (test.test_socket.J1939Test.testBind) 'CAN J1939 required for this test.'
SKIP: testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) 'CAN J1939 required for this test.'
SKIP: testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) 'CAN J1939 required for this test.'
PASS: testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead)
SKIP: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) 'AF_ALG required'
SKIP: test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) 'AF_ALG required'
SKIP: test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) 'AF_ALG required'
SKIP: test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) 'AF_ALG required'
SKIP: test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) 'AF_ALG required'
SKIP: test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) 'AF_ALG required'
SKIP: test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) 'AF_ALG required'
PASS: testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily)
PASS: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress)
PASS: testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault)
PASS: testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone)
PASS: testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed)
PASS: testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed)
PASS: testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout)
PASS: testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout)
PASS: test_connect (test.test_socket.NetworkConnectionNoServer.test_connect)
PASS: test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection)
PASS: test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors)
PASS: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout)
PASS: testAccept (test.test_socket.NonBlockingTCPTests.testAccept)
PASS: testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking)
PASS: testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout)
PASS: testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking)
PASS: testLargeTimeout (test.test_socket.NonBlockingTCPTests.testLargeTimeout)
PASS: testRecv (test.test_socket.NonBlockingTCPTests.testRecv)
PASS: testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking)
PASS: testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow)
PASS: test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK)
PASS: test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure)
PASS: test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4)
PASS: test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6)
PASS: test_recv (test.test_socket.PurePythonSocketPairTest.test_recv)
PASS: test_send (test.test_socket.PurePythonSocketPairTest.test_send)
SKIP: testPeek (test.test_socket.RDSTest.testPeek) 'RDS sockets required for this test.'
SKIP: testSelect (test.test_socket.RDSTest.testSelect) 'RDS sockets required for this test.'
SKIP: testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) 'RDS sockets required for this test.'
SKIP: testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) 'RDS sockets required for this test.'
SKIP: testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) 'RDS sockets required for this test.'
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)
PASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize)
PASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit)
PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)
PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)
PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)
PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)
PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)
PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)
PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)
PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)
PASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit)
PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)
PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)
PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)
PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)
PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)
PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)
PASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)
PASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)
PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)
PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)
PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)
PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)
PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)
PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)
PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)
PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)
PASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit)
PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)
PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)
PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)
PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)
PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)
PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)
PASS: testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0)
PASS: testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1)
PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int)
PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0)
PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1)
PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1)
PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1)
PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1)
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize)
PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN)
PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE)
PASS: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty)
PASS: testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt)
PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle)
PASS: testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate)
PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace)
PASS: testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple)
PASS: testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass)
SKIP: testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
PASS: testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose)
PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose)
PASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray)
PASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs)
PASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator)
PASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc)
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)
PASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize)
PASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit)
PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)
PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)
PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)
PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)
PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)
PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)
PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)
PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)
PASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit)
PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)
PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)
PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)
PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)
PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)
PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)
PASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)
PASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)
PASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)
PASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)
PASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)
PASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)
PASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)
PASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)
PASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)
PASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)
PASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit)
PASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)
PASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)
PASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)
PASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)
PASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)
PASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)
PASS: testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0)
PASS: testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1)
PASS: testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int)
PASS: testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0)
PASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1)
PASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1)
PASS: testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1)
PASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1)
PASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize)
PASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN)
PASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE)
PASS: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty)
PASS: testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt)
PASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle)
PASS: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate)
PASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace)
PASS: testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple)
PASS: testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass)
SKIP: testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
PASS: testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs)
PASS: testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc)
PASS: testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg)
PASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose)
PASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs)
PASS: testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF)
PASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults)
PASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg)
PASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf)
PASS: testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow)
PASS: testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek)
PASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf)
PASS: testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter)
PASS: testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout)
PASS: testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc)
PASS: testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds)
PASS: testCount (test.test_socket.SendfileUsingSendTest.testCount)
PASS: testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall)
PASS: testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset)
PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend)
PASS: testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking)
PASS: testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile)
PASS: testOffset (test.test_socket.SendfileUsingSendTest.testOffset)
PASS: testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile)
PASS: testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout)
PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend)
PASS: test_errors (test.test_socket.SendfileUsingSendTest.test_errors)
PASS: testCount (test.test_socket.SendfileUsingSendfileTest.testCount)
PASS: testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall)
PASS: testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset)
PASS: testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend)
PASS: testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking)
PASS: testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile)
PASS: testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset)
PASS: testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile)
PASS: testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout)
PASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend)
PASS: test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors)
SKIP: testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
SKIP: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) "can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported"
PASS: testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator)
PASS: testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject)
PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr)
PASS: testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather)
PASS: testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout)
PASS: testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject)
PASS: testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather)
PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr)
PASS: testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject)
PASS: testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather)
PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr)
PASS: testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject)
PASS: testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather)
PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr)
PASS: testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject)
PASS: testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather)
PASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr)
PASS: testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg)
PASS: testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose)
PASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator)
PASS: testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray)
PASS: testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs)
PASS: testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg)
PASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg)
PASS: testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator)
PASS: testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait)
PASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject)
PASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr)
PASS: testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather)
PASS: testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout)
PASS: testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead)
PASS: testClose (test.test_socket.TCPCloserTest.testClose)
PASS: testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout)
PASS: testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout)
PASS: testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero)
SKIP: testRDM (test.test_socket.TIPCTest.testRDM) "TIPC module is not loaded, please 'sudo modprobe tipc'"
SKIP: testStream (test.test_socket.TIPCThreadableTest.testStream) "TIPC module is not loaded, please 'sudo modprobe tipc'"
PASS: testExceptionTree (test.test_socket.TestExceptions.testExceptionTree)
PASS: test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd)
PASS: test_lazy_import (test.test_socket.TestLazyImport.test_lazy_import)
PASS: testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind)
PASS: testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName)
PASS: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace)
PASS: testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName)
PASS: testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow)
PASS: testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName)
SKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) 'requires Windows'
SKIP: test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) 'macOS specific test'
PASS: test_set_quickack (test.test_socket.TestQuickackFlag.test_set_quickack)
SKIP: testShare (test.test_socket.TestSocketSharing.testShare) 'Windows specific'
SKIP: testShareLength (test.test_socket.TestSocketSharing.testShareLength) 'Windows specific'
SKIP: testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) 'Windows specific'
SKIP: testTypes (test.test_socket.TestSocketSharing.testTypes) 'Windows specific'
PASS: testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr)
SKIP: testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) 'Linux behavior is tested by TestLinuxAbstractNamespace'
PASS: testStrAddr (test.test_socket.TestUnixDomain.testStrAddr)
PASS: testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind)
PASS: testUnbound (test.test_socket.TestUnixDomain.testUnbound)
PASS: testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr)
PASS: testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream)
PASS: testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero)
PASS: testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout)
PASS: testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero)
PASS: testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout)
PASS: testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose)
PASS: testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy)
PASS: testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead)
PASS: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking)
PASS: testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead)
PASS: testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline)
PASS: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking)
PASS: testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead)
PASS: testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead)
PASS: testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes)
PASS: testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile)
PASS: testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr)
PASS: testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead)
PASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)
PASS: testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout)
PASS: testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline)
PASS: testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose)
PASS: testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead)
PASS: testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead)

----------------------------------------------------------------------
Ran 746 tests in 85.527s

OK (skipped=121)
0:05:06 load avg: 1.98 [456/486] test_warnings passed -- running (1): test_subprocess (1 min 8 sec)
PASS: test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766)
SKIP: test_async_context (test.test_warnings.CAsyncTests.test_async_context) 'requires context aware warnings'
test_async_task_inherit (test.test_warnings.CAsyncTests.test_async_task_inherit)
SKIP: Check that a new asyncio task inherits warnings context from the 'requires context aware warnings'
PASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults)
PASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording)
PASS: test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard)
PASS: test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore)
PASS: test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings)
PASS: test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before)
PASS: test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside)
PASS: test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings)
PASS: test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line)
PASS: test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration)
PASS: test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line)
PASS: test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii)
PASS: test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning)
PASS: test_always_and_all (test.test_warnings.CFilterTests.test_always_and_all)
PASS: test_always_and_all_after_default (test.test_warnings.CFilterTests.test_always_and_all_after_default)
PASS: test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate)
PASS: test_argument_validation (test.test_warnings.CFilterTests.test_argument_validation)
PASS: test_catchwarnings_logging (test.test_warnings.CFilterTests.test_catchwarnings_logging)
PASS: test_catchwarnings_with_showwarning (test.test_warnings.CFilterTests.test_catchwarnings_with_showwarning)
PASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error)
PASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore)
PASS: test_default (test.test_warnings.CFilterTests.test_default)
PASS: test_error (test.test_warnings.CFilterTests.test_error)
PASS: test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default)
PASS: test_filter_module (test.test_warnings.CFilterTests.test_filter_module)
PASS: test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings)
PASS: test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters)
PASS: test_ignore (test.test_warnings.CFilterTests.test_ignore)
PASS: test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default)
PASS: test_inheritance (test.test_warnings.CFilterTests.test_inheritance)
PASS: test_message_matching (test.test_warnings.CFilterTests.test_message_matching)
PASS: test_module (test.test_warnings.CFilterTests.test_module)
PASS: test_module_globals (test.test_warnings.CFilterTests.test_module_globals)
PASS: test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list)
PASS: test_once (test.test_warnings.CFilterTests.test_once)
PASS: test_ordering (test.test_warnings.CFilterTests.test_ordering)
PASS: test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters)
PASS: test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute)
SKIP: test_threaded_context (test.test_warnings.CThreadTests.test_threaded_context) 'requires thread-safe warnings flags'
PASS: test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module)
PASS: test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input)
PASS: test_accelerated (test.test_warnings.CWarnTests.test_accelerated)
PASS: test_bad_str (test.test_warnings.CWarnTests.test_bad_str)
PASS: test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename)
PASS: test_filename (test.test_warnings.CWarnTests.test_filename)
PASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree)
PASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_no_spec)
PASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none)
PASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)
PASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec)
PASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader)
PASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none)
PASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.CWarnTests.test_gh86298_no_loader_with_spec_loader_okay)
PASS: test_gh86298_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_spec)
PASS: test_gh86298_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_spec_loader)
PASS: test_gh86298_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_spec_is_none)
PASS: test_message (test.test_warnings.CWarnTests.test_message)
PASS: test_skip_file_prefixes (test.test_warnings.CWarnTests.test_skip_file_prefixes)
PASS: test_skip_file_prefixes_file_path (test.test_warnings.CWarnTests.test_skip_file_prefixes_file_path)
PASS: test_skip_file_prefixes_type_errors (test.test_warnings.CWarnTests.test_skip_file_prefixes_type_errors)
PASS: test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel)
PASS: test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import)
PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename)
PASS: test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors)
PASS: test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types)
PASS: test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes)
PASS: test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning)
PASS: test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override)
PASS: test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning)
PASS: test_category (test.test_warnings.DeprecatedTests.test_category)
PASS: test_class (test.test_warnings.DeprecatedTests.test_class)
PASS: test_class_with_inherited_new (test.test_warnings.DeprecatedTests.test_class_with_inherited_new)
PASS: test_class_with_init (test.test_warnings.DeprecatedTests.test_class_with_init)
PASS: test_class_with_new (test.test_warnings.DeprecatedTests.test_class_with_new)
PASS: test_class_with_new_but_no_init (test.test_warnings.DeprecatedTests.test_class_with_new_but_no_init)
PASS: test_do_not_shadow_user_arguments (test.test_warnings.DeprecatedTests.test_do_not_shadow_user_arguments)
PASS: test_dunder_deprecated (test.test_warnings.DeprecatedTests.test_dunder_deprecated)
PASS: test_existing_init_subclass (test.test_warnings.DeprecatedTests.test_existing_init_subclass)
PASS: test_existing_init_subclass_in_base (test.test_warnings.DeprecatedTests.test_existing_init_subclass_in_base)
PASS: test_existing_init_subclass_in_sibling_base (test.test_warnings.DeprecatedTests.test_existing_init_subclass_in_sibling_base)
PASS: test_function (test.test_warnings.DeprecatedTests.test_function)
PASS: test_init_subclass_has_correct_cls (test.test_warnings.DeprecatedTests.test_init_subclass_has_correct_cls)
PASS: test_init_subclass_with_explicit_classmethod (test.test_warnings.DeprecatedTests.test_init_subclass_with_explicit_classmethod)
PASS: test_inspect (test.test_warnings.DeprecatedTests.test_inspect)
PASS: test_inspect_class_signature (test.test_warnings.DeprecatedTests.test_inspect_class_signature)
PASS: test_method (test.test_warnings.DeprecatedTests.test_method)
PASS: test_mixin_class (test.test_warnings.DeprecatedTests.test_mixin_class)
PASS: test_module_all_attribute (test.test_warnings.DeprecatedTests.test_module_all_attribute)
PASS: test_no_retained_references_to_wrapper_instance (test.test_warnings.DeprecatedTests.test_no_retained_references_to_wrapper_instance)
PASS: test_only_strings_allowed (test.test_warnings.DeprecatedTests.test_only_strings_allowed)
PASS: test_property (test.test_warnings.DeprecatedTests.test_property)
PASS: test_turn_off_warnings (test.test_warnings.DeprecatedTests.test_turn_off_warnings)
PASS: test_finalization (test.test_warnings.FinalizationTest.test_finalization)
PASS: test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning)
PASS: test_release_lock_no_lock (test.test_warnings.LocksTest.test_release_lock_no_lock)
SKIP: test_async_context (test.test_warnings.PyAsyncTests.test_async_context) 'requires context aware warnings'
test_async_task_inherit (test.test_warnings.PyAsyncTests.test_async_task_inherit)
SKIP: Check that a new asyncio task inherits warnings context from the 'requires context aware warnings'
PASS: test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults)
PASS: test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording)
PASS: test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard)
PASS: test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore)
PASS: test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings)
PASS: test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before)
PASS: test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside)
PASS: test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings)
PASS: test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line)
PASS: test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration)
PASS: test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line)
PASS: test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii)
PASS: test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning)
PASS: test_always_and_all (test.test_warnings.PyFilterTests.test_always_and_all)
PASS: test_always_and_all_after_default (test.test_warnings.PyFilterTests.test_always_and_all_after_default)
PASS: test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate)
PASS: test_argument_validation (test.test_warnings.PyFilterTests.test_argument_validation)
PASS: test_catchwarnings_logging (test.test_warnings.PyFilterTests.test_catchwarnings_logging)
PASS: test_catchwarnings_with_showwarning (test.test_warnings.PyFilterTests.test_catchwarnings_with_showwarning)
PASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error)
PASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore)
PASS: test_default (test.test_warnings.PyFilterTests.test_default)
PASS: test_error (test.test_warnings.PyFilterTests.test_error)
PASS: test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default)
PASS: test_filter_module (test.test_warnings.PyFilterTests.test_filter_module)
PASS: test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings)
PASS: test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters)
PASS: test_ignore (test.test_warnings.PyFilterTests.test_ignore)
PASS: test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default)
PASS: test_inheritance (test.test_warnings.PyFilterTests.test_inheritance)
PASS: test_message_matching (test.test_warnings.PyFilterTests.test_message_matching)
PASS: test_module (test.test_warnings.PyFilterTests.test_module)
PASS: test_module_globals (test.test_warnings.PyFilterTests.test_module_globals)
PASS: test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list)
PASS: test_once (test.test_warnings.PyFilterTests.test_once)
PASS: test_ordering (test.test_warnings.PyFilterTests.test_ordering)
PASS: test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters)
PASS: test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute)
SKIP: test_threaded_context (test.test_warnings.PyThreadTests.test_threaded_context) 'requires thread-safe warnings flags'
PASS: test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module)
PASS: test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input)
PASS: test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option)
PASS: test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap)
PASS: test_bad_str (test.test_warnings.PyWarnTests.test_bad_str)
PASS: test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename)
PASS: test_filename (test.test_warnings.PyWarnTests.test_filename)
PASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.PyWarnTests.test_gh86298_loader_and_spec_loader_disagree)
PASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_no_spec)
PASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_is_none)
PASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)
PASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec)
PASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_loader)
PASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_spec_is_none)
PASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.PyWarnTests.test_gh86298_no_loader_with_spec_loader_okay)
PASS: test_gh86298_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_spec)
PASS: test_gh86298_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_spec_loader)
PASS: test_gh86298_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_spec_is_none)
PASS: test_message (test.test_warnings.PyWarnTests.test_message)
PASS: test_pure_python (test.test_warnings.PyWarnTests.test_pure_python)
PASS: test_skip_file_prefixes (test.test_warnings.PyWarnTests.test_skip_file_prefixes)
PASS: test_skip_file_prefixes_file_path (test.test_warnings.PyWarnTests.test_skip_file_prefixes_file_path)
PASS: test_skip_file_prefixes_type_errors (test.test_warnings.PyWarnTests.test_skip_file_prefixes_type_errors)
PASS: test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel)
PASS: test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import)
PASS: test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename)
PASS: test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors)
PASS: test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types)
PASS: test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes)
PASS: test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning)
PASS: test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override)
PASS: test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning)
PASS: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc)
PASS: test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError)
PASS: test_warning (test.test_warnings._DeprecatedTest.test_warning)
PASS: test_default_action (test.test_warnings._WarningsTests.test_default_action)
PASS: test_filename_none (test.test_warnings._WarningsTests.test_filename_none)
PASS: test_filter (test.test_warnings._WarningsTests.test_filter)
PASS: test_issue31285 (test.test_warnings._WarningsTests.test_issue31285)
PASS: test_issue31411 (test.test_warnings._WarningsTests.test_issue31411)
PASS: test_issue31416 (test.test_warnings._WarningsTests.test_issue31416)
PASS: test_issue31566 (test.test_warnings._WarningsTests.test_issue31566)
PASS: test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry)
PASS: test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output)
PASS: test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing)
PASS: test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable)
PASS: test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing)
PASS: test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none)

----------------------------------------------------------------------
Ran 187 tests in 1.423s

OK (skipped=6)
0:05:06 load avg: 1.98 [457/486] test_wave passed -- running (1): test_subprocess (1 min 8 sec)
PASS: test__all__ (test.test_wave.MiscTestCase.test__all__)
PASS: test_read_deprecations (test.test_wave.MiscTestCase.test_read_deprecations)
PASS: test_write_deprecations (test.test_wave.MiscTestCase.test_write_deprecations)
PASS: test_open_in_write_raises (test.test_wave.WaveLowLevelTest.test_open_in_write_raises)
PASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest.test_read_no_chunks)
PASS: test_read_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_data_chunk)
PASS: test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_chunk)
PASS: test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_no_data_chunk)
PASS: test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest.test_read_no_riff_chunk)
PASS: test_read_not_wave (test.test_wave.WaveLowLevelTest.test_read_not_wave)
PASS: test_read_wrong_form (test.test_wave.WaveLowLevelTest.test_read_wrong_form)
PASS: test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest.test_read_wrong_number_of_channels)
PASS: test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest.test_read_wrong_sample_width)
PASS: test_close (test.test_wave.WavePCM16Test.test_close)
PASS: test_context_manager_with_filename (test.test_wave.WavePCM16Test.test_context_manager_with_filename)
PASS: test_context_manager_with_open_file (test.test_wave.WavePCM16Test.test_context_manager_with_open_file)
PASS: test_copy (test.test_wave.WavePCM16Test.test_copy)
PASS: test_incompleted_write (test.test_wave.WavePCM16Test.test_incompleted_write)
PASS: test_multiple_writes (test.test_wave.WavePCM16Test.test_multiple_writes)
PASS: test_overflowed_write (test.test_wave.WavePCM16Test.test_overflowed_write)
PASS: test_read (test.test_wave.WavePCM16Test.test_read)
PASS: test_read_not_from_start (test.test_wave.WavePCM16Test.test_read_not_from_start)
PASS: test_read_params (test.test_wave.WavePCM16Test.test_read_params)
PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM16Test.test_unseekable_incompleted_write)
PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM16Test.test_unseekable_overflowed_write)
PASS: test_unseekable_read (test.test_wave.WavePCM16Test.test_unseekable_read)
PASS: test_unseekable_write (test.test_wave.WavePCM16Test.test_unseekable_write)
PASS: test_write (test.test_wave.WavePCM16Test.test_write)
PASS: test_write_array (test.test_wave.WavePCM16Test.test_write_array)
PASS: test_write_bytearray (test.test_wave.WavePCM16Test.test_write_bytearray)
PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM16Test.test_write_context_manager_calls_close)
PASS: test_write_memoryview (test.test_wave.WavePCM16Test.test_write_memoryview)
PASS: test_write_params (test.test_wave.WavePCM16Test.test_write_params)
PASS: test_close (test.test_wave.WavePCM24ExtTest.test_close)
PASS: test_context_manager_with_filename (test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename)
PASS: test_context_manager_with_open_file (test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file)
PASS: test_copy (test.test_wave.WavePCM24ExtTest.test_copy)
PASS: test_incompleted_write (test.test_wave.WavePCM24ExtTest.test_incompleted_write)
PASS: test_multiple_writes (test.test_wave.WavePCM24ExtTest.test_multiple_writes)
PASS: test_overflowed_write (test.test_wave.WavePCM24ExtTest.test_overflowed_write)
PASS: test_read (test.test_wave.WavePCM24ExtTest.test_read)
PASS: test_read_not_from_start (test.test_wave.WavePCM24ExtTest.test_read_not_from_start)
PASS: test_read_params (test.test_wave.WavePCM24ExtTest.test_read_params)
PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write)
PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write)
PASS: test_unseekable_read (test.test_wave.WavePCM24ExtTest.test_unseekable_read)
PASS: test_unseekable_write (test.test_wave.WavePCM24ExtTest.test_unseekable_write)
PASS: test_write (test.test_wave.WavePCM24ExtTest.test_write)
PASS: test_write_array (test.test_wave.WavePCM24ExtTest.test_write_array)
PASS: test_write_bytearray (test.test_wave.WavePCM24ExtTest.test_write_bytearray)
PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24ExtTest.test_write_context_manager_calls_close)
PASS: test_write_memoryview (test.test_wave.WavePCM24ExtTest.test_write_memoryview)
PASS: test_write_params (test.test_wave.WavePCM24ExtTest.test_write_params)
PASS: test_close (test.test_wave.WavePCM24Test.test_close)
PASS: test_context_manager_with_filename (test.test_wave.WavePCM24Test.test_context_manager_with_filename)
PASS: test_context_manager_with_open_file (test.test_wave.WavePCM24Test.test_context_manager_with_open_file)
PASS: test_copy (test.test_wave.WavePCM24Test.test_copy)
PASS: test_incompleted_write (test.test_wave.WavePCM24Test.test_incompleted_write)
PASS: test_multiple_writes (test.test_wave.WavePCM24Test.test_multiple_writes)
PASS: test_overflowed_write (test.test_wave.WavePCM24Test.test_overflowed_write)
PASS: test_read (test.test_wave.WavePCM24Test.test_read)
PASS: test_read_not_from_start (test.test_wave.WavePCM24Test.test_read_not_from_start)
PASS: test_read_params (test.test_wave.WavePCM24Test.test_read_params)
PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24Test.test_unseekable_incompleted_write)
PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24Test.test_unseekable_overflowed_write)
PASS: test_unseekable_read (test.test_wave.WavePCM24Test.test_unseekable_read)
PASS: test_unseekable_write (test.test_wave.WavePCM24Test.test_unseekable_write)
PASS: test_write (test.test_wave.WavePCM24Test.test_write)
PASS: test_write_array (test.test_wave.WavePCM24Test.test_write_array)
PASS: test_write_bytearray (test.test_wave.WavePCM24Test.test_write_bytearray)
PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24Test.test_write_context_manager_calls_close)
PASS: test_write_memoryview (test.test_wave.WavePCM24Test.test_write_memoryview)
PASS: test_write_params (test.test_wave.WavePCM24Test.test_write_params)
PASS: test_close (test.test_wave.WavePCM32Test.test_close)
PASS: test_context_manager_with_filename (test.test_wave.WavePCM32Test.test_context_manager_with_filename)
PASS: test_context_manager_with_open_file (test.test_wave.WavePCM32Test.test_context_manager_with_open_file)
PASS: test_copy (test.test_wave.WavePCM32Test.test_copy)
PASS: test_incompleted_write (test.test_wave.WavePCM32Test.test_incompleted_write)
PASS: test_multiple_writes (test.test_wave.WavePCM32Test.test_multiple_writes)
PASS: test_overflowed_write (test.test_wave.WavePCM32Test.test_overflowed_write)
PASS: test_read (test.test_wave.WavePCM32Test.test_read)
PASS: test_read_not_from_start (test.test_wave.WavePCM32Test.test_read_not_from_start)
PASS: test_read_params (test.test_wave.WavePCM32Test.test_read_params)
PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM32Test.test_unseekable_incompleted_write)
PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM32Test.test_unseekable_overflowed_write)
PASS: test_unseekable_read (test.test_wave.WavePCM32Test.test_unseekable_read)
PASS: test_unseekable_write (test.test_wave.WavePCM32Test.test_unseekable_write)
PASS: test_write (test.test_wave.WavePCM32Test.test_write)
PASS: test_write_array (test.test_wave.WavePCM32Test.test_write_array)
PASS: test_write_bytearray (test.test_wave.WavePCM32Test.test_write_bytearray)
PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM32Test.test_write_context_manager_calls_close)
PASS: test_write_memoryview (test.test_wave.WavePCM32Test.test_write_memoryview)
PASS: test_write_params (test.test_wave.WavePCM32Test.test_write_params)
PASS: test_close (test.test_wave.WavePCM8Test.test_close)
PASS: test_context_manager_with_filename (test.test_wave.WavePCM8Test.test_context_manager_with_filename)
PASS: test_context_manager_with_open_file (test.test_wave.WavePCM8Test.test_context_manager_with_open_file)
PASS: test_copy (test.test_wave.WavePCM8Test.test_copy)
PASS: test_incompleted_write (test.test_wave.WavePCM8Test.test_incompleted_write)
PASS: test_multiple_writes (test.test_wave.WavePCM8Test.test_multiple_writes)
PASS: test_overflowed_write (test.test_wave.WavePCM8Test.test_overflowed_write)
PASS: test_read (test.test_wave.WavePCM8Test.test_read)
PASS: test_read_not_from_start (test.test_wave.WavePCM8Test.test_read_not_from_start)
PASS: test_read_params (test.test_wave.WavePCM8Test.test_read_params)
PASS: test_unseekable_incompleted_write (test.test_wave.WavePCM8Test.test_unseekable_incompleted_write)
PASS: test_unseekable_overflowed_write (test.test_wave.WavePCM8Test.test_unseekable_overflowed_write)
PASS: test_unseekable_read (test.test_wave.WavePCM8Test.test_unseekable_read)
PASS: test_unseekable_write (test.test_wave.WavePCM8Test.test_unseekable_write)
PASS: test_write (test.test_wave.WavePCM8Test.test_write)
PASS: test_write_array (test.test_wave.WavePCM8Test.test_write_array)
PASS: test_write_bytearray (test.test_wave.WavePCM8Test.test_write_bytearray)
PASS: test_write_context_manager_calls_close (test.test_wave.WavePCM8Test.test_write_context_manager_calls_close)
PASS: test_write_memoryview (test.test_wave.WavePCM8Test.test_write_memoryview)
PASS: test_write_params (test.test_wave.WavePCM8Test.test_write_params)

----------------------------------------------------------------------
Ran 113 tests in 0.033s

OK
0:05:06 load avg: 1.98 [458/486] test_weakset passed -- running (1): test_subprocess (1 min 8 sec)
PASS: test_abc (test.test_weakset.TestWeakSet.test_abc)
PASS: test_add (test.test_weakset.TestWeakSet.test_add)
PASS: test_and (test.test_weakset.TestWeakSet.test_and)
PASS: test_clear (test.test_weakset.TestWeakSet.test_clear)
PASS: test_constructor_identity (test.test_weakset.TestWeakSet.test_constructor_identity)
PASS: test_contains (test.test_weakset.TestWeakSet.test_contains)
PASS: test_copy (test.test_weakset.TestWeakSet.test_copy)
PASS: test_copying (test.test_weakset.TestWeakSet.test_copying)
PASS: test_difference (test.test_weakset.TestWeakSet.test_difference)
PASS: test_difference_update (test.test_weakset.TestWeakSet.test_difference_update)
PASS: test_discard (test.test_weakset.TestWeakSet.test_discard)
PASS: test_eq (test.test_weakset.TestWeakSet.test_eq)
PASS: test_gc (test.test_weakset.TestWeakSet.test_gc)
PASS: test_gt (test.test_weakset.TestWeakSet.test_gt)
PASS: test_hash (test.test_weakset.TestWeakSet.test_hash)
PASS: test_iand (test.test_weakset.TestWeakSet.test_iand)
PASS: test_init (test.test_weakset.TestWeakSet.test_init)
PASS: test_inplace_on_self (test.test_weakset.TestWeakSet.test_inplace_on_self)
PASS: test_intersection (test.test_weakset.TestWeakSet.test_intersection)
PASS: test_intersection_update (test.test_weakset.TestWeakSet.test_intersection_update)
PASS: test_ior (test.test_weakset.TestWeakSet.test_ior)
PASS: test_isdisjoint (test.test_weakset.TestWeakSet.test_isdisjoint)
PASS: test_isub (test.test_weakset.TestWeakSet.test_isub)
PASS: test_ixor (test.test_weakset.TestWeakSet.test_ixor)
PASS: test_len (test.test_weakset.TestWeakSet.test_len)
PASS: test_len_cycles (test.test_weakset.TestWeakSet.test_len_cycles)
PASS: test_len_race (test.test_weakset.TestWeakSet.test_len_race)
PASS: test_lt (test.test_weakset.TestWeakSet.test_lt)
PASS: test_methods (test.test_weakset.TestWeakSet.test_methods)
PASS: test_ne (test.test_weakset.TestWeakSet.test_ne)
PASS: test_new_or_init (test.test_weakset.TestWeakSet.test_new_or_init)
PASS: test_or (test.test_weakset.TestWeakSet.test_or)
PASS: test_pop (test.test_weakset.TestWeakSet.test_pop)
PASS: test_remove (test.test_weakset.TestWeakSet.test_remove)
PASS: test_repr (test.test_weakset.TestWeakSet.test_repr)
PASS: test_sub (test.test_weakset.TestWeakSet.test_sub)
PASS: test_sub_and_super (test.test_weakset.TestWeakSet.test_sub_and_super)
PASS: test_subclass_with_custom_hash (test.test_weakset.TestWeakSet.test_subclass_with_custom_hash)
PASS: test_symmetric_difference (test.test_weakset.TestWeakSet.test_symmetric_difference)
PASS: test_symmetric_difference_update (test.test_weakset.TestWeakSet.test_symmetric_difference_update)
PASS: test_union (test.test_weakset.TestWeakSet.test_union)
PASS: test_update (test.test_weakset.TestWeakSet.test_update)
PASS: test_update_set (test.test_weakset.TestWeakSet.test_update_set)
PASS: test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_and_mutate_while_iterating)
PASS: test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_while_iterating)
PASS: test_xor (test.test_weakset.TestWeakSet.test_xor)

----------------------------------------------------------------------
Ran 46 tests in 0.081s

OK
0:05:06 load avg: 1.98 [459/486] test_webbrowser passed -- running (1): test_subprocess (1 min 8 sec)
PASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest.test_open)
PASS: test_reject_dash_prefixes (test.test_webbrowser.BackgroundBrowserCommandTest.test_reject_dash_prefixes)
SKIP: test_no_xdg_settings_on_macOS (test.test_webbrowser.BrowserRegistrationTest.test_no_xdg_settings_on_macOS) 'macOS specific test'
PASS: test_register (test.test_webbrowser.BrowserRegistrationTest.test_register)
PASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest.test_register_default)
PASS: test_register_preferred (test.test_webbrowser.BrowserRegistrationTest.test_register_preferred)
PASS: test_open (test.test_webbrowser.ChromeCommandTest.test_open)
PASS: test_open_bad_new_parameter (test.test_webbrowser.ChromeCommandTest.test_open_bad_new_parameter)
PASS: test_open_new (test.test_webbrowser.ChromeCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.ChromeCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.ChromeCommandTest.test_reject_dash_prefixes)
PASS: test_main (test.test_webbrowser.CliTest.test_main)
PASS: test_parse_args (test.test_webbrowser.CliTest.test_parse_args)
PASS: test_parse_args_error (test.test_webbrowser.CliTest.test_parse_args_error)
PASS: test_open (test.test_webbrowser.ELinksCommandTest.test_open)
PASS: test_open_new (test.test_webbrowser.ELinksCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.ELinksCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.ELinksCommandTest.test_reject_dash_prefixes)
PASS: test_open (test.test_webbrowser.EdgeCommandTest.test_open)
PASS: test_open_new (test.test_webbrowser.EdgeCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.EdgeCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.EdgeCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.EdgeCommandTest.test_reject_dash_prefixes)
PASS: test_open (test.test_webbrowser.EpiphanyCommandTest.test_open)
PASS: test_open_new (test.test_webbrowser.EpiphanyCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.EpiphanyCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.EpiphanyCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.EpiphanyCommandTest.test_reject_dash_prefixes)
PASS: test_open (test.test_webbrowser.GenericBrowserCommandTest.test_open)
PASS: test_reject_dash_prefixes (test.test_webbrowser.GenericBrowserCommandTest.test_reject_dash_prefixes)
SKIP: test_open (test.test_webbrowser.IOSBrowserTest.test_open) 'Test only applicable to iOS'
SKIP: test_open_new (test.test_webbrowser.IOSBrowserTest.test_open_new) 'Test only applicable to iOS'
SKIP: test_open_new_tab (test.test_webbrowser.IOSBrowserTest.test_open_new_tab) 'Test only applicable to iOS'
SKIP: test_open_with_autoraise_false (test.test_webbrowser.IOSBrowserTest.test_open_with_autoraise_false) 'Test only applicable to iOS'
SKIP: test_environment (test.test_webbrowser.ImportTest.test_environment) 'could not locate runnable browser'
SKIP: test_environment_preferred (test.test_webbrowser.ImportTest.test_environment_preferred) 'could not locate runnable browser'
PASS: test_get (test.test_webbrowser.ImportTest.test_get)
PASS: test_register (test.test_webbrowser.ImportTest.test_register)
PASS: test_synthesize (test.test_webbrowser.ImportTest.test_synthesize)
SKIP: test_default (test.test_webbrowser.MacOSXOSAScriptTest.test_default) 'macOS specific test'
SKIP: test_default_browser_lookup (test.test_webbrowser.MacOSXOSAScriptTest.test_default_browser_lookup) 'macOS specific test'
SKIP: test_default_open (test.test_webbrowser.MacOSXOSAScriptTest.test_default_open) 'macOS specific test'
SKIP: test_explicit_browser (test.test_webbrowser.MacOSXOSAScriptTest.test_explicit_browser) 'macOS specific test'
SKIP: test_reject_dash_prefixes (test.test_webbrowser.MacOSXOSAScriptTest.test_reject_dash_prefixes) 'macOS specific test'
SKIP: test_url_quote (test.test_webbrowser.MacOSXOSAScriptTest.test_url_quote) 'macOS specific test'
PASS: test_open (test.test_webbrowser.MozillaCommandTest.test_open)
PASS: test_open_new (test.test_webbrowser.MozillaCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.MozillaCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.MozillaCommandTest.test_reject_dash_prefixes)
PASS: test_open (test.test_webbrowser.OperaCommandTest.test_open)
PASS: test_open_new (test.test_webbrowser.OperaCommandTest.test_open_new)
PASS: test_open_new_tab (test.test_webbrowser.OperaCommandTest.test_open_new_tab)
PASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest.test_open_with_autoraise_false)
PASS: test_reject_dash_prefixes (test.test_webbrowser.OperaCommandTest.test_reject_dash_prefixes)

----------------------------------------------------------------------
Ran 57 tests in 0.027s

OK (skipped=13)
0:05:06 load avg: 1.98 [460/486] test_winapi skipped -- running (1): test_subprocess (1 min 9 sec)
test_winapi skipped -- No module named '_winapi'
0:05:07 load avg: 1.98 [461/486] test_winconsoleio skipped -- running (1): test_subprocess (1 min 9 sec)
test_winconsoleio skipped -- test only relevant on win32
0:05:07 load avg: 1.98 [462/486] test_winreg skipped -- running (1): test_subprocess (1 min 9 sec)
test_winreg skipped -- No module named 'winreg'
0:05:07 load avg: 1.98 [463/486] test_winsound skipped (resource denied) -- running (1): test_subprocess (1 min 9 sec)
test_winsound skipped -- Use of the 'audio' resource not enabled
0:05:07 load avg: 1.98 [464/486] test_with passed -- running (1): test_subprocess (1 min 9 sec)
PASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase.testMultipleComplexTargets)
PASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase.testSingleComplexTarget)
PASS: testWithExtendedTargets (test.test_with.AssignmentTargetTestCase.testWithExtendedTargets)
PASS: testErrorsInBool (test.test_with.ExceptionalTestCase.testErrorsInBool)
PASS: testExceptionNormalized (test.test_with.ExceptionalTestCase.testExceptionNormalized)
PASS: testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase.testMultipleResourcesInSingleStatement)
PASS: testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionAfterInnerStatement)
PASS: testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionBeforeInnerStatement)
PASS: testNestedSingleStatements (test.test_with.ExceptionalTestCase.testNestedSingleStatements)
PASS: testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit1)
PASS: testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit2)
PASS: testRaisedStopIteration1 (test.test_with.ExceptionalTestCase.testRaisedStopIteration1)
PASS: testRaisedStopIteration2 (test.test_with.ExceptionalTestCase.testRaisedStopIteration2)
PASS: testRaisedStopIteration3 (test.test_with.ExceptionalTestCase.testRaisedStopIteration3)
PASS: testSingleResource (test.test_with.ExceptionalTestCase.testSingleResource)
PASS: testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase.testExitFalseDoesntSwallowException)
PASS: testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase.testExitTrueSwallowsException)
PASS: testAssignmentToNoneError (test.test_with.FailureTestCase.testAssignmentToNoneError)
PASS: testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleContainingNoneError)
PASS: testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleOnlyContainingNoneError)
PASS: testAsyncEnterAttributeError (test.test_with.FailureTestCase.testAsyncEnterAttributeError)
PASS: testAsyncExitAttributeError (test.test_with.FailureTestCase.testAsyncExitAttributeError)
PASS: testAsyncWithForSyncManager (test.test_with.FailureTestCase.testAsyncWithForSyncManager)
PASS: testEnterAttributeError (test.test_with.FailureTestCase.testEnterAttributeError)
PASS: testEnterThrows (test.test_with.FailureTestCase.testEnterThrows)
PASS: testExitAttributeError (test.test_with.FailureTestCase.testExitAttributeError)
PASS: testExitThrows (test.test_with.FailureTestCase.testExitThrows)
PASS: testNameError (test.test_with.FailureTestCase.testNameError)
PASS: testWithForAsyncManager (test.test_with.FailureTestCase.testWithForAsyncManager)
PASS: testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgBound)
PASS: testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgUnbound)
PASS: testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError)
PASS: testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToNonTuple)
PASS: testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToSingleElementParenthesizedList)
PASS: testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase.testSingleArgInlineGeneratorSyntax)
PASS: testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testSingleArgUnbound)
PASS: testEnterReturnsTuple (test.test_with.NestedWith.testEnterReturnsTuple)
PASS: testExceptionInEnter (test.test_with.NestedWith.testExceptionInEnter)
PASS: testExceptionInExit (test.test_with.NestedWith.testExceptionInExit)
PASS: testExceptionInExprList (test.test_with.NestedWith.testExceptionInExprList)
PASS: testExceptionLocation (test.test_with.NestedWith.testExceptionLocation)
PASS: testNoExceptions (test.test_with.NestedWith.testNoExceptions)
PASS: testWithBreak (test.test_with.NonLocalFlowControlTestCase.testWithBreak)
PASS: testWithContinue (test.test_with.NonLocalFlowControlTestCase.testWithContinue)
PASS: testWithRaise (test.test_with.NonLocalFlowControlTestCase.testWithRaise)
PASS: testWithReturn (test.test_with.NonLocalFlowControlTestCase.testWithReturn)
PASS: testWithYield (test.test_with.NonLocalFlowControlTestCase.testWithYield)
PASS: testBoundGenerator (test.test_with.NonexceptionalTestCase.testBoundGenerator)
PASS: testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundSyntax)
PASS: testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToDottedVariable)
PASS: testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToExistingVariable)
PASS: testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorSyntax)
PASS: testNestedSingleStatements (test.test_with.NonexceptionalTestCase.testNestedSingleStatements)
PASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase.testUnboundGenerator)

----------------------------------------------------------------------
Ran 54 tests in 0.005s

OK
0:05:07 load avg: 1.98 [465/486] test_wmi skipped -- running (1): test_subprocess (1 min 9 sec)
test_wmi skipped -- No module named '_wmi'
0:05:08 load avg: 1.98 [466/486] test_wsgiref passed -- running (1): test_subprocess (1 min 10 sec)
PASS: testAbstractMethods (test.test_wsgiref.HandlerTests.testAbstractMethods)
PASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests.testBasicErrorOutput)
PASS: testBytesData (test.test_wsgiref.HandlerTests.testBytesData)
PASS: testCGIEnviron (test.test_wsgiref.HandlerTests.testCGIEnviron)
PASS: testClientConnectionTerminations (test.test_wsgiref.HandlerTests.testClientConnectionTerminations)
PASS: testCloseOnError (test.test_wsgiref.HandlerTests.testCloseOnError)
PASS: testContentLength (test.test_wsgiref.HandlerTests.testContentLength)
PASS: testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests.testDontResetInternalStateOnException)
PASS: testEnviron (test.test_wsgiref.HandlerTests.testEnviron)
PASS: testErrorAfterOutput (test.test_wsgiref.HandlerTests.testErrorAfterOutput)
PASS: testHeaderFormats (test.test_wsgiref.HandlerTests.testHeaderFormats)
PASS: testPartialWrite (test.test_wsgiref.HandlerTests.testPartialWrite)
PASS: testRaisesControlCharacters (test.test_wsgiref.HandlerTests.testRaisesControlCharacters)
PASS: testScheme (test.test_wsgiref.HandlerTests.testScheme)
PASS: testExtras (test.test_wsgiref.HeaderTests.testExtras)
PASS: testMappingInterface (test.test_wsgiref.HeaderTests.testMappingInterface)
PASS: testRaisesControlCharacters (test.test_wsgiref.HeaderTests.testRaisesControlCharacters)
PASS: testRequireList (test.test_wsgiref.HeaderTests.testRequireList)
PASS: test_bytes_validation (test.test_wsgiref.IntegrationTests.test_bytes_validation)
PASS: test_cp1252_url (test.test_wsgiref.IntegrationTests.test_cp1252_url)
PASS: test_environ (test.test_wsgiref.IntegrationTests.test_environ)
PASS: test_interrupted_write (test.test_wsgiref.IntegrationTests.test_interrupted_write)
PASS: test_plain_hello (test.test_wsgiref.IntegrationTests.test_plain_hello)
PASS: test_request_length (test.test_wsgiref.IntegrationTests.test_request_length)
PASS: test_simple_validation_error (test.test_wsgiref.IntegrationTests.test_simple_validation_error)
PASS: test_status_validation_errors (test.test_wsgiref.IntegrationTests.test_status_validation_errors)
PASS: test_validated_hello (test.test_wsgiref.IntegrationTests.test_validated_hello)
PASS: test_wsgi_input (test.test_wsgiref.IntegrationTests.test_wsgi_input)
PASS: testAppURIs (test.test_wsgiref.UtilityTests.testAppURIs)
PASS: testCrossDefaults (test.test_wsgiref.UtilityTests.testCrossDefaults)
PASS: testDefaults (test.test_wsgiref.UtilityTests.testDefaults)
PASS: testFileWrapper (test.test_wsgiref.UtilityTests.testFileWrapper)
PASS: testGuessScheme (test.test_wsgiref.UtilityTests.testGuessScheme)
PASS: testHopByHop (test.test_wsgiref.UtilityTests.testHopByHop)
PASS: testNormalizedShifts (test.test_wsgiref.UtilityTests.testNormalizedShifts)
PASS: testReqURIs (test.test_wsgiref.UtilityTests.testReqURIs)
PASS: testSimpleShifts (test.test_wsgiref.UtilityTests.testSimpleShifts)

----------------------------------------------------------------------
Ran 37 tests in 0.058s

OK
0:05:08 load avg: 1.98 [467/486] test_xml_dom_minicompat passed -- running (1): test_subprocess (1 min 10 sec)
PASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___add__)
PASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__)
PASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_item)
PASS: test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_length)
PASS: test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___add__)
PASS: test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___radd__)
PASS: test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_copy)
PASS: test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_deepcopy)
PASS: test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_item)
PASS: test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_length)
PASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_pickle_roundtrip)

----------------------------------------------------------------------
Ran 11 tests in 0.001s

OK
0:05:08 load avg: 1.98 [468/486] test_xml_dom_xmlbuilder passed -- running (1): test_subprocess (1 min 10 sec)
PASS: test_builder (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_builder)
PASS: test_entity_resolver (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_entity_resolver)
PASS: test_parse_uri (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_uri)
PASS: test_parse_with_systemId (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_with_systemId)

----------------------------------------------------------------------
Ran 4 tests in 0.010s

OK
0:05:09 load avg: 1.98 [469/486] test_xml_etree passed -- running (2): test_subprocess (1 min 11 sec), test_urllib2 (30.6 sec)
PASS: test_find_with_error (test.test_xml_etree.BadElementPathTest.test_find_with_error)
PASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest.test_find_with_mutating)
PASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest.test_findall_with_error)
PASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest.test_findall_with_mutating)
PASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest.test_findtext_with_error)
PASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute)
PASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating)
PASS: test_findtext_with_none_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute)
PASS: test_ass_subscr_with_mutating_iterable_value (test.test_xml_etree.BadElementTest.test_ass_subscr_with_mutating_iterable_value)
PASS: test_ass_subscr_with_mutating_slice (test.test_xml_etree.BadElementTest.test_ass_subscr_with_mutating_slice)
PASS: test_deepcopy_clear (test.test_xml_etree.BadElementTest.test_deepcopy_clear)
PASS: test_deepcopy_grow (test.test_xml_etree.BadElementTest.test_deepcopy_grow)
PASS: test_element_get_tail (test.test_xml_etree.BadElementTest.test_element_get_tail)
PASS: test_element_get_text (test.test_xml_etree.BadElementTest.test_element_get_text)
PASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest.test_extend_mutable_list)
PASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest.test_extend_mutable_list2)
PASS: test_recursive_repr (test.test_xml_etree.BadElementTest.test_recursive_repr)
PASS: test_remove_with_clear_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_existing)
PASS: test_remove_with_clear_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_missing)
PASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_existing)
PASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_missing)
PASS: test_subscr_with_clear (test.test_xml_etree.BadElementTest.test_subscr_with_clear)
PASS: test_subscr_with_delete (test.test_xml_etree.BadElementTest.test_subscr_with_delete)
PASS: test_treebuilder_end (test.test_xml_etree.BadElementTest.test_treebuilder_end)
PASS: test_treebuilder_start (test.test_xml_etree.BadElementTest.test_treebuilder_start)
PASS: test___copy__ (test.test_xml_etree.BasicElementTest.test___copy__)
PASS: test___deepcopy__ (test.test_xml_etree.BasicElementTest.test___deepcopy__)
PASS: test___init__ (test.test_xml_etree.BasicElementTest.test___init__)
PASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest.test_augmentation_type_errors)
PASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest.test_cyclic_gc)
PASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest.test_get_keyword_args)
PASS: test_pickle (test.test_xml_etree.BasicElementTest.test_pickle)
PASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest.test_pickle_issue18997)
PASS: test_weakref (test.test_xml_etree.BasicElementTest.test_weakref)
PASS: test_warning (test.test_xml_etree.BoolTest.test_warning)
PASS: test_39495_treebuilder_start (test.test_xml_etree.BugsTest.test_39495_treebuilder_start)
PASS: test_bug_1534630 (test.test_xml_etree.BugsTest.test_bug_1534630)
PASS: test_bug_200708_close (test.test_xml_etree.BugsTest.test_bug_200708_close)
PASS: test_bug_200708_newline (test.test_xml_etree.BugsTest.test_bug_200708_newline)
PASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest.test_bug_200709_default_namespace)
PASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest.test_bug_200709_element_comment)
PASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest.test_bug_200709_element_insert)
PASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest.test_bug_200709_iter_comment)
PASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest.test_bug_200709_register_namespace)
PASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit21)
PASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit25)
PASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit28)
PASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit39)
PASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit54)
PASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit55)
PASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit60)
PASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit62)
PASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit63)
PASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1)
PASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest.test_expat224_utf8_bug)
PASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file)
PASS: test_issue10777 (test.test_xml_etree.BugsTest.test_issue10777)
PASS: test_issue123213_correct_extend_exception (test.test_xml_etree.BugsTest.test_issue123213_correct_extend_exception)
PASS: test_issue6233 (test.test_xml_etree.BugsTest.test_issue6233)
PASS: test_issue6565 (test.test_xml_etree.BugsTest.test_issue6565)
SKIP: test_lost_elem (test.test_xml_etree.BugsTest.test_lost_elem) 'generators are not reentrant'
PASS: test_lost_tail (test.test_xml_etree.BugsTest.test_lost_tail)
PASS: test_lost_text (test.test_xml_etree.BugsTest.test_lost_text)
PASS: test_c14n_exclusion (test.test_xml_etree.C14NTest.test_c14n_exclusion)
PASS: test_simple_roundtrip (test.test_xml_etree.C14NTest.test_simple_roundtrip)
test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) ... 
SKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'
SKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'
SKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'
SKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'
PASS: test_bad_find (test.test_xml_etree.ElementFindTest.test_bad_find)
PASS: test_find_simple (test.test_xml_etree.ElementFindTest.test_find_simple)
PASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest.test_find_through_ElementTree)
PASS: test_find_xpath (test.test_xml_etree.ElementFindTest.test_find_xpath)
PASS: test_findall (test.test_xml_etree.ElementFindTest.test_findall)
PASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps)
PASS: test_findall_wildcard (test.test_xml_etree.ElementFindTest.test_findall_wildcard)
PASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest.test_test_find_with_ns)
PASS: test_basic (test.test_xml_etree.ElementIterTest.test_basic)
PASS: test_copy (test.test_xml_etree.ElementIterTest.test_copy)
PASS: test_corners (test.test_xml_etree.ElementIterTest.test_corners)
PASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest.test_iter_by_tag)
PASS: test_pickle (test.test_xml_etree.ElementIterTest.test_pickle)
PASS: test_delslice (test.test_xml_etree.ElementSlicingTest.test_delslice)
PASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps)
PASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest.test_getslice_range)
PASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest.test_getslice_single_index)
PASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_steps)
PASS: test_issue123213_setslice_exception (test.test_xml_etree.ElementSlicingTest.test_issue123213_setslice_exception)
PASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps)
PASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest.test_setslice_range)
PASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest.test_setslice_single_index)
PASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_steps)
PASS: test_attlist_default (test.test_xml_etree.ElementTreeTest.test_attlist_default)
PASS: test_attrib (test.test_xml_etree.ElementTreeTest.test_attrib)
PASS: test_cdata (test.test_xml_etree.ElementTreeTest.test_cdata)
PASS: test_children (test.test_xml_etree.ElementTreeTest.test_children)
PASS: test_constructor (test.test_xml_etree.ElementTreeTest.test_constructor)
PASS: test_copy (test.test_xml_etree.ElementTreeTest.test_copy)
PASS: test_custom_builder (test.test_xml_etree.ElementTreeTest.test_custom_builder)
PASS: test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns)
PASS: test_doctype_public (test.test_xml_etree.ElementTreeTest.test_doctype_public)
PASS: test_dump_attribute_order (test.test_xml_etree.ElementTreeTest.test_dump_attribute_order)
PASS: test_encoding (test.test_xml_etree.ElementTreeTest.test_encoding)
PASS: test_entity (test.test_xml_etree.ElementTreeTest.test_entity)
PASS: test_file_init (test.test_xml_etree.ElementTreeTest.test_file_init)
PASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization)
PASS: test_indent (test.test_xml_etree.ElementTreeTest.test_indent)
PASS: test_indent_level (test.test_xml_etree.ElementTreeTest.test_indent_level)
PASS: test_indent_space (test.test_xml_etree.ElementTreeTest.test_indent_space)
PASS: test_indent_space_caching (test.test_xml_etree.ElementTreeTest.test_indent_space_caching)
PASS: test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target)
PASS: test_interface (test.test_xml_etree.ElementTreeTest.test_interface)
PASS: test_issue18347 (test.test_xml_etree.ElementTreeTest.test_issue18347)
PASS: test_makeelement (test.test_xml_etree.ElementTreeTest.test_makeelement)
PASS: test_methods (test.test_xml_etree.ElementTreeTest.test_methods)
PASS: test_namespace (test.test_xml_etree.ElementTreeTest.test_namespace)
PASS: test_parsefile (test.test_xml_etree.ElementTreeTest.test_parsefile)
PASS: test_parseliteral (test.test_xml_etree.ElementTreeTest.test_parseliteral)
PASS: test_path_cache (test.test_xml_etree.ElementTreeTest.test_path_cache)
PASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest.test_processinginstruction)
PASS: test_qname (test.test_xml_etree.ElementTreeTest.test_qname)
PASS: test_set_attribute (test.test_xml_etree.ElementTreeTest.test_set_attribute)
PASS: test_setroot (test.test_xml_etree.ElementTreeTest.test_setroot)
PASS: test_simpleops (test.test_xml_etree.ElementTreeTest.test_simpleops)
PASS: test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace)
PASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace)
PASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)
PASS: test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration)
PASS: test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration)
PASS: test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases)
PASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)
PASS: test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace)
PASS: test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration)
PASS: test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order)
PASS: test_writefile (test.test_xml_etree.ElementTreeTest.test_writefile)
PASS: test_writestring (test.test_xml_etree.ElementTreeTest.test_writestring)
PASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer)
PASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor)
PASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find)
PASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method)
PASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial)
PASS: test_istype (test.test_xml_etree.ElementTreeTypeTest.test_istype)
PASS: test_encoding (test.test_xml_etree.IOTest.test_encoding)
PASS: test_read_from_bytesio (test.test_xml_etree.IOTest.test_read_from_bytesio)
PASS: test_read_from_stringio (test.test_xml_etree.IOTest.test_read_from_stringio)
PASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest.test_read_from_user_binary_reader)
PASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest.test_read_from_user_text_reader)
PASS: test_short_empty_elements (test.test_xml_etree.IOTest.test_short_empty_elements)
PASS: test_tostringlist_invariant (test.test_xml_etree.IOTest.test_tostringlist_invariant)
PASS: test_write_to_binary_file (test.test_xml_etree.IOTest.test_write_to_binary_file)
PASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom)
PASS: test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding)
PASS: test_write_to_bytesio (test.test_xml_etree.IOTest.test_write_to_bytesio)
PASS: test_write_to_filename (test.test_xml_etree.IOTest.test_write_to_filename)
PASS: test_write_to_filename_as_unicode (test.test_xml_etree.IOTest.test_write_to_filename_as_unicode)
PASS: test_write_to_filename_with_encoding (test.test_xml_etree.IOTest.test_write_to_filename_with_encoding)
PASS: test_write_to_stringio (test.test_xml_etree.IOTest.test_write_to_stringio)
PASS: test_write_to_text_file (test.test_xml_etree.IOTest.test_write_to_text_file)
PASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest.test_write_to_user_binary_writer)
PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom)
PASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest.test_write_to_user_text_writer)
PASS: test_basic (test.test_xml_etree.IterparseTest.test_basic)
PASS: test_close_exhausted (test.test_xml_etree.IterparseTest.test_close_exhausted)
PASS: test_close_not_exhausted (test.test_xml_etree.IterparseTest.test_close_not_exhausted)
PASS: test_events (test.test_xml_etree.IterparseTest.test_events)
PASS: test_external_file (test.test_xml_etree.IterparseTest.test_external_file)
PASS: test_namespace_events (test.test_xml_etree.IterparseTest.test_namespace_events)
PASS: test_non_utf8 (test.test_xml_etree.IterparseTest.test_non_utf8)
PASS: test_nonexistent_file (test.test_xml_etree.IterparseTest.test_nonexistent_file)
PASS: test_parsing_error (test.test_xml_etree.IterparseTest.test_parsing_error)
PASS: test_resource_warnings_exhausted (test.test_xml_etree.IterparseTest.test_resource_warnings_exhausted)
PASS: test_resource_warnings_failed_iteration (test.test_xml_etree.IterparseTest.test_resource_warnings_failed_iteration)
PASS: test_resource_warnings_not_exhausted (test.test_xml_etree.IterparseTest.test_resource_warnings_not_exhausted)
PASS: test_unknown_events (test.test_xml_etree.IterparseTest.test_unknown_events)
PASS: test_issue14818 (test.test_xml_etree.KeywordArgsTest.test_issue14818)
PASS: test_all (test.test_xml_etree.ModuleTest.test_all)
PASS: test_sanity (test.test_xml_etree.ModuleTest.test_sanity)
PASS: test_find_with_namespace (test.test_xml_etree.NamespaceParseTest.test_find_with_namespace)
PASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET)
PASS: test_error_code (test.test_xml_etree.ParseErrorTest.test_error_code)
PASS: test_error_position (test.test_xml_etree.ParseErrorTest.test_error_position)
PASS: test_subclass (test.test_xml_etree.ParseErrorTest.test_subclass)
PASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors)
PASS: test_doctype (test.test_xml_etree.TreeBuilderTest.test_doctype)
PASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest.test_dummy_builder)
PASS: test_element_factory (test.test_xml_etree.TreeBuilderTest.test_element_factory)
PASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass)
PASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass)
PASS: test_late_tail (test.test_xml_etree.TreeBuilderTest.test_late_tail)
PASS: test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments)
PASS: test_subclass (test.test_xml_etree.TreeBuilderTest.test_subclass)
PASS: test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi)
PASS: test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment)
PASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none)
PASS: test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi)
PASS: test_xinclude (test.test_xml_etree.XIncludeTest.test_xinclude)
PASS: test_xinclude_default (test.test_xml_etree.XIncludeTest.test_xinclude_default)
PASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest.test_xinclude_failures)
PASS: test_xinclude_repeated (test.test_xml_etree.XIncludeTest.test_xinclude_repeated)
PASS: test_constructor_args (test.test_xml_etree.XMLParserTest.test_constructor_args)
PASS: test_doctype_warning (test.test_xml_etree.XMLParserTest.test_doctype_warning)
test_inherited_doctype (test.test_xml_etree.XMLParserTest.test_inherited_doctype)
PASS: Ensure that ordinary usage is not deprecated (Issue 19176)
PASS: test_parse_string (test.test_xml_etree.XMLParserTest.test_parse_string)
PASS: test_subclass (test.test_xml_etree.XMLParserTest.test_subclass)
PASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest.test_subclass_doctype)
PASS: test_events (test.test_xml_etree.XMLPullParserTest.test_events)
PASS: test_events_comment (test.test_xml_etree.XMLPullParserTest.test_events_comment)
PASS: test_events_pi (test.test_xml_etree.XMLPullParserTest.test_events_pi)
PASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest.test_events_sequence)
PASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating)
PASS: test_flush_reparse_deferral_disabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_disabled)
PASS: test_flush_reparse_deferral_enabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_enabled)
PASS: test_ns_events (test.test_xml_etree.XMLPullParserTest.test_ns_events)
PASS: test_ns_events_start (test.test_xml_etree.XMLPullParserTest.test_ns_events_start)
PASS: test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end)
PASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest.test_simple_xml)
PASS: test_simple_xml_chunk_1 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_1)
PASS: test_simple_xml_chunk_22 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_22)
PASS: test_simple_xml_chunk_5 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_5)
PASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns)
PASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest.test_unknown_event)

----------------------------------------------------------------------
Ran 218 tests in 0.399s

OK (skipped=5)
0:05:09 load avg: 1.98 [470/486] test_xml_etree_c passed -- running (2): test_subprocess (1 min 12 sec), test_urllib2 (31.4 sec)
PASS: test_find_with_error (test.test_xml_etree_c.BadElementPathTest.test_find_with_error)
PASS: test_find_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_find_with_mutating)
PASS: test_findall_with_error (test.test_xml_etree_c.BadElementPathTest.test_findall_with_error)
PASS: test_findall_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findall_with_mutating)
PASS: test_findtext_with_error (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_error)
PASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_falsey_text_attribute)
PASS: test_findtext_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_mutating)
PASS: test_findtext_with_none_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_none_text_attribute)
PASS: test_ass_subscr_with_mutating_iterable_value (test.test_xml_etree_c.BadElementTest.test_ass_subscr_with_mutating_iterable_value)
PASS: test_ass_subscr_with_mutating_slice (test.test_xml_etree_c.BadElementTest.test_ass_subscr_with_mutating_slice)
PASS: test_deepcopy_clear (test.test_xml_etree_c.BadElementTest.test_deepcopy_clear)
PASS: test_deepcopy_grow (test.test_xml_etree_c.BadElementTest.test_deepcopy_grow)
PASS: test_element_get_tail (test.test_xml_etree_c.BadElementTest.test_element_get_tail)
PASS: test_element_get_text (test.test_xml_etree_c.BadElementTest.test_element_get_text)
PASS: test_extend_mutable_list (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list)
PASS: test_extend_mutable_list2 (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list2)
PASS: test_recursive_repr (test.test_xml_etree_c.BadElementTest.test_recursive_repr)
PASS: test_remove_with_clear_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_existing)
PASS: test_remove_with_clear_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_missing)
PASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_existing)
PASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_missing)
PASS: test_subscr_with_clear (test.test_xml_etree_c.BadElementTest.test_subscr_with_clear)
PASS: test_subscr_with_delete (test.test_xml_etree_c.BadElementTest.test_subscr_with_delete)
PASS: test_treebuilder_end (test.test_xml_etree_c.BadElementTest.test_treebuilder_end)
PASS: test_treebuilder_start (test.test_xml_etree_c.BadElementTest.test_treebuilder_start)
PASS: test___copy__ (test.test_xml_etree_c.BasicElementTest.test___copy__)
PASS: test___deepcopy__ (test.test_xml_etree_c.BasicElementTest.test___deepcopy__)
PASS: test___init__ (test.test_xml_etree_c.BasicElementTest.test___init__)
PASS: test_augmentation_type_errors (test.test_xml_etree_c.BasicElementTest.test_augmentation_type_errors)
PASS: test_cyclic_gc (test.test_xml_etree_c.BasicElementTest.test_cyclic_gc)
PASS: test_get_keyword_args (test.test_xml_etree_c.BasicElementTest.test_get_keyword_args)
PASS: test_pickle (test.test_xml_etree_c.BasicElementTest.test_pickle)
PASS: test_pickle_issue18997 (test.test_xml_etree_c.BasicElementTest.test_pickle_issue18997)
PASS: test_weakref (test.test_xml_etree_c.BasicElementTest.test_weakref)
PASS: test_warning (test.test_xml_etree_c.BoolTest.test_warning)
PASS: test_39495_treebuilder_start (test.test_xml_etree_c.BugsTest.test_39495_treebuilder_start)
PASS: test_bug_1534630 (test.test_xml_etree_c.BugsTest.test_bug_1534630)
PASS: test_bug_200708_close (test.test_xml_etree_c.BugsTest.test_bug_200708_close)
PASS: test_bug_200708_newline (test.test_xml_etree_c.BugsTest.test_bug_200708_newline)
PASS: test_bug_200709_default_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_default_namespace)
PASS: test_bug_200709_element_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_element_comment)
PASS: test_bug_200709_element_insert (test.test_xml_etree_c.BugsTest.test_bug_200709_element_insert)
PASS: test_bug_200709_iter_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_iter_comment)
PASS: test_bug_200709_register_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_register_namespace)
PASS: test_bug_xmltoolkit21 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit21)
PASS: test_bug_xmltoolkit25 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit25)
PASS: test_bug_xmltoolkit28 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit28)
PASS: test_bug_xmltoolkit39 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit39)
PASS: test_bug_xmltoolkit54 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit54)
PASS: test_bug_xmltoolkit55 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit55)
PASS: test_bug_xmltoolkit60 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit60)
PASS: test_bug_xmltoolkit62 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit62)
PASS: test_bug_xmltoolkit63 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit63)
PASS: test_bug_xmltoolkitX1 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkitX1)
PASS: test_expat224_utf8_bug (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug)
PASS: test_expat224_utf8_bug_file (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug_file)
PASS: test_issue10777 (test.test_xml_etree_c.BugsTest.test_issue10777)
PASS: test_issue123213_correct_extend_exception (test.test_xml_etree_c.BugsTest.test_issue123213_correct_extend_exception)
PASS: test_issue6233 (test.test_xml_etree_c.BugsTest.test_issue6233)
PASS: test_issue6565 (test.test_xml_etree_c.BugsTest.test_issue6565)
PASS: test_lost_elem (test.test_xml_etree_c.BugsTest.test_lost_elem)
PASS: test_lost_tail (test.test_xml_etree_c.BugsTest.test_lost_tail)
PASS: test_lost_text (test.test_xml_etree_c.BugsTest.test_lost_text)
PASS: test_c14n_exclusion (test.test_xml_etree_c.C14NTest.test_c14n_exclusion)
PASS: test_simple_roundtrip (test.test_xml_etree_c.C14NTest.test_simple_roundtrip)
test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) ... 
SKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'
SKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'
SKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'
SKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'
PASS: test_bad_find (test.test_xml_etree_c.ElementFindTest.test_bad_find)
PASS: test_find_simple (test.test_xml_etree_c.ElementFindTest.test_find_simple)
PASS: test_find_through_ElementTree (test.test_xml_etree_c.ElementFindTest.test_find_through_ElementTree)
PASS: test_find_xpath (test.test_xml_etree_c.ElementFindTest.test_find_xpath)
PASS: test_findall (test.test_xml_etree_c.ElementFindTest.test_findall)
PASS: test_findall_different_nsmaps (test.test_xml_etree_c.ElementFindTest.test_findall_different_nsmaps)
PASS: test_findall_wildcard (test.test_xml_etree_c.ElementFindTest.test_findall_wildcard)
PASS: test_test_find_with_ns (test.test_xml_etree_c.ElementFindTest.test_test_find_with_ns)
PASS: test_basic (test.test_xml_etree_c.ElementIterTest.test_basic)
PASS: test_copy (test.test_xml_etree_c.ElementIterTest.test_copy)
PASS: test_corners (test.test_xml_etree_c.ElementIterTest.test_corners)
PASS: test_iter_by_tag (test.test_xml_etree_c.ElementIterTest.test_iter_by_tag)
PASS: test_pickle (test.test_xml_etree_c.ElementIterTest.test_pickle)
PASS: test_delslice (test.test_xml_etree_c.ElementSlicingTest.test_delslice)
PASS: test_getslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_negative_steps)
PASS: test_getslice_range (test.test_xml_etree_c.ElementSlicingTest.test_getslice_range)
PASS: test_getslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_getslice_single_index)
PASS: test_getslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_steps)
PASS: test_issue123213_setslice_exception (test.test_xml_etree_c.ElementSlicingTest.test_issue123213_setslice_exception)
PASS: test_setslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_negative_steps)
PASS: test_setslice_range (test.test_xml_etree_c.ElementSlicingTest.test_setslice_range)
PASS: test_setslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_setslice_single_index)
PASS: test_setslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_steps)
PASS: test_attlist_default (test.test_xml_etree_c.ElementTreeTest.test_attlist_default)
PASS: test_attrib (test.test_xml_etree_c.ElementTreeTest.test_attrib)
PASS: test_cdata (test.test_xml_etree_c.ElementTreeTest.test_cdata)
PASS: test_children (test.test_xml_etree_c.ElementTreeTest.test_children)
PASS: test_constructor (test.test_xml_etree_c.ElementTreeTest.test_constructor)
PASS: test_copy (test.test_xml_etree_c.ElementTreeTest.test_copy)
PASS: test_custom_builder (test.test_xml_etree_c.ElementTreeTest.test_custom_builder)
PASS: test_custom_builder_only_end_ns (test.test_xml_etree_c.ElementTreeTest.test_custom_builder_only_end_ns)
PASS: test_doctype_public (test.test_xml_etree_c.ElementTreeTest.test_doctype_public)
PASS: test_dump_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_dump_attribute_order)
PASS: test_encoding (test.test_xml_etree_c.ElementTreeTest.test_encoding)
PASS: test_entity (test.test_xml_etree_c.ElementTreeTest.test_entity)
PASS: test_file_init (test.test_xml_etree_c.ElementTreeTest.test_file_init)
PASS: test_html_empty_elems_serialization (test.test_xml_etree_c.ElementTreeTest.test_html_empty_elems_serialization)
PASS: test_indent (test.test_xml_etree_c.ElementTreeTest.test_indent)
PASS: test_indent_level (test.test_xml_etree_c.ElementTreeTest.test_indent_level)
PASS: test_indent_space (test.test_xml_etree_c.ElementTreeTest.test_indent_space)
PASS: test_indent_space_caching (test.test_xml_etree_c.ElementTreeTest.test_indent_space_caching)
PASS: test_initialize_parser_without_target (test.test_xml_etree_c.ElementTreeTest.test_initialize_parser_without_target)
PASS: test_interface (test.test_xml_etree_c.ElementTreeTest.test_interface)
PASS: test_issue18347 (test.test_xml_etree_c.ElementTreeTest.test_issue18347)
PASS: test_makeelement (test.test_xml_etree_c.ElementTreeTest.test_makeelement)
PASS: test_methods (test.test_xml_etree_c.ElementTreeTest.test_methods)
PASS: test_namespace (test.test_xml_etree_c.ElementTreeTest.test_namespace)
PASS: test_parsefile (test.test_xml_etree_c.ElementTreeTest.test_parsefile)
PASS: test_parseliteral (test.test_xml_etree_c.ElementTreeTest.test_parseliteral)
PASS: test_path_cache (test.test_xml_etree_c.ElementTreeTest.test_path_cache)
PASS: test_processinginstruction (test.test_xml_etree_c.ElementTreeTest.test_processinginstruction)
PASS: test_qname (test.test_xml_etree_c.ElementTreeTest.test_qname)
PASS: test_set_attribute (test.test_xml_etree_c.ElementTreeTest.test_set_attribute)
PASS: test_setroot (test.test_xml_etree_c.ElementTreeTest.test_setroot)
PASS: test_simpleops (test.test_xml_etree_c.ElementTreeTest.test_simpleops)
PASS: test_tostring_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace)
PASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_different_namespace)
PASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)
PASS: test_tostring_no_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_no_xml_declaration)
PASS: test_tostring_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration)
PASS: test_tostring_xml_declaration_cases (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_cases)
PASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)
PASS: test_tostringlist_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_default_namespace)
PASS: test_tostringlist_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_xml_declaration)
PASS: test_tree_write_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_tree_write_attribute_order)
PASS: test_writefile (test.test_xml_etree_c.ElementTreeTest.test_writefile)
PASS: test_writestring (test.test_xml_etree_c.ElementTreeTest.test_writestring)
PASS: test_xpath_tokenizer (test.test_xml_etree_c.ElementTreeTest.test_xpath_tokenizer)
PASS: test_Element_subclass_constructor (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_constructor)
PASS: test_Element_subclass_find (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_find)
PASS: test_Element_subclass_new_method (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_new_method)
PASS: test_Element_subclass_trivial (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_trivial)
PASS: test_istype (test.test_xml_etree_c.ElementTreeTypeTest.test_istype)
PASS: test_encoding (test.test_xml_etree_c.IOTest.test_encoding)
PASS: test_read_from_bytesio (test.test_xml_etree_c.IOTest.test_read_from_bytesio)
PASS: test_read_from_stringio (test.test_xml_etree_c.IOTest.test_read_from_stringio)
PASS: test_read_from_user_binary_reader (test.test_xml_etree_c.IOTest.test_read_from_user_binary_reader)
PASS: test_read_from_user_text_reader (test.test_xml_etree_c.IOTest.test_read_from_user_text_reader)
PASS: test_short_empty_elements (test.test_xml_etree_c.IOTest.test_short_empty_elements)
PASS: test_tostringlist_invariant (test.test_xml_etree_c.IOTest.test_tostringlist_invariant)
PASS: test_write_to_binary_file (test.test_xml_etree_c.IOTest.test_write_to_binary_file)
PASS: test_write_to_binary_file_with_bom (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom)
PASS: test_write_to_binary_file_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding)
PASS: test_write_to_bytesio (test.test_xml_etree_c.IOTest.test_write_to_bytesio)
PASS: test_write_to_filename (test.test_xml_etree_c.IOTest.test_write_to_filename)
PASS: test_write_to_filename_as_unicode (test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode)
PASS: test_write_to_filename_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding)
PASS: test_write_to_stringio (test.test_xml_etree_c.IOTest.test_write_to_stringio)
PASS: test_write_to_text_file (test.test_xml_etree_c.IOTest.test_write_to_text_file)
PASS: test_write_to_user_binary_writer (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer)
PASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer_with_bom)
PASS: test_write_to_user_text_writer (test.test_xml_etree_c.IOTest.test_write_to_user_text_writer)
PASS: test_basic (test.test_xml_etree_c.IterparseTest.test_basic)
PASS: test_close_exhausted (test.test_xml_etree_c.IterparseTest.test_close_exhausted)
PASS: test_close_not_exhausted (test.test_xml_etree_c.IterparseTest.test_close_not_exhausted)
PASS: test_events (test.test_xml_etree_c.IterparseTest.test_events)
PASS: test_external_file (test.test_xml_etree_c.IterparseTest.test_external_file)
PASS: test_namespace_events (test.test_xml_etree_c.IterparseTest.test_namespace_events)
PASS: test_non_utf8 (test.test_xml_etree_c.IterparseTest.test_non_utf8)
PASS: test_nonexistent_file (test.test_xml_etree_c.IterparseTest.test_nonexistent_file)
PASS: test_parsing_error (test.test_xml_etree_c.IterparseTest.test_parsing_error)
PASS: test_resource_warnings_exhausted (test.test_xml_etree_c.IterparseTest.test_resource_warnings_exhausted)
PASS: test_resource_warnings_failed_iteration (test.test_xml_etree_c.IterparseTest.test_resource_warnings_failed_iteration)
PASS: test_resource_warnings_not_exhausted (test.test_xml_etree_c.IterparseTest.test_resource_warnings_not_exhausted)
PASS: test_unknown_events (test.test_xml_etree_c.IterparseTest.test_unknown_events)
PASS: test_issue14818 (test.test_xml_etree_c.KeywordArgsTest.test_issue14818)
PASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests.test_bpo_31728)
PASS: test_del_attribute (test.test_xml_etree_c.MiscTests.test_del_attribute)
PASS: test_dict_disappearing_during_get_item (test.test_xml_etree_c.MiscTests.test_dict_disappearing_during_get_item)
PASS: test_disallow_instantiation (test.test_xml_etree_c.MiscTests.test_disallow_instantiation)
PASS: test_immutable_types (test.test_xml_etree_c.MiscTests.test_immutable_types)
PASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests.test_iterparse_leaks)
SKIP: test_length_overflow (test.test_xml_etree_c.MiscTests.test_length_overflow) 'not enough memory: 2.0G minimum needed'
PASS: test_parser_ref_cycle (test.test_xml_etree_c.MiscTests.test_parser_ref_cycle)
PASS: test_setstate_leaks (test.test_xml_etree_c.MiscTests.test_setstate_leaks)
PASS: test_trashcan (test.test_xml_etree_c.MiscTests.test_trashcan)
PASS: test_uninitialized_parser (test.test_xml_etree_c.MiscTests.test_uninitialized_parser)
PASS: test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests.test_xmlpullparser_leaks)
PASS: test_all (test.test_xml_etree_c.ModuleTest.test_all)
PASS: test_sanity (test.test_xml_etree_c.ModuleTest.test_sanity)
PASS: test_find_with_namespace (test.test_xml_etree_c.NamespaceParseTest.test_find_with_namespace)
SKIP: setUpClass (test.test_xml_etree_c.NoAcceleratorTest) 'only for the Python version'
PASS: test_error_code (test.test_xml_etree_c.ParseErrorTest.test_error_code)
PASS: test_error_position (test.test_xml_etree_c.ParseErrorTest.test_error_position)
PASS: test_subclass (test.test_xml_etree_c.ParseErrorTest.test_subclass)
PASS: test_element (test.test_xml_etree_c.SizeofTest.test_element)
PASS: test_element_with_attrib (test.test_xml_etree_c.SizeofTest.test_element_with_attrib)
PASS: test_element_with_children (test.test_xml_etree_c.SizeofTest.test_element_with_children)
PASS: test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET)
PASS: test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_alias)
PASS: test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported.test_parser_comes_from_C)
PASS: test_alias_working (test.test_xml_etree_c.TestAliasWorking.test_alias_working)
PASS: test_builder_lookup_errors (test.test_xml_etree_c.TreeBuilderTest.test_builder_lookup_errors)
PASS: test_doctype (test.test_xml_etree_c.TreeBuilderTest.test_doctype)
PASS: test_dummy_builder (test.test_xml_etree_c.TreeBuilderTest.test_dummy_builder)
PASS: test_element_factory (test.test_xml_etree_c.TreeBuilderTest.test_element_factory)
PASS: test_element_factory_pure_python_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_pure_python_subclass)
PASS: test_element_factory_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_subclass)
PASS: test_late_tail (test.test_xml_etree_c.TreeBuilderTest.test_late_tail)
PASS: test_late_tail_mix_pi_comments (test.test_xml_etree_c.TreeBuilderTest.test_late_tail_mix_pi_comments)
PASS: test_subclass (test.test_xml_etree_c.TreeBuilderTest.test_subclass)
PASS: test_subclass_comment_pi (test.test_xml_etree_c.TreeBuilderTest.test_subclass_comment_pi)
PASS: test_treebuilder_comment (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_comment)
PASS: test_treebuilder_elementfactory_none (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_elementfactory_none)
PASS: test_treebuilder_pi (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_pi)
PASS: test_xinclude (test.test_xml_etree_c.XIncludeTest.test_xinclude)
PASS: test_xinclude_default (test.test_xml_etree_c.XIncludeTest.test_xinclude_default)
PASS: test_xinclude_failures (test.test_xml_etree_c.XIncludeTest.test_xinclude_failures)
PASS: test_xinclude_repeated (test.test_xml_etree_c.XIncludeTest.test_xinclude_repeated)
PASS: test_constructor_args (test.test_xml_etree_c.XMLParserTest.test_constructor_args)
PASS: test_doctype_warning (test.test_xml_etree_c.XMLParserTest.test_doctype_warning)
test_inherited_doctype (test.test_xml_etree_c.XMLParserTest.test_inherited_doctype)
PASS: Ensure that ordinary usage is not deprecated (Issue 19176)
PASS: test_parse_string (test.test_xml_etree_c.XMLParserTest.test_parse_string)
PASS: test_subclass (test.test_xml_etree_c.XMLParserTest.test_subclass)
PASS: test_subclass_doctype (test.test_xml_etree_c.XMLParserTest.test_subclass_doctype)
PASS: test_events (test.test_xml_etree_c.XMLPullParserTest.test_events)
PASS: test_events_comment (test.test_xml_etree_c.XMLPullParserTest.test_events_comment)
PASS: test_events_pi (test.test_xml_etree_c.XMLPullParserTest.test_events_pi)
PASS: test_events_sequence (test.test_xml_etree_c.XMLPullParserTest.test_events_sequence)
PASS: test_feed_while_iterating (test.test_xml_etree_c.XMLPullParserTest.test_feed_while_iterating)
SKIP: test_flush_reparse_deferral_disabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_disabled) 'XMLParser.(Get|Set)ReparseDeferralEnabled methods not available in C'
PASS: test_flush_reparse_deferral_enabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_enabled)
PASS: test_ns_events (test.test_xml_etree_c.XMLPullParserTest.test_ns_events)
PASS: test_ns_events_start (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start)
PASS: test_ns_events_start_end (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start_end)
PASS: test_simple_xml (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml)
PASS: test_simple_xml_chunk_1 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_1)
PASS: test_simple_xml_chunk_22 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_22)
PASS: test_simple_xml_chunk_5 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_5)
PASS: test_simple_xml_with_ns (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_with_ns)
PASS: test_unknown_event (test.test_xml_etree_c.XMLPullParserTest.test_unknown_event)

----------------------------------------------------------------------
Ran 236 tests in 0.574s

OK (skipped=7)
0:05:10 load avg: 1.98 [471/486] test_xmlrpc passed -- running (2): test_subprocess (1 min 12 sec), test_urllib2 (32.0 sec)
PASS: test_decode (test.test_xmlrpc.BinaryTestCase.test_decode)
PASS: test_default (test.test_xmlrpc.BinaryTestCase.test_default)
PASS: test_string (test.test_xmlrpc.BinaryTestCase.test_string)
PASS: test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get)
PASS: test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response)
PASS: test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison)
PASS: test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime)
PASS: test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode)
PASS: test_default (test.test_xmlrpc.DateTimeTestCase.test_default)
PASS: test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr)
PASS: test_time (test.test_xmlrpc.DateTimeTestCase.test_time)
PASS: test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct)
PASS: test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple)
PASS: test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic)
PASS: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info)
PASS: test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info)
PASS: test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute)
PASS: test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault)
PASS: test_repr (test.test_xmlrpc.FaultTestCase.test_repr)
PASS: test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request)
PASS: test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request)
PASS: test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response)
PASS: test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit)
PASS: test_header (test.test_xmlrpc.HeadersServerTestCase.test_header)
PASS: test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty)
PASS: test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items)
PASS: test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many)
PASS: test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple)
PASS: test_escape (test.test_xmlrpc.HelperTestCase.test_escape)
PASS: test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two)
PASS: test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close)
PASS: test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport)
SKIP: test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) "resource 'walltime' is not enabled"
SKIP: test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) "resource 'walltime' is not enabled"
SKIP: test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) "resource 'walltime' is not enabled"
SKIP: test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) "resource 'walltime' is not enabled"
PASS: test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1)
PASS: test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2)
SKIP: test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) "resource 'walltime' is not enabled"
SKIP: test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) "resource 'walltime' is not enabled"
SKIP: test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) "resource 'walltime' is not enabled"
SKIP: test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) "resource 'walltime' is not enabled"
SKIP: test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) "resource 'walltime' is not enabled"
PASS: test_close (test.test_xmlrpc.ServerProxyTestCase.test_close)
PASS: test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport)
PASS: test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding)
PASS: test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404)
PASS: test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true)
PASS: test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding)
PASS: test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager)
PASS: test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error)
PASS: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute)
PASS: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1)
PASS: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2)
PASS: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3)
PASS: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4)
PASS: test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall)
PASS: test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall)
PASS: test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii)
PASS: test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname)
PASS: test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post)
PASS: test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1)
PASS: test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host)
test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func)
PASS: Calls the registered instance's `_dispatch` function
test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func)
PASS: Calls a registered instance attribute as a function
test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func)
PASS: Calls explicitly registered function
test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func)
PASS: Calls a function that the dispatcher cannot locate
test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func)
PASS: Attempts to call nonexistent function on a registered instance
test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none)
PASS: Calls explicitly registered function which is None
PASS: test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag)
PASS: test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types)
PASS: test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag)
PASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912)
PASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900)
PASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict)
PASS: test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime)
PASS: test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int)
PASS: test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long)
PASS: test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes)
PASS: test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double)
PASS: test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding)
PASS: test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load)
PASS: test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none)
PASS: test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict)
PASS: test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq)
PASS: test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info)
PASS: test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect)
PASS: test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int)
PASS: test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types)
PASS: test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types)
PASS: test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported)
PASS: test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class)
PASS: test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence)

----------------------------------------------------------------------
Ran 93 tests in 0.263s

OK (skipped=9)
0:05:10 load avg: 1.98 [472/486] test_xpickle skipped (resource denied) -- running (2): test_subprocess (1 min 12 sec), test_urllib2 (32.1 sec)
test_xpickle skipped -- Use of the 'xpickle' resource not enabled
0:05:10 load avg: 1.98 [473/486] test_weakref passed -- running (2): test_subprocess (1 min 12 sec), test_urllib2 (32.2 sec)
PASS: test_all_freed (test.test_weakref.FinalizeTestCase.test_all_freed)
PASS: test_arg_errors (test.test_weakref.FinalizeTestCase.test_arg_errors)
PASS: test_atexit (test.test_weakref.FinalizeTestCase.test_atexit)
PASS: test_finalize (test.test_weakref.FinalizeTestCase.test_finalize)
PASS: test_order (test.test_weakref.FinalizeTestCase.test_order)
PASS: test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict)
PASS: test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict)
PASS: test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr)
PASS: test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict)
PASS: test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict)
PASS: test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc)
PASS: test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr)
PASS: test_remove_closure (test.test_weakref.MappingTestCase.test_remove_closure)
SKIP: test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy) "resource 'cpu' is not enabled"
SKIP: test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy) "resource 'cpu' is not enabled"
SKIP: test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy) "resource 'cpu' is not enabled"
SKIP: test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy) "resource 'cpu' is not enabled"
PASS: test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency)
PASS: test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop)
PASS: test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault)
PASS: test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem)
PASS: test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes)
PASS: test_weak_keyed_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_delitem)
PASS: test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem)
PASS: test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault)
PASS: test_weak_keyed_dict_update (test.test_weakref.MappingTestCase.test_weak_keyed_dict_update)
PASS: test_weak_keyed_iters (test.test_weakref.MappingTestCase.test_weak_keyed_iters)
PASS: test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles)
PASS: test_weak_keyed_len_race (test.test_weakref.MappingTestCase.test_weak_keyed_len_race)
PASS: test_weak_keyed_union_operators (test.test_weakref.MappingTestCase.test_weak_keyed_union_operators)
PASS: test_weak_keys (test.test_weakref.MappingTestCase.test_weak_keys)
PASS: test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating)
PASS: test_weak_valued_consistency (test.test_weakref.MappingTestCase.test_weak_valued_consistency)
PASS: test_weak_valued_delitem (test.test_weakref.MappingTestCase.test_weak_valued_delitem)
PASS: test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem)
PASS: test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault)
PASS: test_weak_valued_dict_update (test.test_weakref.MappingTestCase.test_weak_valued_dict_update)
PASS: test_weak_valued_iters (test.test_weakref.MappingTestCase.test_weak_valued_iters)
PASS: test_weak_valued_len_cycles (test.test_weakref.MappingTestCase.test_weak_valued_len_cycles)
PASS: test_weak_valued_len_race (test.test_weakref.MappingTestCase.test_weak_valued_len_race)
PASS: test_weak_valued_union_operators (test.test_weakref.MappingTestCase.test_weak_valued_union_operators)
PASS: test_weak_values (test.test_weakref.MappingTestCase.test_weak_values)
PASS: test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating)
PASS: test_names (test.test_weakref.ModuleTestCase.test_names)
PASS: test_basic_callback (test.test_weakref.ReferencesTestCase.test_basic_callback)
PASS: test_basic_proxy (test.test_weakref.ReferencesTestCase.test_basic_proxy)
PASS: test_basic_ref (test.test_weakref.ReferencesTestCase.test_basic_ref)
PASS: test_callable_proxy (test.test_weakref.ReferencesTestCase.test_callable_proxy)
PASS: test_callback_attribute (test.test_weakref.ReferencesTestCase.test_callback_attribute)
PASS: test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion)
PASS: test_callback_different_classes (test.test_weakref.ReferencesTestCase.test_callback_different_classes)
PASS: test_callback_gcs (test.test_weakref.ReferencesTestCase.test_callback_gcs)
PASS: test_callback_in_cycle (test.test_weakref.ReferencesTestCase.test_callback_in_cycle)
PASS: test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection)
PASS: test_callback_reachable_one_way (test.test_weakref.ReferencesTestCase.test_callback_reachable_one_way)
PASS: test_callbacks_on_callback (test.test_weakref.ReferencesTestCase.test_callbacks_on_callback)
PASS: test_callbacks_protected (test.test_weakref.ReferencesTestCase.test_callbacks_protected)
PASS: test_cfunction (test.test_weakref.ReferencesTestCase.test_cfunction)
PASS: test_classes (test.test_weakref.ReferencesTestCase.test_classes)
PASS: test_constructor_kwargs (test.test_weakref.ReferencesTestCase.test_constructor_kwargs)
PASS: test_equality (test.test_weakref.ReferencesTestCase.test_equality)
PASS: test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation)
PASS: test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation)
PASS: test_getweakrefcount (test.test_weakref.ReferencesTestCase.test_getweakrefcount)
PASS: test_getweakrefs (test.test_weakref.ReferencesTestCase.test_getweakrefs)
PASS: test_hashing (test.test_weakref.ReferencesTestCase.test_hashing)
PASS: test_init (test.test_weakref.ReferencesTestCase.test_init)
PASS: test_multiple_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_callbacks)
PASS: test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks)
PASS: test_newstyle_number_ops (test.test_weakref.ReferencesTestCase.test_newstyle_number_ops)
PASS: test_no_memory_when_clearing (test.test_weakref.ReferencesTestCase.test_no_memory_when_clearing)
PASS: test_ordering (test.test_weakref.ReferencesTestCase.test_ordering)
PASS: test_proxy_bad_next (test.test_weakref.ReferencesTestCase.test_proxy_bad_next)
PASS: test_proxy_bool (test.test_weakref.ReferencesTestCase.test_proxy_bool)
PASS: test_proxy_deletion (test.test_weakref.ReferencesTestCase.test_proxy_deletion)
PASS: test_proxy_div (test.test_weakref.ReferencesTestCase.test_proxy_div)
PASS: test_proxy_hash (test.test_weakref.ReferencesTestCase.test_proxy_hash)
PASS: test_proxy_index (test.test_weakref.ReferencesTestCase.test_proxy_index)
PASS: test_proxy_iter (test.test_weakref.ReferencesTestCase.test_proxy_iter)
PASS: test_proxy_matmul (test.test_weakref.ReferencesTestCase.test_proxy_matmul)
PASS: test_proxy_next (test.test_weakref.ReferencesTestCase.test_proxy_next)
PASS: test_proxy_ref (test.test_weakref.ReferencesTestCase.test_proxy_ref)
PASS: test_proxy_repr (test.test_weakref.ReferencesTestCase.test_proxy_repr)
PASS: test_proxy_reuse (test.test_weakref.ReferencesTestCase.test_proxy_reuse)
PASS: test_proxy_reversed (test.test_weakref.ReferencesTestCase.test_proxy_reversed)
PASS: test_proxy_unicode (test.test_weakref.ReferencesTestCase.test_proxy_unicode)
PASS: test_ref_created_during_del (test.test_weakref.ReferencesTestCase.test_ref_created_during_del)
PASS: test_ref_repr (test.test_weakref.ReferencesTestCase.test_ref_repr)
PASS: test_ref_reuse (test.test_weakref.ReferencesTestCase.test_ref_reuse)
PASS: test_repr_failure_gh99184 (test.test_weakref.ReferencesTestCase.test_repr_failure_gh99184)
PASS: test_set_callback_attribute (test.test_weakref.ReferencesTestCase.test_set_callback_attribute)
PASS: test_sf_bug_840829 (test.test_weakref.ReferencesTestCase.test_sf_bug_840829)
PASS: test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback)
PASS: test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback)
PASS: test_trashcan_16602 (test.test_weakref.ReferencesTestCase.test_trashcan_16602)
PASS: test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs)
PASS: test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks)
PASS: test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs)
test_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle)
PASS: Confirm https://bugs.python.org/issue3100 is fixed.
PASS: test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots)
PASS: test_bool (test.test_weakref.WeakKeyDictionaryTestCase.test_bool)
PASS: test_constructor (test.test_weakref.WeakKeyDictionaryTestCase.test_constructor)
PASS: test_get (test.test_weakref.WeakKeyDictionaryTestCase.test_get)
PASS: test_getitem (test.test_weakref.WeakKeyDictionaryTestCase.test_getitem)
PASS: test_items (test.test_weakref.WeakKeyDictionaryTestCase.test_items)
PASS: test_keys (test.test_weakref.WeakKeyDictionaryTestCase.test_keys)
PASS: test_len (test.test_weakref.WeakKeyDictionaryTestCase.test_len)
PASS: test_pop (test.test_weakref.WeakKeyDictionaryTestCase.test_pop)
PASS: test_popitem (test.test_weakref.WeakKeyDictionaryTestCase.test_popitem)
PASS: test_read (test.test_weakref.WeakKeyDictionaryTestCase.test_read)
PASS: test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase.test_setdefault)
PASS: test_update (test.test_weakref.WeakKeyDictionaryTestCase.test_update)
PASS: test_values (test.test_weakref.WeakKeyDictionaryTestCase.test_values)
PASS: test_write (test.test_weakref.WeakKeyDictionaryTestCase.test_write)
PASS: test_alive (test.test_weakref.WeakMethodTestCase.test_alive)
PASS: test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead)
PASS: test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead)
PASS: test_equality (test.test_weakref.WeakMethodTestCase.test_equality)
PASS: test_hashing (test.test_weakref.WeakMethodTestCase.test_hashing)
PASS: test_method_dead (test.test_weakref.WeakMethodTestCase.test_method_dead)
PASS: test_no_cycles (test.test_weakref.WeakMethodTestCase.test_no_cycles)
PASS: test_object_dead (test.test_weakref.WeakMethodTestCase.test_object_dead)
PASS: test_bool (test.test_weakref.WeakValueDictionaryTestCase.test_bool)
PASS: test_constructor (test.test_weakref.WeakValueDictionaryTestCase.test_constructor)
PASS: test_get (test.test_weakref.WeakValueDictionaryTestCase.test_get)
PASS: test_getitem (test.test_weakref.WeakValueDictionaryTestCase.test_getitem)
PASS: test_items (test.test_weakref.WeakValueDictionaryTestCase.test_items)
PASS: test_keys (test.test_weakref.WeakValueDictionaryTestCase.test_keys)
PASS: test_len (test.test_weakref.WeakValueDictionaryTestCase.test_len)
PASS: test_pop (test.test_weakref.WeakValueDictionaryTestCase.test_pop)
PASS: test_popitem (test.test_weakref.WeakValueDictionaryTestCase.test_popitem)
PASS: test_read (test.test_weakref.WeakValueDictionaryTestCase.test_read)
PASS: test_setdefault (test.test_weakref.WeakValueDictionaryTestCase.test_setdefault)
PASS: test_update (test.test_weakref.WeakValueDictionaryTestCase.test_update)
PASS: test_values (test.test_weakref.WeakValueDictionaryTestCase.test_values)
PASS: test_write (test.test_weakref.WeakValueDictionaryTestCase.test_write)
libreftest (test.test_weakref.__test__)
PASS: Doctest: test.test_weakref.__test__.libreftest

----------------------------------------------------------------------
Ran 137 tests in 4.370s

OK (skipped=4)
0:05:10 load avg: 1.98 [474/486] test_xxlimited passed -- running (2): test_subprocess (1 min 12 sec), test_urllib2 (32.3 sec)
PASS: test_buffer (test.test_xxlimited.TestXXLimited.test_buffer)
PASS: test_error (test.test_xxlimited.TestXXLimited.test_error)
PASS: test_foo (test.test_xxlimited.TestXXLimited.test_foo)
PASS: test_new (test.test_xxlimited.TestXXLimited.test_new)
PASS: test_str (test.test_xxlimited.TestXXLimited.test_str)
PASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited.test_xxo_attributes)
PASS: test_xxo_demo (test.test_xxlimited.TestXXLimited.test_xxo_demo)
PASS: test_xxo_new (test.test_xxlimited.TestXXLimited.test_xxo_new)
PASS: test_foo (test.test_xxlimited.TestXXLimited35.test_foo)
PASS: test_new (test.test_xxlimited.TestXXLimited35.test_new)
PASS: test_null (test.test_xxlimited.TestXXLimited35.test_null)
PASS: test_roj (test.test_xxlimited.TestXXLimited35.test_roj)
PASS: test_str (test.test_xxlimited.TestXXLimited35.test_str)
PASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited35.test_xxo_attributes)
PASS: test_xxo_demo (test.test_xxlimited.TestXXLimited35.test_xxo_demo)
PASS: test_xxo_new (test.test_xxlimited.TestXXLimited35.test_xxo_new)

----------------------------------------------------------------------
Ran 16 tests in 0.001s

OK
0:05:10 load avg: 1.98 [475/486] test_xxtestfuzz passed -- running (2): test_subprocess (1 min 13 sec), test_urllib2 (32.4 sec)
test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer.test_sample_input_smoke_test)
PASS: This is only a regression test: Check that it doesn't crash.

----------------------------------------------------------------------
Ran 1 test in 0.005s

OK
0:05:10 load avg: 1.98 [476/486] test_yield_from passed -- running (2): test_subprocess (1 min 13 sec), test_urllib2 (32.5 sec)
PASS: test_close_and_throw_raise_base_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_base_exception)
PASS: test_close_and_throw_raise_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_exception)
PASS: test_close_and_throw_raise_generator_exit (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_generator_exit)
PASS: test_close_and_throw_raise_stop_iteration (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_stop_iteration)
PASS: test_close_and_throw_return (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_return)
PASS: test_close_and_throw_work (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_work)
PASS: test_close_and_throw_yield (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_yield)
PASS: test_throws_in_iter (test.test_yield_from.TestInterestingEdgeCases.test_throws_in_iter)
test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation.test_attempted_yield_from_loop)
PASS: Test attempted yield-from loop
test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation.test_attempting_to_send_to_non_generator)
PASS: Test attempting to send to non-generator
test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation.test_broken_getattr_handling)
PASS: Test subiterator with a broken getattr implementation
test_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation.test_catching_exception_from_subgen_and_returning)
PASS: Test catching an exception thrown into a
PASS: test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation.test_close_with_cleared_frame)
test_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation.test_conversion_of_sendNone_to_next)
PASS: Test conversion of send(None) to next()
PASS: test_custom_iterator_return (test.test_yield_from.TestPEP380Operation.test_custom_iterator_return)
test_delegating_close (test.test_yield_from.TestPEP380Operation.test_delegating_close)
PASS: Test delegating 'close'
PASS: test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running)
PASS: test_delegating_generators_claim_to_be_running_with_close (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_close)
PASS: test_delegating_generators_claim_to_be_running_with_throw (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_throw)
test_delegating_throw (test.test_yield_from.TestPEP380Operation.test_delegating_throw)
PASS: Test delegating 'throw'
test_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegating_throw_to_non_generator)
PASS: Test delegating 'throw' to non-generator
test_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_close_to_non_generator)
PASS: Test delegation of close() to non-generator
test_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_initial_next_to_subgenerator)
PASS: Test delegation of initial next() call to subgenerator
test_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_call_to_subgenerator)
PASS: Test delegation of next() call to subgenerator
test_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_to_non_generator)
PASS: Test delegation of next() to non-generator
test_delegation_of_send (test.test_yield_from.TestPEP380Operation.test_delegation_of_send)
PASS: Test delegation of send()
PASS: test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation.test_delegator_is_visible_to_debugger)
test_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_exception_in_initial_next_call)
PASS: Test exception in initial next() call
PASS: test_exception_value_crash (test.test_yield_from.TestPEP380Operation.test_exception_value_crash)
test_generator_return_value (test.test_yield_from.TestPEP380Operation.test_generator_return_value)
PASS: Test generator return value
test_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation.test_handing_exception_while_delegating_close)
PASS: Test handling exception while delegating 'close'
test_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation.test_handling_exception_while_delegating_send)
PASS: Test handling exception while delegating 'send'
test_next_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_next_and_return_with_value)
PASS: Test next and return with value
test_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_delegated_next_call)
PASS: Test raising exception in delegated next() call
test_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_initial_next_call)
PASS: Test raising exception in initial next() call
test_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation.test_returning_value_from_delegated_throw)
PASS: Test returning value from delegated 'throw'
test_send_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_send_and_return_with_value)
PASS: Test send and return with value
PASS: test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation.test_send_tuple_with_custom_generator)
test_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_raises)
PASS: Test throwing GeneratorExit into a subgenerator that
test_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_returns)
PASS: Test throwing GeneratorExit into a subgenerator that
test_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgenerator_that_yields)
PASS: Test throwing GeneratorExit into a subgenerator that
test_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation.test_value_attribute_of_StopIteration_exception)
PASS: Test 'value' attribute of StopIteration exception
PASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation.test_yield_from_empty)

----------------------------------------------------------------------
Ran 43 tests in 0.027s

OK
0:05:11 load avg: 1.98 [477/486] test_zipapp passed -- running (2): test_subprocess (1 min 13 sec), test_urllib2 (32.6 sec)
PASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy)
PASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_change_main)
PASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_inplace)
PASS: test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_create)
PASS: test_info_command (test.test_zipapp.ZipAppCmdlineTest.test_info_command)
PASS: test_info_error (test.test_zipapp.ZipAppCmdlineTest.test_info_error)
PASS: test_content_of_copied_archive (test.test_zipapp.ZipAppTest.test_content_of_copied_archive)
PASS: test_create_archive (test.test_zipapp.ZipAppTest.test_create_archive)
PASS: test_create_archive_default_target (test.test_zipapp.ZipAppTest.test_create_archive_default_target)
PASS: test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest.test_create_archive_filter_exclude_dir)
PASS: test_create_archive_self_insertion (test.test_zipapp.ZipAppTest.test_create_archive_self_insertion)
PASS: test_create_archive_with_compression (test.test_zipapp.ZipAppTest.test_create_archive_with_compression)
PASS: test_create_archive_with_filter (test.test_zipapp.ZipAppTest.test_create_archive_with_filter)
PASS: test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest.test_create_archive_with_pathlib)
PASS: test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest.test_create_archive_with_subdirs)
PASS: test_create_sorted_archive (test.test_zipapp.ZipAppTest.test_create_sorted_archive)
PASS: test_custom_interpreter (test.test_zipapp.ZipAppTest.test_custom_interpreter)
PASS: test_default_no_shebang (test.test_zipapp.ZipAppTest.test_default_no_shebang)
PASS: test_main_and_main_py (test.test_zipapp.ZipAppTest.test_main_and_main_py)
PASS: test_main_only_written_once (test.test_zipapp.ZipAppTest.test_main_only_written_once)
PASS: test_main_validation (test.test_zipapp.ZipAppTest.test_main_validation)
PASS: test_main_written (test.test_zipapp.ZipAppTest.test_main_written)
PASS: test_modify_shebang (test.test_zipapp.ZipAppTest.test_modify_shebang)
PASS: test_no_main (test.test_zipapp.ZipAppTest.test_no_main)
PASS: test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest.test_no_shebang_is_not_executable)
PASS: test_pack_to_fileobj (test.test_zipapp.ZipAppTest.test_pack_to_fileobj)
PASS: test_read_from_fileobj (test.test_zipapp.ZipAppTest.test_read_from_fileobj)
PASS: test_read_from_pathlike_obj (test.test_zipapp.ZipAppTest.test_read_from_pathlike_obj)
PASS: test_read_missing_shebang (test.test_zipapp.ZipAppTest.test_read_missing_shebang)
PASS: test_read_shebang (test.test_zipapp.ZipAppTest.test_read_shebang)
PASS: test_remove_shebang (test.test_zipapp.ZipAppTest.test_remove_shebang)
PASS: test_shebang_is_executable (test.test_zipapp.ZipAppTest.test_shebang_is_executable)
PASS: test_target_overwrites_filtered_source_file (test.test_zipapp.ZipAppTest.test_target_overwrites_filtered_source_file)
PASS: test_target_overwrites_source_file (test.test_zipapp.ZipAppTest.test_target_overwrites_source_file)
PASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest.test_write_shebang_to_fileobj)

----------------------------------------------------------------------
Ran 35 tests in 0.027s

OK
0:05:11 load avg: 1.98 [478/486] test_zipfile64 skipped (resource denied) -- running (2): test_subprocess (1 min 13 sec), test_urllib2 (32.8 sec)
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
0:05:11 load avg: 1.98 [479/486] test_zipimport passed -- running (2): test_subprocess (1 min 13 sec), test_urllib2 (33.1 sec)
PASS: testBadArgs (test.test_zipimport.BadFileZipImportTestCase.testBadArgs)
PASS: testEmptyFile (test.test_zipimport.BadFileZipImportTestCase.testEmptyFile)
PASS: testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename)
PASS: testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable)
PASS: testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong)
PASS: testNoFile (test.test_zipimport.BadFileZipImportTestCase.testNoFile)
PASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase.testNotZipFile)
PASS: test2038MTime (test.test_zipimport.CompressedZipImportTestCase.test2038MTime)
PASS: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib)
PASS: testBadMTime (test.test_zipimport.CompressedZipImportTestCase.testBadMTime)
PASS: testBadMagic (test.test_zipimport.CompressedZipImportTestCase.testBadMagic)
PASS: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase.testBadMagic2)
PASS: testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment)
PASS: testBoth (test.test_zipimport.CompressedZipImportTestCase.testBoth)
PASS: testBytesPath (test.test_zipimport.CompressedZipImportTestCase.testBytesPath)
PASS: testComment (test.test_zipimport.CompressedZipImportTestCase.testComment)
PASS: testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel)
PASS: testDoctestFile (test.test_zipimport.CompressedZipImportTestCase.testDoctestFile)
PASS: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite)
PASS: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase.testEmptyPy)
PASS: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource)
PASS: testGetDataExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testGetDataExplicitDirectories)
PASS: testGetDataImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testGetDataImplicitDirectories)
PASS: testGetSource (test.test_zipimport.CompressedZipImportTestCase.testGetSource)
PASS: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff)
PASS: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase.testImporterAttr)
PASS: testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches)
PASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)
PASS: testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment)
PASS: testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage)
PASS: testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage)
PASS: testNamespacePackageExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackageExplicitDirectories)
PASS: testNamespacePackageImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackageImplicitDirectories)
PASS: testPackage (test.test_zipimport.CompressedZipImportTestCase.testPackage)
PASS: testPackageExplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testPackageExplicitDirectories)
PASS: testPackageImplicitDirectories (test.test_zipimport.CompressedZipImportTestCase.testPackageImplicitDirectories)
PASS: testPy (test.test_zipimport.CompressedZipImportTestCase.testPy)
PASS: testPyc (test.test_zipimport.CompressedZipImportTestCase.testPyc)
PASS: testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage)
PASS: testSubPackage (test.test_zipimport.CompressedZipImportTestCase.testSubPackage)
PASS: testTraceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback)
PASS: testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc)
PASS: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable)
SKIP: testZip64 (test.test_zipimport.CompressedZipImportTestCase.testZip64) "resource 'cpu' is not enabled"
SKIP: testZip64CruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment) "resource 'cpu' is not enabled"
SKIP: testZip64LargeFile (test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'
PASS: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods)
PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)
PASS: test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc)
PASS: test2038MTime (test.test_zipimport.UncompressedZipImportTestCase.test2038MTime)
PASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib)
PASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase.testBadMTime)
PASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic)
PASS: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2)
PASS: testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment)
PASS: testBoth (test.test_zipimport.UncompressedZipImportTestCase.testBoth)
PASS: testBytesPath (test.test_zipimport.UncompressedZipImportTestCase.testBytesPath)
PASS: testComment (test.test_zipimport.UncompressedZipImportTestCase.testComment)
PASS: testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel)
PASS: testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile)
PASS: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite)
PASS: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy)
PASS: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource)
PASS: testGetDataExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testGetDataExplicitDirectories)
PASS: testGetDataImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testGetDataImplicitDirectories)
PASS: testGetSource (test.test_zipimport.UncompressedZipImportTestCase.testGetSource)
PASS: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff)
PASS: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr)
PASS: testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches)
PASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)
PASS: testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment)
PASS: testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage)
PASS: testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage)
PASS: testNamespacePackageExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackageExplicitDirectories)
PASS: testNamespacePackageImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackageImplicitDirectories)
PASS: testPackage (test.test_zipimport.UncompressedZipImportTestCase.testPackage)
PASS: testPackageExplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testPackageExplicitDirectories)
PASS: testPackageImplicitDirectories (test.test_zipimport.UncompressedZipImportTestCase.testPackageImplicitDirectories)
PASS: testPy (test.test_zipimport.UncompressedZipImportTestCase.testPy)
PASS: testPyc (test.test_zipimport.UncompressedZipImportTestCase.testPyc)
PASS: testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage)
PASS: testSubPackage (test.test_zipimport.UncompressedZipImportTestCase.testSubPackage)
PASS: testTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback)
PASS: testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc)
PASS: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable)
SKIP: testZip64 (test.test_zipimport.UncompressedZipImportTestCase.testZip64) "resource 'cpu' is not enabled"
SKIP: testZip64CruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment) "resource 'cpu' is not enabled"
SKIP: testZip64LargeFile (test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'
PASS: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods)
PASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)
PASS: test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc)

----------------------------------------------------------------------
Ran 91 tests in 0.107s

OK (skipped=6)
0:05:12 load avg: 1.98 [480/486] test_zipimport_support passed -- running (2): test_subprocess (1 min 14 sec), test_urllib2 (34.4 sec)
test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_issue4197) ... Contents of '/var/volatile/tmp/test_python_r8gao8g2/tmp59nos5oa/test_zip.zip':
File Name                                             Modified             Size
test_zipped_doctest.py                         2026-04-24 08:13:46       126429
sample_zipped_doctest.py                       2026-04-24 08:13:46         1045
sample_zipped_doctest_no_doctests.py           2026-04-24 08:13:46          269
sample_zipped_doctest_no_docstrings.py         2026-04-24 08:13:46          227
sample_zipped_doctest_skip.py                  2026-04-24 08:13:46          714
Finding tests in test_zipped_doctest.SampleClass
Trying:
    print(1)
Expecting:
    1
ok
Trying:
    sc = SampleClass(3)
Expecting nothing
ok
Trying:
    for i in range(10):
        sc = sc.double()
        print(' ', sc.get(), sep='', end='')
Expecting:
     6 12 24 48 96 192 384 768 1536 3072
ok
doctest (test_zipped_doctest) ... 3 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.NestedClass
Trying:
    x = SampleClass.NestedClass(5)
Expecting nothing
ok
Trying:
    y = x.square()
Expecting nothing
ok
Trying:
    print(y.get())
Expecting:
    25
ok
doctest (test_zipped_doctest) ... 3 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.NestedClass.__init__
Trying:
    print(SampleClass.NestedClass().get())
Expecting:
    0
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.__init__
Trying:
    print(SampleClass(12).get())
Expecting:
    12
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.a_classmethod
Trying:
    print(SampleClass.a_classmethod(10))
Expecting:
    12
ok
Trying:
    print(SampleClass(0).a_classmethod(10))
Expecting:
    12
ok
doctest (test_zipped_doctest) ... 2 tests with zero failures
Finding tests in test_zipped_doctest
Trying:
    print(SampleClass(22).a_property)
Expecting:
    22
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.a_staticmethod
Trying:
    print(SampleClass.a_staticmethod(10))
Expecting:
    11
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.double
Trying:
    print(SampleClass(12).double().get())
Expecting:
    24
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleClass.get
Trying:
    print(SampleClass(-5).get())
Expecting:
    -5
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleNewStyleClass
Trying:
    print('1\n2\n3')
Expecting:
    1
    2
    3
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleNewStyleClass.__init__
Trying:
    print(SampleNewStyleClass(12).get())
Expecting:
    12
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleNewStyleClass.double
Trying:
    print(SampleNewStyleClass(12).double().get())
Expecting:
    24
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.SampleNewStyleClass.get
Trying:
    print(SampleNewStyleClass(-5).get())
Expecting:
    -5
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.sample_func
Trying:
    print(sample_func(22))
Expecting:
    44
ok
doctest (test_zipped_doctest) ... 1 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTest
Trying:
    docstring = '''
        >>> print(12)
        12

    Non-example text.

        >>> print('another\\example')
        another
        example
    '''
Expecting nothing
ok
Trying:
    globs = {} # globals to run the test in.
Expecting nothing
ok
Trying:
    parser = doctest.DocTestParser()
Expecting nothing
ok
Trying:
    test = parser.get_doctest(docstring, globs, 'some_test',
                              'some_file', 20)
Expecting nothing
ok
Trying:
    print(test)
Expecting:
    <DocTest some_test from some_file:20 (2 examples)>
ok
Trying:
    len(test.examples)
Expecting:
    2
ok
Trying:
    e1, e2 = test.examples
Expecting nothing
ok
Trying:
    (e1.source, e1.want, e1.lineno)
Expecting:
    ('print(12)\n', '12\n', 1)
ok
Trying:
    (e2.source, e2.want, e2.lineno)
Expecting:
    ("print('another\\example')\n", 'another\nexample\n', 6)
ok
Trying:
    (test.name, test.filename, test.lineno)
Expecting:
    ('some_test', 'some_file', 20)
ok
Trying:
    test.lineno + e1.lineno
Expecting:
    21
ok
Trying:
    test.lineno + e2.lineno
Expecting:
    26
ok
Trying:
    docstring = r'''
          >>> print('bad\nindentation')
          bad
        indentation
        '''
Expecting nothing
ok
Trying:
    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation'
ok
Trying:
    docstring = r'''
          >>> print(('bad indentation',
        ...          2))
          ('bad', 'indentation')
        '''
Expecting nothing
ok
Trying:
    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '...          2))'
ok
Trying:
    docstring = '>>>print(1)\n1'
Expecting nothing
ok
Trying:
    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)'
ok
Trying:
    docstring = '>>> if 1:\n...print(1)\n1'
Expecting nothing
ok
Trying:
    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)'
ok
Trying:
    docstring = '''
        >>> print 12
        12
    '''
Expecting nothing
ok
Trying:
    test = parser.get_doctest(docstring, globs, 'some_test',
                              'some_test', 20)
Expecting nothing
ok
Trying:
    same_test = parser.get_doctest(docstring, globs, 'some_test',
                                   'some_test', 20)
Expecting nothing
ok
Trying:
    test == same_test
Expecting:
    True
ok
Trying:
    test != same_test
Expecting:
    False
ok
Trying:
    hash(test) == hash(same_test)
Expecting:
    True
ok
Trying:
    docstring = '''
        >>> print 42
        42
    '''
Expecting nothing
ok
Trying:
    other_test = parser.get_doctest(docstring, globs, 'other_test',
                                    'other_file', 10)
Expecting nothing
ok
Trying:
    test == other_test
Expecting:
    False
ok
Trying:
    test != other_test
Expecting:
    True
ok
Trying:
    test < other_test
Expecting:
    False
ok
Trying:
    other_test < test
Expecting:
    True
ok
Trying:
    no_lineno = parser.get_doctest(docstring, globs, 'some_test',
                                  'some_test', None)
Expecting nothing
ok
Trying:
    test.lineno is None
Expecting:
    False
ok
Trying:
    no_lineno.lineno is None
Expecting:
    True
ok
Trying:
    test < no_lineno
Expecting:
    False
ok
Trying:
    no_lineno < test
Expecting:
    True
ok
Trying:
    DocTestCase = doctest.DocTestCase
Expecting nothing
ok
Trying:
    test_case = DocTestCase(test)
Expecting nothing
ok
Trying:
    same_test_case = DocTestCase(same_test)
Expecting nothing
ok
Trying:
    other_test_case = DocTestCase(other_test)
Expecting nothing
ok
Trying:
    test_case == same_test_case
Expecting:
    True
ok
Trying:
    test_case != same_test_case
Expecting:
    False
ok
Trying:
    hash(test_case) == hash(same_test_case)
Expecting:
    True
ok
Trying:
    test == other_test_case
Expecting:
    False
ok
Trying:
    test != other_test_case
Expecting:
    True
ok
doctest (test_zipped_doctest) ... 46 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestParser
Trying:
    s = '''
        >>> x, y = 2, 3  # no output expected
        >>> if 1:
        ...     print(x)
        ...     print(y)
        2
        3

        Some text.
        >>> x+y
        5
        '''
Expecting nothing
ok
Trying:
    parser = doctest.DocTestParser()
Expecting nothing
ok
Trying:
    for piece in parser.parse(s):
        if isinstance(piece, doctest.Example):
            print('Example:', (piece.source, piece.want, piece.lineno))
        else:
            print('   Text:', repr(piece))
Expecting:
       Text: '\n'
    Example: ('x, y = 2, 3  # no output expected\n', '', 1)
       Text: ''
    Example: ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
       Text: '\nSome text.\n'
    Example: ('x+y\n', '5\n', 9)
       Text: ''
ok
Trying:
    for piece in parser.get_examples(s):
        print((piece.source, piece.want, piece.lineno))
Expecting:
    ('x, y = 2, 3  # no output expected\n', '', 1)
    ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
    ('x+y\n', '5\n', 9)
ok
Trying:
    test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5)
Expecting nothing
ok
Trying:
    (test.name, test.filename, test.lineno)
Expecting:
    ('name', 'filename', 5)
ok
Trying:
    for piece in test.examples:
        print((piece.source, piece.want, piece.lineno))
Expecting:
    ('x, y = 2, 3  # no output expected\n', '', 1)
    ('if 1:\n    print(x)\n    print(y)\n', '2\n3\n', 2)
    ('x+y\n', '5\n', 9)
ok
doctest (test_zipped_doctest) ... 7 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestRunner.basics
Trying:
    import _colorize
Expecting nothing
ok
Trying:
    save_colorize = _colorize.COLORIZE
Expecting nothing
ok
Trying:
    _colorize.COLORIZE = False
Expecting nothing
ok
Trying:
    def f(x):
        '''
        >>> x = 12
        >>> print(x)
        12
        >>> x//2
        6
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=3)
ok
Trying:
    def f(x):
        '''
        >>> x = 12
        >>> print(x)
        14
        >>> x//2
        6
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=True).run(test)
    # doctest: +ELLIPSIS
Expecting:
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        14
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        print(x)
    Expected:
        14
    Got:
        12
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=1, attempted=3)
ok
Trying:
    _colorize.COLORIZE = save_colorize
Expecting nothing
ok
doctest (test_zipped_doctest) ... 10 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestRunner.exceptions
Trying:
    import _colorize
Expecting nothing
ok
Trying:
    save_colorize = _colorize.COLORIZE
Expecting nothing
ok
Trying:
    _colorize.COLORIZE = False
Expecting nothing
ok
Trying:
    def f(x):
        '''
        >>> x = 12
        >>> print(x//0)
        Traceback (most recent call last):
        ZeroDivisionError: division by zero
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        '''
        >>> x = 12
        >>> print('pre-exception output', x//0)
        pre-exception output
        Traceback (most recent call last):
        ZeroDivisionError: division by zero
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        print('pre-exception output', x//0)
    Exception raised:
        ...
        ZeroDivisionError: division by zero
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> raise ValueError('multi\nline\nmessage')
        Traceback (most recent call last):
        ValueError: multi
        line
        message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> raise ValueError('message')
        Traceback (most recent call last):
        ValueError: wrong message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        raise ValueError('message')
    Expected:
        Traceback (most recent call last):
        ValueError: wrong message
    Got:
        Traceback (most recent call last):
        ...
        ValueError: message
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        ValueError: wrong message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException('message')
        Traceback (most recent call last):
        HTTPException: message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 4, in f
    Failed example:
        raise HTTPException('message')
    Expected:
        Traceback (most recent call last):
        HTTPException: message
    Got:
        Traceback (most recent call last):
        ...
        http.client.HTTPException: message
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException('message')
        Traceback (most recent call last):
        http.client.HTTPException: message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        HTTPException: message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        foo.bar.HTTPException: message
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        TypeError: wrong type
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
    Expected:
        Traceback (most recent call last):
        TypeError: wrong type
    Got:
        Traceback (most recent call last):
        ...
        ValueError: message
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        foo.bar.HTTPException
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> from http.client import HTTPException
        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL
        Traceback (most recent call last):
        foo.bar.HTTPException:
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> 1//0
        0
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        1//0
    Exception raised:
        Traceback (most recent call last):
        ...
        ZeroDivisionError: division by zero
    TestResults(failed=1, attempted=1)
ok
Trying:
    _colorize.COLORIZE = save_colorize
Expecting nothing
ok
doctest (test_zipped_doctest) ... 43 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestRunner.option_directives
Trying:
    import _colorize
Expecting nothing
ok
Trying:
    save_colorize = _colorize.COLORIZE
Expecting nothing
ok
Trying:
    _colorize.COLORIZE = False
Expecting nothing
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))      # should fail: no ellipsis
        [0, 1, ..., 9]

        >>> print(list(range(10)))      # doctest: +ELLIPSIS
        [0, 1, ..., 9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))
        [0, 1, ..., 9]

        >>> # should fail: no ellipsis
        >>> print(list(range(10)))      # doctest: -ELLIPSIS
        [0, 1, ..., 9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False,
                          optionflags=doctest.ELLIPSIS).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 6, in f
    Failed example:
        print(list(range(10)))      # doctest: -ELLIPSIS
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))      # Should fail: no ellipsis
        [0, 1, ..., 9]

        >>> print(list(range(10)))      # doctest: +ELLIPSIS
        [0, 1, ..., 9]

        >>> print(list(range(10)))      # Should fail: no ellipsis
        [0, 1, ..., 9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    **********************************************************************
    File ..., line 8, in f
    Failed example:
        print(list(range(10)))      # Should fail: no ellipsis
    Expected:
        [0, 1, ..., 9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=2, attempted=3)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))      # Should fail
        [0, 1,  ...,   9]
        >>> print(list(range(10)))      # Should succeed
        ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
        [0, 1,  ...,   9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))      # Should fail
        [0, 1,  ...,   9]
        >>> print(list(range(10)))      # Should succeed
        ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE
        [0, 1,  ...,   9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))      # Should fail
        [0, 1,  ...,   9]
        >>> print(list(range(10)))      # Should succeed
        ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
        [0, 1,  ...,   9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(10)))      # Should fail
    Expected:
        [0, 1,  ...,   9]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x): r'''
        >>> print(list(range(10)))
        ... # doctest: +ELLIPSIS
        [0, 1, ..., 9]
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    def f(x): r'''
        >>> for x in range(10): # doctest: +ELLIPSIS
        ...     print(' ', x, end='', sep='')
         0 1 2 ... 9

        >>> for x in range(10):
        ...     print(' ', x, end='', sep='') # doctest: +ELLIPSIS
         0 1 2 ... 9
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=2)
ok
Trying:
    def f(x): r'''
        Should fail (option directive not on the last line):
            >>> for x in range(10): # doctest: +ELLIPSIS
            ...     print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE
            0  1    2...9
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    s = '>>> print(12)  #doctest: +BADOPTION'
Expecting nothing
ok
Trying:
    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION'
ok
Trying:
    s = '>>> print(12)  #doctest: ELLIPSIS'
Expecting nothing
ok
Trying:
    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS'
ok
Trying:
    s = '>>> # doctest: +ELLIPSIS'
Expecting nothing
ok
Trying:
    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)
Expecting:
    Traceback (most recent call last):
    ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS'
ok
Trying:
    _colorize.COLORIZE = save_colorize
Expecting nothing
ok
doctest (test_zipped_doctest) ... 37 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestRunner.optionflags
Trying:
    import _colorize
Expecting nothing
ok
Trying:
    save_colorize = _colorize.COLORIZE
Expecting nothing
ok
Trying:
    _colorize.COLORIZE = False
Expecting nothing
ok
Trying:
    def f(x):
        '>>> True\n1\n'
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.DONT_ACCEPT_TRUE_FOR_1
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        True
    Expected:
        1
    Got:
        True
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        '>>> print("a\\n\\nb")\na\n<BLANKLINE>\nb\n'
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.DONT_ACCEPT_BLANKLINE
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print("a\n\nb")
    Expected:
        a
        <BLANKLINE>
        b
    Got:
        a
    <BLANKLINE>
        b
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        '\n>>> print(1, 2, 3)\n  1   2\n 3'
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print(1, 2, 3)
    Expected:
          1   2
         3
    Got:
        1 2 3
    TestResults(failed=1, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.NORMALIZE_WHITESPACE
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE
Expecting:
    [0,   1,  2,  3,  4,  5,  6,  7,  8,  9,
    10,  11, 12, 13, 14, 15, 16, 17, 18, 19]
ok
Trying:
    def f(x):
        '>>> print(list(range(15)))\n[0, 1, 2, ..., 14]\n'
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 2, in f
    Failed example:
        print(list(range(15)))
    Expected:
        [0, 1, 2, ..., 14]
    Got:
        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]
    TestResults(failed=1, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.ELLIPSIS
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
Expecting:
    TestResults(failed=0, attempted=1)
ok
Trying:
    if 1:
        for i in range(100):
            print(i**2, end=' ') #doctest: +ELLIPSIS
        print('!')
Expecting:
    0 1...4...9 16 ... 36 49 64 ... 9801 !
ok
Trying:
    if 1:  #doctest: +ELLIPSIS
        for i in range(20):
            print(i, end=' ')
        print(20)
Expecting:
    0 1 2 ...1...2...0
ok
Trying:
    print(list(range(20))) # doctest:+ELLIPSIS
Expecting:
    [0, 1, ..., 18, 19]
ok
Trying:
    print(list(range(20))) # doctest: +ELLIPSIS
                    # doctest: +NORMALIZE_WHITESPACE
Expecting:
    [0,    1, ...,   18,    19]
ok
Trying:
    import random
Expecting nothing
ok
Trying:
    def f(x):
        r'''
        >>> print('\n'.join('abcdefg'))
        a
        B
        c
        d
        f
        g
        h
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Expected:
        a
        B
        c
        d
        f
        g
        h
    Got:
        a
        b
        c
        d
        e
        f
        g
    TestResults(failed=1, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.REPORT_UDIFF
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Differences (unified diff with -expected +actual):
        @@ -1,7 +1,7 @@
         a
        -B
        +b
         c
         d
        +e
         f
         g
        -h
    TestResults(failed=1, attempted=1)
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.REPORT_CDIFF
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print('\n'.join('abcdefg'))
    Differences (context diff with expected followed by actual):
        ***************
        *** 1,7 ****
          a
        ! B
          c
          d
          f
          g
        - h
        --- 1,7 ----
          a
        ! b
          c
          d
        + e
          f
          g
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> print("a b  c d e f g h i   j k l m")
        a b c d e f g h i j k 1 m
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.REPORT_NDIFF
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 3, in f
    Failed example:
        print("a b  c d e f g h i   j k l m")
    Differences (ndiff with -expected +actual):
        - a b c d e f g h i j k 1 m
        ?                       ^
        + a b  c d e f g h i   j k l m
        ?     +              ++    ^
    TestResults(failed=1, attempted=1)
ok
Trying:
    def f(x):
        r'''
        >>> print(1) # first success
        1
        >>> print(2) # first failure
        200
        >>> print(3) # second failure
        300
        >>> print(4) # second success
        4
        >>> print(5) # third failure
        500
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.REPORT_ONLY_FIRST_FAILURE
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=3, attempted=5)
ok
Trying:
    doctest.DocTestRunner(verbose=True, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    Trying:
        print(1) # first success
    Expecting:
        1
    ok
    Trying:
        print(2) # first failure
    Expecting:
        200
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=3, attempted=5)
ok
Trying:
    flags = doctest.FAIL_FAST
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=1, attempted=2)
ok
Trying:
    flags = doctest.FAIL_FAST | doctest.REPORT_ONLY_FIRST_FAILURE
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        print(2) # first failure
    Expected:
        200
    Got:
        2
    TestResults(failed=1, attempted=2)
ok
Trying:
    def f(x):
        r'''
        >>> print(1) # first success
        1
        >>> raise ValueError(2) # first failure
        200
        >>> print(3) # second failure
        300
        >>> print(4) # second success
        4
        >>> print(5) # third failure
        500
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    flags = doctest.REPORT_ONLY_FIRST_FAILURE
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        raise ValueError(2) # first failure
    Exception raised:
        ...
        ValueError: 2
    TestResults(failed=3, attempted=5)
ok
Trying:
    flags = doctest.FAIL_FAST
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
    # doctest: +ELLIPSIS
Expecting:
    **********************************************************************
    File ..., line 5, in f
    Failed example:
        raise ValueError(2) # first failure
    Exception raised:
        ...
        ValueError: 2
    TestResults(failed=1, attempted=2)
ok
Trying:
    unlikely = "UNLIKELY_OPTION_NAME"
Expecting nothing
ok
Trying:
    unlikely in doctest.OPTIONFLAGS_BY_NAME
Expecting:
    False
ok
Trying:
    new_flag_value = doctest.register_optionflag(unlikely)
Expecting nothing
ok
Trying:
    unlikely in doctest.OPTIONFLAGS_BY_NAME
Expecting:
    True
ok
Trying:
    redundant_flag_value = doctest.register_optionflag(unlikely)
Expecting nothing
ok
Trying:
    redundant_flag_value == new_flag_value
Expecting:
    True
ok
Trying:
    del doctest.OPTIONFLAGS_BY_NAME[unlikely]
Expecting nothing
ok
Trying:
    _colorize.COLORIZE = save_colorize
Expecting nothing
ok
doctest (test_zipped_doctest) ... 73 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestRunner.verbose_flag
Trying:
    def f(x):
        '''
        >>> x = 12
        >>> print(x)
        12
        >>> x//2
        6
        '''
Expecting nothing
ok
Trying:
    test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
ok
Trying:
    doctest.DocTestRunner(verbose=True).run(test)
Expecting:
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        12
    ok
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=0, attempted=3)
ok
Trying:
    old_argv = sys.argv
Expecting nothing
ok
Trying:
    sys.argv = ['test']
Expecting nothing
ok
Trying:
    doctest.DocTestRunner().run(test)
Expecting:
    TestResults(failed=0, attempted=3)
ok
Trying:
    sys.argv = ['test', '-v']
Expecting nothing
ok
Trying:
    doctest.DocTestRunner().run(test)
Expecting:
    Trying:
        x = 12
    Expecting nothing
    ok
    Trying:
        print(x)
    Expecting:
        12
    ok
    Trying:
        x//2
    Expecting:
        6
    ok
    TestResults(failed=0, attempted=3)
ok
Trying:
    sys.argv = old_argv
Expecting nothing
ok
doctest (test_zipped_doctest) ... 9 tests with zero failures
Finding tests in test_zipped_doctest.test_Example
Trying:
    example = doctest.Example('print(1)', '1\n')
Expecting nothing
ok
Trying:
    (example.source, example.want, example.exc_msg,
     example.lineno, example.indent, example.options)
Expecting:
    ('print(1)\n', '1\n', None, 0, 0, {})
ok
Trying:
    exc_msg = 'IndexError: pop from an empty list'
Expecting nothing
ok
Trying:
    example = doctest.Example('[].pop()', '', exc_msg,
                              lineno=5, indent=4,
                              options={doctest.ELLIPSIS: True})
Expecting nothing
ok
Trying:
    (example.source, example.want, example.exc_msg,
     example.lineno, example.indent, example.options)
Expecting:
    ('[].pop()\n', '', 'IndexError: pop from an empty list\n', 5, 4, {8: True})
ok
Trying:
    e = doctest.Example('print(1)', '1\n')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1)\n', '1\n')
ok
Trying:
    e = doctest.Example('print(1)\n', '1\n')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1)\n', '1\n')
ok
Trying:
    e = doctest.Example('print(1);\nprint(2)\n', '1\n2\n')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1);\nprint(2)\n', '1\n2\n')
ok
Trying:
    e = doctest.Example('print(1);\nprint(2)', '1\n2\n')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1);\nprint(2)\n', '1\n2\n')
ok
Trying:
    e = doctest.Example('', '')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('\n', '')
ok
Trying:
    e = doctest.Example('print(1)', '1\n')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1)\n', '1\n')
ok
Trying:
    e = doctest.Example('print(1)', '1')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print(1)\n', '1\n')
ok
Trying:
    e = doctest.Example('print', '')
Expecting nothing
ok
Trying:
    e.source, e.want
Expecting:
    ('print\n', '')
ok
Trying:
    exc_msg = 'IndexError: pop from an empty list'
Expecting nothing
ok
Trying:
    e = doctest.Example('[].pop()', '', exc_msg)
Expecting nothing
ok
Trying:
    e.exc_msg
Expecting:
    'IndexError: pop from an empty list\n'
ok
Trying:
    exc_msg = 'IndexError: pop from an empty list\n'
Expecting nothing
ok
Trying:
    e = doctest.Example('[].pop()', '', exc_msg)
Expecting nothing
ok
Trying:
    e.exc_msg
Expecting:
    'IndexError: pop from an empty list\n'
ok
Trying:
    exc_msg = 'ValueError: 1\n  2'
Expecting nothing
ok
Trying:
    e = doctest.Example('raise ValueError("1\n  2")', '', exc_msg)
Expecting nothing
ok
Trying:
    e.exc_msg
Expecting:
    'ValueError: 1\n  2\n'
ok
Trying:
    exc_msg = 'ValueError: 1\n  2\n'
Expecting nothing
ok
Trying:
    e = doctest.Example('raise ValueError("1\n  2")', '', exc_msg)
Expecting nothing
ok
Trying:
    e.exc_msg
Expecting:
    'ValueError: 1\n  2\n'
ok
Trying:
    exc_msg = ''
Expecting nothing
ok
Trying:
    e = doctest.Example('raise X()', '', exc_msg)
Expecting nothing
ok
Trying:
    e.exc_msg
Expecting:
    '\n'
ok
Trying:
    example = doctest.Example('print 1', '1\n')
Expecting nothing
ok
Trying:
    same_example = doctest.Example('print 1', '1\n')
Expecting nothing
ok
Trying:
    other_example = doctest.Example('print 42', '42\n')
Expecting nothing
ok
Trying:
    example == same_example
Expecting:
    True
ok
Trying:
    example != same_example
Expecting:
    False
ok
Trying:
    hash(example) == hash(same_example)
Expecting:
    True
ok
Trying:
    example == other_example
Expecting:
    False
ok
Trying:
    example != other_example
Expecting:
    True
ok
doctest (test_zipped_doctest) ... 44 tests with zero failures
Finding tests in test_zipped_doctest.test_debug
Trying:
    s = '''
        >>> x = 12
        >>> print(x)
        12
        '''
Expecting nothing
ok
Trying:
    from test.support.pty_helper import FakeInput
Expecting nothing
ok
Trying:
    real_stdin = sys.stdin
Expecting nothing
ok
Trying:
    sys.stdin = FakeInput(['next', 'print(x)', 'continue'])
Expecting nothing
ok
Trying:
    try: doctest.debug_src(s)
    finally: sys.stdin = real_stdin
Expecting:
    > <string>(1)<module>()
    (Pdb) next
    12
    --Return--
    > <string>(1)<module>()->None
    (Pdb) print(x)
    12
    (Pdb) continue
ok
doctest (test_zipped_doctest) ... 5 tests with zero failures
Finding tests in test_zipped_doctest.test_testsource
Trying:
    import test_zipped_doctest as test_doctest
Expecting nothing
ok
Trying:
    name = 'test_zipped_doctest.sample_func'
Expecting nothing
ok
Trying:
    print(doctest.testsource(test_doctest, name))
Expecting:
    # Blah blah
    #
    print(sample_func(22))
    # Expected:
    ## 44
    #
    # Yee ha!
    <BLANKLINE>
ok
Trying:
    name = 'test_zipped_doctest.SampleNewStyleClass'
Expecting nothing
ok
Trying:
    print(doctest.testsource(test_doctest, name))
Expecting:
    print('1\n2\n3')
    # Expected:
    ## 1
    ## 2
    ## 3
    <BLANKLINE>
ok
Trying:
    name = 'test_zipped_doctest.SampleClass.a_classmethod'
Expecting nothing
ok
Trying:
    print(doctest.testsource(test_doctest, name))
Expecting:
    print(SampleClass.a_classmethod(10))
    # Expected:
    ## 12
    print(SampleClass(0).a_classmethod(10))
    # Expected:
    ## 12
    <BLANKLINE>
ok
doctest (test_zipped_doctest) ... 7 tests with zero failures
Finding tests in test_zipped_doctest.test_trailing_space_in_test
Trying:
    x, y = 'foo', ''
Expecting nothing
ok
Trying:
    print(x, y)
Expecting:
    foo 
ok
doctest (test_zipped_doctest) ... 2 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestSuite
Trying:
    import unittest
Expecting nothing
ok
Trying:
    import sample_zipped_doctest
Expecting nothing
ok
Trying:
    suite = doctest.DocTestSuite(sample_zipped_doctest)
Expecting nothing
ok
Trying:
    result = suite.run(unittest.TestResult())
Expecting nothing
ok
Trying:
    result
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=4>
ok
Trying:
    for tst, _ in result.failures:
        print(tst)
Expecting:
    bad (sample_zipped_doctest.__test__)
    foo (sample_zipped_doctest)
    test_silly_setup (sample_zipped_doctest)
    y_is_one (sample_zipped_doctest)
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest')
Expecting nothing
ok
Trying:
    result = suite.run(unittest.TestResult())
Expecting nothing
ok
Trying:
    result
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=4>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest_no_doctests')
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=0 errors=0 failures=0>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings')
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=0 errors=0 failures=0>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest_skip')
Expecting nothing
ok
Trying:
    result = suite.run(unittest.TestResult())
Expecting nothing
ok
Trying:
    result
Expecting:
    <unittest.result.TestResult run=6 errors=0 failures=2>
ok
Trying:
    len(result.skipped)
Expecting:
    2
ok
Trying:
    for tst, _ in result.skipped:
        print(tst)
Expecting:
    double_skip (sample_zipped_doctest_skip)
    single_skip (sample_zipped_doctest_skip)
ok
Trying:
    for tst, _ in result.failures:
        print(tst)
Expecting:
    no_skip_fail (sample_zipped_doctest_skip)
    partial_skip_fail (sample_zipped_doctest_skip)
ok
Trying:
    suite = sample_zipped_doctest.test_suite()
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=4>
ok
Trying:
    finder = doctest.DocTestFinder()
Expecting nothing
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest',
                             test_finder=finder)
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=4>
ok
Trying:
    finder = doctest.DocTestFinder()
Expecting nothing
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings',
                             test_finder=finder)
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=0 errors=0 failures=0>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest', globs={})
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=5>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest',
                                 extraglobs={'y': 1})
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=3>
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest',
                         optionflags=doctest.DONT_ACCEPT_BLANKLINE)
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=5>
ok
Trying:
    def setUp(t):
        import test_zipped_doctest as test_doctest
        test_doctest.sillySetup = True
Expecting nothing
ok
Trying:
    def tearDown(t):
        import test_zipped_doctest as test_doctest
        del test_doctest.sillySetup
Expecting nothing
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest',
         setUp=setUp, tearDown=tearDown)
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=3>
ok
Trying:
    import test_zipped_doctest as test_doctest
Expecting nothing
ok
Trying:
    test_doctest.sillySetup
Expecting:
    Traceback (most recent call last):
    ...
    AttributeError: module 'test_zipped_doctest' has no attribute 'sillySetup'
ok
Trying:
    def setUp(test):
        test.globs['y'] = 1
Expecting nothing
ok
Trying:
    suite = doctest.DocTestSuite('sample_zipped_doctest', setUp=setUp)
Expecting nothing
ok
Trying:
    suite.run(unittest.TestResult())
Expecting:
    <unittest.result.TestResult run=9 errors=0 failures=3>
ok
doctest (test_zipped_doctest) ... 42 tests with zero failures
Finding tests in test_zipped_doctest.test_DocTestFinder
doctest (test_zipped_doctest) ... 0 tests with zero failures
ok
test_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_main_issue4197) ... Expected line File "/var/volatile/tmp/test_python_r8gao8g2/tmpzu_6iwdv/script.py", line 2, in __main__.Test
Got stdout:
b'**********************************************************************\nFile "/var/volatile/tmp/test_python_r8gao8g2/tmpzu_6iwdv/script.py", line 2, in __main__.Test\nFailed example:\n    \'line 2\'\nExpected nothing\nGot:\n    \'line 2\'\n**********************************************************************\n1 item had failures:\n   1 of   1 in __main__.Test\n***Test Failed*** 1 failure.\n'
Expected line File "/var/volatile/tmp/test_python_r8gao8g2/tmpzu_6iwdv/test_zip.zip/__main__.py", line 2, in __main__.Test
Got stdout:
b'**********************************************************************\nFile "/var/volatile/tmp/test_python_r8gao8g2/tmpzu_6iwdv/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n    \'line 2\'\nExpected nothing\nGot:\n    \'line 2\'\n**********************************************************************\n1 item had failures:\n   1 of   1 in __main__.Test\n***Test Failed*** 1 failure.\n'
ok
PASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests.test_inspect_getsource_issue4223)
PASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests.test_pdb_issue4201)

----------------------------------------------------------------------
Ran 4 tests in 0.951s

OK
0:05:13 load avg: 1.98 [481/486] test_zlib passed -- running (2): test_subprocess (1 min 15 sec), test_urllib2 (35.3 sec)
SKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'
PASS: test_adler32empty (test.test_zlib.ChecksumTestCase.test_adler32empty)
PASS: test_adler32start (test.test_zlib.ChecksumTestCase.test_adler32start)
PASS: test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase.test_crc32_adler32_unsigned)
PASS: test_crc32empty (test.test_zlib.ChecksumTestCase.test_crc32empty)
PASS: test_crc32start (test.test_zlib.ChecksumTestCase.test_crc32start)
PASS: test_penguins (test.test_zlib.ChecksumTestCase.test_penguins)
PASS: test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase.test_same_as_binascii_crc32)
PASS: test_64bit_compress (test.test_zlib.CompressObjectTestCase.test_64bit_compress)
PASS: test_badcompresscopy (test.test_zlib.CompressObjectTestCase.test_badcompresscopy)
PASS: test_baddecompresscopy (test.test_zlib.CompressObjectTestCase.test_baddecompresscopy)
PASS: test_big_compress_buffer (test.test_zlib.CompressObjectTestCase.test_big_compress_buffer)
PASS: test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase.test_big_decompress_buffer)
PASS: test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_clear_unconsumed_tail)
PASS: test_compresscopy (test.test_zlib.CompressObjectTestCase.test_compresscopy)
PASS: test_compressincremental (test.test_zlib.CompressObjectTestCase.test_compressincremental)
PASS: test_compressoptions (test.test_zlib.CompressObjectTestCase.test_compressoptions)
PASS: test_compresspickle (test.test_zlib.CompressObjectTestCase.test_compresspickle)
PASS: test_decompimax (test.test_zlib.CompressObjectTestCase.test_decompimax)
PASS: test_decompinc (test.test_zlib.CompressObjectTestCase.test_decompinc)
PASS: test_decompincflush (test.test_zlib.CompressObjectTestCase.test_decompincflush)
PASS: test_decompress_eof (test.test_zlib.CompressObjectTestCase.test_decompress_eof)
PASS: test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_eof_incomplete_stream)
PASS: test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_incomplete_stream)
PASS: test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase.test_decompress_raw_with_dictionary)
PASS: test_decompress_unused_data (test.test_zlib.CompressObjectTestCase.test_decompress_unused_data)
PASS: test_decompresscopy (test.test_zlib.CompressObjectTestCase.test_decompresscopy)
PASS: test_decompressmaxlen (test.test_zlib.CompressObjectTestCase.test_decompressmaxlen)
PASS: test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase.test_decompressmaxlenflush)
PASS: test_decompresspickle (test.test_zlib.CompressObjectTestCase.test_decompresspickle)
PASS: test_dictionary (test.test_zlib.CompressObjectTestCase.test_dictionary)
PASS: test_dictionary_streaming (test.test_zlib.CompressObjectTestCase.test_dictionary_streaming)
PASS: test_empty_flush (test.test_zlib.CompressObjectTestCase.test_empty_flush)
PASS: test_flush_custom_length (test.test_zlib.CompressObjectTestCase.test_flush_custom_length)
PASS: test_flush_large_length (test.test_zlib.CompressObjectTestCase.test_flush_large_length)
PASS: test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase.test_flush_with_freed_input)
PASS: test_flushes (test.test_zlib.CompressObjectTestCase.test_flushes)
PASS: test_keywords (test.test_zlib.CompressObjectTestCase.test_keywords)
PASS: test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_large_unconsumed_tail)
PASS: test_large_unused_data (test.test_zlib.CompressObjectTestCase.test_large_unused_data)
PASS: test_maxlen_custom (test.test_zlib.CompressObjectTestCase.test_maxlen_custom)
PASS: test_maxlen_large (test.test_zlib.CompressObjectTestCase.test_maxlen_large)
PASS: test_maxlenmisc (test.test_zlib.CompressObjectTestCase.test_maxlenmisc)
PASS: test_odd_flush (test.test_zlib.CompressObjectTestCase.test_odd_flush)
PASS: test_pair (test.test_zlib.CompressObjectTestCase.test_pair)
PASS: test_wbits (test.test_zlib.CompressObjectTestCase.test_wbits)
PASS: test_64bit_compress (test.test_zlib.CompressTestCase.test_64bit_compress)
PASS: test_big_compress_buffer (test.test_zlib.CompressTestCase.test_big_compress_buffer)
PASS: test_big_decompress_buffer (test.test_zlib.CompressTestCase.test_big_decompress_buffer)
PASS: test_custom_bufsize (test.test_zlib.CompressTestCase.test_custom_bufsize)
PASS: test_incomplete_stream (test.test_zlib.CompressTestCase.test_incomplete_stream)
PASS: test_keywords (test.test_zlib.CompressTestCase.test_keywords)
PASS: test_large_bufsize (test.test_zlib.CompressTestCase.test_large_bufsize)
PASS: test_speech (test.test_zlib.CompressTestCase.test_speech)
PASS: test_speech128 (test.test_zlib.CompressTestCase.test_speech128)
PASS: test_badargs (test.test_zlib.ExceptionTestCase.test_badargs)
PASS: test_badcompressobj (test.test_zlib.ExceptionTestCase.test_badcompressobj)
PASS: test_baddecompressobj (test.test_zlib.ExceptionTestCase.test_baddecompressobj)
PASS: test_badlevel (test.test_zlib.ExceptionTestCase.test_badlevel)
PASS: test_decompressobj_badflush (test.test_zlib.ExceptionTestCase.test_decompressobj_badflush)
PASS: test_disallow_instantiation (test.test_zlib.ExceptionTestCase.test_disallow_instantiation)
PASS: test_overflow (test.test_zlib.ExceptionTestCase.test_overflow)
PASS: test_library_version (test.test_zlib.VersionTestCase.test_library_version)
PASS: testDecompress (test.test_zlib.ZlibDecompressorTest.testDecompress)
PASS: testDecompress4G (test.test_zlib.ZlibDecompressorTest.testDecompress4G)
PASS: testDecompressChunks10 (test.test_zlib.ZlibDecompressorTest.testDecompressChunks10)
PASS: testDecompressUnusedData (test.test_zlib.ZlibDecompressorTest.testDecompressUnusedData)
PASS: testDecompressorChunksMaxsize (test.test_zlib.ZlibDecompressorTest.testDecompressorChunksMaxsize)
PASS: testEOFError (test.test_zlib.ZlibDecompressorTest.testEOFError)
PASS: testPickle (test.test_zlib.ZlibDecompressorTest.testPickle)
PASS: test_Constructor (test.test_zlib.ZlibDecompressorTest.test_Constructor)
PASS: test_decompressor_inputbuf_1 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_1)
PASS: test_decompressor_inputbuf_2 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_2)
PASS: test_decompressor_inputbuf_3 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_3)
PASS: test_failure (test.test_zlib.ZlibDecompressorTest.test_failure)
SKIP: test_refleaks_in___init__ (test.test_zlib.ZlibDecompressorTest.test_refleaks_in___init__) "object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'"

----------------------------------------------------------------------
Ran 76 tests in 0.712s

OK (skipped=2)
0:05:14 load avg: 1.98 [482/486] test_zoneinfo passed -- running (2): test_subprocess (1 min 16 sec), test_urllib2 (36.0 sec)
PASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_clear_cache)
PASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_from_file)
SKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_cache_exception (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_cache_exception) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_repr (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_str (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'
PASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_extreme_tzstr)
PASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_invalid_tzstr)
PASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_from_utc)
PASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_localized)
PASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones)
PASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_weirdzone)
test_dir_contains_all (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_contains_all)
PASS: dir(self.module) should at least contain everything in __all__.
test_dir_unique (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_unique)
PASS: Test that there are no duplicates in dir(self.module)
PASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.CTestModule.test_exclude_posixrules)
PASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.CTestModule.test_folder_exclusions)
PASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.CTestModule.test_getattr_error)
test_env_variable (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable)
PASS: Tests that the environment variable works with reset_tzpath.
PASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths)
PASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths_warning_location)
PASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_kwarg)
PASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_relative_paths)
PASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_attribute)
PASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_type_error)
PASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_empty_zone)
PASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_fixed_offset_phantom_transition)
PASS: test_invalid_transition_index (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_invalid_transition_index)
PASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_no_tz_str)
PASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_transition)
PASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_zone_dst)
PASS: test_transition_lookahead_out_of_bounds (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_transition_lookahead_out_of_bounds)
PASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_tz_before_only)
test_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_zone_very_large_timestamp)
PASS: Test when a transition is in the far past or future.
test_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_cache_reset_tzpath)
PASS: Test that the cache persists when tzpath has been changed.
PASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_explicit_none)
test_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_one_key)
PASS: Tests that you can clear a single key from the cache.
PASS: test_clear_cache_refleak (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_refleak)
PASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_two_keys)
PASS: test_deleted_weak_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_deleted_weak_cache)
PASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_ephemeral_zones)
PASS: test_inconsistent_weak_cache_get (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_inconsistent_weak_cache_get)
PASS: test_inconsistent_weak_cache_setdefault (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_inconsistent_weak_cache_setdefault)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_no_cache)
PASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_strong_refs)
PASS: test_weak_cache_descriptor_use_after_free (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_weak_cache_descriptor_use_after_free)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_cache_exception)
test_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fold_mutate)
PASS: Test that fold isn't mutated when no change is necessary.
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_repr)
test_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_signatures)
PASS: Ensure that C module has valid method signatures.
PASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_utc)
PASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_hit)
PASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_miss)
PASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_from_file)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_no_cache)
PASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_pickle_after_from_file)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_str)
PASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_subclass_own_cache)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_utc)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_cache_exception)
test_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fold_mutate)
PASS: Test that fold isn't mutated when no change is necessary.
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_repr)
test_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_signatures)
PASS: Ensure that C module has valid method signatures.
PASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_utc)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_utc)
PASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_clear_cache)
PASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_from_file)
PASS: test_cache_location (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location)
PASS: test_gc_tracked (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_gc_tracked)
PASS: test_pydatetime (test.test_zoneinfo.test_zoneinfo.MiscTests.test_pydatetime)
SKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_cache_exception (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_cache_exception) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_repr (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_str (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'
SKIP: test_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'
PASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_extreme_tzstr)
PASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_invalid_tzstr)
PASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_from_utc)
PASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_localized)
PASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones)
PASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_weirdzone)
test_dir_contains_all (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_contains_all)
PASS: dir(self.module) should at least contain everything in __all__.
test_dir_unique (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_unique)
PASS: Test that there are no duplicates in dir(self.module)
PASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.TestModule.test_exclude_posixrules)
PASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.TestModule.test_folder_exclusions)
PASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.TestModule.test_getattr_error)
test_env_variable (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable)
PASS: Tests that the environment variable works with reset_tzpath.
PASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths)
PASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths_warning_location)
PASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_kwarg)
PASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_relative_paths)
PASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_attribute)
PASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_type_error)
PASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_empty_zone)
PASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_fixed_offset_phantom_transition)
PASS: test_invalid_transition_index (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_invalid_transition_index)
PASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_no_tz_str)
PASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_transition)
PASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_zone_dst)
PASS: test_transition_lookahead_out_of_bounds (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_transition_lookahead_out_of_bounds)
PASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_tz_before_only)
test_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_zone_very_large_timestamp)
PASS: Test when a transition is in the far past or future.
test_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_cache_reset_tzpath)
PASS: Test that the cache persists when tzpath has been changed.
PASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_explicit_none)
test_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_one_key)
PASS: Tests that you can clear a single key from the cache.
PASS: test_clear_cache_refleak (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_refleak)
PASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_two_keys)
PASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_ephemeral_zones)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_no_cache)
PASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_strong_refs)
PASS: test_weak_cache_descriptor_use_after_free (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_weak_cache_descriptor_use_after_free)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_utc)
PASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_hit)
PASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_miss)
PASS: test_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_from_file)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_no_cache)
PASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_pickle_after_from_file)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_str)
PASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_subclass_own_cache)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_utc)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_utc)
PASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys)
PASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_paths)
PASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_zones)
PASS: test_cache_exception (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_cache_exception)
PASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_and_gaps)
PASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_from_utc)
PASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_fromutc_errors)
PASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_key_attribute)
PASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_repr)
PASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_str)
PASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_fixed_offset)
PASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_variable_offset)
PASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_unambiguous)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_utc)
PASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_cache)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_no_cache)
PASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache)
test_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)
PASS: Test that pickle/unpickle is idempotent.
PASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache)
test_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)
PASS: Test that pickle/unpickle is idempotent.
PASS: test_key (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_key)
PASS: test_str (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_str)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_utc)
PASS: test_cross_module_pickle (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_cross_module_pickle)
PASS: test_same_from_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_from_utc)
PASS: test_same_offsets_and_names (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_offsets_and_names)
PASS: test_same_str (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_str)
PASS: test_same_to_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_to_utc)
PASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_cache)
PASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_no_cache)
PASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache)
test_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)
PASS: Test that pickle/unpickle is idempotent.
PASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache)
test_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)
PASS: Test that pickle/unpickle is idempotent.
PASS: test_key (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_key)
PASS: test_str (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_str)
PASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_utc)

----------------------------------------------------------------------
Ran 261 tests in 0.503s

OK (skipped=28)
0:05:15 load avg: 1.98 [483/486] test_zstd passed -- running (2): test_subprocess (1 min 17 sec), test_urllib2 (37.2 sec)
PASS: test_compress_empty (test.test_zstd.CompressorTestCase.test_compress_empty)
PASS: test_compress_flushblock (test.test_zstd.CompressorTestCase.test_compress_flushblock)
PASS: test_compress_flushframe (test.test_zstd.CompressorTestCase.test_compress_flushframe)
PASS: test_compress_parameters (test.test_zstd.CompressorTestCase.test_compress_parameters)
PASS: test_set_pledged_input_size (test.test_zstd.CompressorTestCase.test_set_pledged_input_size)
PASS: test_simple_compress_bad_args (test.test_zstd.CompressorTestCase.test_simple_compress_bad_args)
PASS: test_unknown_compression_parameter (test.test_zstd.CompressorTestCase.test_unknown_compression_parameter)
PASS: test_zstd_multithread_compress (test.test_zstd.CompressorTestCase.test_zstd_multithread_compress)
PASS: test_decompressor_1 (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_1)
PASS: test_decompressor_skippable (test.test_zstd.DecompressorFlagsTestCase.test_decompressor_skippable)
PASS: test_function_decompress (test.test_zstd.DecompressorFlagsTestCase.test_function_decompress)
PASS: test_function_skippable (test.test_zstd.DecompressorFlagsTestCase.test_function_skippable)
PASS: test_decompress_empty (test.test_zstd.DecompressorTestCase.test_decompress_empty)
PASS: test_decompress_empty_content_frame (test.test_zstd.DecompressorTestCase.test_decompress_empty_content_frame)
PASS: test_decompress_epilogue_flags (test.test_zstd.DecompressorTestCase.test_decompress_epilogue_flags)
PASS: test_decompress_parameters (test.test_zstd.DecompressorTestCase.test_decompress_parameters)
PASS: test_decompressor_1 (test.test_zstd.DecompressorTestCase.test_decompressor_1)
PASS: test_decompressor_arg (test.test_zstd.DecompressorTestCase.test_decompressor_arg)
PASS: test_decompressor_chunks_read_3 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_3)
PASS: test_decompressor_chunks_read_300 (test.test_zstd.DecompressorTestCase.test_decompressor_chunks_read_300)
PASS: test_simple_decompress_bad_args (test.test_zstd.DecompressorTestCase.test_simple_decompress_bad_args)
PASS: test_unknown_decompression_parameter (test.test_zstd.DecompressorTestCase.test_unknown_decompression_parameter)
PASS: test_UnsupportedOperation (test.test_zstd.FileTestCase.test_UnsupportedOperation)
PASS: test_append_new_file (test.test_zstd.FileTestCase.test_append_new_file)
PASS: test_close (test.test_zstd.FileTestCase.test_close)
PASS: test_closed (test.test_zstd.FileTestCase.test_closed)
PASS: test_decompress_limited (test.test_zstd.FileTestCase.test_decompress_limited)
PASS: test_file_dict (test.test_zstd.FileTestCase.test_file_dict)
PASS: test_file_prefix (test.test_zstd.FileTestCase.test_file_prefix)
PASS: test_fileno (test.test_zstd.FileTestCase.test_fileno)
PASS: test_init (test.test_zstd.FileTestCase.test_init)
PASS: test_init_bad_check (test.test_zstd.FileTestCase.test_init_bad_check)
PASS: test_init_bad_mode (test.test_zstd.FileTestCase.test_init_bad_mode)
PASS: test_init_close_fp (test.test_zstd.FileTestCase.test_init_close_fp)
PASS: test_init_mode (test.test_zstd.FileTestCase.test_init_mode)
PASS: test_init_with_PathLike_filename (test.test_zstd.FileTestCase.test_init_with_PathLike_filename)
PASS: test_init_with_filename (test.test_zstd.FileTestCase.test_init_with_filename)
PASS: test_init_with_x_mode (test.test_zstd.FileTestCase.test_init_with_x_mode)
PASS: test_iterator (test.test_zstd.FileTestCase.test_iterator)
PASS: test_name (test.test_zstd.FileTestCase.test_name)
PASS: test_peek (test.test_zstd.FileTestCase.test_peek)
PASS: test_peek_bad_args (test.test_zstd.FileTestCase.test_peek_bad_args)
PASS: test_read1 (test.test_zstd.FileTestCase.test_read1)
PASS: test_read1_0 (test.test_zstd.FileTestCase.test_read1_0)
PASS: test_read1_10 (test.test_zstd.FileTestCase.test_read1_10)
PASS: test_read1_bad_args (test.test_zstd.FileTestCase.test_read1_bad_args)
PASS: test_read1_multistream (test.test_zstd.FileTestCase.test_read1_multistream)
PASS: test_read_0 (test.test_zstd.FileTestCase.test_read_0)
PASS: test_read_10 (test.test_zstd.FileTestCase.test_read_10)
PASS: test_read_bad_args (test.test_zstd.FileTestCase.test_read_bad_args)
PASS: test_read_bad_data (test.test_zstd.FileTestCase.test_read_bad_data)
PASS: test_read_exception (test.test_zstd.FileTestCase.test_read_exception)
PASS: test_read_incomplete (test.test_zstd.FileTestCase.test_read_incomplete)
PASS: test_read_multistream (test.test_zstd.FileTestCase.test_read_multistream)
PASS: test_read_readinto_readinto1 (test.test_zstd.FileTestCase.test_read_readinto_readinto1)
PASS: test_read_truncated (test.test_zstd.FileTestCase.test_read_truncated)
PASS: test_readable (test.test_zstd.FileTestCase.test_readable)
PASS: test_readinto (test.test_zstd.FileTestCase.test_readinto)
PASS: test_seek_backward (test.test_zstd.FileTestCase.test_seek_backward)
PASS: test_seek_backward_across_streams (test.test_zstd.FileTestCase.test_seek_backward_across_streams)
PASS: test_seek_backward_relative_to_end (test.test_zstd.FileTestCase.test_seek_backward_relative_to_end)
PASS: test_seek_bad_args (test.test_zstd.FileTestCase.test_seek_bad_args)
PASS: test_seek_forward (test.test_zstd.FileTestCase.test_seek_forward)
PASS: test_seek_forward_across_streams (test.test_zstd.FileTestCase.test_seek_forward_across_streams)
PASS: test_seek_forward_relative_to_current (test.test_zstd.FileTestCase.test_seek_forward_relative_to_current)
PASS: test_seek_forward_relative_to_end (test.test_zstd.FileTestCase.test_seek_forward_relative_to_end)
PASS: test_seek_not_seekable (test.test_zstd.FileTestCase.test_seek_not_seekable)
PASS: test_seek_past_end (test.test_zstd.FileTestCase.test_seek_past_end)
PASS: test_seek_past_start (test.test_zstd.FileTestCase.test_seek_past_start)
PASS: test_seekable (test.test_zstd.FileTestCase.test_seekable)
PASS: test_tell (test.test_zstd.FileTestCase.test_tell)
PASS: test_tell_bad_args (test.test_zstd.FileTestCase.test_tell_bad_args)
PASS: test_writable (test.test_zstd.FileTestCase.test_writable)
PASS: test_write (test.test_zstd.FileTestCase.test_write)
PASS: test_write_101 (test.test_zstd.FileTestCase.test_write_101)
PASS: test_write_append (test.test_zstd.FileTestCase.test_write_append)
PASS: test_write_bad_args (test.test_zstd.FileTestCase.test_write_bad_args)
PASS: test_write_empty_block (test.test_zstd.FileTestCase.test_write_empty_block)
PASS: test_write_empty_frame (test.test_zstd.FileTestCase.test_write_empty_frame)
PASS: test_writelines (test.test_zstd.FileTestCase.test_writelines)
PASS: test_zstdfile_flush (test.test_zstd.FileTestCase.test_zstdfile_flush)
PASS: test_zstdfile_flush_mode (test.test_zstd.FileTestCase.test_zstdfile_flush_mode)
PASS: test_zstdfile_iter_issue45475 (test.test_zstd.FileTestCase.test_zstdfile_iter_issue45475)
PASS: test_zstdfile_truncate (test.test_zstd.FileTestCase.test_zstdfile_truncate)
PASS: test_compress_locking (test.test_zstd.FreeThreadingMethodTests.test_compress_locking)
PASS: test_compress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_compress_shared_dict)
PASS: test_decompress_locking (test.test_zstd.FreeThreadingMethodTests.test_decompress_locking)
PASS: test_decompress_shared_dict (test.test_zstd.FreeThreadingMethodTests.test_decompress_shared_dict)
PASS: test_compressionLevel_values (test.test_zstd.FunctionsTestCase.test_compressionLevel_values)
PASS: test_decompress_2x130_1K (test.test_zstd.FunctionsTestCase.test_decompress_2x130_1K)
PASS: test_get_frame_info (test.test_zstd.FunctionsTestCase.test_get_frame_info)
PASS: test_get_frame_size (test.test_zstd.FunctionsTestCase.test_get_frame_size)
PASS: test_roundtrip_default (test.test_zstd.FunctionsTestCase.test_roundtrip_default)
PASS: test_roundtrip_level (test.test_zstd.FunctionsTestCase.test_roundtrip_level)
PASS: test_version (test.test_zstd.FunctionsTestCase.test_version)
PASS: test_bad_params (test.test_zstd.OpenTestCase.test_bad_params)
PASS: test_binary_modes (test.test_zstd.OpenTestCase.test_binary_modes)
PASS: test_buffer_protocol (test.test_zstd.OpenTestCase.test_buffer_protocol)
PASS: test_encoding (test.test_zstd.OpenTestCase.test_encoding)
PASS: test_encoding_error_handler (test.test_zstd.OpenTestCase.test_encoding_error_handler)
PASS: test_newline (test.test_zstd.OpenTestCase.test_newline)
PASS: test_open_dict (test.test_zstd.OpenTestCase.test_open_dict)
PASS: test_open_prefix (test.test_zstd.OpenTestCase.test_open_prefix)
PASS: test_option (test.test_zstd.OpenTestCase.test_option)
PASS: test_text_modes (test.test_zstd.OpenTestCase.test_text_modes)
PASS: test_x_mode (test.test_zstd.OpenTestCase.test_x_mode)
PASS: test_advanced_compression_parameters (test.test_zstd.ZstdDictTestCase.test_advanced_compression_parameters)
PASS: test_as_digested_dict (test.test_zstd.ZstdDictTestCase.test_as_digested_dict)
PASS: test_as_prefix (test.test_zstd.ZstdDictTestCase.test_as_prefix)
PASS: test_finalize_dict (test.test_zstd.ZstdDictTestCase.test_finalize_dict)
PASS: test_finalize_dict_arguments (test.test_zstd.ZstdDictTestCase.test_finalize_dict_arguments)
PASS: test_finalize_dict_c (test.test_zstd.ZstdDictTestCase.test_finalize_dict_c)
PASS: test_invalid_dict (test.test_zstd.ZstdDictTestCase.test_invalid_dict)
PASS: test_is_raw (test.test_zstd.ZstdDictTestCase.test_is_raw)
PASS: test_len (test.test_zstd.ZstdDictTestCase.test_len)
PASS: test_train_buffer_protocol_samples (test.test_zstd.ZstdDictTestCase.test_train_buffer_protocol_samples)
PASS: test_train_dict (test.test_zstd.ZstdDictTestCase.test_train_dict)
PASS: test_train_dict_arguments (test.test_zstd.ZstdDictTestCase.test_train_dict_arguments)
PASS: test_train_dict_c (test.test_zstd.ZstdDictTestCase.test_train_dict_c)

----------------------------------------------------------------------
Ran 119 tests in 1.024s

OK
0:05:19 load avg: 1.90 [484/486] test_urllib2 passed (40.5 sec) -- running (1): test_subprocess (1 min 21 sec)
PASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests.test_basic_and_digest_auth_handlers)
PASS: test_basic_auth (test.test_urllib2.HandlerTests.test_basic_auth)
PASS: test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests.test_basic_prior_auth_auto_send)
PASS: test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests.test_basic_prior_auth_send_after_first_success)
PASS: test_cookie_redirect (test.test_urllib2.HandlerTests.test_cookie_redirect)
PASS: test_cookies (test.test_urllib2.HandlerTests.test_cookies)
PASS: test_errors (test.test_urllib2.HandlerTests.test_errors)
PASS: test_file (test.test_urllib2.HandlerTests.test_file)
PASS: test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests.test_fixpath_in_weirdurls)
PASS: test_ftp (test.test_urllib2.HandlerTests.test_ftp)
SKIP: test_ftp_error (test.test_urllib2.HandlerTests.test_ftp_error) "resource 'network' is not enabled"
PASS: test_full_url_deleter (test.test_urllib2.HandlerTests.test_full_url_deleter)
PASS: test_full_url_setter (test.test_urllib2.HandlerTests.test_full_url_setter)
PASS: test_http (test.test_urllib2.HandlerTests.test_http)
PASS: test_http_body_array (test.test_urllib2.HandlerTests.test_http_body_array)
PASS: test_http_body_empty_seq (test.test_urllib2.HandlerTests.test_http_body_empty_seq)
PASS: test_http_body_file (test.test_urllib2.HandlerTests.test_http_body_file)
PASS: test_http_body_fileobj (test.test_urllib2.HandlerTests.test_http_body_fileobj)
PASS: test_http_body_iterable (test.test_urllib2.HandlerTests.test_http_body_iterable)
PASS: test_http_body_pipe (test.test_urllib2.HandlerTests.test_http_body_pipe)
test_http_closed (test.test_urllib2.HandlerTests.test_http_closed)
PASS: Test the connection is cleaned up when the response is closed
PASS: test_http_doubleslash (test.test_urllib2.HandlerTests.test_http_doubleslash)
PASS: test_http_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_global_debuglevel)
PASS: test_http_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_local_debuglevel)
PASS: test_https_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_global_debuglevel)
PASS: test_https_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_local_debuglevel)
test_invalid_closed (test.test_urllib2.HandlerTests.test_invalid_closed)
PASS: Test the connection is cleaned up after an invalid response
PASS: test_invalid_redirect (test.test_urllib2.HandlerTests.test_invalid_redirect)
SKIP: test_osx_proxy_bypass (test.test_urllib2.HandlerTests.test_osx_proxy_bypass) 'only relevant for OSX'
PASS: test_proxy (test.test_urllib2.HandlerTests.test_proxy)
PASS: test_proxy_basic_auth (test.test_urllib2.HandlerTests.test_proxy_basic_auth)
PASS: test_proxy_https (test.test_urllib2.HandlerTests.test_proxy_https)
PASS: test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests.test_proxy_https_proxy_authorization)
PASS: test_proxy_no_proxy (test.test_urllib2.HandlerTests.test_proxy_no_proxy)
PASS: test_proxy_no_proxy_all (test.test_urllib2.HandlerTests.test_proxy_no_proxy_all)
PASS: test_redirect (test.test_urllib2.HandlerTests.test_redirect)
PASS: test_redirect_encoding (test.test_urllib2.HandlerTests.test_redirect_encoding)
PASS: test_redirect_fragment (test.test_urllib2.HandlerTests.test_redirect_fragment)
PASS: test_redirect_head_request (test.test_urllib2.HandlerTests.test_redirect_head_request)
PASS: test_redirect_no_path (test.test_urllib2.HandlerTests.test_redirect_no_path)
PASS: test_relative_redirect (test.test_urllib2.HandlerTests.test_relative_redirect)
PASS: test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_basic_handler)
PASS: test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_digest_handler)
SKIP: test_winreg_proxy_bypass (test.test_urllib2.HandlerTests.test_winreg_proxy_bypass) 'only relevant for Windows'
test_HTTPError_interface (test.test_urllib2.MiscTests.test_HTTPError_interface)
PASS: Issue 13211 reveals that HTTPError didn't implement the URLError
PASS: test_build_opener (test.test_urllib2.MiscTests.test_build_opener)
PASS: test_gh_98778 (test.test_urllib2.MiscTests.test_gh_98778)
PASS: test_parse_proxy (test.test_urllib2.MiscTests.test_parse_proxy)
PASS: test_add_non_handler (test.test_urllib2.OpenerDirectorTests.test_add_non_handler)
PASS: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests.test_badly_named_methods)
PASS: test_handled (test.test_urllib2.OpenerDirectorTests.test_handled)
PASS: test_handler_order (test.test_urllib2.OpenerDirectorTests.test_handler_order)
PASS: test_http_error (test.test_urllib2.OpenerDirectorTests.test_http_error)
PASS: test_processors (test.test_urllib2.OpenerDirectorTests.test_processors)
PASS: test_raise (test.test_urllib2.OpenerDirectorTests.test_raise)
PASS: test_password_manager (test.test_urllib2.RequestHdrsTests.test_password_manager)
test_password_manager_default_port (test.test_urllib2.RequestHdrsTests.test_password_manager_default_port)
PASS: The point to note here is that we can't guess the default port if
test_request_headers_dict (test.test_urllib2.RequestHdrsTests.test_request_headers_dict)
PASS: The Request.headers dictionary is not a documented interface.  It
test_request_headers_methods (test.test_urllib2.RequestHdrsTests.test_request_headers_methods)
PASS: Note the case normalization of header names here, to
PASS: test_data (test.test_urllib2.RequestTests.test_data)
PASS: test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_deleting_data_should_remove_content_length)
PASS: test_get_full_url (test.test_urllib2.RequestTests.test_get_full_url)
PASS: test_get_host (test.test_urllib2.RequestTests.test_get_host)
PASS: test_get_host_unquote (test.test_urllib2.RequestTests.test_get_host_unquote)
PASS: test_get_type (test.test_urllib2.RequestTests.test_get_type)
PASS: test_method (test.test_urllib2.RequestTests.test_method)
PASS: test_proxy (test.test_urllib2.RequestTests.test_proxy)
PASS: test_selector (test.test_urllib2.RequestTests.test_selector)
PASS: test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_setting_data_should_remove_content_length)
PASS: test_url_fragment (test.test_urllib2.RequestTests.test_url_fragment)
PASS: test_url_fullurl_get_full_url (test.test_urllib2.RequestTests.test_url_fullurl_get_full_url)
PASS: test_wrapped_url (test.test_urllib2.RequestTests.test_wrapped_url)
PASS: test_invalid_algorithm (test.test_urllib2.TestDigestAuthAlgorithms.test_invalid_algorithm)
PASS: test_md5_algorithm (test.test_urllib2.TestDigestAuthAlgorithms.test_md5_algorithm)
PASS: test_sha256_algorithm (test.test_urllib2.TestDigestAuthAlgorithms.test_sha256_algorithm)
PASS: test_sha_algorithm (test.test_urllib2.TestDigestAuthAlgorithms.test_sha_algorithm)
PASS: test_URLError_reasonstr (test.test_urllib2.TrivialTests.test_URLError_reasonstr)
PASS: test___all__ (test.test_urllib2.TrivialTests.test___all__)
PASS: test_parse_http_list (test.test_urllib2.TrivialTests.test_parse_http_list)
PASS: test_trivial (test.test_urllib2.TrivialTests.test_trivial)

----------------------------------------------------------------------
Ran 80 tests in 40.204s

OK (skipped=3)
0:05:20 load avg: 1.90 [485/486] test_subprocess passed (1 min 22 sec)
SKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces) 'Windows-specific tests'
SKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces) 'Windows-specific tests'
SKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces) 'Windows-specific tests'
SKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces) 'Windows-specific tests'
test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests.test_broken_pipe_cleanup)
PASS: Broken pipe error should not prevent wait() (Issue 21619)
PASS: test_communicate_stdin (test.test_subprocess.ContextManagerTests.test_communicate_stdin)
PASS: test_invalid_args (test.test_subprocess.ContextManagerTests.test_invalid_args)
PASS: test_pipe (test.test_subprocess.ContextManagerTests.test_pipe)
PASS: test_returncode (test.test_subprocess.ContextManagerTests.test_returncode)
test__all__ (test.test_subprocess.MiscTests.test__all__)
PASS: Ensure that __all__ is populated properly.
PASS: test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill)
PASS: test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill)
PASS: test_getoutput (test.test_subprocess.MiscTests.test_getoutput)
PASS: test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill)
PASS: test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero)
PASS: test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal)
PASS: test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal)
PASS: test_args_string (test.test_subprocess.POSIXProcessTestCase.test_args_string)
PASS: test_bytes_program (test.test_subprocess.POSIXProcessTestCase.test_bytes_program)
PASS: test_call_string (test.test_subprocess.POSIXProcessTestCase.test_call_string)
PASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_0)
PASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_1)
PASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_2)
PASS: test_close_fds (test.test_subprocess.POSIXProcessTestCase.test_close_fds)
PASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1)
PASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2)
PASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2)
PASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2)
PASS: test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec)
test_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase.test_close_fds_when_max_fd_is_lowered)
PASS: Confirm that issue21618 is fixed (may fail under valgrind).
PASS: test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close)
PASS: test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout)
PASS: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush)
PASS: test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write)
PASS: test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close)
test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_args_0)
PASS: Test error in the child raised in the parent for a bad args[0].
test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_executable)
PASS: Test error in the child raised in the parent for a bad executable.
test_exception_cwd (test.test_subprocess.POSIXProcessTestCase.test_exception_cwd)
PASS: Test error in the child raised in the parent for a bad cwd.
test_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_bad_data)
PASS: Test error passing done through errpipe_write where its not
test_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_normal)
PASS: Test error passing done through errpipe_write in the good case
PASS: test_extra_groups (test.test_subprocess.POSIXProcessTestCase.test_extra_groups)
PASS: test_extra_groups_empty_list (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_empty_list)
PASS: test_extra_groups_invalid_gid_t_values (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_invalid_gid_t_values)
PASS: test_fork_exec (test.test_subprocess.POSIXProcessTestCase.test_fork_exec)
PASS: test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check)
PASS: test_group (test.test_subprocess.POSIXProcessTestCase.test_group)
SKIP: test_group_error (test.test_subprocess.POSIXProcessTestCase.test_group_error) 'setregid() available on platform'
PASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase.test_invalid_args)
PASS: test_kill (test.test_subprocess.POSIXProcessTestCase.test_kill)
PASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase.test_kill_dead)
PASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed)
PASS: test_pass_fds (test.test_subprocess.POSIXProcessTestCase.test_pass_fds)
PASS: test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable)
test_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_redirected)
PASS: Regression test for https://bugs.python.org/issue32270.
PASS: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec)
PASS: test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools)
PASS: test_preexec (test.test_subprocess.POSIXProcessTestCase.test_preexec)
PASS: test_preexec_at_exit (test.test_subprocess.POSIXProcessTestCase.test_preexec_at_exit)
test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes)
PASS: Issue16140: Don't double close pipes on preexec error.
PASS: test_preexec_exception (test.test_subprocess.POSIXProcessTestCase.test_preexec_exception)
SKIP: test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure) 'RLIMIT_NPROC had no effect; probably superuser'
PASS: test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure)
PASS: test_process_group_0 (test.test_subprocess.POSIXProcessTestCase.test_process_group_0)
PASS: test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds)
PASS: test_restore_signals (test.test_subprocess.POSIXProcessTestCase.test_restore_signals)
PASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase.test_run_abort)
PASS: test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered)
PASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase.test_send_signal)
PASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead)
PASS: test_send_signal_race (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race)
PASS: test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2)
PASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase.test_shell_sequence)
PASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase.test_shell_string)
test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase.test_small_errpipe_write_fd)
PASS: Issue #15798: Popen should work when stdio fds are available.
PASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase.test_specific_shell)
PASS: test_start_new_session (test.test_subprocess.POSIXProcessTestCase.test_start_new_session)
PASS: test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd)
PASS: test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd)
PASS: test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd)
test_stopped (test.test_subprocess.POSIXProcessTestCase.test_stopped)
SKIP: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. 'need _testcapi.W_STOPCODE'
PASS: test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message)
PASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase.test_swap_fds)
PASS: test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed)
PASS: test_terminate (test.test_subprocess.POSIXProcessTestCase.test_terminate)
PASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase.test_terminate_dead)
PASS: test_umask (test.test_subprocess.POSIXProcessTestCase.test_umask)
PASS: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase.test_undecodable_env)
PASS: test_user (test.test_subprocess.POSIXProcessTestCase.test_user)
SKIP: test_user_error (test.test_subprocess.POSIXProcessTestCase.test_user_error) 'setreuid() available on platform'
SKIP: test_vfork_used_when_expected (test.test_subprocess.POSIXProcessTestCase.test_vfork_used_when_expected) 'Requires working strace'
PASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored)
PASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del)
PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode)
PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode)
PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCase.test_bufsize_is_none)
PASS: test_bytes_executable (test.test_subprocess.ProcessTestCase.test_bytes_executable)
PASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell)
PASS: test_call_kwargs (test.test_subprocess.ProcessTestCase.test_call_kwargs)
PASS: test_call_seq (test.test_subprocess.ProcessTestCase.test_call_seq)
PASS: test_call_timeout (test.test_subprocess.ProcessTestCase.test_call_timeout)
PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase.test_check_call_nonzero)
PASS: test_check_call_zero (test.test_subprocess.ProcessTestCase.test_check_call_zero)
PASS: test_check_output (test.test_subprocess.ProcessTestCase.test_check_output)
PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_input_arg)
test_check_output_input_none (test.test_subprocess.ProcessTestCase.test_check_output_input_none)
PASS: input=None has a legacy meaning of input='' on check_output.
PASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors)
PASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCase.test_check_output_input_none_text)
PASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines)
PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase.test_check_output_nonzero)
PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase.test_check_output_stderr)
PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg)
PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg)
PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg)
PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCase.test_check_output_timeout)
PASS: test_class_getitems (test.test_subprocess.ProcessTestCase.test_class_getitems)
PASS: test_communicate (test.test_subprocess.ProcessTestCase.test_communicate)
PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCase.test_communicate_eintr)
PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase.test_communicate_epipe)
PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin)
PASS: test_communicate_errors (test.test_subprocess.ProcessTestCase.test_communicate_errors)
PASS: test_communicate_memoryview_input (test.test_subprocess.ProcessTestCase.test_communicate_memoryview_input)
PASS: test_communicate_memoryview_input_nonbyte (test.test_subprocess.ProcessTestCase.test_communicate_memoryview_input_nonbyte)
PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf)
PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak)
PASS: test_communicate_returns (test.test_subprocess.ProcessTestCase.test_communicate_returns)
PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase.test_communicate_stderr)
PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase.test_communicate_stdin)
PASS: test_communicate_stdin_closed_before_call (test.test_subprocess.ProcessTestCase.test_communicate_stdin_closed_before_call)
PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase.test_communicate_stdout)
PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCase.test_communicate_timeout)
PASS: test_communicate_timeout_large_input (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_input)
PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output)
PASS: test_cwd (test.test_subprocess.ProcessTestCase.test_cwd)
PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg)
PASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCase.test_cwd_with_bytes)
PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike)
PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg)
PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable)
PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase.test_double_close_on_error)
test_empty_env (test.test_subprocess.ProcessTestCase.test_empty_env)
SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'
PASS: test_env (test.test_subprocess.ProcessTestCase.test_env)
PASS: test_executable (test.test_subprocess.ProcessTestCase.test_executable)
PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_executable_replaces_shell)
PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCase.test_executable_takes_precedence)
PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase.test_executable_with_cwd)
PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase.test_executable_without_cwd)
test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase.test_failed_child_execute_fd_leak)
PASS: Test for the fork() failure fd leak reported in issue16327.
PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename)
PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd)
PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception)
PASS: test_invalid_args (test.test_subprocess.ProcessTestCase.test_invalid_args)
PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase.test_invalid_bufsize)
PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd)
PASS: test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env)
PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCase.test_io_buffered_by_default)
PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCase.test_io_unbuffered_works)
PASS: test_issue8780 (test.test_subprocess.ProcessTestCase.test_issue8780)
SKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error) "resource 'cpu' is not enabled"
PASS: test_list2cmdline (test.test_subprocess.ProcessTestCase.test_list2cmdline)
PASS: test_no_leaking (test.test_subprocess.ProcessTestCase.test_no_leaking)
SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'
SKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCase.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'
PASS: test_pathlike_executable (test.test_subprocess.ProcessTestCase.test_pathlike_executable)
PASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell)
PASS: test_pipesize_default (test.test_subprocess.ProcessTestCase.test_pipesize_default)
PASS: test_pipesizes (test.test_subprocess.ProcessTestCase.test_pipesizes)
PASS: test_poll (test.test_subprocess.ProcessTestCase.test_poll)
test_post_timeout_communicate_sends_input (test.test_subprocess.ProcessTestCase.test_post_timeout_communicate_sends_input)
PASS: GH-141473 regression test; the stdin pipe must close
PASS: test_repr (test.test_subprocess.ProcessTestCase.test_repr)
PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCase.test_stderr_devnull)
PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase.test_stderr_filedes)
PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase.test_stderr_fileobj)
PASS: test_stderr_none (test.test_subprocess.ProcessTestCase.test_stderr_none)
PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stderr_pipe)
PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect)
PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCase.test_stdin_devnull)
PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase.test_stdin_filedes)
PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase.test_stdin_fileobj)
PASS: test_stdin_none (test.test_subprocess.ProcessTestCase.test_stdin_none)
PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase.test_stdin_pipe)
PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCase.test_stdout_devnull)
PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase.test_stdout_filedes)
PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout)
PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase.test_stdout_fileobj)
PASS: test_stdout_none (test.test_subprocess.ProcessTestCase.test_stdout_none)
PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase.test_stdout_pipe)
PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase.test_stdout_stderr_file)
PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe)
test_threadsafe_wait (test.test_subprocess.ProcessTestCase.test_threadsafe_wait)
PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.
PASS: test_timeout_exception (test.test_subprocess.ProcessTestCase.test_timeout_exception)
PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text)
PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate)
PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings)
PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none)
PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin)
PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr)
PASS: test_wait (test.test_subprocess.ProcessTestCase.test_wait)
SKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCase.test_wait_negative_timeout) 'need subprocess._winapi'
PASS: test_wait_timeout (test.test_subprocess.ProcessTestCase.test_wait_timeout)
SKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs) 'Windows only issue'
SKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCase.test_win32_invalid_env) 'Windows only issue'
PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase.test_writes_before_communicate)
PASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode)
PASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode)
PASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none)
PASS: test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable)
PASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell)
PASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs)
PASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq)
PASS: test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout)
PASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero)
PASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero)
PASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output)
PASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg)
test_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none)
PASS: input=None has a legacy meaning of input='' on check_output.
PASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors)
PASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text)
PASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines)
PASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero)
PASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr)
PASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg)
PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg)
PASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg)
PASS: test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout)
PASS: test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems)
PASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate)
PASS: test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr)
PASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe)
PASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin)
PASS: test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors)
PASS: test_communicate_memoryview_input (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_memoryview_input)
PASS: test_communicate_memoryview_input_nonbyte (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_memoryview_input_nonbyte)
PASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf)
PASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak)
PASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns)
PASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr)
PASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin)
PASS: test_communicate_stdin_closed_before_call (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin_closed_before_call)
PASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout)
PASS: test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout)
PASS: test_communicate_timeout_large_input (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_input)
PASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output)
PASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd)
PASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg)
PASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes)
PASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike)
PASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg)
PASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable)
PASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error)
test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env)
SKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'
PASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll.test_env)
PASS: test_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_executable)
PASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell)
PASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence)
PASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd)
PASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd)
test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_failed_child_execute_fd_leak)
PASS: Test for the fork() failure fd leak reported in issue16327.
PASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename)
PASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd)
PASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception)
PASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args)
PASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize)
PASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd)
PASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env)
PASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default)
PASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works)
PASS: test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780)
SKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error) "resource 'cpu' is not enabled"
PASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline)
PASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking)
SKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'
SKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'
PASS: test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable)
PASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell)
PASS: test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default)
PASS: test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes)
PASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll.test_poll)
test_post_timeout_communicate_sends_input (test.test_subprocess.ProcessTestCaseNoPoll.test_post_timeout_communicate_sends_input)
PASS: GH-141473 regression test; the stdin pipe must close
PASS: test_repr (test.test_subprocess.ProcessTestCaseNoPoll.test_repr)
PASS: test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull)
PASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes)
PASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj)
PASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none)
PASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe)
PASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect)
PASS: test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull)
PASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes)
PASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj)
PASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none)
PASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe)
PASS: test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull)
PASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes)
PASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout)
PASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj)
PASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none)
PASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe)
PASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file)
PASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe)
test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_threadsafe_wait)
PASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.
PASS: test_timeout_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_timeout_exception)
PASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text)
PASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate)
PASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings)
PASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none)
PASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin)
PASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr)
PASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_wait)
SKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_negative_timeout) 'need subprocess._winapi'
PASS: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout)
SKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_duplicate_envs) 'Windows only issue'
SKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_invalid_env) 'Windows only issue'
PASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate)
PASS: test_capture_output (test.test_subprocess.RunFuncTestCase.test_capture_output)
PASS: test_capture_stderr (test.test_subprocess.RunFuncTestCase.test_capture_stderr)
PASS: test_capture_stdout (test.test_subprocess.RunFuncTestCase.test_capture_stdout)
PASS: test_check (test.test_subprocess.RunFuncTestCase.test_check)
PASS: test_check_output_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_input_arg)
PASS: test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg)
PASS: test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg)
PASS: test_check_output_timeout (test.test_subprocess.RunFuncTestCase.test_check_output_timeout)
PASS: test_check_zero (test.test_subprocess.RunFuncTestCase.test_check_zero)
PASS: test_encoding_warning (test.test_subprocess.RunFuncTestCase.test_encoding_warning)
PASS: test_returncode (test.test_subprocess.RunFuncTestCase.test_returncode)
PASS: test_run_kwargs (test.test_subprocess.RunFuncTestCase.test_run_kwargs)
SKIP: test_run_with_an_empty_env (test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env) 'Maybe test trigger a leak on Ubuntu'
PASS: test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments)
PASS: test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path)
PASS: test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments)
test_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output)
PASS: Output capturing after a timeout mustn't hang forever on open filehandles.
PASS: test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg)
PASS: test_stdout_stdout (test.test_subprocess.RunFuncTestCase.test_stdout_stdout)
PASS: test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg)
PASS: test_timeout (test.test_subprocess.RunFuncTestCase.test_timeout)
SKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase.test_call_string) 'Windows specific tests'
SKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase.test_close_fds) 'Windows specific tests'
SKIP: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) 'Windows specific tests'
SKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase.test_creationflags) 'Windows specific tests'
SKIP: test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list) 'Windows specific tests'
SKIP: test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list) 'Windows specific tests'
SKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase.test_invalid_args) 'Windows specific tests'
SKIP: test_issue31471 (test.test_subprocess.Win32ProcessTestCase.test_issue31471) 'Windows specific tests'
SKIP: test_kill (test.test_subprocess.Win32ProcessTestCase.test_kill) 'Windows specific tests'
SKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase.test_kill_dead) 'Windows specific tests'
SKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase.test_send_signal) 'Windows specific tests'
SKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead) 'Windows specific tests'
SKIP: test_shell_encodings (test.test_subprocess.Win32ProcessTestCase.test_shell_encodings) 'Windows specific tests'
SKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase.test_shell_sequence) 'Windows specific tests'
SKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase.test_shell_string) 'Windows specific tests'
SKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase.test_startupinfo) 'Windows specific tests'
SKIP: test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy) 'Windows specific tests'
SKIP: test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords) 'Windows specific tests'
SKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase.test_terminate) 'Windows specific tests'
SKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase.test_terminate_dead) 'Windows specific tests'

----------------------------------------------------------------------
Ran 353 tests in 82.501s

OK (skipped=44)
0:05:20 load avg: 1.90 [486/486] test_zipfile passed
SKIP: test.test_zipfile._path.test_complexity (unittest.loader.ModuleSkipped.test.test_zipfile._path.test_complexity) 'Unable to import big_o'
test_backslash_not_separator (test.test_zipfile._path.test_path.TestPath.test_backslash_not_separator)
PASS: In a zip file, backslashes are not separators.
PASS: test_dir_parent (test.test_zipfile._path.test_path.TestPath.test_dir_parent)
test_encoding_warnings (test.test_zipfile._path.test_path.TestPath.test_encoding_warnings)
SKIP: EncodingWarning must blame the read_text and open calls. 'Requires warn_default_encoding'
PASS: test_eq_hash (test.test_zipfile._path.test_path.TestPath.test_eq_hash)
test_extract_orig_with_implied_dirs (test.test_zipfile._path.test_path.TestPath.test_extract_orig_with_implied_dirs)
PASS: A zip file wrapped in a Path should extract even with implied dirs.
PASS: test_filename (test.test_zipfile._path.test_path.TestPath.test_filename)
test_getinfo_missing (test.test_zipfile._path.test_path.TestPath.test_getinfo_missing)
PASS: Validate behavior of getinfo on original zipfile after wrapping.
PASS: test_glob_chars (test.test_zipfile._path.test_path.TestPath.test_glob_chars)
PASS: test_glob_dirs (test.test_zipfile._path.test_path.TestPath.test_glob_dirs)
PASS: test_glob_does_not_overmatch_dot (test.test_zipfile._path.test_path.TestPath.test_glob_does_not_overmatch_dot)
PASS: test_glob_empty (test.test_zipfile._path.test_path.TestPath.test_glob_empty)
PASS: test_glob_recursive (test.test_zipfile._path.test_path.TestPath.test_glob_recursive)
PASS: test_glob_single_char (test.test_zipfile._path.test_path.TestPath.test_glob_single_char)
PASS: test_glob_subdir (test.test_zipfile._path.test_path.TestPath.test_glob_subdir)
PASS: test_glob_subdirs (test.test_zipfile._path.test_path.TestPath.test_glob_subdirs)
PASS: test_inheritance (test.test_zipfile._path.test_path.TestPath.test_inheritance)
PASS: test_interface (test.test_zipfile._path.test_path.TestPath.test_interface)
PASS: test_is_file_missing (test.test_zipfile._path.test_path.TestPath.test_is_file_missing)
PASS: test_is_symlink (test.test_zipfile._path.test_path.TestPath.test_is_symlink)
PASS: test_iterdir_and_types (test.test_zipfile._path.test_path.TestPath.test_iterdir_and_types)
PASS: test_iterdir_on_file (test.test_zipfile._path.test_path.TestPath.test_iterdir_on_file)
PASS: test_joinpath (test.test_zipfile._path.test_path.TestPath.test_joinpath)
test_joinpath_constant_time (test.test_zipfile._path.test_path.TestPath.test_joinpath_constant_time)
PASS: Ensure joinpath on items in zipfile is linear time.
PASS: test_joinpath_multiple (test.test_zipfile._path.test_path.TestPath.test_joinpath_multiple)
test_malformed_paths (test.test_zipfile._path.test_path.TestPath.test_malformed_paths)
PASS: Path should handle malformed paths gracefully.
PASS: test_match_and_glob (test.test_zipfile._path.test_path.TestPath.test_match_and_glob)
PASS: test_missing_dir_parent (test.test_zipfile._path.test_path.TestPath.test_missing_dir_parent)
test_mutability (test.test_zipfile._path.test_path.TestPath.test_mutability)
PASS: If the underlying zipfile is changed, the Path object should
PASS: test_open (test.test_zipfile._path.test_path.TestPath.test_open)
PASS: test_open_binary_invalid_args (test.test_zipfile._path.test_path.TestPath.test_open_binary_invalid_args)
PASS: test_open_encoding_errors (test.test_zipfile._path.test_path.TestPath.test_open_encoding_errors)
PASS: test_open_encoding_utf16 (test.test_zipfile._path.test_path.TestPath.test_open_encoding_utf16)
test_open_extant_directory (test.test_zipfile._path.test_path.TestPath.test_open_extant_directory)
PASS: Attempting to open a directory raises IsADirectoryError.
test_open_missing_directory (test.test_zipfile._path.test_path.TestPath.test_open_missing_directory)
PASS: Attempting to open a missing directory raises FileNotFoundError.
test_open_write (test.test_zipfile._path.test_path.TestPath.test_open_write)
PASS: If the zipfile is open for write, it should be possible to
PASS: test_parent (test.test_zipfile._path.test_path.TestPath.test_parent)
test_pathlike_construction (test.test_zipfile._path.test_path.TestPath.test_pathlike_construction)
PASS: zipfile.Path should be constructable from a path-like object
PASS: test_pickle (test.test_zipfile._path.test_path.TestPath.test_pickle)
PASS: test_read (test.test_zipfile._path.test_path.TestPath.test_read)
PASS: test_read_does_not_close (test.test_zipfile._path.test_path.TestPath.test_read_does_not_close)
PASS: test_relative_to (test.test_zipfile._path.test_path.TestPath.test_relative_to)
test_root_name (test.test_zipfile._path.test_path.TestPath.test_root_name)
PASS: The name of the root should be the name of the zipfile
test_root_on_disk (test.test_zipfile._path.test_path.TestPath.test_root_on_disk)
PASS: The name/stem of the root should match the zipfile on disk.
PASS: test_root_parent (test.test_zipfile._path.test_path.TestPath.test_root_parent)
test_root_unnamed (test.test_zipfile._path.test_path.TestPath.test_root_unnamed)
PASS: It is an error to attempt to get the name
test_stem (test.test_zipfile._path.test_path.TestPath.test_stem)
PASS: The final path component, without its suffix
PASS: test_subclass (test.test_zipfile._path.test_path.TestPath.test_subclass)
PASS: test_subdir_is_dir (test.test_zipfile._path.test_path.TestPath.test_subdir_is_dir)
test_suffix (test.test_zipfile._path.test_path.TestPath.test_suffix)
PASS: The suffix of the root should be the suffix of the zipfile.
PASS: test_suffix_no_filename (test.test_zipfile._path.test_path.TestPath.test_suffix_no_filename)
test_suffixes (test.test_zipfile._path.test_path.TestPath.test_suffixes)
PASS: The suffix of the root should be the suffix of the zipfile.
PASS: test_traverse_pathlike (test.test_zipfile._path.test_path.TestPath.test_traverse_pathlike)
PASS: test_traverse_truediv (test.test_zipfile._path.test_path.TestPath.test_traverse_truediv)
test_unsupported_names (test.test_zipfile._path.test_path.TestPath.test_unsupported_names)
PASS: Path segments with special characters are readable.
test_read_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_read_with_bad_crc)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_testzip_with_bad_crc)
PASS: Tests that files with bad CRCs return their name from testzip.
PASS: test_basic (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic)
PASS: test_too_many_files (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files)
PASS: test_too_many_files_append (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append)
PASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open)
PASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open)
PASS: test_read (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read)
PASS: test_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic)
PASS: test_compresslevel_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic)
PASS: test_iterlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines)
test_low_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_low_compression)
PASS: Check for cases where compressed data is larger than original.
PASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open)
PASS: test_open_with_pathlike (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike)
test_per_file_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_per_file_compresslevel)
PASS: Check that files within a Zip archive can have different
PASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open)
PASS: test_read1 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1)
PASS: test_read1_10 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10)
PASS: test_read_return_size (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size)
PASS: test_readline (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline)
PASS: test_readline_read (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read)
PASS: test_readlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines)
PASS: test_repr (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr)
PASS: test_truncated_zipfile (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile)
PASS: test_writestr_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression)
PASS: test_writestr_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel)
PASS: test_writing_errors (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors)
PASS: test_zipextfile_attrs (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs)
PASS: test_close_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close)
PASS: test_issue44439 (test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439)
PASS: test_write_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close)
PASS: test_zipwritefile_attrs (test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs)
PASS: test_bad_use (test.test_zipfile.test_core.CommandLineTest.test_bad_use)
PASS: test_create_command (test.test_zipfile.test_core.CommandLineTest.test_create_command)
PASS: test_extract_command (test.test_zipfile.test_core.CommandLineTest.test_extract_command)
PASS: test_list_command (test.test_zipfile.test_core.CommandLineTest.test_list_command)
PASS: test_test_command (test.test_zipfile.test_core.CommandLineTest.test_test_command)
PASS: test_bad_password (test.test_zipfile.test_core.DecryptionTests.test_bad_password)
PASS: test_good_password (test.test_zipfile.test_core.DecryptionTests.test_good_password)
PASS: test_no_password (test.test_zipfile.test_core.DecryptionTests.test_no_password)
PASS: test_seek_tell (test.test_zipfile.test_core.DecryptionTests.test_seek_tell)
PASS: test_unicode_password (test.test_zipfile.test_core.DecryptionTests.test_unicode_password)
test_read_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_read_with_bad_crc)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_testzip_with_bad_crc)
PASS: Tests that files with bad CRCs return their name from testzip.
PASS: test_basic (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic)
PASS: test_too_many_files (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files)
PASS: test_too_many_files_append (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append)
PASS: test_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open)
PASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open)
PASS: test_read (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read)
PASS: test_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic)
PASS: test_compresslevel_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic)
PASS: test_iterlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines)
test_low_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_low_compression)
PASS: Check for cases where compressed data is larger than original.
PASS: test_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open)
PASS: test_open_with_pathlike (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike)
test_per_file_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compression)
PASS: Check that files within a Zip archive can have different
test_per_file_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compresslevel)
PASS: Check that files within a Zip archive can have different
PASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open)
PASS: test_read1 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1)
PASS: test_read1_10 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10)
PASS: test_read_return_size (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size)
PASS: test_readline (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline)
PASS: test_readline_read (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read)
PASS: test_readlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines)
PASS: test_repr (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr)
PASS: test_truncated_zipfile (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile)
PASS: test_writestr_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression)
PASS: test_writestr_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel)
PASS: test_writing_errors (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors)
PASS: test_zipextfile_attrs (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs)
PASS: test_close_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close)
PASS: test_issue44439 (test.test_zipfile.test_core.DeflateWriterTests.test_issue44439)
PASS: test_write_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close)
PASS: test_zipwritefile_attrs (test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs)
PASS: test_cli_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding)
PASS: test_cli_with_metadata_encoding_extract (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract)
PASS: test_read_after_append (test.test_zipfile.test_core.EncodedMetadataTests.test_read_after_append)
PASS: test_read_with_incorrect_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding)
PASS: test_read_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_metadata_encoding)
PASS: test_read_with_unsuitable_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding)
PASS: test_read_without_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_without_metadata_encoding)
PASS: test_write_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_write_with_metadata_encoding)
PASS: test_extract (test.test_zipfile.test_core.ExtractTests.test_extract)
PASS: test_extract_all (test.test_zipfile.test_core.ExtractTests.test_extract_all)
PASS: test_extract_all_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target)
PASS: test_extract_all_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike)
PASS: test_extract_hackers_arcnames_common_cases (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases)
PASS: test_extract_hackers_arcnames_posix_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_posix_only)
test_extract_hackers_arcnames_windows_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_windows_only)
SKIP: Test combination of path fixing and windows name sanitization. 'Requires \\ as path separator.'
PASS: test_extract_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_with_target)
PASS: test_extract_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike)
PASS: test_sanitize_windows_name (test.test_zipfile.test_core.ExtractTests.test_sanitize_windows_name)
PASS: test_lazy_import (test.test_zipfile.test_core.LazyImportTest.test_lazy_import)
test_read_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_read_with_bad_crc)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_testzip_with_bad_crc)
PASS: Tests that files with bad CRCs return their name from testzip.
PASS: test_basic (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic)
PASS: test_too_many_files (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files)
PASS: test_too_many_files_append (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append)
PASS: test_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open)
PASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open)
PASS: test_read (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read)
PASS: test_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic)
PASS: test_compresslevel_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic)
PASS: test_iterlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines)
test_low_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_low_compression)
PASS: Check for cases where compressed data is larger than original.
PASS: test_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open)
PASS: test_open_with_pathlike (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike)
test_per_file_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_per_file_compresslevel)
PASS: Check that files within a Zip archive can have different
PASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open)
PASS: test_read1 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1)
PASS: test_read1_10 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10)
PASS: test_read_return_size (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size)
PASS: test_readline (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline)
PASS: test_readline_read (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read)
PASS: test_readlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines)
PASS: test_repr (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr)
PASS: test_truncated_zipfile (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile)
PASS: test_writestr_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression)
PASS: test_writestr_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel)
PASS: test_writing_errors (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors)
PASS: test_zipextfile_attrs (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs)
PASS: test_close_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close)
PASS: test_issue44439 (test.test_zipfile.test_core.LzmaWriterTests.test_issue44439)
PASS: test_write_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close)
PASS: test_zipwritefile_attrs (test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs)
test_bad_compression_mode (test.test_zipfile.test_core.OtherTests.test_bad_compression_mode)
PASS: Check that bad compression methods passed to ZipFile.open are
test_bad_constructor_mode (test.test_zipfile.test_core.OtherTests.test_bad_constructor_mode)
PASS: Check that bad modes passed to ZipFile constructor are caught.
test_bad_open_mode (test.test_zipfile.test_core.OtherTests.test_bad_open_mode)
PASS: Check that bad modes passed to ZipFile.open are caught.
PASS: test_change_comment_in_empty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive)
PASS: test_change_comment_in_nonempty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive)
test_close (test.test_zipfile.test_core.OtherTests.test_close)
PASS: Check that the zipfile is closed after the 'with' block.
PASS: test_close_erroneous_file (test.test_zipfile.test_core.OtherTests.test_close_erroneous_file)
test_close_on_exception (test.test_zipfile.test_core.OtherTests.test_close_on_exception)
PASS: Check that the zipfile is closed if an exception is raised in the
test_closed_zip_raises_ValueError (test.test_zipfile.test_core.OtherTests.test_closed_zip_raises_ValueError)
PASS: Verify that testzip() doesn't swallow inappropriate exceptions.
test_comments (test.test_zipfile.test_core.OtherTests.test_comments)
PASS: Check that comments on the archive are handled properly.
test_create_empty_zipinfo_default_attributes (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_default_attributes)
PASS: Ensure all required attributes are set.
test_create_empty_zipinfo_repr (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_repr)
PASS: Before bpo-26185, repr() on empty ZipInfo object was failing.
PASS: test_create_non_existent_file_for_append (test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append)
PASS: test_create_zipinfo_before_1980 (test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980)
test_damaged_zipfile (test.test_zipfile.test_core.OtherTests.test_damaged_zipfile)
PASS: Check that zipfiles with missing bytes at the end raise BadZipFile.
PASS: test_decompress_without_3rd_party_library (test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library)
PASS: test_empty_file_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile)
PASS: test_empty_zipfile (test.test_zipfile.test_core.OtherTests.test_empty_zipfile)
test_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)
PASS: Test exclusive creating a new zipfile.
PASS: test_for_archive (test.test_zipfile.test_core.OtherTests.test_for_archive)
PASS: test_full_overlap_different_names (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names)
PASS: test_full_overlap_different_names2 (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2)
PASS: test_full_overlap_same_name (test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name)
test_is_zip_erroneous_file (test.test_zipfile.test_core.OtherTests.test_is_zip_erroneous_file)
PASS: Check that is_zipfile() correctly identifies non-zip files.
test_is_zip_valid_file (test.test_zipfile.test_core.OtherTests.test_is_zip_valid_file)
PASS: Check that is_zipfile() correctly identifies zip files.
PASS: test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile)
PASS: test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError)
test_null_byte_in_filename (test.test_zipfile.test_core.OtherTests.test_null_byte_in_filename)
PASS: Check that a filename containing a null byte is properly
PASS: test_open_conflicting_handles (test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles)
PASS: test_open_empty_file (test.test_zipfile.test_core.OtherTests.test_open_empty_file)
test_open_non_existent_item (test.test_zipfile.test_core.OtherTests.test_open_non_existent_item)
PASS: Check that attempting to call open() for an item that doesn't
PASS: test_open_via_zip_info (test.test_zipfile.test_core.OtherTests.test_open_via_zip_info)
PASS: test_overlap_with_archive_comment (test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment)
PASS: test_overlap_with_central_dir (test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir)
PASS: test_quoted_overlap (test.test_zipfile.test_core.OtherTests.test_quoted_overlap)
test_read0 (test.test_zipfile.test_core.OtherTests.test_read0)
PASS: Check that calling read(0) on a ZipExtFile object returns an empty
PASS: test_read_after_seek (test.test_zipfile.test_core.OtherTests.test_read_after_seek)
PASS: test_read_after_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames)
PASS: test_read_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames)
PASS: test_read_zipfile_containing_unicode_path_extra_field (test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field)
PASS: test_read_zipfile_error (test.test_zipfile.test_core.OtherTests.test_read_zipfile_error)
PASS: test_read_zipfile_warning (test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning)
PASS: test_seek_tell (test.test_zipfile.test_core.OtherTests.test_seek_tell)
test_struct_sizes (test.test_zipfile.test_core.OtherTests.test_struct_sizes)
PASS: Check that ZIP internal structure sizes are calculated correctly.
PASS: test_uncompressed_interleaved_seek_read (test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read)
PASS: test_unicode_comment (test.test_zipfile.test_core.OtherTests.test_unicode_comment)
PASS: test_unsupported_compression (test.test_zipfile.test_core.OtherTests.test_unsupported_compression)
PASS: test_unsupported_version (test.test_zipfile.test_core.OtherTests.test_unsupported_version)
PASS: test_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames)
PASS: test_write_with_source_date_epoch (test.test_zipfile.test_core.OtherTests.test_write_with_source_date_epoch)
PASS: test_write_without_source_date_epoch (test.test_zipfile.test_core.OtherTests.test_write_without_source_date_epoch)
PASS: test_writestr_extended_local_header_issue1202 (test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202)
test_zipfile_with_short_extra_field (test.test_zipfile.test_core.OtherTests.test_zipfile_with_short_extra_field)
PASS: If an extra field in the header is less than 4 bytes, skip it.
PASS: test_concurrent_extract_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_dir)
PASS: test_concurrent_extract_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_implicit_dir)
PASS: test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)
PASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)
PASS: test_overwrite_broken_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file)
PASS: test_overwrite_dir_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir)
PASS: test_overwrite_dir_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file)
PASS: test_overwrite_dir_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir)
PASS: test_overwrite_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir)
PASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)
PASS: test_overwrite_file_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir)
PASS: test_overwrite_file_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file)
PASS: test_overwrite_file_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir)
PASS: test_overwrite_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file)
PASS: test_write_filtered_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package)
PASS: test_write_non_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile)
PASS: test_write_pathlike (test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike)
PASS: test_write_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile)
PASS: test_write_pyfile_bad_syntax (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax)
PASS: test_write_python_directory (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory)
PASS: test_write_python_directory_filtered (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered)
PASS: test_write_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_python_package)
PASS: test_write_with_optimization (test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization)
test_read_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_read_with_bad_crc)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_testzip_with_bad_crc)
PASS: Tests that files with bad CRCs return their name from testzip.
PASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames)
PASS: test_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append)
PASS: test_bad_zip64_end_of_central_dir (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_end_of_central_dir)
test_bad_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_extra)
PASS: Missing zip64 extra records raises an exception.
PASS: test_basic (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic)
test_force_zip64 (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_force_zip64)
PASS: Test that forcing zip64 extensions correctly notes this in the zip file
PASS: test_generated_valid_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra)
PASS: test_large_file_exception (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception)
PASS: test_too_many_files (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files)
PASS: test_too_many_files_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append)
test_unseekable_zip_known_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize)
PASS: Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front
test_unseekable_zip_unknown_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize)
PASS: Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used
PASS: test_zip64_end_of_central_dir_record_not_found (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_end_of_central_dir_record_not_found)
PASS: test_zip64_extensible_data (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_extensible_data)
test_zip64_required_not_allowed_fail (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail)
PASS: Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add
PASS: test_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open)
PASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open)
PASS: test_read (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read)
PASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames)
PASS: test_add_file_after_2107 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107)
PASS: test_add_file_before_1980 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980)
PASS: test_append_to_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file)
test_append_to_non_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_non_zip_file)
PASS: Test appending to an existing file that is not a zipfile.
test_append_to_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_zip_file)
PASS: Test appending to an existing zipfile.
PASS: test_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic)
PASS: test_compresslevel_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic)
PASS: test_ignores_newline_at_end (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end)
PASS: test_ignores_stuff_appended_past_comments (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments)
PASS: test_io_on_closed_zipextfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile)
PASS: test_iterlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines)
PASS: test_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open)
PASS: test_open_with_pathlike (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike)
test_per_file_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_per_file_compresslevel)
PASS: Check that files within a Zip archive can have different
PASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open)
PASS: test_read1 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1)
PASS: test_read1_10 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10)
PASS: test_read_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file)
PASS: test_read_return_size (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size)
PASS: test_readline (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline)
PASS: test_readline_read (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read)
PASS: test_readlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines)
PASS: test_repr (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr)
PASS: test_truncated_zipfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile)
test_write_default_name (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_default_name)
PASS: Check that calling ZipFile.write without arcname specified
test_write_to_readonly (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_to_readonly)
PASS: Check that trying to call write() on a readonly ZipFile object
PASS: test_writestr_compression (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression)
PASS: test_writestr_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel)
PASS: test_writestr_permissions (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions)
PASS: test_writing_errors (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors)
PASS: test_zipextfile_attrs (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs)
PASS: test_close_after_close (test.test_zipfile.test_core.StoredWriterTests.test_close_after_close)
PASS: test_issue44439 (test.test_zipfile.test_core.StoredWriterTests.test_issue44439)
PASS: test_write_after_close (test.test_zipfile.test_core.StoredWriterTests.test_write_after_close)
PASS: test_zipwritefile_attrs (test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs)
PASS: test_stored_seek_and_read (test.test_zipfile.test_core.StoredZipExtFileRandomReadTest.test_stored_seek_and_read)
PASS: test_multiples (test.test_zipfile.test_core.StripExtraTests.test_multiples)
PASS: test_no_data (test.test_zipfile.test_core.StripExtraTests.test_no_data)
PASS: test_too_short (test.test_zipfile.test_core.StripExtraTests.test_too_short)
PASS: test_with_data (test.test_zipfile.test_core.StripExtraTests.test_with_data)
PASS: test_execute_zip2 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip2)
PASS: test_execute_zip64 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip64)
PASS: test_read_zip64_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended)
PASS: test_read_zip_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip_with_exe_prepended)
PASS: test_bug_6050 (test.test_zipfile.test_core.TestWithDirectory.test_bug_6050)
PASS: test_create_directory_with_write (test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write)
PASS: test_extract_dir (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir)
PASS: test_extract_dir_backslash (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash)
PASS: test_mkdir (test.test_zipfile.test_core.TestWithDirectory.test_mkdir)
test_root_folder_in_zipfile (test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile)
PASS: gh-112795: Some tools or self constructed codes will add '/' folder to
PASS: test_write_dir (test.test_zipfile.test_core.TestWithDirectory.test_write_dir)
PASS: test_writestr_dir (test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir)
PASS: test_different_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file)
PASS: test_interleaved (test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved)
PASS: test_many_opens (test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens)
PASS: test_read_after_close (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close)
PASS: test_read_after_write (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write)
PASS: test_same_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file)
PASS: test_write_after_read (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read)
PASS: test_write_while_reading (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading)
PASS: test_open_write (test.test_zipfile.test_core.UnseekableTests.test_open_write)
PASS: test_write (test.test_zipfile.test_core.UnseekableTests.test_write)
PASS: test_writestr (test.test_zipfile.test_core.UnseekableTests.test_writestr)
PASS: test_compresslevel_property (test.test_zipfile.test_core.ZipInfoTests.test_compresslevel_property)
PASS: test_from_dir (test.test_zipfile.test_core.ZipInfoTests.test_from_dir)
PASS: test_from_file (test.test_zipfile.test_core.ZipInfoTests.test_from_file)
PASS: test_from_file_bytes (test.test_zipfile.test_core.ZipInfoTests.test_from_file_bytes)
PASS: test_from_file_fileno (test.test_zipfile.test_core.ZipInfoTests.test_from_file_fileno)
PASS: test_from_file_pathlike (test.test_zipfile.test_core.ZipInfoTests.test_from_file_pathlike)
test_read_with_bad_crc (test.test_zipfile.test_core.ZstdBadCrcTests.test_read_with_bad_crc)
PASS: Tests that files with bad CRCs raise a BadZipFile exception when read.
test_testzip_with_bad_crc (test.test_zipfile.test_core.ZstdBadCrcTests.test_testzip_with_bad_crc)
PASS: Tests that files with bad CRCs return their name from testzip.
PASS: test_basic (test.test_zipfile.test_core.ZstdTestZip64InSmallFiles.test_basic)
PASS: test_too_many_files (test.test_zipfile.test_core.ZstdTestZip64InSmallFiles.test_too_many_files)
PASS: test_too_many_files_append (test.test_zipfile.test_core.ZstdTestZip64InSmallFiles.test_too_many_files_append)
PASS: test_open (test.test_zipfile.test_core.ZstdTestsWithRandomBinaryFiles.test_open)
PASS: test_random_open (test.test_zipfile.test_core.ZstdTestsWithRandomBinaryFiles.test_random_open)
PASS: test_read (test.test_zipfile.test_core.ZstdTestsWithRandomBinaryFiles.test_read)
PASS: test_basic (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_basic)
PASS: test_compresslevel_basic (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_compresslevel_basic)
PASS: test_iterlines (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_iterlines)
test_low_compression (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_low_compression)
PASS: Check for cases where compressed data is larger than original.
PASS: test_open (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_open)
PASS: test_open_with_pathlike (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_open_with_pathlike)
test_per_file_compresslevel (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_per_file_compresslevel)
PASS: Check that files within a Zip archive can have different
PASS: test_random_open (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_random_open)
PASS: test_read1 (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_read1)
PASS: test_read1_10 (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_read1_10)
PASS: test_read_return_size (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_read_return_size)
PASS: test_readline (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_readline)
PASS: test_readline_read (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_readline_read)
PASS: test_readlines (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_readlines)
PASS: test_repr (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_repr)
PASS: test_truncated_zipfile (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_truncated_zipfile)
PASS: test_writestr_compression (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_writestr_compression)
PASS: test_writestr_compresslevel (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_writestr_compresslevel)
PASS: test_writing_errors (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_writing_errors)
PASS: test_zipextfile_attrs (test.test_zipfile.test_core.ZstdTestsWithSourceFile.test_zipextfile_attrs)
PASS: test_close_after_close (test.test_zipfile.test_core.ZstdWriterTests.test_close_after_close)
PASS: test_issue44439 (test.test_zipfile.test_core.ZstdWriterTests.test_issue44439)
PASS: test_write_after_close (test.test_zipfile.test_core.ZstdWriterTests.test_write_after_close)
PASS: test_zipwritefile_attrs (test.test_zipfile.test_core.ZstdWriterTests.test_zipwritefile_attrs)

----------------------------------------------------------------------
Ran 379 tests in 9.633s

OK (skipped=3)

== Tests result: SUCCESS ==

29 tests skipped:
    test.test_asyncio.test_windows_events
    test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace
    test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full
    test.test_gdb.test_misc test.test_gdb.test_pretty_print
    test_android test_apple test_asdl_parser test_clinic test_devpoll
    test_free_threading test_generated_cases test_idle test_kqueue
    test_launcher test_msvcrt test_perf_profiler test_startfile
    test_tcl test_tkinter test_ttk test_ttk_textonly test_turtle
    test_winapi test_winconsoleio test_winreg test_wmi

9 tests skipped (resource denied):
    test_curses test_peg_generator test_smtpnet test_socketserver
    test_urllib2net test_urllibnet test_winsound test_xpickle
    test_zipfile64

448 tests OK.

Total duration: 5 min 20 sec
Total tests: run=46,064 (filtered) skipped=2,201
Total test files: run=477/486 (filtered) skipped=29 resource_denied=9
Result: SUCCESS
DURATION: 321
